3883 Commits

Author SHA1 Message Date
jbjohnso
ae863aff1f -Change name of decoded IPMI alerts in the trap handler
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4388 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 17:11:38 +00:00
mxi1
d25e5519b4 -fix the bug: the in-correct <resolv.conf> file is always produced for the diskless sles11 system. dhcpcd has done most of the works for us
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4387 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 13:15:24 +00:00
wanghuaz
b334465059 Fixed defect 2865925. mkhwconn -P usage message needs HMC passwd not fsp/bpa
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4386 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 10:20:30 +00:00
wanghuaz
67c402f39c Make the output of getmacs more clearly
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4385 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 09:06:03 +00:00
daniceexi
56d592c060 fix the defect that getmacs for js22 blade cannot work on 32bit Operating System
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4384 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 07:25:05 +00:00
ligc
0ca5237c6a Add a note to indicate not to run ssh or xdsh against the node before the node installation is completed.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4383 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 06:48:29 +00:00
ligc
c68ae1e423 fix for bug 2875834: makeknownhosts update
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4382 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 06:33:59 +00:00
ligc
33f561fc3e fix for bug 2875834: makeknownhosts only replaces the nodes specified with command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4381 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 06:23:38 +00:00
jbjohnso
f260efaa7a -Add access to the event summary to IPMI driven snmpmon evoked cmds.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4380 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-14 01:16:56 +00:00
jbjohnso
3f41092a5b -Implement getmacs to be able to describe common cases of JS blade extra interfaces. Beyond this level of complexity, discovery is needed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4379 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 21:15:46 +00:00
jbjohnso
e7ca83bcc7 -Fix build script to not call out non-existant man section
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4378 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 20:50:23 +00:00
jbjohnso
24a4d7b1d6 -More efficiently organize the noderange cache of nodes to speed up large noderange lookups
-Only require one iteration to build group->member hash.  This speeds up:
    -nodeadd when a lot of nodes already exist
    -any noderange with a lot of 'atoms' that aren't nodes


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4377 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 20:47:55 +00:00
jbjohnso
e4bd50f5e6 -Fix problem where xfork did not successfully relinquish open db handles (with this change, fuser on a sqlite file, for instance, looks much more correct)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4376 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 19:42:14 +00:00
jbjohnso
a2da51211c -Have DB worker release potentially conflicting DB handles on startup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4375 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 19:40:51 +00:00
jbjohnso
4fb91472c7 -Implement emulated autocommit for SQLite backend. Mixing and matching autocommit semantics was creating a deadlock. Emulated autocomment does not guarantee rollback to go back as far as one may expect
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4374 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 19:37:41 +00:00
nott
edd7d19f6c Switch from profile attr to provmethod attr.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4373 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 17:28:09 +00:00
jbjohnso
80f27be71b -Improve caching algorithms to fix performance regressions on large noderanges incurred by DB worker
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 16:52:16 +00:00
linggao
c163e912f4 update the description of nodelist.status
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4371 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 14:51:32 +00:00
linggao
d9d0352d1b updated monitoring doc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4370 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 14:42:27 +00:00
wanghuaz
57f0a92902 Set maxssh to 8 to make HW control commands more reliable
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4369 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 13:37:30 +00:00
lissav
ea1d1d8d7a update makeknownhosts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4368 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 13:29:10 +00:00
mxi1
fe228e40d1 small update for monitoring interface.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4367 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 11:43:39 +00:00
mxi1
cfcd04f736 -bug 2869570 is fixed for sles 10 sp3 support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4366 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 11:39:37 +00:00
zhanx
d3bd7993c2 Fix bug 2877232 mkhwconn manpage missing -p flag
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4365 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 09:39:30 +00:00
wanghuaz
83ef3a7a0e fixed defect 2836729. sort the output of lsvm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4364 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 08:50:05 +00:00
wanghuaz
c1a87eca58 Fixed defect 2875569
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4363 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 07:59:05 +00:00
wanghuaz
f2965109a5 Fixed defect 2840135 that getmacs -F option containing wrong format but not returen error.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4362 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 06:02:45 +00:00
wanghuaz
e929e99f54 fixed defect 2858392
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4361 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 03:32:13 +00:00
wanghuaz
c7c8fc3237 fixed typo error in last checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4360 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 02:43:01 +00:00
wanghuaz
3cfc361a87 Fixed 2872962
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4359 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-13 02:05:18 +00:00
nott
c31973a5cf Fix get_nim_attr_val #2
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4358 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 18:40:07 +00:00
nott
5207c665f5 Fix get_nim_attr_val
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4357 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 18:32:55 +00:00
nott
8a7619410e Added additional packages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4355 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 15:02:14 +00:00
linggao
05d658834b fixed a typo
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 13:31:27 +00:00
daniceexi
77c0517aa1 remove support of the 9119 server
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4352 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 10:26:30 +00:00
ligc
781c5f27d1 sort the output of lsdef
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4350 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 08:26:35 +00:00
ligc
1795a0930f fix for bug 2868914: chdef group allows creation of invalid node
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4349 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 07:41:52 +00:00
ligc
11e9fe107b fix for bug 2868914: chdef group allows creation of invalid node
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4348 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 07:41:20 +00:00
zhanx
ad72ad371f fix bug 2873512 rvitals ouput on a group not sorted
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4347 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 06:52:43 +00:00
zhanx
0c94f2e78a fix bug 2874268 rvitals lcds displays too much output if no LCDs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4346 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-12 06:09:48 +00:00
nott
1e306a3892 Handle node range first.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4345 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 17:12:05 +00:00
nott
5830d4895a Added note about makenetworks.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4344 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 16:02:46 +00:00
nott
acc33758df Misc updates
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4343 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 15:42:57 +00:00
nott
b8c0b5931d Misc updates
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4342 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 15:00:52 +00:00
jbjohnso
8fe6b85410 -Fix for bug 2873054
-Request to noderange to stop actively preserving cache now also has noderange to actively drop any current cache


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4341 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 14:50:06 +00:00
nott
7672cac237 Add note about SSL package
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4340 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 14:33:56 +00:00
nott
3f92f5baf7 Move ssl-related rpms to xCATaixSSH bundle.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 13:52:45 +00:00
bp-sawyers
6e4c309c1a Fixed 2875898: updated mkhwconn man page
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4338 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 13:48:58 +00:00
ligc
6e5f39d215 fix for bug 2871938: add check for rmdef flags, check node attribute when create dynamic node group
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4337 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 07:05:40 +00:00
ligc
dc4d460bd3 fix for bug 2873042: set {}{objtype} before calling xCAT::DBobjUtils->setobjdefs if the group does not exist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4336 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-10 03:20:33 +00:00