02ceafc428
Add a attribute in site table to set the delay time for rflash
...
Currently abort failure(0x81) occur during the initiate stage as
the firmware state is not stable enough after cold reset. As the
delay time is not a constant value, this change add a interface in
site table for user to set this value.
Close-issue: #471
2015-11-30 03:59:31 -05:00
f99e7697dc
fix issue 462: The result of "rvitals wattage" is not right on firestone and habanero
2015-11-25 01:20:34 -05:00
f180db98f7
Merge pull request #443 from zet809/rspconfig_ip_S822LC
...
fix issue 440: IBM Power S812LC using rspconfig to set bmc ip address…
2015-11-23 21:38:57 -05:00
1408ee73dc
Merge pull request #451 from hu-weihua/rmimage
...
Provide a walk around to issue #424 by using rmimage
2015-11-23 10:55:38 +08:00
bd2ee5c070
use lazy mode of umount to increase the success rate
2015-11-22 21:30:33 -05:00
c889383494
provide a walk around to defect #424
2015-11-21 03:01:39 -05:00
895ad1fa02
Merge pull request #441 from chenglch/rflash-defect
...
Reviewed the code. Looks fine to me
2015-11-20 14:30:01 -05:00
6a9682b750
Merge pull request #404 from pdlun92/i271
...
New OS release IDs added to discinfo.pm
2015-11-20 11:57:49 -05:00
2c22c82b4d
SLES12SP1 Support added to sles.pm
...
RHELS7.2 IDs added to discinfo.pm
2015-11-20 11:25:45 -05:00
0da58b39d9
Fix-defect: Add sleep function before upgrade firmware
...
Firmware or ipmitool-xcat may not stable enough. BMC can handle
the ipmi request from ipmitool, but can not be upgraded succesfully,
add a sleep function as a work around.
Fix-issue: #442
2015-11-20 01:40:01 -05:00
6dc8102594
fix issue 440: IBM Power S812LC using rspconfig to set bmc ip address failed if the bmc is in dhcp mode
2015-11-20 01:37:51 -05:00
3cbe9d7f83
Merge pull request #363 from whowutwut/dhcpd6
...
makedhcp -n on rhels7 complains about missing dhcpd6 file
2015-11-19 15:38:17 +08:00
a4c62eedf3
correct 'updatenode node -k -F' without prompting message directly
2015-11-19 01:41:37 -05:00
f997141422
Merge pull request #402 from zet809/renergy_for_power_s822l
...
renergy support for IBM power s822LC, add power_reading and temp_read…
2015-11-18 22:40:59 -05:00
cd87ba223d
Merge pull request #423 from penguhyang/updatenode_o
...
support updatenode -o option to use for update
2015-11-18 22:39:53 -05:00
da9d6a23ef
Add code to check the os version by looking for the digit values
...
in the $os string. If >= SLES 11 or >= RHEL 7, dhcpd and dhcpd6
share the same configuration file
2015-11-18 13:13:06 -05:00
2be4d11d9b
renergy support for IBM power s822LC, add power_reading and temp_reading options
2015-11-18 03:40:06 -05:00
a7f8730a55
support updatenode -o option to use for update
2015-11-18 02:59:28 -05:00
9e0fe3ae0b
issue426 bmcdiscover return message need modified on ubuntu
2015-11-18 00:09:20 -05:00
4d34f67799
Merge pull request #250 from whowutwut/rinv
...
Fix for xcat-core/issues/233, rinv recieve incorrect data from BMC
2015-11-17 13:43:58 +08:00
743960c5a8
Add FRU ID into the error message to be more descriptive
...
about receiving the incorrect data from the BMC
2015-11-16 10:56:52 -05:00
2608c753c1
Fix defect: Error to check the rflash option
...
rflash for ipmi also supports the fpc machines,
delete the check constraints for unknown options.
2015-11-16 07:52:40 -05:00
9f1422ae35
Merge pull request #391 from chenglch/rflash-fork
...
Fork a rflash process for each node
2015-11-16 14:17:19 +08:00
d39d5b567c
Merge pull request #386 from xuweibj/I302
...
to fix Issue 302, modified my_ip_facing and related functions
2015-11-12 14:01:14 +08:00
f2b9f6e94a
to fix Issue 302, modified my_ip_facing and related functions
2015-11-12 00:33:03 -05:00
a52c7166c2
Fork a rflash process for each node
...
Original implementation use thread to deal with the rflash
procedure for multiple nodes, but thread is not suggested
by perl. This patch aims to replace the thread with process.
2015-11-11 02:48:28 -05:00
76acb1f315
Merge pull request #355 from chenglch/rflash
...
rflash to upgrade firmware with ipmitool-xcat
2015-11-05 16:16:11 -05:00
4adbafdc2d
Merge pull request #357 from cxhong/234
...
Github issue #234 , add more sensor type support for rvitals command
2015-11-05 09:55:39 -05:00
83e4df505e
Merge pull request #301 from zet809/bmcdiscovery_add_flag_t
...
add flag -t for bmcdiscovery to generate a temp bmc node
2015-11-05 16:11:02 +08:00
63b3b6facb
rflash to upgrade firmware with ipmitool-xcat
...
- check ipmitool-xcat version (1.8.15 or above)
- check hpm file
- upgrade firmware with ipmitool-xcat
- add thread support for rflash
2015-11-05 03:08:51 -05:00
3fbb81c37d
Merge pull request #247 from loz-hurst/master
...
Stop repeating domains in domain-search
2015-11-05 14:50:09 +08:00
8ff0f796c1
Merge pull request #319 from immarvin/issue317
...
fix issue [fvt]2.11 rcons will stay in anaconda interface in rh7.2 ppc64le
2015-11-05 13:20:34 +08:00
ab5349cf29
rhels7 also stores the dhcpd/dhcpd6 config in the same
...
/etc/sysconfig/dhcpd file. Add test for rhels7
2015-11-04 15:39:16 -05:00
d62478e34e
Merge pull request #337 from cxhong/335
...
switchdiscover should not create switch object name with "_"
2015-11-04 14:35:36 -05:00
956310878b
Github issue #234 , add more sensor type support for rvitals command
2015-11-03 17:12:57 -05:00
19a6faf86b
Merge pull request #351 from mavscjb/master
...
fix for Ubuntu MN to provision rhel CN failed
2015-11-03 17:27:42 +08:00
ed85458353
Merge pull request #343 from penguhyang/show_debian_copycds
...
correct the cluster.log show doing debian copycds
2015-11-03 17:18:27 +08:00
fa3f96a940
removed some commented-out lines;added some comments;modified the variable name prdevices to passthrudevices for readability
2015-11-02 22:00:09 -05:00
2ab63fc125
throw an error message if the specified --cpupin cpuset include invalid node exclude declaration
2015-11-02 22:00:09 -05:00
c2a0578edf
remove debug line
2015-11-02 22:00:08 -05:00
c5f1075aee
add kvm features: cpu pining, memory binding and pci passthrough
2015-11-02 22:00:08 -05:00
0dd7e79635
fix for Ubuntu MN to provision rhel CN failed
2015-11-02 21:58:12 -05:00
641094dda9
fix for Ubuntu MN to provision rhel CN failed
2015-11-02 04:05:38 -05:00
861164068b
add flag -t for bmcdiscovery to generate a temp bmc node
2015-11-01 21:31:32 -05:00
4cf7ac6aaf
correct the cluster.log show doing debian copycds
2015-10-30 02:24:40 -04:00
f64008c152
switchdiscover should not create switch object name with "_" for github
...
issue #335
2015-10-29 10:40:18 -04:00
505826e7e9
fix issue [fvt]2.11 rcons will stay in anaconda interface in rh7.2 ppc64le
2015-10-26 04:48:16 -04:00
50ce848930
Handle ',,' in nodelist
...
If ',,' is in nodelist, then confluent is
told to deal with empty groups. Filter
that phenomenon out.
2015-10-19 14:56:30 -04:00
317d7cf08e
When doing rinv, the message comes out:
...
Recieved incorrect data from BMC.
Fix this by checking if the array value is defined, it not
return clear;undef
2015-10-09 13:56:38 -04:00
ac063c6e11
Fix formatting issue in subroutine inv
2015-10-09 13:55:43 -04:00