phamt
92ff4b031b
INCLUDE_DEFAULT_PKGLIST variable is set by Template.pm, which is not run for zvm. Hence, this variable is not replaced by the correct value.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7192 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-23 18:48:06 +00:00
phamt
711f5de8e5
Added postscript support to zvm.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7190 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-23 15:41:08 +00:00
daniceexi
24fd95b6e7
Create the temporary directory for the driver update disk with ramdom dir name
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7187 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-23 08:00:51 +00:00
jbjohnso
47c6322b87
-More IPv6 stuff for esxi (implement prototype DUID-UUID)
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7168 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-20 13:04:40 +00:00
nott
60288749b3
add perl-DBD-mysql
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7164 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-20 11:50:31 +00:00
jbjohnso
751b49dc62
-Try to do DHCPV6 and V4 by default
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7152 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 16:02:04 +00:00
jbjohnso
e43e735b8f
-Splash didn't fit
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7151 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 15:30:23 +00:00
phamt
52fdb2a246
hostname -s
will not work on boot for SUSE nodes. Added conditional statement to use hostname
if it is a SUSE node.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7150 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 15:27:30 +00:00
jbjohnso
f18d074ba0
-Change the splash
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7149 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 15:14:54 +00:00
mxi1
67126f0ad2
fixed on defect on persistent*) option
...
when one file/directory is copied to the persistent directory, need to check whether the parent directory exist in the persistent directory or not.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7148 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 14:42:31 +00:00
jbjohnso
64e6de14b5
-Enable TSM and show a little xCAT message on VTY1
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7147 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 14:40:41 +00:00
jbjohnso
7fd329602e
-Only enable ipv6 in esxi 4.1.0 for now
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7144 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 13:18:23 +00:00
jbjohnso
769e08fca4
-Auto-enable ipv6 in esxi
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7143 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 13:15:57 +00:00
phamt
5bc53f2fe4
Fixed error in rc.statelite: /sysroot/etc/init.d/statelite: line 326: [!: command not found
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7133 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 01:29:28 +00:00
lissav
752cbd0f1a
fix generating keys for user wipes out credentials for root
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7125 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-18 11:35:47 +00:00
phamt
aaa6317e03
Handle case where the Linux distro copied is sles[xxx]sp[yyy] (e.g. sles11sp1), where xxx is the version and yyy is the service pack. In the case above, the genimage command will not recognize the Linux distro and give an error.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7115 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 23:35:09 +00:00
mxi1
021457531b
from now on, the entries in "litetree" table are no longer restricted to use different mnt point name; for example,
...
The "litetree" table has the following entries:
"1","ALL","192.168.11.107:/test/$node",,
"2","ALL","192.168.11.108:/test/$node",,
before the code is checked in, if you run "litetree <nodename>", you should get one message like this:
<nodename>: 192.168.11.107:/test/<nodename>
# 192.168.11.107 and 192.168.11.108 both mount /test. This not supported.
After the code is checked in, there will be no any error/warning message about the entries in litetree table.
Accordingly, the naming of mount points on the compute nodes are updated to "/.statelite/mnt/<nfs server ip>/<nfs directory>/" from "/.statelite/mnt/<nfs directory>/".
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7105 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 02:57:52 +00:00
mxi1
92b99d0a9d
fix one bug for "FindFile()" function in rc.statelite
...
now, "ls -A ${path}|wc -l" is used to judge whether one directory is empty or not
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7094 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-15 16:06:23 +00:00
mxi1
c9f074bb4d
in order to support diskless SLES11 on P7, all the file in /lib64/ will be copied to /tmp/initrd.$$/lib64/
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7080 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 09:09:06 +00:00
mxi1
a58b3eee52
bug 3042361 is fixed;
...
And also, added the code to retry if the "litefile" or "litetree" command gets nothing from xCATd on MN/SN;
use "tcp" as the default nfs option instead of "udp"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7078 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 02:42:39 +00:00
daniceexi
01b40469c3
The code checkin of driver update disk support for Linux
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7063 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:06:12 +00:00
daniceexi
a2b682832e
The code checkin of driver update disk support for Linux
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7062 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:05:51 +00:00
mxi1
fd6fcab6e7
increased the retry times;
...
replace udp with tcp as the default nfs options;
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7057 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 03:24:40 +00:00
lissav
583d784e1f
add LL DBM setup
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7040 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-11 12:13:37 +00:00
lissav
5b35504606
add LL db creating configuration
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7039 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-11 12:04:26 +00:00
vallard
e7eda21182
added xCAT updateflag notification and ssh
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7036 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-10 23:01:09 +00:00
jjhua
75cdd9afbd
multiple hardware control points support for scaling test
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7001 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 05:56:59 +00:00
jjhua
53683cf3c3
improvement for scaling tests
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7000 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 05:47:05 +00:00
linggao
e0902c9f69
bug fix for #3040277 , moved the substitution of some INCLUDESs to Template.pm
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6994 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-06 14:22:28 +00:00
nott
a5884abf18
add devices.tmiscsw.rte & perl-DBD-DB2
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6988 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-05 16:42:50 +00:00
linggao
f0a0817f5d
updatenode support groups for centos,SL and esx
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6976 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-04 13:42:55 +00:00
linggao
8a3d807216
updatenode support groups for RH
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6975 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-04 13:31:55 +00:00
linggao
da7b9056ff
updatenode support groups for RH
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6974 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-04 13:14:38 +00:00
nott
c7af530f51
updates to bundle files
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6965 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 19:41:47 +00:00
jjhua
9af4375c69
rcons for multiple hardware control points
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6939 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-02 08:42:54 +00:00
vallard
bc5fb0341c
still need to update this to do a checkin with the new python postscripts from VMware
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6931 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-30 22:01:35 +00:00
linggao
25507960cd
support patterns for updating sles os packages in updatenode
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6929 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-30 20:20:51 +00:00
linggao
124ebe09cd
updating os pkgs using updatenode: esx and SL full install support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6898 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-28 17:47:30 +00:00
linggao
6807c24c2f
updating os pkgs using updatenode: centos full install support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6897 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-28 17:40:45 +00:00
linggao
995023136e
updating os pkgs using updatenode: rh full install support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6893 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-28 15:18:55 +00:00
linggao
2f006a474a
updating os pkgs using updatenode: ferdora full install support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6882 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-27 20:26:48 +00:00
nott
1dd317d658
change partition size
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6879 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-27 19:33:01 +00:00
linggao
70d4a19bc5
updating os pkgs using updatenode: suse full install support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6878 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-27 19:05:57 +00:00
linggao
be92c9ddce
updating os pkgs using updatenode: sles full install support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-27 18:17:08 +00:00
nott
000fa19f40
add sample image_data resource
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6868 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-27 14:20:52 +00:00
daniceexi
b02e2702c6
defect 3034629: make the files in fedora/dracut links to rh/dracut instead of linking the directory directly.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6859 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 10:19:15 +00:00
daniceexi
bad5e5db4c
rpm cannot handle symbol link directory. Add the symbol link in spec file
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6857 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 09:26:18 +00:00
nott
e34f518c66
add new bundle files
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6846 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 18:54:28 +00:00
jbjohnso
cf92a3c49d
-Attempt to repair BoMC DNS if messed up after pivot root
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6817 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 18:41:11 +00:00
jbjohnso
bd1ee24cbe
-Correct some issues with the mktoolscenter/toolscenter plugin (more durable changes TBD)
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6807 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 19:41:45 +00:00