2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-12 09:24:19 +00:00
Commit Graph

1146 Commits

Author SHA1 Message Date
lissav f4e8bb41af support for limiting ssh between nodes in xdsh -K
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8015 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-03 11:55:29 +00:00
jbjohnso 08ee5ad083 -Update documentation on site table for new vmware plugin configuration option
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8009 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-02 20:25:21 +00:00
lissav d63a27bf1d fix grep in isMemberofGroup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8007 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-02 18:16:33 +00:00
lissav fbeaa49a22 move check for ssh enablement to Utils.pm so Postage and xdsh can share it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8000 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-02 11:58:45 +00:00
lissav 1fd4ce4ba1 add to comments on sshbetweennodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7992 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-01 15:19:25 +00:00
yinle 1dce108090 Fix the defect 3096172, modified the order of analysis lhea_adapter logical port.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7987 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-01 08:59:30 +00:00
jjhua 83b670e647 remove the consoleondemand related code in FSPmac.pm. In scaling test, set consoleondemand=yes in site table for conserver.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7968 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-29 09:22:09 +00:00
lissav 64890f419d add isMemberofGroup routine
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7961 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-28 19:08:56 +00:00
jbjohnso 82795eb88f -Fix for Did not find opening bracket after prefix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7959 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-28 18:39:34 +00:00
lissav b5eff3d8a5 change sshbetweennodes attr
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7957 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-28 17:27:48 +00:00
mxi1 d6a37d7277 Squashed commit of the following:
remove two echo in xcat-prepivot.sh;
    the stateltie script is updated,
    two typos in the manpage of litefile table are fixed;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7935 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-27 03:28:15 +00:00
ligc c760a04d27 fix for bug 3091008: special case for DB2 SQL statement
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7928 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-26 08:11:34 +00:00
lissav 8ec308b9d1 add to sshbetweennode comments
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7924 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-25 18:24:13 +00:00
lissav 16cb1d60cc add sshbetweennodes attribute
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7919 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-25 17:30:56 +00:00
nott b1281cdc44 use getObjectsOfType to get nodelist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7915 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-25 16:50:29 +00:00
ligc 6e52a3cecc fix for bug 3091858: add the --nodeps support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7900 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-21 09:17:35 +00:00
daniceexi e6e500e0e0 3089578: InstUtils::dolitesetup, set return code to 2 for normal shared-root case
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7884 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-19 12:38:56 +00:00
mxi1 b841208705 for defect 3087228
add two checkpoints in InstUtils.pm and aixlitesetup

    if the entry in litefile table is one file and the entry in spot is one directory,
    or the entry in litefile table is one directory and the entry in spot is one file,
    there will be one error message to indicate the user to update the spot or the litefile table

    One loop is added to do the check in InstUtils.pm;

    in aixlitesetup script, two checkpoints are added to make sure the entries in litetree is comatible with the litefile entry

    Also add one checkpoint in aixinstall.pm to see the return code of dolitesetup

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7864 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-15 08:34:00 +00:00
nott 5c0f072f1a misc. fixes to dolitesetup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7858 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-14 19:37:16 +00:00
jjhua f4646791a1 set the parent attribute of cec for rscan
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7848 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-14 06:00:54 +00:00
jbjohnso 30a64843bb -document exploration of snmp presentation of lldp information across intelligent cluster portfolio
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7842 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-13 20:01:37 +00:00
nott 754c887182 remove bugus error msg
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7838 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-13 18:10:55 +00:00
mxi1 0b435da37b for defect 3086530,
there's one small mistake when handling the directory for litefile entries, I have fixed it.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7828 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-13 10:12:49 +00:00
jjhua 0da2656c76 add the lparname for the rscan output in direct attach
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7800 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-09 09:16:37 +00:00
bp-sawyers 87f3d02381 Support noderange of form: f[1-2]n[1-10]
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7796 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-09 01:32:07 +00:00
nott 551cde5ef9 add full path to litetree call
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7776 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-07 16:29:54 +00:00
jbjohnso 6c0b5973ea -Some fixups and 'scaffolding' for qbridge mib queries and manipulation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7739 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-01 13:07:03 +00:00
jbjohnso c3e5302619 -Fix getNodeAttribs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7736 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-30 14:30:58 +00:00
vallard 576487921a got rid of yucky undefined variable messages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7733 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-29 21:12:51 +00:00
jbjohnso 62464a182d fix another problem in switch code change
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7725 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-29 15:18:45 +00:00
jbjohnso 4d5fda5c17 -Fix problems with refactoring session open
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7724 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-29 15:11:26 +00:00
jbjohnso fddc3f6a5c -Refactor SNMP session creation code to be in one place
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7721 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-29 14:16:31 +00:00
jbjohnso abb63e2111 -Some documentation showing the plan for rvlan
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7709 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-28 20:30:38 +00:00
lissav bdcc9c1c4a add db2installloc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7705 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-28 15:37:34 +00:00
lissav 080b7bb9ed add db2installloc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7704 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-28 15:27:41 +00:00
jbjohnso f46ba64d28 -Fix broken clones in kvm plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7699 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-28 13:26:41 +00:00
xq2005 0afc3ecb55 /install is hard coded
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-28 04:59:46 +00:00
ligc a295351d5f fix some typos in message
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7692 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-28 02:47:19 +00:00
jbjohnso 195dbf863c -Fix bitwise operator error in previous checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7675 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-27 19:04:38 +00:00
jbjohnso 8ba1a33254 -Hold generated local macs at 42: prefix to avoid conflict with FE: and make libvirt do unique tap addresses
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7673 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-27 18:49:50 +00:00
ligc 750a8bbf70 rmdef could not remove all the entries in the tables with multiple keys, such as ppcdirect
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7669 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-27 13:50:49 +00:00
jjhua d6de604c09 remove the Dumper()
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7658 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-27 01:51:58 +00:00
jjhua 4a1b597e51 support for collecting veth, hea, hfi through fsp-api
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7631 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-25 07:01:22 +00:00
ligc dbce719093 fix for bug 3073397: check the parameter passed to subroutines
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7624 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-25 03:08:46 +00:00
daniceexi 770c12f750 Fix a problem in usage of renergy command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7620 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-25 03:00:54 +00:00
lissav a6338d15a7 fix 3053535, syslogging everything as error ( shows up on AIX)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7605 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-24 11:48:46 +00:00
xq2005 e5e14cd8de modify process_request's parameter error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7552 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-21 08:37:54 +00:00
mxi1 8b22241384 The litefile options have been updated to what we wished in design;
also the documents related with "statelite" and "genimage" are updated;
the description for "litefile" options are updated in Schema.pm

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7527 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-20 17:16:25 +00:00
linggao 798d09c5fa added description for building block for ppc table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7525 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-20 15:48:25 +00:00
mxi1 444bdd0b8e the code change for genimage enhancement is here
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7491 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-17 09:54:47 +00:00