d29f467806
rollupdate - add support for translatenames
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10012 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-05 17:55:18 +00:00
1f5ce12c0c
modify setting lpar's nodetype.nodetype to ppc,osi
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10007 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-05 06:45:24 +00:00
1183c25a69
add support for cleaning up xcatpost
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10004 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-04 08:58:30 +00:00
781c652667
defect 3324179: excluding files but keeping the directory in the *.exlist for directories locale and man
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10003 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-04 07:00:58 +00:00
01084902f2
Remove the part of setting otherinterfaces in resetnet if the resetnet failed.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10002 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-04 02:05:20 +00:00
675f05bc08
fix defect 3347227
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9996 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-01 14:58:53 +00:00
a895543523
Bug fix ID 3348945
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9995 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-01 11:27:04 +00:00
5345292cdb
remove shared backup/restore scripts use dumpxCATdb and restorexCATdb
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9991 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-30 12:08:20 +00:00
d072b35c53
omapi now is supporting hfi hardware type. we direct set the hardware type from omapi instead of change the lease file manually.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9986 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-30 08:14:24 +00:00
873cdef963
Fix bug 3337415: lsslp -i <Svlan> should only provide IPs back in Svlan
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9984 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-30 02:36:39 +00:00
72f0ae7b4f
Forbid removing all /etc/hosts entries from DNS with makedns -d as it pretty well corrupts most configs
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9983 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-29 17:57:25 +00:00
89743f5fbc
Provide user way to specify manual use of fping to allow workaround for RHEL 6.0 bug
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9981 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-29 12:03:28 +00:00
00f535776c
To make the code easier to maintain we decided not to select autoyast config template file (compute.sdk.sles11.tmpl/compute.sles11), instead if the user want to do a SDK included full install, he should prepare a customized template from compute.sdk.sles11.tmpl, and copy it to /install/custom directory.
...
This is for SLES 11 SP1 SDK DVD support (Patch 1)
====================================================================
Patch Reason: Design changed, To make the code easier to maintain
we decided not to automate select autoyast config template file
(compute.sdk.sles11.tmpl/compute.sles11),
Patch detail: If the user want to do a SDK DVD included full install,
he/she should prepare a customized template originated from
compute.sdk.sles11.tmpl, and copy it under /install/custom
====================================================================
====================================================================
Target Dist: SLES 11 SP1, for both full install and statelite install
Aim: To enable users to install packages from SDK DVD during installation
user impact: If the user add packages in .pkglist files, he/she should first do 'copycds' using SDK DVD iso.
For full install, the user should prepare a .tmpl file for autoyast
By-effect: N/A
Limitations: 2nd installation DVD and 2nd SDK DVD not supported, both carries source packages.
It seems they are not recognized by autoyast, and it's of no use to install sources pkgs on CNs.
====================================================================
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9980 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-29 10:03:58 +00:00
03533e3102
This is for SLES 11 SP1 SDK DVD support (Patch 1)
...
====================================================================
Patch Reason: Design changed, to minimize risk when doing a regular
SLES11SP1 full install without SDK DVD copied.
Patch detail: If we do a full install for SLES11SP1, and previously
we did "copycds" with SDK DVD, we use compute.sdk.sles11.tmpl,
otherwise use compute.sles11.tmpl.
====================================================================
====================================================================
Target Dist: SLES 11 SP1, for both full install and statelite install
Aim: To enable users to install packages from SDK DVD during installation
user impact: If the user add packages in .pkglist files, he/she should first do 'copycds' using SDK DVD iso.
By-effect: N/A
Limitations: 2nd installation DVD and 2nd SDK DVD not supported, both carries source packages.
It seems they are not recognized by autoyast, and it's of no use to install sources pkgs on CNs.
====================================================================
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9972 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-28 09:28:21 +00:00
d9e88fa588
makedns -d must be followed by noderange.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9971 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-28 09:07:53 +00:00
ddced88dba
support provision linux for system x/p on nodes page
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9970 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-28 08:37:16 +00:00
9ba70e2b93
set hmc as 'ppc' in nodetype.nodetype
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9950 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-27 13:05:02 +00:00
b241e10e80
add some enhancement for rflash to return any failure immediately
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-27 10:57:33 +00:00
4a049ff09f
Yum.pm should be invoked only when we use rhels5 medias for "copycd" command. In case of multiple unexpected errors when using other distributions.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9948 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-27 09:29:27 +00:00
9e7eb513e5
Fixed the issue that on Power775, kdump kernel size needs 256M, increased the default size on RH
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9943 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-27 08:22:26 +00:00
04cb7483c6
This is for SLES 11 SP1 SDK DVD support
...
====================================================================
Target Dist: SLES 11 SP1, for both full install and statelite install
Aim: To enable users to install packages from SDK DVD during installation
user impact: If the user add packages in .pkglist files, he/she should first do 'copycds' using SDK DVD iso.
By-effect: N/A
Limitations: 2nd installation DVD and 2nd SDK DVD not supported, both carries source packages.
It seems they are not recognized by autoyast, and it's of no use to install sources pkgs on CNs.
====================================================================
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9939 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-27 03:46:29 +00:00
43c6b35704
Further rectify forced migration error handling
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9934 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-24 18:33:04 +00:00
b376bf0b70
Further rectify forced migration error handling
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9933 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-24 18:29:12 +00:00
9da0c8629c
-Reduce severity of rmigrate -f source not being available
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-24 18:25:46 +00:00
78b442171e
clear out any garbage left in ARGV before calling plugin
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9931 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-24 18:19:07 +00:00
4c638bd8d4
genimage changes to not save the default kernel version.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9928 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-24 16:22:15 +00:00
ec291f8fc9
Fix problem where an xcatd instance consumes lots of processor time while shutting down
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9925 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-24 13:59:30 +00:00
e4c549f4b8
modify --vpdtable output the stanza file format data.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9920 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-24 09:24:13 +00:00
d56a999b4a
Dramatically speed up rmvm for lots of KVM virtual machines
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9915 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-23 13:58:40 +00:00
ad93e349d9
Speed up mass-scale KVM VM adoption
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9914 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-23 13:44:24 +00:00
a854098a7d
do not need message for localhost.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9910 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-23 07:39:43 +00:00
9a116c59ad
exclude the nodes not belong to any nets defined in networks table, and add some messages whick is useful in scaling cluster.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9909 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-23 07:10:36 +00:00
e3424dfe9e
defect 3323703: fix the issue in the verbose message
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9908 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-23 06:31:43 +00:00
7260f1697a
fix defect 3323266
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9903 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 20:38:25 +00:00
f506499ae1
Strip out expensive cached XML data rettrieval if doing lsvm
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9900 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 19:07:40 +00:00
8c14e5967d
Skip expensive table lookup for trivial lsvm case
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9898 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 17:44:07 +00:00
6856e705db
Use XCATSITEVALS instead of slower table lookup
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9897 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 17:29:43 +00:00
8a04a0ce40
-Reduce kvm supervisory process load by stopping what amounts to a busy wait when child is done sending messages up
...
-Eliminate call to create a new vm table object in kvm.pm, when it's usually not needed, move to create only when needed.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9896 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 15:23:06 +00:00
d7f2621fb2
fix for defect 3324448, remove pmr fix
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9891 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 14:33:04 +00:00
e4d41b26f3
fix for defect 3324448, remove pmr fix
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9890 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 14:31:55 +00:00
e2a88a57f9
fix for defect 3324448, remove pmr fix
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9889 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 14:30:57 +00:00
a12c2b5a3d
fix for defect 3324448, remove pmr fix
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9888 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 14:29:38 +00:00
229d3c6778
fix for defect 3324448, remove pmr fix
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9887 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 14:25:25 +00:00
8b7074745c
return after usage display.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9880 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-22 03:33:51 +00:00
ba2821b018
Port forward fix for netstart issue with RHEL statelesess
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9879 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-21 19:31:16 +00:00
52a1e4c5ff
modify the nodetype.nodetype for lpar node.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9875 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-21 13:46:56 +00:00
af5c3e578b
fix a mistake about the mac address formate in AIX system
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9874 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-21 13:16:59 +00:00
9c7d314402
mkhwconn -s enhancement,support mkhwconn -s hmc1 or without hmc specified.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9868 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-21 06:37:55 +00:00
1034d25033
Fix the issue that genimage has typo in mount -o option
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9865 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-21 02:58:55 +00:00
441124f457
Fix bug 3184683:makedhcp -a shouldn't return error with nodes doesn't reach
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-06-20 14:41:28 +00:00