Commit Graph

158 Commits

Author SHA1 Message Date
linggao
4018516186 changed /etc/rc.d/init.d to /etc/init.d so code works on SLES as well.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2361 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-17 17:59:57 +00:00
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
jbjohnso
cde3cf828e -Change noderange to make , lower precedence operator than @
-Have xCAT metapackage ensure the expected permissions on ssh public key on the postscripts section.


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1884 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-07-17 13:44:56 +00:00
memotype
31b6fbfab8 oops, didn't completely fix the xCAT.spec file...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1856 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-07-09 14:10:24 +00:00
memotype
dc45603115 better way to detect suse in xCAT.spec
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1849 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-07-08 18:21:38 +00:00
memotype
4ed55e2508 fixed bug 2006798 SLES 10.1 puts httpd config in wrong folder (hopefully, waiting on confirmation from bryan)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1846 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-07-07 21:14:14 +00:00
jbjohnso
d2066779b0 -Have xCAT accept SLES /etc/sysconfig/clock formatting for a hint on timezone
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1840 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-07-07 18:29:42 +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
jbjohnso
afdbf3f722 -Increment epoch for development tree so stable snapshots can leapfrog accidental 2.1 deployments to date
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1787 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-26 18:42:36 +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
jbjohnso
32290aa6a0 -Make sure trunk builds are considered 'newer' than 2.0 branch builds
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1605 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-07 15:20:29 +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
linggao
88cc547659 made changes to the make files to be able build rpms properly
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1573 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-03 19:34:04 +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
jbjohnso
e40432d901 -Change version in trunk to 2.1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1541 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-06-02 13:02:07 +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
jbjohnso
c77b5fb0b7 -Provide a couple of iDataplex relevant hosts entries to sample template
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1530 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-30 13:34:17 +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