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

472 Commits

Author SHA1 Message Date
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
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
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
yangsong 22b51e3efa fix issue Weird problem with rinstall #3877 (#3883) 2017-09-08 14:14:20 +08: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
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
Bin Xu e9e1a4ccf3 Merge branch 'master' into xcatshowsvr 2017-08-02 15:45:06 +08:00
chenglch 7effdf1993 Merge pull request #3577 from immarvin/onrinstall
fix issue rinstall/winstall -c doesn't open console #3535
2017-08-01 18:53:25 +08:00
immarvin b167c2932b fix issue rinstall/winstall -c doesn't open console #3535 2017-08-01 05:51:30 -04:00
Bin Xu 52b43e29f3 Remove the debug print 2017-08-01 17:20:23 +08:00
immarvin cb00d0e154 [fvt] 'pgsqlsetup -i ' does not work well in rhels7.3 and rhels7.4 #3579 2017-08-01 02:33:26 -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
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
khm cac418514f xCAT-client: allow pgsqlsetup(1) to accept additional listen_addresses (#3519) 2017-07-20 21:14:04 -05:00
Jarrod Johnson 77bab0ba0f Merge tag '2.13.5' into lenovobuild2.13 2017-06-30 08:47:25 -04:00
zet809 11f351cf6e Merge pull request #2763 from samveen/reduce_greps
Reduce `grep` invocations by passing `-[46]` to `ip`
2017-06-22 16:24:04 +08:00
Jarrod Johnson 8a2a7ccdc1 Merge tag '2.13.4' into lenovobuild2.13
xCAT 2.13.4 release
2017-06-21 13:58:26 -04:00
chenglch 5331626d9a Upgrade conserver to 8.2.1 version (#3252)
This patch change the `sslauthority` to `sslcacertificatefile` to
support the latest version of conserver. It also add scripts to
update the `conserver.cf` and $HOME/.consolerc to make sure
migration works correctly.

implement: #3239
2017-06-16 16:51:05 +08:00
Samveen Gulati f1b406dbc0 Reduce grep invocations by passing -[46] to ip 2017-06-06 09:53:29 +00:00
Jarrod Johnson e2f7a108f5 Fix recognizing success to filter 2017-04-05 09:22:48 -04:00
Jarrod Johnson ec954acb2b Update pasu filtering 2017-04-03 09:59:38 -04:00
Jarrod Johnson b9ab45ed10 Remove extraneous content from pasu 2017-04-03 09:57:04 -04:00
Jarrod Johnson 687188d013 Filter out extraneous output of OneCli 2017-03-30 16:42:56 -04:00
Jarrod Johnson cefefa7d1b Move the console title to right place 2017-03-28 11:26:55 -04:00
Jarrod Johnson 9e9c12843a Attempt to set pane-border-status
This makes better use of those lines in tmux.
Newer feature, so degrade gracefully in failure.
2017-03-28 09:39:07 -04:00
Mark Gurevich 4b0ce18b9d Add DSH_VERIFY environment variable to xdsh command 2017-03-23 15:44:11 -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
arif 8e08b70f65 Update rcons, so that it detects conserver
Conflicts:
	xCAT-client/bin/rcons
2017-03-15 10:39:09 -04:00
Jarrod Johnson 5107b6ba14 Fix tcons with newer tmux
Newer tmux has meaning for ., use _
2017-03-13 15:41:20 -04: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 1054feec16 Changed colors in wcons to improve readability 2017-03-01 10:34:09 -05:00
Andy Wray c61d356d1c Changed colors in wcons to improve readability 2017-02-28 10:28:42 -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
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
Jarrod Johnson 3971d0db7a Fix spurious output in rcons on uninstalled console
alternative.
2017-01-20 13:43:08 -05:00
arif a5f39f972f Update rcons, so that it detects conserver 2017-01-20 11:17:23 +00: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
immarvin 5b882fc24d fix issue [fvt]sles12.2 mysqlsetup -i could not work #2297 2016-12-08 22:21:12 -05: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