2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-24 04:32:04 +00:00

206 Commits

Author SHA1 Message Date
ertaozh
4b59e1cdc1 rspconfig ip=dhcp to set BMC get ip address through DHCP 2015-05-20 04:54:36 -04:00
ertaozh
292fd7abfd For command 'rspconfig <node> "userid=<username>" "username=<username>" "password=<password>"', if no userid and username specified, the default userid will be 1, if userid not set but with username specified, the default userid will be 2 2015-05-20 02:38:39 -04:00
ertaozh
fb9edfa7dd won't update ipmi table inside rspconfig <node> "userid=N" "username=<username>" "password=<password>" command 2015-05-18 01:56:59 -04:00
ertaozh
6280270cd9 support to add/modify user/password for BMC with rspconfig 2015-05-15 05:24:32 -04:00
jjohnson2
178a63cd4a Add the build id of pending UEFI
If UEFI is pending on IBM/Lenovo x86 systems, present
the build id of what the next boot should bring.
2015-05-13 10:18:22 -04:00
jjohnson2
5ac2c0a4d6 Improve IPMI FRU parsing for Lenovo Thinkservers
Lenovo Thinkservers provide logically addressed FRUs that
aren't typed as logical FRU.  Change so that the
addressing rather than the type drives our behavior to
read or skip.

Thinkservers explicitly have a locator record for FRU 0.
Ignore such a locator record.

If a board info area is not followed by a product or
multirecord area, give the board area parsing code access
to the end of the area in case board info data runs
beyond the end of the claimed area.
2015-04-08 15:11:36 -04:00
jjohnson2
39bc1e21a6 Change wvid to pass IP to client
When remote xCAT client is used, often the client will not have
the same name resolution in place as the management node.  For
wvid, mitigate this by passing the IP address to the client.
If name resolution worked before, this should be no downside.
If routing also doesn't work, well the user is no worse off than
before at the moment.
2015-03-26 10:01:10 -04:00
mellor
ba706470d0 support rspconfig <node> ip/netmask/gateway for Power LE machine 2014-09-19 07:50:53 -07:00
Jarrod Johnson
532c7d618c Recognize Lenovo IMM2 for wvid 2014-09-09 10:40:53 -04:00
Jarrod Johnson
c79eca69df Add support for System X M5 generation for firmware inventory 2014-09-05 10:44:55 -04:00
zhaoertao
d8faafb4b4 add option "password" for rspconfig to change password for default user through IPMI 2014-09-03 01:21:22 -07:00
Jarrod Johnson
2af67b457f Correct mistake in the FRU parsing code in the product area 2014-06-20 14:53:16 -04:00
Jarrod Johnson
8aaec27237 Try failing over to another syntax for wvid http call 2014-06-11 15:54:04 -04:00
zhaoertao
1baf28a360 support rsetboot for p8 2014-06-11 00:21:56 -07:00
Jarrod Johnson
3f3b6eaaa1 Avoid requesting IBM VPD data for FRU locator records that do not advertise such data. 2014-06-03 15:32:24 -04:00
Jarrod Johnson
69763c4327 Fix problem where firmware was erroneously marked pending 2014-05-30 11:27:37 -04:00
Jarrod Johnson
f43352521e Mark pending firmware to be clear that firmware is not yet active 2014-05-30 11:24:38 -04:00
Jarrod Johnson
6e9d88a842 Fix rpower wake turning off an on system 2014-05-30 10:23:31 -04:00
Jarrod Johnson
4d60f2b270 Fix inifinite loop on well formed and malformed multirecrd areas
There were mistakes in the parsing of multirecord IPMI fru area.
Most critically, the index never advanced.  Additionally, ensure
that the index always increases and check against the length of the structure
so that a malformed area would not send our parser into an infinite loop.
2014-04-30 10:30:36 -04:00
lissav
0274937478 defect 4072 2014-04-16 12:34:09 -04:00
huweihua
ec8a2069cd fix defect 3875 2014-03-24 05:04:30 -04:00
zhaoertao
addd4ed9c4 3974 rinv failed for Fujitsu Blade Server 2014-01-22 23:17:13 -08:00
Jarrod Johnson
05f5636ebc Have ipmi do wire format, to match ipmitool and microsoft behavior in spite of the spec (which no one follows, not even prior xCAT code) 2013-11-26 10:26:09 -05:00
Jarrod Johnson
2f930993c0 Recognize and translate invalid url message 2013-11-11 09:25:22 -05:00
Jarrod Johnson
3dccc94696 Revert "Have rflash on fpc present a more readable error message"
This reverts commit 5509f6ab485353f78c96ad3a3bddd3d8caaa1732.
2013-11-11 09:23:37 -05:00
Jarrod Johnson
5509f6ab48 Have rflash on fpc present a more readable error message 2013-11-11 09:18:00 -05:00
John Simpson
a11fd07dbc update to process firm the same as firmware 2013-11-08 09:57:20 -05:00
John Simpson
d3894733bd updated messages in ipmi.pm to correct double colon problem with IBM::EnergyManager in the string 2013-11-08 09:31:03 -05:00
daniceexi
9f1fd6c223 code drop for xeon phi (mic) support phase 2. 1. Support mpss 3.1; 2. Support to install software in .filelist, rpm and simple format; 3. Support the hcp software to be installed in .filelist format by genimage command; 4. Support the nfs mount setting for mic node (base on litefile table); 5. Support Internal bridge setting for mic host 2013-11-03 09:40:17 -05:00
zhaoertao
d53c777ca1 fix bug 3820: rinv for feihu FPC is producing errors 2013-10-24 02:13:34 -07:00
Jarrod Johnson
5bfcf11689 Rework previous changeset somewhat and add gateway support 2013-10-11 14:57:26 -04:00
Jarrod Johnson
8376bfab67 Attempt to set ip and netmask remotely 2013-10-11 14:45:19 -04:00
John Simpson
36c1eb5fd7 Add support for missing NeXtScale sensors 2013-09-30 16:51:00 -04:00
Jarrod Johnson
787fb3207c Implement rflash support for NeXtScale Enclosure manager 2013-09-11 14:26:03 -04:00
Jarrod Johnson
f39001788f Provide rpower reseat for NeXTScale 2013-09-06 11:15:39 -04:00
immarvin
ef4a931440 update node provision status based on the feedback of nodes instead of rpower/rnetboot 2013-08-16 01:42:10 -07:00
zhaoertao
f78ec64c25 The item of updating pre-defined groups for nodes 2013-08-15 23:56:30 -07:00
Jarrod Johnson
275a19151b Fix ipmi FRU parser to give up once malformed data is encountered 2013-08-12 16:04:08 -04:00
Jarrod Johnson
cff10ef530 Correct language in sensor decode 2013-08-06 10:56:57 -04:00
jbjohnso
1d733e7911 Add information about IBM backup firmware to rinv
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@17017 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-07-24 18:39:47 +00:00
jbjohnso
f468d1a5d3 Remove extraneous use from ipmi plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16990 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-07-17 14:55:13 +00:00
xq2005
b5f3b1b526 ubuntu and debian ship SHA.pm instand of SHA1.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16911 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-07-09 07:15:39 +00:00
daniceexi
abf8941676 Code drop for Xeon Phi (mic) support. Add the rscan to scan mic from x86 host node
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16825 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-06-30 03:57:00 +00:00
jbjohnso
2a998b99d9 Have rvitals avoid requesting the same sensor multiple times
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16770 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-06-26 14:33:52 +00:00
jbjohnso
d7ddcebef2 Add some chassis status support to rvitals
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16479 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-05-30 14:47:19 +00:00
zhaoertao
1d89fb6e1b enhancement of "rspconfig noderange USERID=<password>"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16408 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-05-23 08:23:21 +00:00
zhaoertao
2a8e95b4e8 the feature:enhancement of rspconfig for blacktip blade
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16349 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-05-17 09:30:50 +00:00
daniceexi
a7d3d1da21 take back the filter_nodes operation after the fix in Utils::filter_nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16202 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-05-07 04:44:35 +00:00
jbjohnso
12bad57506 Stop filtering out on ITEs renergy for now as well as rspconfig...
Have rspconfig do textid

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16178 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-05-03 20:34:03 +00:00
yinle
430d5c0c09 lsslp --flexdiscover enhancement
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2013-03-28 08:15:58 +00:00