2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

2297 Commits

Author SHA1 Message Date
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
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
Samveen Gulati
7b6b421b17 [xCAT-client]xdshbak: make -x match manpage 2016-10-10 15:49:22 +00:00
Samveen Gulati
2742a29bcf [xCAT-client]xdshbak: make -q match manpage 2016-10-10 15:49:22 +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
Jarrod Johnson
edb1d181e9 Provide hook for saner versioning
The traditional approach was not adequately
hooked into git.  It should do nothing by
default differently.
2016-09-28 08:43:35 -04:00
penguhyang
7359d60886 update doc about the imgexport imgimport (#1909) 2016-09-28 17:01:59 +08:00
penguhyang
9850f7c94e update rspconfig man page for vlan 2016-09-26 03:00:05 -04:00
chenglch
7b87c6e417 Add STDIN redirection support for stanza definition (#1863)
close-issue: #1671
2016-09-20 14:33:25 +08:00
Mark Gurevich
0d608a2d80 Merge pull request #1825 from cxhong/1732
Modify switchdiscover usage, man page and update readdoc.
Changes look good. Merging.
2016-09-19 13:12:00 -04:00
Casandra Qiu
e7726d67da Modify comments from Mark 2016-09-15 21:03:24 -04:00
Mark Gurevich
e324a58652 Merge pull request #1823 from zet809/modify_rinv_manpage_rst_file
the modification for rinv manpage rst file, add rinv options for Open…
2016-09-14 09:12:30 -04:00
ertaozh
dca08efb3b add description for uuid option of rinv 2016-09-13 21:59:06 -04:00
Casandra Qiu
30d8d67c35 modify man page 2016-09-13 16:54:57 -04:00
ertaozh
4d96246fbb modify rcons manpage 2016-09-13 04:17:27 -04:00
Casandra Qiu
b90ca84237 Modify switchdiscover usage, man page and update readdoc 2016-09-12 22:42:41 -04:00
ertaozh
09b28930dc support options model|serial|deviceid|uuid|guid|vpd|mprom|firm for rinv for OpenPOWER servers 2016-08-30 03:40:36 -04:00
Victor Hu
c44e760214 Merge pull request #1771 from zet809/fix_issue_1750
Remove the hardcoded password for FSP
2016-08-29 22:34:47 -04:00
ertaozh
a9b9c89c28 Remove the hardcoded password for FSP 2016-08-28 22:51:28 -04:00
penguhyang
9023bf1699 update manpage for packimage (#1753) 2016-08-24 09:45:51 +08:00
cxhong
9181279913 mysqlsetup failed becuase /usr/bin/mysql_install_db is not available (#1702)
* mysqlsetup failed becuase /usr/bin/mysql_install_db is not available

* use variable

* chang "-e" to "-x"
2016-08-17 18:44:19 -05:00
Mark Gurevich
60f54f7fb2 Support --resize option for chvm (#1598)
* Support --resize option for chvm

* Handle generic error from libvirt when resizing VM

* Improve finding the disk to resize
2016-08-16 19:34:15 -05:00