Commit Graph

42 Commits

Author SHA1 Message Date
phamt
4be45af09c Added support for RHEL6. Cleaned up RHEL5 kickstart template.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8485 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-20 17:48:56 +00:00
phamt
b0b398c309 Changed comments.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8449 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-17 18:11:05 +00:00
phamt
c65badf386 Created cache directory if there is none, and changed cache directory path.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8315 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-03 21:28:43 +00:00
phamt
07b23287c3 Added caching for disk pools and user profiles.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8241 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-23 16:42:37 +00:00
phamt
b48e67d77d Added chvm --resetsmapi option to reset zVM SMAPI.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7996 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-01 19:33:41 +00:00
phamt
a9f65cdcd2 Changed the way the MAC address is found by using "QUERY VIRTUAL NIC".
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7973 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-29 12:32:41 +00:00
phamt
bdb0fd6907 Handle hexadecimal subchannels and user entry with both profile and NICDEF.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7965 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-28 20:46:47 +00:00
phamt
0291668bb0 Handle case where a user profile is included and the NICDEF statement is outside the profile.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-27 20:01:48 +00:00
phamt
0d3e299760 Shorten the autoyast/kickstart template name because the vmur module cannot punch a parm file to reader if the length on a line is greater than 80 characters.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7947 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-27 19:27:38 +00:00
phamt
8f867bb118 Check the output string of "vmcp q v nic".
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7834 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-13 16:03:26 +00:00
phamt
f143dae32f Added network drivers for s390x. Change nodeset command for zVM to handle the new name of initrd-statelite.gz.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-04 16:12:34 +00:00
phamt
7c313b96f4 Remove old SSH keys when cloning.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7479 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-16 18:57:44 +00:00
phamt
45dc77072e Add cloning support for FBA (9336) volumes.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7326 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-31 19:51:06 +00:00
phamt
fa40678943 Changed arguments sent to zHCP for adding 9336.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7214 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-25 01:03:40 +00:00
phamt
e3e408a171 Changed arguments sent to zHCP for adding 9336.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7212 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-24 20:24:29 +00:00
phamt
6ec5978185 Added postscript support to zvm.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7194 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-23 20:41:41 +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
phamt
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
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
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
phamt
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
phamt
f748d43151 Cleaned up xCAT code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6663 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-07 15:12:44 +00:00
phamt
687683721b Updated references in zVM documentation. Granted VSwitch access in makeVM().
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6517 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-17 19:15:56 +00:00
phamt
610d9e5e91 Update genimage code to support s390x
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6468 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-16 00:09:21 +00:00
phamt
14812ec27b Added statelite support to zVM plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6467 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-15 21:09:35 +00:00
phamt
c100c36560 Updated autoyast template to format dasd. Remove extraneous comments in zvmCPUtils.pm. Changed the way nodeSet() in zvm.pm looks for NICDEF.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6004 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-06 20:42:14 +00:00
phamt
8b64d9795c I commented out updatenode from the handled_commands for now. Refer to defect 2987456 for more details.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5773 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-15 02:13:52 +00:00
phamt
1a26963cda Changed the install directory in nodeSet and updateNode to reference the install directory in the xCAT site table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5772 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-14 20:10:26 +00:00
phamt
ca4e5e2fbf Updated clone and makeVM
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-13 03:28:09 +00:00
phamt
f03baf5ff1 Updated makeVM and clone to support MACID
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5745 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-12 19:09:15 +00:00
phamt
11f6324d79 Updated z/VM plugin to support update release
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-12 14:44:14 +00:00
phamt
5b44b630d9 Updated nodeset() command and added support for rnetboot().
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4925 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-01-08 20:59:28 +00:00
phamt
94b00e9c27 Update z/VM plugin with new code and autoyast/kickstart templates.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4739 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-12-08 19:39:00 +00:00
phamt
05e1e949d3 Change handled_commands() to fix bug ID 2895829.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4554 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-12 14:44:55 +00:00
phamt
bd2b362ec2 Change handled_commands() for rpower.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4541 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-10 16:27:40 +00:00
phamt
c24a0183dd Commented out: use warnings. It takes care of this error, which you get when running rpower() in bypass mode: Use of uninitialized value in numeric eq (==) at /opt/xcat/lib/perl/xCAT_plugin/zvm.pm line 74.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4537 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-10 15:36:19 +00:00
linggao
183c173975 fixed MYSQL server went away error'
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4536 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-10 15:07:16 +00:00
phamt
ca4b4c4871 Change handled_commands() to fix bug ID 2894816.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4526 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-09 21:15:21 +00:00
phamt
13649c5438 Remove switch statements.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4443 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-23 19:28:23 +00:00
phamt
77298cc52f Update z/VM code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4434 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-21 18:03:16 +00:00
phamt
1aee33f265 Change scanVM() because the 'id' property in the 'zvm' table is changed to 'userid'.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-03 15:19:06 +00:00
phamt
7743862e8b Check in Perl modules for z/VM support.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4280 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-01 18:28:00 +00:00