XuWei
e076602ffa
modify bmcdiscover manpage for IP range
2018-04-19 22:02:03 -04:00
Weihua Hu
706e0bbec7
Merge pull request #5085 from zet809/doc_for_bmcvlantag_ondiscover
...
Update doc about ondiscover and bmcvlantag
2018-04-13 17:22:30 +08:00
ertaozh
4f8b769ba3
update document to add powersupplyredundancy for ondiscover
2018-04-12 05:52:22 -04:00
ertaozh
462af566a2
Update doc about ondiscover and bmcvlantag
2018-04-10 23:07:39 -04:00
Mark Gurevich
f3a681d1f1
Man page change for rvitals
2018-04-10 14:38:36 -04:00
Gᴏɴɢ Jie
2e5815e7fe
Use lowercase file name xcat-core.repo instead of xCAT-core.repo ( #5010 )
...
* Use lowercase file name xcat-core.repo instead of xCAT-core.repo
* Rename xCAT-core.repo to xCAT-core.repo.nouse if it exists
* Change xCAT-dep.repo mentioned in document to xcat-dep.repo
2018-03-30 16:03:10 +08:00
zet809
53a98cfecc
Merge pull request #5018 from gurevichmark/openbmc_pnor_usage
...
Replace usage of PNOR with Host
2018-03-30 11:20:23 +08:00
Mark Gurevich
8cfe5b546e
Replace usage of PNOR with Host
2018-03-28 13:09:48 -04:00
Mark Gurevich
20e7dcd7de
Better message for --recover option
2018-03-22 14:47:05 -04:00
Mark Gurevich
0761c3b836
Usage and man page updates
2018-03-16 14:29:29 -04:00
zet809
ede5ad4b93
Merge pull request #4543 from whowutwut/openbmc_flashing_doc
...
Add section for OpenBMC rflash in admin-guide
2018-03-09 17:57:52 +08:00
chenglch
5efb6e70ca
Use makegocons instead of makeconservercf during discovery and provision
2018-03-09 14:48:09 +08:00
chenglch
f685d458b4
Add doc to enable goconserver by default
...
Add the steps in documentation to enable goconserver by default.
2018-03-09 14:42:04 +08:00
bybai
6da5a51010
enhance rflash doc
2018-03-08 21:36:55 -05:00
bybai
8ed0cece2d
enhance rflash unattended doc
2018-03-08 02:06:27 -05:00
Victor Hu
971b437227
Clean up of the kdump documentation ( #4874 )
...
* Clean up the formatting of the documentation, remove references to SLES 10 as this OS is out of service. Remove URLs that will become old over time
* enhance kdump document
* polished
2018-03-07 16:11:26 +08:00
chenglch
e86d544242
Add makegocons -C|--cleanup to remove entries that do not exist
...
`rmdef` command do not help clean up the recousrces that related to
the node when removing the node. this is a technical debt. This patch
is only a work around to add -C|--cleanup option to help remove the
entries in goconserver.
2018-03-01 16:13:12 +08:00
tingtli
02200a8e68
Merge pull request #4859 from xuweibj/openbmc_manpage
...
looks good to me, i agree to merge. Thanks!
2018-03-01 10:42:23 +08:00
Mark Gurevich
a931bc32d5
Merge pull request #4816 from chenglch/goconsmanpage
...
Add makegocons -q in the man page
2018-02-28 09:12:30 -05:00
XuWei
bc3f98a144
add -V for all commands
2018-02-28 03:42:05 -05:00
XuWei
24cd358a62
modify usage and manpage for openbmc
2018-02-28 01:56:57 -05:00
Yuan Bai
a641e78f73
enhance kdump doc crashkernelsize section ( #4846 )
2018-02-27 13:28:58 +08:00
chenglch
999298fdd6
Add makegocons -q in the man page
...
Update the manpage for makegocons.
2018-02-27 11:44:48 +08:00
zet809
496d13e81e
Merge pull request #4809 from chenglch/makegoconslocal
...
Add consoleenabled column to help store the console status
2018-02-09 11:13:42 +08:00
chenglch
dd7e1d51df
Add consoleenabled column to help store the console status
...
On diskless SN, the nodes file of goconserver is missing when
reinstalling. This patch add a column in nodehm table to help
recover the console information on service node.
```
[root@c910f03c09k04 ~]# makegocons -q
NODE SERVER STATE
c910f03c09k05 c910f03c09k04.pok.stglabs.ibm.com error
node-7912ac1-06vag36 c910f03c09k04.pok.stglabs.ibm.com error
NODE SERVER STATE
c910f03c09k04 c910f03c09k03.pok.stglabs.ibm.com connected
[root@c910f03c09k04 ~]# rm /var/lib/goconserver/*
rm: remove regular file ‘/var/lib/goconserver/nodes.json’? y
rm: remove regular file ‘/var/lib/goconserver/nodes.json.bak’? y
[root@c910f03c09k04 ~]# service xcatd restart
Restarting xcatd (via systemctl): [ OK ]
[root@c910f03c09k04 ~]# makegocons -q
NODE SERVER STATE
c910f03c09k05 c910f03c09k04.pok.stglabs.ibm.com error
node-7912ac1-06vag36 c910f03c09k04.pok.stglabs.ibm.com error
NODE SERVER STATE
c910f03c09k04 c910f03c09k03.pok.stglabs.ibm.com connected
```
2018-02-09 10:34:20 +08:00
ertaozh
cb78be8f4d
fix issue 3913: support rpower cycle for ipmi managing severs
2018-02-08 01:40:59 -05:00
Yuan Bai
2528631737
enhance setroute doc and routeop return code ( #4798 )
...
* enhance return code when error happen
* specify removing gateway from networks when configure static route
2018-02-06 01:59:59 -06:00
Victor Hu
e25be9b9cf
Modify man page for dumps based on review comments
2018-02-01 09:49:56 -05:00
Victor Hu
31c47c3034
Add code to support timesyncmethod for OpenBMC using rspconfig
2018-01-31 15:43:53 -05:00
XuWei
9b04b8483c
fix issue 4758, add '-V' in rflash Usage and manpage
2018-01-31 02:03:01 -05:00
bybai
128b7bf9f0
add kernel pkgdir
2018-01-26 01:12:11 -05:00
Mark Gurevich
a8b403b478
Merge pull request #4729 from whowutwut/update_doc_2.13.10
...
Update man page for RTD for 2.13.10 release
2018-01-25 14:42:59 -05:00
Victor Hu
f2c4ce1677
Update man page for RTD for 2.13.10 release
2018-01-25 14:19:21 -05:00
Victor Hu
dc5e5fb3e2
Adding man page for rspconfig to add boot mode
2018-01-25 14:16:59 -05:00
Yuan Bai
d72c193710
correct description about nicsadapter ( #4723 )
...
* correct description about nicsadapter
* enhance nicsadapter desc
* polished
* polished
2018-01-25 04:04:21 -06:00
Mark Gurevich
99cac5264a
Second pass for autogenerating usage
2018-01-23 13:47:11 -05:00
Mark Gurevich
0d29e5d5e1
Move code block for usage string processing
2018-01-23 12:09:37 -05:00
Victor Hu
d00ee26c67
Merge pull request #4651 from gurevichmark/openbmc_rspconfig_dump_all
...
Add rspconfig dump download all function
2018-01-22 15:33:35 -05:00
Bin Xu
c0074cf8ab
Add the 'postbooting' status to indicate xCAT start to handle postboot tasks ( #4346 ) ( #4369 )
...
- for diskful, it will be set when leaving 'booting' stage
- for diskless, it will be set when leaving 'netbooting' stage
- for diskful reboot, it will set when (site.runpostscript=1)
- modify the document accordingly
- also modify GlobalDef.pm, but it won't have impact as the status will not be in nodeset operation.
2018-01-19 02:39:11 -06:00
chenglch
7633bb2714
Add gocons setup doc on service node
...
Add console state 2 in the servicenode table to help set up
goconserver daemon.
2018-01-19 14:11:05 +08:00
Mark Gurevich
956719b53e
Add rspconfig dump download all function
2018-01-18 11:42:32 -05:00
xuweibj
8a91ba7e08
Merge pull request #4619 from gurevichmark/openbmc_reventlog_resolve_led
...
Add resolved=LED option to reventlog
2018-01-15 14:21:47 +08:00
cxhong
eaa603c2f4
Merge pull request #4580 from bybai/routes
...
Add makeroutes and setroute doc
2018-01-11 14:37:23 -05:00
bybai
82e0e44f72
update routes doc
2018-01-11 04:20:53 -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
Victor Hu
83af42c103
missed update to the rflash RST man page
2018-01-03 10:48:10 -05:00
bybai
e9fd1c9e34
Add makeroutes and setroute doc
2017-12-21 03:02:24 -05:00
Victor Hu
c64a25a528
Add section for OpenBMC rflash in admin-guide, link this section to CORAL reference section
2017-12-16 22:36:10 -05:00