Commit Graph

6353 Commits

Author SHA1 Message Date
sjing
0153e21d72 Fix for "rmnimimage -x" with error of "no nim object".
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-10 02:55:40 +00:00
jjhua
9fe1269fb9 support for setting up PE in rhels stateless and statelite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-10 02:51:24 +00:00
jjhua
1dfe776e89 support for both rhels6 and sles11 statelite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7398 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-10 02:48:36 +00:00
jjhua
95206de68a support for statelite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7397 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-10 02:05:38 +00:00
phamt
0fcc21ad06 Fix submit_request() to make async calls. The problem was that the default timeout for running php scripts is 30 seconds, which is too short for some calls. Also, the stream had to be set as non-blocking.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7396 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 21:12:47 +00:00
linggao
b8645cd151 image import and export work. 4: added postscripts support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7395 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 19:05:29 +00:00
lissav
a31322f37b add start of xcatd at end of client setup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7394 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 18:22:11 +00:00
lissav
fdf50421c3 corrections
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7393 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 18:12:34 +00:00
mxi1
18ba59ac23 rollback the Schema.pm, xcatroot and genimage to r7384
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7392 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:54:48 +00:00
mxi1
0e7331553d some small data is updated for redhat6
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7391 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:21:02 +00:00
mxi1
8acae38e0e the code for updating linuximage and osimage tables is completed now
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7390 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:20:27 +00:00
mxi1
1e087336bf change the policy to update the tables
many variables are added

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7389 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:19:50 +00:00
mxi1
74b5516de5 formatting
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7388 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:19:11 +00:00
mxi1
d015c002e6 added the code for updating linuximage table in genimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7387 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:18:24 +00:00
mxi1
66c6d5fedd mkinitrd_dracut and mkinitrd can generate two different initial ramdisks, one is initrd-statelite.gz, the other one is initrd-stateless.gz
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7386 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:17:39 +00:00
mxi1
cd9ad4b94f nodebootif, otherifce, permission are added into Schema.pm;
change the code to mkinitrd() and mkinitrd_dracut()

what to do next is to update the linuximage table in genimage code

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7385 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 08:16:58 +00:00
sjing
2a05ae09bf fix for rmnimimage -s servicenode image
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7384 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-09 02:36:43 +00:00
lissav
9a7b4ff7ff allow underscore in user defined tables and sql file names, note more work needed if want to allow test_x_mysql.pm for a name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7383 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 18:58:59 +00:00
linggao
641af9d99c image import and export work. 1: added .pkglist .otherpkgs.pkglist .postinstall .exlist .synclist files for default. 2: updates osimage and linux image tables. export all values from these 2 tables. 3: make destination optional for --extra flag, if destination is not specified, it will be default to the source
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7382 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 18:58:39 +00:00
phamt
7aefdbf4a6 Update zVM documentation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7381 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 17:23:03 +00:00
phamt
3ff40c0e0d Changed resource info box message.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7380 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 15:52:50 +00:00
lissav
cd78746458 add infor on how to upgrade to a new PTF level
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7379 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 15:01:32 +00:00
phamt
931058541d Removed old code that was commented out.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7378 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 14:45:57 +00:00
daniceexi
e7e6a75f99 The code drop for the changing object name by chdef command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7377 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 10:38:42 +00:00
daniceexi
430511e226 The code drop for the changing object name by chdef command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7376 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 10:38:25 +00:00
daniceexi
303d79fbe3 The code drop for the changing object name by chdef command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7375 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-08 10:38:12 +00:00
lissav
dfde8fc75c more useful commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7374 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 19:46:18 +00:00
mxi1
cb923e17c8 update the sample data for rhel5.x,
also fix one defect when the litetree table is empty
also replace "hostname -s" with "hostname" on redhat5.5 of ppc64 platform

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7373 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 12:16:52 +00:00
wanghuaz
287685acb1 fixed defect 3034596, lsslp error with XCATBYPASS=1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 09:24:16 +00:00
wanghuaz
586428eca8 Fixed defect 3039286, updated HWmanagement doc in xCAT 2.5
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7371 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 09:08:59 +00:00
wanghuaz
dd9386a43e Fixed defect 3054166, update IBconfiguation doc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7370 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 08:54:03 +00:00
sjing
090192c743 lslite supports node in nodegroup while nodegroup in statelite table.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7369 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 08:20:51 +00:00
ligc
e130863d82 fix for bug 3060242: chvm supports "cat vmdef | chvm nodename"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7368 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 07:38:03 +00:00
wanghuaz
731a83e959 Fix bug 3054182 and 3054178
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7367 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 06:11:34 +00:00
sjing
df750af818 remove trailing comma for $servip.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7366 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 05:55:11 +00:00
sjing
e7c4bb2a6e use installp/rpm command to handle installp_bundle instead of nim.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7365 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 05:37:38 +00:00
sjing
308aa51b2e remove perl-Net_SSLeay.pm* due to duplicated.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7364 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-07 03:09:39 +00:00
nott
d5b7d59ce9 add statelite doc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7363 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-06 19:40:00 +00:00
lissav
32c4db2c46 in updateschema, tabdump and create backup *.csv file before starting to change keys
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7362 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-06 12:01:59 +00:00
sjing
28209caf5b rmnimimage support SN noderange/nodegroup.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7361 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-06 09:03:10 +00:00
jjhua
fa397e2ed4 for gpfs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7360 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-06 09:00:39 +00:00
jjhua
04a8504c1e fixed defect 3043952
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7359 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-06 08:03:28 +00:00
jjhua
3455c10421 fixed defect 3058739; support for mkhwconn wiht bpa and fsp.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7358 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-06 07:32:08 +00:00
mxi1
246e52bbf5 for defect 3058180,
"-k <kernelver" works well for redhat right now

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7357 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-06 07:04:26 +00:00
jbjohnso
b3f7b2b499 -Fix errors in clone_vms_from_Master in esx plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7356 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-03 20:08:41 +00:00
jbjohnso
df5f195e84 -Fix getAttribs call
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7355 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-03 19:11:14 +00:00
jbjohnso
cab4f3c0d1 -Correct list reference access error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-03 18:54:30 +00:00
jbjohnso
bdbca89b78 -Ensure the scalar for timestamp is used when clonevm creates a vmmaster entry for vmware
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-03 18:51:19 +00:00
vallard
50fc7ed49d added design document of imgport capabilities
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7352 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-03 16:27:22 +00:00
jbjohnso
cce0debccf Make bootorder fixup on rpower work in kvm again
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7349 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-02 18:46:35 +00:00