Commit Graph

6072 Commits

Author SHA1 Message Date
daniceexi
ea7365e317 add the part of how to use the driver update disk
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7109 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 13:06:01 +00:00
daniceexi
5f96bcb105 add the part of how to use the driver update disk
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7108 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 11:55:36 +00:00
ligc
147284c129 fix for bug 3043019: remove the hardcoded tftpboot in ananconda.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7107 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 08:56:31 +00:00
ligc
75cdca63e6 fix for bug 3043788: the node attribut name may contain special characters such as .
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7106 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 08:08:58 +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
ligc
dac2795b0c fix for bug 3042443: node status is booting after installation finished
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7104 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 02:53:16 +00:00
lissav
fb2648f066 add foreign key stanza
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7103 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-16 20:08:47 +00:00
jbjohnso
6b88d50446 -Have xCAT only attempt to change user privilege if not currently accurate
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7102 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-16 19:47:05 +00:00
phamt
7df54c0078 Updated Customizing Autoyast and Kickstart section.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7100 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-16 18:06:18 +00:00
cjhardee
9db0c3a358 added checks for improper colons and newlines in the client xml. XCATXMLWARNING is the env variable to set to enable it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7098 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-16 15:13:39 +00:00
mxi1
cd97708182 for defect 3039222, remove "litefile <imagename>" command from the document.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7097 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-16 06:04:32 +00:00
phamt
26249034a3 Cleaned up documentation.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7096 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-16 02:36:00 +00:00
mxi1
e5296f6d57 one bug is fixed for handling subdirectories
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7095 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-15 16:15:58 +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
lissav
ca175714e3 add comments for comment and disable attribute
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7093 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-15 11:10:53 +00:00
phamt
096339dc5b Changed $propVals to $propVals->{'mac'} because in the if conditional, $propVals can have a value while $propVals->{'mac'} can be null.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7092 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 23:14:00 +00:00
lissav
7a1f81f66c more good commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7091 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 18:47:07 +00:00
lissav
afaacb619f add comment and disable fields to performance table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7090 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 17:59:40 +00:00
nott
ac79a6dfdd add to postbootscript description
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7089 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 16:59:44 +00:00
nott
08d565036d bnd file changes and chkosimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7088 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 16:50:55 +00:00
cjhardee
f8c12d6285 fixed nodels to include mutliple results from the same group and to return [undef] when there are no results instead of [{}]
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7087 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 14:40:26 +00:00
jbjohnso
94ba8aedbc -Implement kvm plugin lsvm command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7086 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 13:23:19 +00:00
jbjohnso
d85478a0aa -Preserve and use saved XML in more contexts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7085 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 12:34:32 +00:00
jbjohnso
936e79a63d -Fix problem where last change was trying to write a processed data structure instead of unprocessed xml to db
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7084 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 12:26:17 +00:00
mxi1
359f69fbc4 fix one bug for /.statebackup directory
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7082 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 10:27:29 +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
jjhua
858940b6af fixed defect 3043952
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-13 04:24:47 +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
vallard
5b395ae747 added a hook for the custom mod.tgz that if its already there not to update it, because it may have other updates in it already
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7077 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 22:31:31 +00:00
phamt
878b2bc402 Changed $propVals to $propVals->{'mac'} because in the if conditional, $propVals can have a value while $propVals->{'mac'} can be null.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7076 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 19:55:29 +00:00
jbjohnso
b1f691433f -Be extra paranoid about data from table call
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7075 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 18:55:38 +00:00
phamt
bd8a25024c Update install section
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7074 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 18:44:33 +00:00
jbjohnso
4a086b277b -Fix syntax error in kvm plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 18:34:06 +00:00
jbjohnso
2c6d683048 -Start using kvm_nodedata to retain xml of vms when off
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7072 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 18:30:41 +00:00
lissav
37640c0498 More DB2/MYSQl fixes to setNodesAttribs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7071 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 16:26:20 +00:00
jbjohnso
74f3d9e3cf -Move the kvm_nodedata table to Schema.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7070 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 15:55:31 +00:00
nott
d190f1feb8 remove -I option from rnetboot
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7069 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 14:31:05 +00:00
nott
cf0d1c0092 remove -I option
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7068 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 14:26:48 +00:00
jbjohnso
c7721d058a -Check in a schema plugin for kvm plugin use
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7067 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 14:05:12 +00:00
wanghuaz
f3e16ec584 fixed defect 3039322, rvitals returned error.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7066 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:22:12 +00:00
yinle
695cfb693b Fix the defect 3037117: nodeset -v and -h returns nothing; Add nodeset index to handled_commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7065 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:07:05 +00:00
daniceexi
c2d8fe3420 The code checkin of driver update disk support for Linux
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7064 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:06:31 +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
daniceexi
07d8cdfacb The code checkin of driver update disk support for Linux
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7061 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:05:22 +00:00
yinle
2a181f2f6c Fix defect 3037117:nodeset -v and -h returns nothing; Add nodeset usage to the usage data structure
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7060 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:00:31 +00:00
jjhua
8465fcb937 add a flag to control the ASMI method
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7059 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 05:52:34 +00:00
jjhua
175ac19002 1.fixed bug3041906 2. add enableASMI=no to site table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7058 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 03:30:31 +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
nott
6986985a47 add chkosiamge & prescript info
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7056 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-11 18:36:48 +00:00