2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-08-04 16:36:58 +00:00
Commit Graph

2456 Commits

Author SHA1 Message Date
Jarrod Johnson 48a92b7d47 Add documetation to replaycons documentation 2018-02-09 10:30:28 -05:00
Jarrod Johnson 6c2459731b Merge tag '2.13.8' into lenovobuild2.13
xCAT 2.13.8  release
2017-11-28 14:01:03 -05:00
Jarrod Johnson 229533cbda Further improve the filtering of OneCli 2017-11-15 09:47:39 -05:00
Jarrod Johnson a6932bb440 Add onecli 2.1.0 output masking 2017-11-15 09:18:20 -05:00
Jarrod Johnson db4dc42b9d Add note about the nature of the auto-reconnect
There was some confusion about the retry interval, provide in
the manpage in case others want to know how it works and how
to speed it up.
2017-11-10 10:34:23 -05:00
Steven P. Gessner 1f1ef56e41 z/VM IVP should tolerate slow xcatd startup.
The IVP expects xcatd to be fully operational by the
time is begins a run.  It is possible for xcatd to
be delayed.  The delay should not ause a corruption
of the zvmnotify property in the site table.
In addition, tests for tabdump failures should be
corrected and the log file should be set up sooner
so that debug information is available for similar
problems.

Change-Id: I2b0e3e875cc28f740a35b348faa0cc74f5acb7bf
2017-10-26 14:33:00 -04:00
Victor Hu 1dd8943ea0 Merge pull request #4121 from zet809/rspconfig_ipsrc_ip_for_openbmc
Add ipsrc for rspconfig, fix rspconfig vlan reading
2017-10-20 14:07:54 -04:00
Jarrod Johnson faa767e5cf Fix for using resolvable name as conserver
confetty was being told to connect via IP even if local,
as it was comparing a name to ip addresses directly.  Correct
by using getent to assure it is an ip address first.
2017-10-19 09:00:42 -04:00
ertaozh 12ef155577 Modify message for rspconfig ipsrc option 2017-10-19 03:51:21 -04:00
zet809 a6661f84b7 Merge pull request #2927 from zVMopenstack/ZVM_XCAT_DEV
Merge the changes made for zVM into the xCAT development branch
2017-10-18 17:06:31 +08:00
ertaozh c92834bfe1 Add ipsrc for rspconfig, fix rspconfig vlan reading 2017-10-18 04:44:16 -04:00
Jarrod Johnson f93ca55b24 Fix erroneous 'noping' in various circumstances (#4102)
nmap's raw IP facility is prone to mistakes in various
environments.  Disable the raw IP handling by
telling nmap to run as if it didn't have privilege
Note this was already done back in:

commit fb02c18853
Author: jjohnson2 <jjohnson2@lenovo.com>
Date:   Fri Mar 20 10:58:26 2015 -0400

But it was broken since then..
2017-10-16 22:01:44 -05:00
Jarrod Johnson 54404030b6 Recognize alternative path to fping (#4100)
SLES12 places fping into /usr/sbin
2017-10-16 22:00:09 -05:00
Jarrod Johnson 7581006c2a Fix erroneous 'noping' in various circumstances
nmap's raw IP facility is prone to mistakes in various
environments.  Disable the raw IP handling by
telling nmap to run as if it didn't have privilege
Note this was already done back in:

commit fb02c18853
Author: jjohnson2 <jjohnson2@lenovo.com>
Date:   Fri Mar 20 10:58:26 2015 -0400

But it was broken since then..
2017-10-13 10:19:35 -04:00
Jarrod Johnson 60f5627754 Recognize alternative path to fping
SLES12 places fping into /usr/sbin
2017-10-13 09:10:02 -04:00
bybai 6b7a478d06 enhance pgsqlseup manpage about access addresses 2017-10-11 05:02:14 -04:00
Chuck Brazie c012b45ec1 Merge branch 'master' into ZVM_XCAT_DEV 2017-10-03 09:44:06 -04:00
Victor Hu 474b78dc52 Merge pull request #4001 from cxhong/3977
Add -c option for switchdiscover command to pass in community string
2017-09-29 13:15:44 -04:00
Jarrod Johnson 2d024b5aeb Have xcoll take a try at sorting output groups (#4018)
It isn't natural sort, but in many cases it should work.

Natural sort in perl is a pain or a dependency.
2017-09-27 20:36:30 -05:00
Jarrod Johnson 489ee67c6a Oneclipasu (#4020)
* Filter out extraneous output of OneCli

* Remove extraneous content from pasu

* Update pasu filtering

* Fix recognizing success to filter

* Update for new Lenovo OneCLI rpm

The new packaging offers up iflash64 and asu in a consistent
location.

* Workaround different IPv6 syntax for asu/onecli

* Filter out header of new version of OneCLI

* Filter out the Invoking SET command output of onecli
2017-09-27 20:32:17 -05:00
Jarrod Johnson f3f41848ae Merge tag '2.13.7' into lenovobuild2.13
xCAT 2.13.7 release
2017-09-27 15:52:44 -04:00
Jarrod Johnson c5aa4c1d38 Have xcoll take a try at sorting output groups
It isn't natural sort, but in many cases it should work.

Natural sort in perl is a pain or a dependency.
2017-09-27 15:34:26 -04:00
Casandra Qiu dbefcc9f95 Modified switchdiscover man page 2017-09-25 15:55:57 -04:00
Jarrod Johnson 44b47c4495 Add clarification in noderange manpage about what the noderange is for 2017-09-12 15:27:47 -04:00
Mark Gurevich 2267e2c246 Merge pull request #3882 from chenglch/rflash
Add rflash recovery support for Supermicro based firmware
2017-09-11 10:08:50 -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
yangsong 22b51e3efa fix issue Weird problem with rinstall #3877 (#3883) 2017-09-08 14:14:20 +08: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
Chuck Brazie acbdfdcad1 Update xCAT-client.spec 2017-08-31 08:21:29 -04: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
Jarrod Johnson 7cca335d34 Filter out the Invoking SET command output of onecli 2017-08-11 09:17:06 -04:00
Jarrod Johnson 781c87bf8f Filter out header of new version of OneCLI 2017-08-11 09:11:54 -04:00
Chuck Brazie e9029f484f Merge branch 'master' into ZVM_XCAT_DEV 2017-08-09 09:31:22 -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
zet809 eeb32f8431 Merge pull request #3608 from gurevichmark/openbmc_rflash_delete_image
Implement openbmc image delete function
2017-08-08 15:17:05 +08:00
Jarrod Johnson 8489de8dba Workaround different IPv6 syntax for asu/onecli 2017-08-04 11:06:18 -04:00
Jarrod Johnson caba9130bd Update for new Lenovo OneCLI rpm
The new packaging offers up iflash64 and asu in a consistent
location.
2017-08-04 09:50:00 -04:00
yangsong 69da84f5db fix a typo in rinstall -c/--console error message (#3613)
* fix a typo

* fix a typo
2017-08-04 05:00:02 -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