Commit Graph

21 Commits

Author SHA1 Message Date
linggao
0ce4364cf8 added usage for rspconfig command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-31 17:18:12 +00:00
linggao
d68304896c setting access type for snmp community in blade.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@934 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-28 18:23:19 +00:00
jbjohnso
7c16eec19d Modify spconfig output to be more consistent between Blade and IPMI systems
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@918 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-27 20:17:49 +00:00
jbjohnso
3b26c208f3 Modify rvitals led return to be more accurate
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@895 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-26 13:34:39 +00:00
jbjohnso
02bea2ea60 Record sensor unit information on short SDR records
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@808 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-18 17:01:20 +00:00
jbjohnso
a8deed5735 -Fix issue where percentages were erroneously applied to strings after a valid percentage
-Fix issue where a number didn't receive the SDR specified formula
-Fix issue where xCAT didn't understand the signed sensor value formats


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@807 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-18 16:52:15 +00:00
jbjohnso
9705c72e27 Add community setting support to IPMI spconfig command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@771 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-12 20:46:17 +00:00
jbjohnso
eb07fec078 Add rspconfig with IPMI plugin implementation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@770 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-12 19:27:41 +00:00
linggao
b76f9e56bc more on ipmi support for snmp monitoring
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@765 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-12 02:57:01 +00:00
jbjohnso
5cf09a4701 -Place yield in a few more places where there is more important work to be done at the time
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@753 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 13:10:58 +00:00
jbjohnso
129af8ee3e -Use yield in child process data collection loops to avoid cycling needlessly, what was happing implicitly with sleep, the part that mattered
-Copy hardeths redundantly, still need to pick one definitive place and go with that


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@738 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 15:36:44 +00:00
jbjohnso
b1fe0bff15 Have IPMI plugin make a better effort in the face of an unkown system
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@732 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-07 21:43:45 +00:00
jbjohnso
050c712c01 -Merge r644 and 643 to restore functionality destroyed by r644
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@652 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-03 20:51:36 +00:00
linggao
e66af64ba9 added ipmi support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@644 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-01 22:08:04 +00:00
jbjohnso
318537d267 Strip out a debug statement
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@547 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-21 21:44:14 +00:00
jbjohnso
6ae34aecaf -Have LED reporting a bit more straightforward/friendlier
-rvitals all really returns all except 0xed, which appear to be unintelligible records


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@546 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-21 21:40:20 +00:00
jbjohnso
d6054f3e8b -Fix spelling mistake in IPMI plugin
-Add decoding of sensor values in events to eventlog


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@458 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-12 21:34:57 +00:00
jbjohnso
777eeb9449 IPMI eventlog returns decoded events up to an error, rather than just the error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@455 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-12 20:05:12 +00:00
jbjohnso
c1b03f38fd Make ipmi requests fan out to service nodes, fix problem where serverdone flags were erroneously propogated to client from a dispatched request
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@326 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-25 16:17:19 +00:00
jbjohnso
b8b4e74f04 Fix most instances of fork by replacing with xfork, name xfork correctly
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@306 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-21 19:49:59 +00:00
jbjohnso
884bfd04d6 Move directory structure to not imply /usr prefix.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@104 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2007-11-30 15:27:48 +00:00