Commit Graph

1254 Commits

Author SHA1 Message Date
jbjohnso
d36e947c5d -Select first available unit number rather than highest, to fill in gaps left by old devices being removed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6402 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 21:07:19 +00:00
jbjohnso
42ac6c627c -Add selection by scsi id for disk deletion/resize
-Report scsi id in rinv output for disks


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6401 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 20:56:51 +00:00
jbjohnso
79fe5c73ec -Accept -/+ incremental values for cpu/memory/disk size change requests
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 20:38:44 +00:00
jbjohnso
95aa4d0a60 -Correct some argument specifications to sendmsg in esx.pm
-Add NIC info to rinv output on vmware guests


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 20:15:34 +00:00
linggao
0e6d47bac8 changed site attribute dhcpsnonly to disjointdhcps
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6398 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 19:55:46 +00:00
linggao
7d1b13795e dhcp server only serves children nodes if dhcpsnonly is set in the site table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6397 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 19:22:25 +00:00
jbjohnso
87ac9bc930 -Fix netboot DDNS suppression in DHCP
-Change zone filenames to go full domain in dns.pm for now


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6396 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 19:14:48 +00:00
jbjohnso
2d9bc06c0b -Fix the previous lsvm correction
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6395 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 18:43:41 +00:00
jbjohnso
2cad6a42d2 -Fix lsvm on an empty hypervisor
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6394 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 18:19:48 +00:00
jbjohnso
3ce61e6f42 -Remove old, stale lsvm
-Simplify migrate/actually_migrate with earlier vcenter validation
-Remove dead commented code
-Implement storage migration with VMWare


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6393 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 18:14:04 +00:00
jbjohnso
558474cdd4 -Add basic lsvm command support for VMWare hypervisors
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6392 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 16:54:13 +00:00
jbjohnso
e615995af0 -Fix GUID typo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6385 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 13:38:24 +00:00
jbjohnso
f5751967b3 -Remove verbose debug output from chvm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6384 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 13:32:34 +00:00
jbjohnso
c153c74d36 -Fix mkvm of new node failing to create a SCSI controller if required (induced by changes to implement chvm)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6383 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 13:22:33 +00:00
jet777
ad1c0fcfb3 defect 3011593
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6382 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 13:02:56 +00:00
jet777
316e6828e8 defect 3011593
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6379 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-08 12:44:53 +00:00
cjhardee
ca3ae776d0 chvm is functionally done. just a little cleanup left
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6373 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-07 21:24:22 +00:00
cjhardee
ddd0b2e197 Adding the chvm method for esx. Not quite finished, but shouldn't break anything else
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-07 19:44:48 +00:00
linggao
76a472c98b removed the xcatpostinit from packimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6371 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-07 19:42:44 +00:00
jbjohnso
99e84ca4d8 -Create autoinst directory if required
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6365 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-07 14:43:18 +00:00
nott
8f8ac0a1bb set permissions in lpp_source
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6362 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-07 12:04:48 +00:00
cjhardee
7b8303a62a Added rinv functionality for vmware. Will change the man page later.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6357 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-04 19:15:18 +00:00
mxi1
cd566a825c add one limitation to the options in litefile table, when both one directory and its sub-items are in the litefile table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-04 09:39:17 +00:00
ligc
40d74e0b7e fix for NFSv4 support, in hiarachy env
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6350 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-04 08:34:28 +00:00
nott
4513c37cf5 fix chpasswd call
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6341 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-03 15:11:14 +00:00
jbjohnso
be3e39bc3d -Make dhcp host declarations more similar to each other by relying upon differences at the network declaration level
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6330 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-03 12:49:23 +00:00
jbjohnso
790ddedf6c -Together with recent xNBA patch to give a hyphenated mac address, make BOOTIF look just like syslinux
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6318 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-02 17:45:43 +00:00
jbjohnso
bba4d03c2d -Correct path to pxelinux.0 per bug 3009461
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6314 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-02 12:47:09 +00:00
ligc
0118e0ff31 fix for bug 2984196, check for site name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6311 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-02 09:43:30 +00:00
ligc
f43e79d149 ipv6 fix: mknimimage setup NIM for IPv6 enviornment
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6297 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-02 04:35:48 +00:00
jbjohnso
aca218eae7 -Have makedhcp work for floating ip behavior
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6295 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-01 20:40:23 +00:00
jbjohnso
8bef62719b -Skip link creation if Windows system won't resolve (TODO, have winpe able to figure out nodename client side to render this moot)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-01 19:21:52 +00:00
jet777
c7d4bc3452 feature 3006951
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6288 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-01 14:53:58 +00:00
wanghuaz
a3ccaaba90 Update otherinterfaces attribute in resetnet
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6278 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-31 09:12:46 +00:00
daniceexi
a36e7c4976 defect 3008429: handle the mac range for blade like a1->a5. This change will make all the mac a1,a2,a3,a4,a5 available for the getmacs command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6277 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-31 09:11:05 +00:00
linggao
f59367cb08 makeroutes on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6267 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-28 15:09:45 +00:00
ligc
ba9ec8ca75 fix for bug 3007510
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6266 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-28 09:50:15 +00:00
jbjohnso
246874ee0d -Detect when hosts.ip is misconfigured and report
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6261 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-27 15:57:56 +00:00
linggao
fe30dd3adc makeroutes phase 1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6260 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-27 15:13:26 +00:00
ligc
fd11704702 ipv6 fix: use -m flag with makehosts command to generate link local addresses in /etc/hosts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6255 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-27 07:42:49 +00:00
nott
f083db0faf use correct values in call to NetworkUtils->ishostinsubnet
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6247 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-26 17:26:56 +00:00
nott
724f226170 set root passwd in diskless images.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6243 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-26 13:44:32 +00:00
mxi1
baa81721b9 the verbose value is changed to 0 by default
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6236 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-26 08:12:55 +00:00
mxi1
7a9c2cceb7 update statelite.pm to support both directory and its sub-items in "litefile" table;
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6232 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-26 07:55:36 +00:00
jet777
ec9afb5182 New file - part of feature 3006951
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6229 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-25 20:05:17 +00:00
jbjohnso
8e85a8640c -Change version detection semantics to pick up sles11.1 correctly
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6219 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-25 15:29:28 +00:00
jbjohnso
d76eacde2d -Revert sles yaboot overwrite with functional yaboot-xcat
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6218 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-25 13:29:24 +00:00
jbjohnso
12d0244fca -Another dhcpd.conf fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6213 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-24 18:37:16 +00:00
jbjohnso
4ed85bba5e -Fix dhcp syntax mistakes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6212 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-24 18:31:16 +00:00
jbjohnso
1a95a8e9cc -Specify the ddns-hostname on nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6205 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-21 20:59:03 +00:00