2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

881 Commits

Author SHA1 Message Date
Mark Gurevich
d30d0156e7 rinv man page fix 2017-05-16 16:07:44 -04:00
Victor Hu
3d923652c5 Merge pull request #3024 from gurevichmark/rvitals_openbmc
Initial pass for OpenBMC rvitals
2017-05-11 17:11:16 -04:00
Mark Gurevich
d1fa11b29e Merge pull request #2979 from xuweibj/manrinv
Add docs about rinv for openbmc
2017-05-11 09:03:26 -04:00
Mark Gurevich
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
Mark Gurevich
c02c9269df Initial pass for OpenBMC rvitals 2017-05-10 14:58:20 -04:00
Casandra Qiu
ca2b122982 Modified as ErTao's suggestion 2017-05-09 15:42:36 -04:00
Casandra Qiu
7c562905ef Modify the man page for makentp 2017-05-08 14:02:18 -04:00
Victor Hu
6f5792c453 Merge pull request #2966 from xuweibj/I2913
framework of rspconfig command for openbmc
2017-05-08 09:41:24 -04:00
XuWei
4d0e8ece12 modified depending on comments 2017-05-07 21:55:21 -04:00
Amanda Duffy
e0392a56cb Add noderange to piflash man 2017-05-04 13:40:34 -04:00
XuWei
91830aafd8 Add docs about rinv for openbmc 2017-05-03 21:22:13 -04:00
XuWei
7a08a2b338 modified depending on comments 2017-05-02 23:10:13 -04:00
XuWei
f0a6d22c9e modified depending on comments 2017-05-02 22:34:25 -04:00
Amanda Duffy
e6157c6d51 Add piflash man page 2017-05-02 13:49:51 -04:00
Victor Hu
5282792947 Merge pull request #2776 from gurevichmark/lsvm_single_VM
lsvm to display VM details
2017-04-27 20:36:17 -04:00
Mark Gurevich
b3749bb85d Fix docs and usage for clonevm, rflash, and img* commands 2017-04-17 15:32:23 -04:00
Mark Gurevich
5ac200a363 Add --retry flag to rflash man page 2017-04-12 14:44:20 -04:00
Mark Gurevich
aac67cb219 Update sysclone and rflash docs 2017-04-03 16:47:10 -04:00
Mark Gurevich
aa3c152ae2 lsvm to display VM details 2017-03-29 14:32:10 -04:00
chenglch
a8f727e454 Use rinstall to replace nodeset to boot into genesis
close-issue: #1174
2017-03-29 02:16:23 -04:00
Weihua Hu
2d60f9c8bc Merge pull request #2705 from cxhong/pdureset
ADD support for power reset of PDU outlet
2017-03-28 15:09:59 +08:00
Mark Gurevich
4b0ce18b9d Add DSH_VERIFY environment variable to xdsh command 2017-03-23 15:44:11 -04:00
Amanda Duffy
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
Amanda Duffy
8c92218b95 rpower reseat definition
Add definition of reseat which was apparently missed in last commit.
2017-03-21 16:20:43 -04:00
Amanda Duffy
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
Casandra Qiu
865527400f ADD support for power reset of PDU outlet 2017-03-21 12:01:42 -04:00
XuWei
98ef5adea2 modified depending on comments 2017-03-20 01:12:29 -04:00
XuWei
b67145f860 Add man page related with openbmc 2017-03-16 23:01:48 -04:00
Mark Gurevich
850a7e65a2 Fix .pod error that broke the build 2017-03-14 11:27:56 -04:00
Mark Gurevich
87d870f1bc Update man page based on comments 2017-03-10 14:03:39 -05:00
Mark Gurevich
973d71517b Make running nodeset offline optional for rmdef 2017-03-09 17:24:00 -05:00
Mark Gurevich
11a088820d Small doc formatting changes 2017-02-27 16:40:46 -05:00
Mark Gurevich
dfae72550c Add Service Node install steps and fix formatting and wording in man pages 2017-02-17 11:00:31 -05:00
Casandra Qiu
c4e0f637c9 Add pdu support 2017-02-13 16:33:11 -05:00
Yuan Bai
2b19ff36eb Merge pull request #2433 from jjohnson42/fixvitalsman
Amend man page for rvitals
2017-01-26 12:19:07 +08:00
zet809
4c69fdeac2 Merge pull request #2434 from jjohnson42/rinvusage
Update rinv usage and man page
2017-01-22 14:20:02 +08:00
Jarrod Johnson
4d7a8f9c87 Update rinv usage and man page 2017-01-20 14:21:26 -05:00
Jarrod Johnson
9244449c27 Amend man page for rvitals 2017-01-20 14:07:14 -05:00
Yuan Bai
212da735bc Merge pull request #1949 from samveen/bare_output
[xCAT-client]Improvements to `bin/xdshbak`
2016-12-13 15:16:56 +08:00
chenglch
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
zet809
ed4e645558 Merge pull request #2035 from penguhyang/rvitals_update
update rvitals manpage for openpower
2016-10-27 16:55:46 +08:00
Victor Hu
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
penguhyang
8814e623e5 update rvitals manpage for openpower 2016-10-26 04:08:05 -04:00
Mark Gurevich
a50f3710f7 Doc spelling and gramma fixes 2016-10-25 15:31:20 -04:00
penguhyang
4e82343eaa update rvitals doc for OpenPOWER 2016-10-20 03:02:42 -04:00
Casandra Qiu
6e26da06b4 remove "-t" option from bmcdiscover doc and man page 2016-10-11 13:32:02 -04:00
Samveen Gulati
a91bf8e258 [xCAT-client]xdshbak: Add -b option to manpage 2016-10-10 15:49:23 +00:00
Mark Gurevich
1e3ce72f09 Changes after review 2016-10-06 13:00:44 -04:00
Mark Gurevich
4f686ebc9e Display errors for rmvm and mkvm 2016-10-05 16:38:41 -04:00
penguhyang
7359d60886 update doc about the imgexport imgimport (#1909) 2016-09-28 17:01:59 +08:00