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

2318 Commits

Author SHA1 Message Date
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
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
Mark Gurevich
1463615f3f Changes suggested by comments 2017-03-21 11:45:26 -04:00
Mark Gurevich
4e1d4629a9 Preserve the user ownership of the file for xdcp command 2017-03-20 13:19:39 -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
zet809
072cfd01d1 Merge pull request #2431 from arif-ali/rcons_update
Update rcons, so that it detects conserver
2017-03-03 17:34:25 +08:00
Andy Wray
c61d356d1c Changed colors in wcons to improve readability 2017-02-28 10:28:42 -05:00
Mark Gurevich
11a088820d Small doc formatting changes 2017-02-27 16:40:46 -05:00
Arif Ali
2189641a9b Merge branch 'master' into rcons_update 2017-02-24 11:15:05 +00:00
ertaozh
1e3cf89cf4 Return error if no /usr/bin/fping is available 2017-02-22 21:39:48 -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
yangsong
b1adaf4ac2 Merge pull request #2432 from jjohnson42/fixrcons
Fix spurious output in rcons on uninstalled console
2017-01-23 02:35:01 -06: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
Jarrod Johnson
3971d0db7a Fix spurious output in rcons on uninstalled console
alternative.
2017-01-20 13:43:08 -05:00
a5f39f972f Update rcons, so that it detects conserver 2017-01-20 11:17:23 +00:00
zet809
6755a099d0 Merge pull request #2195 from neo954/issue1547-rpm-packaging
Make all the rpm packages have the exactly same version and release numbers
2017-01-10 17:27:54 +08:00
neo954
327db76f9e Make all the deb packages have the exactly same version and release numbers 2017-01-03 12:56:15 +08:00
GONG Jie
65c2911888 Make all the rpm packages have the exactly same version and release numbers 2017-01-03 12:47:14 +08:00
ypbj
a8522a9731 update man page for copycds 2016-12-26 21:36:19 -05:00
Mark Gurevich
1f113afdc8 makeconservercf -d to remove all xCAT nodes 2016-12-15 15:32:41 -05:00
Weihua Hu
d37413654c Merge pull request #2298 from immarvin/onsles12sp2
fix issue [fvt]sles12.2 mysqlsetup -i could not work #2297
2016-12-15 14:29:31 +08: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
immarvin
5b882fc24d fix issue [fvt]sles12.2 mysqlsetup -i could not work #2297 2016-12-08 22:21:12 -05: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
Mark Gurevich
484c00cfa1 Fix some formatting and wording for copycds command 2016-11-07 10:42:42 -05: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
Samveen Gulati
c6f7861fb1 [xCAT-client]xdshbak: Add bare output sub-option -b for -x 2016-10-10 15:49:23 +00:00
Samveen Gulati
ccd0ff64f5 [xCAT-client]xdshbak: Use version sorting on hostnames 2016-10-10 15:49:23 +00:00
Samveen Gulati
7fcfc0700b [xCAT-client]xdshbak: make header match manpage 2016-10-10 15:49:22 +00:00