Commit Graph

83 Commits

Author SHA1 Message Date
jbjohnso
65bbc300c6 -Add rsetboot -p and -u for persitent and uefi requests
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6441 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-06-11 18:24:29 +00:00
jbjohnso
148e24429c -Fix rspconfig alert on IPMI devices
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6173 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-19 15:42:55 +00:00
jbjohnso
07c1ba8a10 -Reorder response parsing to avoid null reference
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6153 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-17 15:16:47 +00:00
jbjohnso
40abc12d87 -Add UUID output to blade plugin
-Make output consistent between blade/ipmi


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6143 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-05-16 23:22:52 +00:00
jbjohnso
c625ed1cac -Remove some debug output and syntax errors
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5508 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-17 15:40:13 +00:00
jbjohnso
0bd298a772 -Fix for some wvid firmware issues
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5454 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-12 15:05:51 +00:00
jbjohnso
54b131643e -Correct no_op output/handling on ipmi plugin rewrite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5358 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-03 21:28:52 +00:00
jbjohnso
d356d77859 -Fix redundant renergy command output
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5290 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-24 18:19:27 +00:00
jbjohnso
cbbe6a3e3d -Fix traphandler use of new ipmi code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5216 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-13 14:49:26 +00:00
jbjohnso
4a6e7dd4ca -Fix errors where responses from retries would be confused for new data
-Increase initial timeout to assure at least one second lapses before a retry is sent (if time is milliseconds from a new second, the old code would retry in milliseconds)


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5215 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-12 19:24:25 +00:00
jbjohnso
628735eb5b -Fix reset on off bug with new ipmi rewrite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5212 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-11 21:28:53 +00:00
jbjohnso
f49c63dcba -Fix problem where unresolvable BMC addresses reported as BUG rather than a clean error message
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5206 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-10 20:05:00 +00:00
jbjohnso
09172bd322 -Fix 'type' field of DIMM inventory to make 'rinv dimm' work correctly in ipmi world
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5205 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-09 22:25:08 +00:00
jbjohnso
d25e6719a9 -Put the rewrite front and center
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5175 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-05 18:49:27 +00:00
jbjohnso
b6aae25b38 -Move ipmi plugin to legacy, just in case
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5174 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-02-05 18:48:31 +00:00
jbjohnso
2b438af097 -Change blind retry back to normal retry interval. This slows down the case
where close session succeeds but reply is dropped, but is more resistant
to a scenario where a significant network outage actually prevents logout.
When the actual logout is prevented, the bad state is transient, but can persist for about a minute, so work to avoid it


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4657 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-23 19:04:31 +00:00
jbjohnso
ae1cb4d55b -Be more forgiving of issues at close session time, since a need for retries on close session is more often than not indicative that no response will ever come back.
-Go through the standard number of retries, but do it at one second intervals to get them out of the way faster (in the unlikely scenario that the request was dropped by the ethernet fabric, this should still get the session reaped)
    -Ignore a failure to get a command response for close session
    -The worst scenario that a user is not warned about is the slight possibility that a session slot on the BMC is not freed and instead will consume the slot for about a minute.  Since we try to keep the number of sessions to a BMC down, one consumed meaninglessly for a minute in a rare case is not a huge problem


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4295 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-10-05 15:05:29 +00:00
jbjohnso
57466b8f89 -Remove some data dump debug statements
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4170 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-09-18 19:53:48 +00:00
lissav
b5402a454a update with use of _xcatpreprocessed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3788 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-07-15 14:54:52 +00:00
vallard
d896a41189 added error message for ipmi nodes... for some reason we don't have an rbeacon stat command on ipmi like on blades...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3633 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-06-24 23:31:03 +00:00
vallard
81c08bb76f added help message for people that just do rpower <noderange> noaction
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3435 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-05-21 21:19:42 +00:00
jbjohnso
1c43efabee -Prevent ipmi plugin from corrupting xCAT generic signal handler
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3327 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-05-08 18:11:59 +00:00
jbjohnso
20775a4377 -Have blade and ipmi plugins only decrease known child count when the child exiting belongs to it explicitly
-Have blade and ipmi plugin children wait longer for parent acknowledgement
-Ignore failure to deliver acknowledgements to children that give up and exit before that can occur


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3075 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-04-03 14:40:21 +00:00
linggao
2779f579e1 performance tuning for node status updating for ipmi, blade,PPC, xen and kvm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2976 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-25 02:56:58 +00:00
linggao
0e6d28e1c2 minor fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2974 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-24 23:56:42 +00:00
jbjohnso
5353d11620 -Enhance support for some IBM systems
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2973 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-24 20:01:36 +00:00
linggao
7850b36aa2 changed setting from nonodestatus to nodestatus :-)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2972 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-24 19:44:23 +00:00
linggao
cf1eb5011c added a site table attribute 'nonodestatus' so that the node status updates can be turned off during the node deployment, node discovery and node power on/off
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2961 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-24 03:12:03 +00:00
linggao
529660fe6a removed dependencies on the xCAT-server package from perl-xCAT package
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2952 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-20 21:36:49 +00:00
jbjohnso
e300b6795e -Avoid switch searches for virtual nics for now
-Fix wvid title for supported IPMI devices
-Have nbfs provide clue to xCATd that a virtual guest is booted


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2916 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-16 17:31:15 +00:00
jbjohnso
d93ed443ed -Change titles on wvid windows to avoid 'kvm' which could now be ambiguous
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-11 23:37:32 +00:00
jbjohnso
a006821a1e -Change formatting of aux log dump
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2870 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-10 17:14:00 +00:00
jbjohnso
1f42c1a2a2 -Add decode of auxillary log information in IPMI
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2867 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-10 13:58:48 +00:00
jbjohnso
45040d7cc0 -Have interpreted SPD show in rinv 'dimm' subtype
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2857 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-08 16:30:56 +00:00
jbjohnso
7eb72314ba -Add DIMM inventory to IPMI rinv
-Remove extraneous Net::Telnet dependency in xen plugin


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2855 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-08 03:30:24 +00:00
jbjohnso
02db215b44 -Fix problem where FRU would not read if not multiple of 16
-Suppress builddate output if obviously uninitialized 
-Process FRU entries encoded per FRU spec other than 0


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2851 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-07 18:04:32 +00:00
jbjohnso
b2c68496f3 -Give up more quickly on write protected fru
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2846 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-07 02:20:03 +00:00
jbjohnso
595db756c4 -Begin implementing FRU decode of non-zero fru
-Skip display of FRU data that doesn't appear readily decodable
-Suppress sensors without sane id_string
-Fix some comparisons to avoid operating on undef values


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2845 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-07 02:04:21 +00:00
jbjohnso
8b476545d6 -Change places in blade and ipmi plugin where error output was not treated like error output
-Add wvid support for certain service processor builds in ipmi


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2823 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-03-02 18:33:59 +00:00
jbjohnso
d74f5f5689 -Revert accidental checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2691 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-02-01 00:24:34 +00:00
jbjohnso
afefaa419a -More careful treatment of migration to provide more accurate failure descriptions
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2690 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-02-01 00:23:52 +00:00
jbjohnso
3c894101f4 -Revert portion of previous checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2636 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-01-21 20:59:32 +00:00
jbjohnso
c52ece42d8 -Fix typo in previous checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2635 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-01-21 20:57:32 +00:00
jbjohnso
6f9a2b54e8 -Correct iDataplex thermal profile management
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2514 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-11-20 16:58:36 +00:00
linggao
c8426e6494 more on node status updates
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-21 03:08:55 +00:00
jbjohnso
e95f4c53e9 -Add softoff to blade and ipmi rpower implementations
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2330 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-13 15:16:41 +00:00
jbjohnso
7f029dcd7d -Add more careful treatment of FRU rewrite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2325 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-12 20:33:11 +00:00
jbjohnso
0693a2aaae -Change FRU rewrite to replace old xCAT signatures instead of preserving
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2283 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-04 14:40:05 +00:00
linggao
183eef7202 handle no-op situation for node status update
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2280 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-10-03 17:46:31 +00:00
linggao
7e52eff678 more on node status. supports aix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2239 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-26 23:07:45 +00:00