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
nott
477ea3e2af
Deleted file 'xCATaixSN25.bnd'
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6805 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 13:00:18 +00:00
daniceexi
2f7a120fa5
add the hostname configuration in the tmpl file for fedora12/13
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6798 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 02:06:30 +00:00
mxi1
4f80ea942c
"cp -a" can't copy the files with "." as the prefix,
...
and "cp -r -a" can do it.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6791 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-19 11:05:38 +00:00
mxi1
461c236542
for defect 2989912,
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6790 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-19 10:10:47 +00:00
mxi1
ec11964907
for defect 3031489,
...
expr is not installed on redhat6 by default, so I removed expr form statelite script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6789 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-19 08:31:42 +00:00
jbjohnso
3ac28157fe
-Fix syntax error in imgutils.pm
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6780 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-16 17:18:21 +00:00
jbjohnso
538321af59
-Add screen to RHELS6 KVM profile for sake of rcons
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6779 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-16 17:17:53 +00:00
jbjohnso
1c9077e86b
-Rename the kvm rhels6 package list file
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6778 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-16 17:17:28 +00:00
jbjohnso
a1b71110ff
-Fix virtualization package list for RHEL6
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6762 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 17:41:59 +00:00
daniceexi
270c172a9a
add the dracut directory for fedora
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6750 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 11:57:16 +00:00
daniceexi
7e3c59da89
add the expr for fedora when create the statelite initrd
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6747 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 11:45:27 +00:00
daniceexi
e4293fcaa9
add the tmpl file for fedora12
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 11:42:13 +00:00
daniceexi
902c4711de
add the pkglist for fedora12/13
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6745 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 11:41:12 +00:00
daniceexi
b513d32ed6
Fix the statelite remount issue to make the / to be read only
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 11:30:30 +00:00
mxi1
9bfcd7fb65
update the code for "STATEMNT=" parameter in xcat-prepivot.sh
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-14 10:25:51 +00:00