31a14b17ca
-Add RHEL6 to esx plugin
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7169 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-20 13:32:35 +00:00
4ec2eeed1a
code drop for the blade power saving support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7160 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-20 09:50:11 +00:00
2d1cb4d54e
set the netdevice installnic or primarynic, instead of the mac address, if the installnic or primarynic is set to keyword mac then the netdevice will be the mac address
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7156 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-20 05:22:41 +00:00
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
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
21e859df62
xcatchroot needs full path when being called in aixinstall.pm
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7137 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-19 05:27:42 +00:00
3cced2fbb2
fix Cstate request
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7132 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-18 19:04:57 +00:00
0d946169c0
pass additional resource attrs to the service node when replicating
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7128 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-18 15:08:41 +00:00
226bb0d06d
support lslite command.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7117 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-18 03:13:29 +00:00
4ca5b1d2a5
Handle case where the Linux distro copied is sles[xxx]sp[yyy], where xxx is the version and yyy is the service pack.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7114 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 20:57:18 +00:00
d2e7821be3
-Be more picky about the nature of the https server when thinking about credential authorization
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7111 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 14:01:14 +00:00
cb0fefce56
-Add capability to check by https server on a callback_https_port
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7110 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-17 13:57:56 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
f0d7f88717
fix chkosimage usage
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7050 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-11 15:35:00 +00:00
074b5975a7
updated to do mod.tgz during esxi4.1 install
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7037 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-10 23:04:19 +00:00
2238966cda
-Fix nodestat for routed nodes using nmap
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7033 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-10 18:57:30 +00:00
15cee34b33
-Change rpower back to coping with unregistered VMs the way it used to
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7029 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-10 18:22:21 +00:00
02329afb34
-Streamline rpower operations for faster at-scale operation
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7019 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 21:02:17 +00:00
7a9a541c26
-Speedup vm views, also fix bug with reparenting vms with large noderanges
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7018 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 20:46:36 +00:00
b3cd409e87
-Optimize hostview acquisition to speed up operations in the face of vmware infrastructures using vCenter with many hypervisors
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7013 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 18:43:26 +00:00
50b73a444e
-Fix potential issue where a hypervisor named 'conn' could make for a bad day. Slightly improve some performance by
...
eliminating string equality checks.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7012 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 15:12:05 +00:00
6a01080492
-Speed up checks for host relocations
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7011 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 14:29:25 +00:00
06483aafe0
run xdsh/xdcp with absolute path
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7010 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 08:05:26 +00:00
aee2c913c6
remove the comment line in out of '/usr/sbin/lsnim -a if1 -Z master'
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7009 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-09 07:53:23 +00:00
4dd2631bdf
Refactered sendmsg to live in SvrUtils.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6995 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-06 15:29:07 +00:00
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
3cb5d4e4aa
-Fix esx problem where network_prereqs would not successfully acquire data about
...
newly created host bridges, it may take 1 to 2 seconds
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6986 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-05 14:49:21 +00:00
619a844bc3
package remove support for SLES autoyask configuration file
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6981 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-04 19:42:56 +00:00
7db2962e5b
Fix a bug where the node found in /etc/hosts could contain the same pattern and give the incorrect return.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6964 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 19:15:43 +00:00
b489be34ba
avoid bogus chkosimage msg
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6959 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 16:35:29 +00:00
0c1240a4c9
add clean option to chkosimage
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6958 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-03 16:24:48 +00:00
078b1fad3a
-Remove workaround for issue fixed in product
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-02 20:35:52 +00:00
790908c257
added esxi4.1 kickstart support
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6930 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-30 21:43:51 +00:00
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
176aa07948
-Correct chvm behavior in wake of recent changes
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6928 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-30 19:12:45 +00:00