Mark Gurevich
99cac5264a
Second pass for autogenerating usage
2018-01-23 13:47:11 -05:00
Mark Gurevich
8788b13235
Man page changes for OpenBMC rspconfig
2018-01-23 12:09:36 -05:00
Mark Gurevich
956719b53e
Add rspconfig dump download all function
2018-01-18 11:42:32 -05:00
Mark Gurevich
423a1c913d
Add resolved=LED option to reventlog
2018-01-10 11:57:31 -05:00
Victor Hu
c2c3ca4096
Accidently tabbed rflash man page option descriptions, causing RST to format as code blocks
2018-01-04 13:54:18 -05:00
Victor Hu
4703e396d6
Add man page and usage for LED support for OpenBMC rvitals
2018-01-03 10:48:32 -05:00
xuweibj
4fa5cc18e5
Merge pull request #4502 from bybai/rfluse
...
add rflash -d usage and manpage
2017-12-14 15:45:25 +08:00
bybai
edfb89ecb0
add rflash -d doc
2017-12-14 02:05:12 -05:00
Victor Hu
fb0c523d2c
Merge pull request #4491 from gurevichmark/openbmc_rspconfig_man
...
Usage and man page update for rspconfig dump
2017-12-13 15:32:13 -05:00
bybai
0d870b9225
add -d usage and manpage
2017-12-13 01:59:23 -05:00
Mark Gurevich
63eb3b5d1e
Fixes after the review
2017-12-12 15:04:00 -05:00
Mark Gurevich
60e2f8ab26
Usage and man page update for rspconfig dump
2017-12-11 10:05:27 -05:00
zet809
bebf2eb871
Merge pull request #4439 from chenglch/goconsman
...
Add man page for makegocons
2017-12-08 14:13:59 +08:00
zet809
244766724f
Merge pull request #4424 from whowutwut/update_bmcdiscover_help
...
Update the bmcdiscover man page , remove --check and --ipsource options.
2017-12-07 14:53:56 +08:00
chenglch
2361f1c5e9
Fix the typo in the man page of makegocons
2017-12-05 22:14:42 -05:00
chenglch
25141161e5
Add man page for makegocons
...
This is the guide about how to make goconserver as
a replacement for conserver to help slove the issues reported
for conserver, like: #4043 , #3543 . For openbmc, the solution of
goconserver is much light-weighted than the conserver which could
help save the system resource. In addition, sshpass is not needed
for openbmc with goconserver.
Implement: #4337
2017-12-05 01:15:19 -05:00
Victor Hu
14ba2d1f3c
Removed the --check and --ipsource option with PR 4258, update the man page
2017-12-01 12:58:46 -05:00
ertaozh
2fd0570fab
Some sentence modify for makeconservercf -C|--cleanup
2017-12-01 11:05:17 -05:00
ertaozh
92d9740f14
1. add "makeconserver -d" to "rmdef -C", 2. add "makeconserver -C|--cleanup" to remove entries for removed nodes
2017-11-30 09:35:16 -05:00
Victor Hu
24e73430df
Add better documentation to describe the process of flashing firmware
...
for OpenBMC managed servers and what symbols mean when listing out the firmware
2017-11-06 16:41:06 -05:00
ertaozh
12ef155577
Modify message for rspconfig ipsrc option
2017-10-19 03:51:21 -04:00
ertaozh
c92834bfe1
Add ipsrc for rspconfig, fix rspconfig vlan reading
2017-10-18 04:44:16 -04:00
bybai
6b7a478d06
enhance pgsqlseup manpage about access addresses
2017-10-11 05:02:14 -04:00
Casandra Qiu
dbefcc9f95
Modified switchdiscover man page
2017-09-25 15:55:57 -04:00
chenglch
64ab7dbd27
Add rflash recovery support for Supermicro based firmware
...
This commit add recover option for rflash command to upload
bmc image with tftp when the BMC is in Brick Protection state.
Example:
```
rflash <node> --recover <image>
```
implement #3873
2017-09-11 02:44:22 -04:00
zet809
6e9971968b
Merge pull request #3793 from whowutwut/openbmc_rspcfg_hostname
...
Add Support for rspconfig to set/get hostname of the BMC
2017-09-01 12:51:01 +08:00
Victor Hu
2a36f20fdd
Adding changes to the man pages regarding hostname changing in rspconfig
2017-08-29 16:29:18 -04:00
Victor Hu
3935971a22
Merge pull request #3750 from gurevichmark/openbmc_upload_and_update
...
OpenBMC PNOR upload and activate firmware image file
2017-08-29 15:42:48 -04:00
Yuan Bai
fdda051859
Merge pull request #3686 from zet809/modify_doc_for_bmcdiscover_sn
...
add usage and manpage for bmcdiscover "--sn" option
2017-08-25 16:49:35 +08:00
ertaozh
7e14a543fe
modify description of "--sn" option for "bmcdiscover" according to Baiyuan's comments
2017-08-25 04:35:48 -04:00
Mark Gurevich
f64e84e374
Merge pull request #3677 from xuweibj/I3668
...
fix issue 3668, make rsetboot node do rsetboot stat
2017-08-23 21:59:03 -04:00
XuWei
da0c0bc0bb
modified depending on comments
2017-08-23 21:26:20 -04:00
Mark Gurevich
f69f9ec2bf
OpenBMC upload and activate firmware image file
2017-08-23 12:08:51 -04:00
Mark Gurevich
c8c1fc276f
Allow -d <directory name> flag for rflash
2017-08-21 15:12:41 -04:00
Mark Gurevich
c8ee22034d
Manpage and usage improvements
2017-08-17 10:48:36 -04:00
XuWei
eb3b720a40
modify man page
2017-08-16 22:52:30 -04:00
ertaozh
e4d8442e10
add usage and manpage for bmcdiscover "--sn" option
2017-08-15 04:27:54 -04:00
Gᴏɴɢ Jie
98f1e5c0a3
Revise the man page of noderange. Describe the special characters need to be escaped more clear ( #3651 )
2017-08-09 04:09:49 -05:00
Mark Gurevich
0ca911b9f3
Usage and man page update
2017-08-03 14:50:46 -04:00
Victor Hu
36b025c4c7
Merge pull request #3586 from gurevichmark/openbmc_rflash_activate_pnor
...
Openbmc rflash activate pnor
2017-08-02 15:29:49 -04:00
Bin Xu
e9e1a4ccf3
Merge branch 'master' into xcatshowsvr
2017-08-02 15:45:06 +08:00
zet809
8fbf24d781
Merge pull request #3456 from robin2008/nodeset-disjoint
...
Fix #3088 , Using 'disjointdhcps' site attribute to make nodeset request will only be handled on service node for nodes it manages
2017-08-02 15:10:27 +08:00
Mark Gurevich
1d9909e074
Updates from review
2017-08-01 14:14:44 -04:00
Bin Xu
c008a1686e
Adopted review comments and made changes as below:
...
- use -V/--verbose to enable the XCATSHOWSVR, it is more straitforward to user.
- refine the manpage based on Mark's comments.
2017-08-01 13:43:13 +08:00
Bin Xu
cf9fd117a8
Update nodeset manpage for XCATSHOWSVR, with this environment variable
...
the output will have server name information.
2017-07-31 13:55:19 +08:00
khm
cb8ce84249
xCAT-client: allow pgsqlsetup(1) to accept additional pg_hba entries ( #3527 )
...
* xCAT-client: allow pgsqlsetup(1) to accept additional pg_hba.conf entries
Currently pgsqlsetup(1) only sets up the MN ip address for access via
pg_hba.conf. This change adds a -a flag to allow the user to specify
additional addresses for use in that file.
This is useful for users who already know what IP addresses will be
used by their service nodes, so they can pass them directly to the
pgsqlsetup program, without needing to edit pg_hba.conf (and avoiding
needing to restart postgresql and xcat after the edit).
* xCAT-client: fix formatting in pgsqlsetup(1)
* pgsqlsetup.1.pod: clarify default setup
* pgsqlsetup.1.pod: update usage section to reflect access flag
* pgsqlsetup.1: refresh documentation
* xCAT-client/bin/pgsqlsetup: add -a/--access to usage statement
2017-07-25 02:34:50 -05:00
Yuan Bai
f329a2efa7
Merge pull request #3512 from chenglch/getadapter
...
Make getadapter work during discovery process
2017-07-24 15:17:17 +08:00
Bin Xu
53d3b1bced
1, use 'disjointdhcps' for nodeset disjoint mode
...
2, handle 'disjoint' in preprocess method, to make sure that no request will be sent to SN which does not manage the nodes.
3, refine 'stat' to make sure it could query unmanaged nodes on-demand.
2017-07-24 13:36:49 +08:00
yangsong
5bb6bd7131
fix issue noderange in xCAT commands might be broken by shell expansion #3319 ( #3524 )
2017-07-21 18:12:52 +08:00
khm
cac418514f
xCAT-client: allow pgsqlsetup(1) to accept additional listen_addresses ( #3519 )
2017-07-20 21:14:04 -05:00