d861f68995
Sync usage, man and code for ipmi rvitals
2017-06-05 10:56:59 -04:00
bf382dcd10
Sync up the spelling to use: OpenPOWER and OpenBMC
2017-06-02 15:02:02 -04:00
b8894ed38b
Following changes based on review comments
...
* Modified to display altitude instead of length
* Print an output message if there is no values returned from the BMC
2017-05-30 14:32:07 -04:00
74769080c8
Based on the OpenBMC Sensor API, complete the development code
...
for the supported options based on the possible values that are
currently allowed to be returned. As more data is added, the code
should be able to handle the printing of the data automatically
2017-05-24 22:49:14 -04:00
d30d0156e7
rinv man page fix
2017-05-16 16:07:44 -04:00
3d923652c5
Merge pull request #3024 from gurevichmark/rvitals_openbmc
...
Initial pass for OpenBMC rvitals
2017-05-11 17:11:16 -04:00
d1fa11b29e
Merge pull request #2979 from xuweibj/manrinv
...
Add docs about rinv for openbmc
2017-05-11 09:03:26 -04:00
18dc716959
Merge pull request #2951 from xuweibj/I2948
...
Add bmc specific for rpower in usage & return if encountered error
2017-05-11 09:00:36 -04:00
c02c9269df
Initial pass for OpenBMC rvitals
2017-05-10 14:58:20 -04:00
ca2b122982
Modified as ErTao's suggestion
2017-05-09 15:42:36 -04:00
7c562905ef
Modify the man page for makentp
2017-05-08 14:02:18 -04:00
6f5792c453
Merge pull request #2966 from xuweibj/I2913
...
framework of rspconfig command for openbmc
2017-05-08 09:41:24 -04:00
4d0e8ece12
modified depending on comments
2017-05-07 21:55:21 -04:00
e0392a56cb
Add noderange to piflash man
2017-05-04 13:40:34 -04:00
91830aafd8
Add docs about rinv for openbmc
2017-05-03 21:22:13 -04:00
7a08a2b338
modified depending on comments
2017-05-02 23:10:13 -04:00
f0a6d22c9e
modified depending on comments
2017-05-02 22:34:25 -04:00
e6157c6d51
Add piflash man page
2017-05-02 13:49:51 -04:00
5282792947
Merge pull request #2776 from gurevichmark/lsvm_single_VM
...
lsvm to display VM details
2017-04-27 20:36:17 -04:00
b3749bb85d
Fix docs and usage for clonevm, rflash, and img* commands
2017-04-17 15:32:23 -04:00
5ac200a363
Add --retry flag to rflash man page
2017-04-12 14:44:20 -04:00
aac67cb219
Update sysclone and rflash docs
2017-04-03 16:47:10 -04:00
aa3c152ae2
lsvm to display VM details
2017-03-29 14:32:10 -04:00
a8f727e454
Use rinstall to replace nodeset to boot into genesis
...
close-issue: #1174
2017-03-29 02:16:23 -04:00
2d60f9c8bc
Merge pull request #2705 from cxhong/pdureset
...
ADD support for power reset of PDU outlet
2017-03-28 15:09:59 +08:00
4b0ce18b9d
Add DSH_VERIFY environment variable to xdsh command
2017-03-23 15:44:11 -04:00
d01499ea72
reseat option for high-density servers
...
Add "Lenovo High-Density Server" to rpower man and usage. Add reseat
option.
2017-03-21 17:10:27 -04:00
8c92218b95
rpower reseat definition
...
Add definition of reseat which was apparently missed in last commit.
2017-03-21 16:20:43 -04:00
47b59f91e7
Add reseat to rpower man page
...
Add reseat to rpower man page, under "Blade specific" sections. Also add
definition.
2017-03-21 16:10:34 -04:00
865527400f
ADD support for power reset of PDU outlet
2017-03-21 12:01:42 -04:00
98ef5adea2
modified depending on comments
2017-03-20 01:12:29 -04:00
b67145f860
Add man page related with openbmc
2017-03-16 23:01:48 -04:00
850a7e65a2
Fix .pod error that broke the build
2017-03-14 11:27:56 -04:00
87d870f1bc
Update man page based on comments
2017-03-10 14:03:39 -05:00
973d71517b
Make running nodeset offline optional for rmdef
2017-03-09 17:24:00 -05:00
11a088820d
Small doc formatting changes
2017-02-27 16:40:46 -05:00
dfae72550c
Add Service Node install steps and fix formatting and wording in man pages
2017-02-17 11:00:31 -05:00
c4e0f637c9
Add pdu support
2017-02-13 16:33:11 -05:00
2b19ff36eb
Merge pull request #2433 from jjohnson42/fixvitalsman
...
Amend man page for rvitals
2017-01-26 12:19:07 +08:00
4c69fdeac2
Merge pull request #2434 from jjohnson42/rinvusage
...
Update rinv usage and man page
2017-01-22 14:20:02 +08:00
4d7a8f9c87
Update rinv usage and man page
2017-01-20 14:21:26 -05:00
9244449c27
Amend man page for rvitals
2017-01-20 14:07:14 -05:00
212da735bc
Merge pull request #1949 from samveen/bare_output
...
[xCAT-client]Improvements to `bin/xdshbak`
2016-12-13 15:16:56 +08:00
8470c14090
Redirect progress message to rflash log files when updating firmware
...
Previously rflash process will be terminated when the tty session is closed
which is a very dangerous operation that may bricked the BMC. This patch will
ignore the `int`, `term` and `hup` signal when rflash is running and redirect
the output of ipmitool command to `/var/log/xcat/rflash/<node.log>` which make
the progress trackable. In addition, -V option is provided to print more
verbose message from ipmitool when `hpm upgrade` command is running.
This patch also update the node status in the `nodelist` table to record
the rflash status.
fix-issue: #1849
2016-11-28 13:21:26 +08:00
ed4e645558
Merge pull request #2035 from penguhyang/rvitals_update
...
update rvitals manpage for openpower
2016-10-27 16:55:46 +08:00
b6456132be
Add a note into the packimage man page to help clarify that ( #2027 )
...
during the time of running genimage, the rootimg file is unavail
to be served to the compute nodes
2016-10-27 14:17:12 +08:00
8814e623e5
update rvitals manpage for openpower
2016-10-26 04:08:05 -04:00
a50f3710f7
Doc spelling and gramma fixes
2016-10-25 15:31:20 -04:00
4e82343eaa
update rvitals doc for OpenPOWER
2016-10-20 03:02:42 -04:00
6e26da06b4
remove "-t" option from bmcdiscover doc and man page
2016-10-11 13:32:02 -04:00