lissav
fb17a889c3
add chkconfig --add ntp per defect 1997250
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2360 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-17 16:29:24 +00:00
linggao
cae61f138d
bug fix for AIX post install script for node status update
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2352 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-15 21:01:38 +00:00
nott
ef7b6409e3
Remove error msgs for rpm command.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2316 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-10 15:13:11 +00:00
linggao
0d2f64e7cd
syslog fix for AIX
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2305 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-08 15:24:04 +00:00
nott
cff708e35f
Misc updates to configure AIX service nodes.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2300 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-07 17:48:44 +00:00
nott
67333981b9
Create xcatinfo file on service nodes.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2298 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-07 17:45:21 +00:00
lissav
09fd6abd37
fix existence for stunnel check to include both /usr/bin and /usr/bin
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2277 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-02 19:07:30 +00:00
linggao
05295fba00
made all postscripts executable
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2273 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-01 20:05:10 +00:00
linggao
b908e634ea
more work on node status
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2259 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-29 16:33:21 +00:00
linggao
7e52eff678
more on node status. supports aix
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2239 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-26 23:07:45 +00:00
linggao
1f661e7f08
added function for showing node status in nodelist table
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2230 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-25 03:04:56 +00:00
linggao
8c143d78a6
allow user to add customization of pkg lists under /install/custom dir. more work on installing extra packages in xCAT
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2147 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-11 22:03:01 +00:00
linggao
49b8f12af5
more on installing extra packages
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2142 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-11 04:43:33 +00:00
sikorsky
5e6f8a729b
Example of booted image versioning using CVS.
...
We want to know, with what configuration (version of the image) each node was booted.
Hence, we keep image definition files and postscripts in CVS. During image generation we create file /etc/IMGVERSION and fill it with CVS "$Id$" of files with image definition (.pkglist, .exlist, .repolist, .postinstall). Then, during boot, each "CVS enabled" postscript adds one line to /etc/IMGVERSION. Then you can determine in any time what image you are running and what postscipts in which versions were run. /etc/IMGVERSION cat look like:
smbec02n001(smbec02b01n01):~ #cat /etc/IMGVERSION
#-- $Id: base.pkglist,v 1.4 2008/09/02 15:40:12 sikorsky Exp $
#-- $Id: base.exlist,v 1.3 2008/09/02 14:57:08 sikorsky Exp $
#-- $Id: base.postinstall,v 1.21 2008/09/04 12:05:45 sikorsky Exp $
#-- $Id: base.repolist,v 1.3 2008/09/02 14:57:08 sikorsky Exp $
$Id: syslog,v 1.2 2008/09/02 14:54:29 sikorsky Exp $
$Id: remoteshell,v 1.2 2008/09/02 14:54:29 sikorsky Exp $
$Id: sa_set_net,v 1.5 2008/09/04 11:32:07 gdasstm Exp $
$Id: sa_gpfs,v 1.4 2008/09/02 17:30:05 sikorsky Exp $
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2137 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-10 21:44:55 +00:00
linggao
2f4f7acab5
more on installing extra packages
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2111 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-09 21:08:48 +00:00
jbjohnso
310bf858a4
-Add update flag support and source for Windows deployment
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2101 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-08 21:03:38 +00:00
linggao
6ff1602d8e
added feature to install extra 3rd party rpms during cluster install process or after the fact (usning updatenode command).
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2099 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-08 18:54:30 +00:00
saiprakash
21127de77e
Ganglia plugin
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2069 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-03 19:00:10 +00:00
nott
69a42b5878
Add AIX SN support to servicenode.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2054 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-22 15:02:13 +00:00
linggao
a4ba90ca4a
moved confGang from xCAT-server package to xCAT package
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2037 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-18 20:04:40 +00:00
linggao
f550996518
minor fix in syslog
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2002 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-08 20:58:28 +00:00
linggao
7ae7ee3c45
fixed syslog postcrtipt to support ryslsog v3 on fedora 9
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2000 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-08 20:56:02 +00:00
linggao
377d972596
fixed syslog on AIX
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1808 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-27 16:07:41 +00:00
nott
911364a69b
Use runcmd instead of call to system.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1757 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-25 13:12:52 +00:00
lissav
3578b6b200
Add change of / directory ownership to root/system and other fixes.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1697 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-19 16:49:54 +00:00
nott
f7cbe33bf3
Change permissions on xcataixpost
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1687 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-18 14:37:30 +00:00
lissav
d11bfe8ee8
fixed for AIX
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1648 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-13 12:22:20 +00:00
lissav
0e5cdd5db2
use new USESSHONAIX attribute
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1639 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-12 18:43:37 +00:00
nott
a42bc0a046
New xCAT post script to use for AIX nodes.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1634 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-12 12:55:29 +00:00
lissav
03a803975f
sets up rsh or ssh on AIX
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1627 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-11 18:42:59 +00:00
lissav
fed519c557
LDAP client setup postinstall script
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1590 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-05 13:03:01 +00:00
lissav
14da767736
Add chkconfig defect 1975557
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1587 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-04 19:48:58 +00:00
lissav
5396adae2d
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1549 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-02 16:45:22 +00:00
lissav
d425ba6612
do not exit with ntpdate failure
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1531 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-30 13:52:38 +00:00
lissav
197a444b43
remove obsolete authenticate keyword
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1512 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-28 18:51:33 +00:00
lissav
d835ef8a26
Change to support new design for NTP setup.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1511 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-28 16:38:49 +00:00
jbjohnso
0fca95bdbf
-Update xcatdsklspost to accomodate SLES (dhcpcd fallback to dhclient info)
...
-Have RH/CentOS/Fedora forcibly remove GRUB attempts to directly use serial console, this causes hangs
-Tweak package list for SLES 10 stateless
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1503 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-27 18:21:23 +00:00
lissav
b427092c6c
Add ntpdate call and start of ntpd
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1493 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-27 13:33:14 +00:00
lissav
3c5d9dfa0b
redo ntp.conf file info
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1492 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-26 20:39:13 +00:00
linggao
ed472c70b3
fixed problem in syslog and conserver
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1486 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-23 01:43:24 +00:00
jbjohnso
4dd32396f8
-Fix xcatdsklspost mistake
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1418 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-15 21:00:34 +00:00
lissav
3f9458bd09
add error return message to logging
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1412 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-15 17:18:04 +00:00
lissav
d05b968cd9
logger hang
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1406 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-15 14:52:25 +00:00
jbjohnso
06b609124f
-Remove hardcoded eth0 reference from xcatdsklspost
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1404 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-14 23:18:10 +00:00
jbjohnso
01aaf63409
-Extend stunnel path acceptence to two more postscripts
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1401 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-14 20:29:34 +00:00
jbjohnso
579b1ba494
-Accept either /usr/bin or /usr/sbin as valid location for stunnel
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-14 20:16:32 +00:00
linggao
b9d4932178
fix NODESETSTATE env variable value in posrscripts
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1395 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-14 19:14:32 +00:00
lissav
a10e5711d4
Update setupntp for 2.0
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1390 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-14 16:43:41 +00:00
jbjohnso
fd5e1a73f7
-Awk file transfers to xcatd are retried in most places
...
-blade plugin will retry more to scale reliably
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1382 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-13 23:33:16 +00:00
datajerk
f27a942860
Removed /install from URL.
...
1. It should never be hardcoded.
2. Does not work with vsftpd (i.e. the symlink hack didn't work).
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1369 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-13 16:58:11 +00:00