yangsong
22b51e3efa
fix issue Weird problem with rinstall #3877 ( #3883 )
2017-09-08 14:14:20 +08: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
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
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
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
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
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
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
chenglch
7b87c6e417
Add STDIN redirection support for stanza definition ( #1863 )
...
close-issue: #1671
2016-09-20 14:33:25 +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
Jarrod Johnson
22fe457bc1
Fix tcons interaction with filename globbing
...
Filename globbing strings are not good to happen
to noderanges. Use quotes to avoid it in script.
Caller still needs to be careful to quote/escape
on their end.
2016-08-12 15:57:11 -04:00
Chuck Brazie
193a9680d4
Fix indentation in xdsh ( #1617 )
...
* Merged the zVM changes into some xcat_client files
Change-Id: I3405cede348c63ea6b43ceda4bdfdad0f3a5422a
* Fix indentation in xdsh
2016-08-03 10:38:24 +08:00
yangsong
860b61a7ed
Revert "Master client merges for two files from zVM" ( #1619 )
2016-08-03 10:34:25 +08:00
Chuck Brazie
a21edcdcb5
Merged the zVM changes into some xcat_client files ( #1608 )
...
Change-Id: I3405cede348c63ea6b43ceda4bdfdad0f3a5422a
2016-08-03 10:03:15 +08:00
immarvin
45c1dc0f92
fix [FVT]:mysqlsetup -i failed to setup database on sles12 #1413 ;refine the logic to determine hostname of the master
2016-07-28 01:37:28 -04:00
Mark Gurevich
db9a71750e
Fix sytax errors reported by perltidy
2016-07-25 08:56:18 -04:00
Mark Gurevich
fb911143fe
perltidy all perl files, part 2
2016-07-21 13:27:40 -04:00
Mark Gurevich
0a3fbd8d51
perltidy all perl files
2016-07-20 11:40:27 -04:00
Casandra Qiu
5db2a67553
Add mysql user to localhost account
2016-06-29 13:52:07 -04:00
wangxiaopeng
ca7c9ad69a
issue 1171: set SSL_verifycn_scheme => none for IO::Socket::SSL->new
2016-06-22 10:04:04 -04:00
Casandra Qiu
b5842bf905
Support Mariadb on ubuntu 16.04
2016-04-19 14:01:08 -04:00
XuWei
e78de31c1a
To fix issue #784 , output error message when use rcons node -f -s
2016-03-15 02:01:19 -04:00
Xiaopeng Wang
045b81e3b7
Merge pull request #507 from bybai/pshv
...
fix #506 psh/pscp -v and -h
2016-01-04 13:33:15 +08:00
penguhyang
6aeb577bfa
return values are zero for updatenode -f with incompatiable flags -k -S -P
2015-12-15 21:18:14 -05:00
bybai
50864280f9
fix psh/pscp -v and -h
2015-12-02 02:40:04 -05:00
bybai
c118070d7b
pasu/psh/pscp Connection failure in sles11.4,error info in rh7.1
2015-11-26 06:05:33 -05:00
Victor Hu
dfd6475c00
Merge pull request #387 from penguhyang/updatenode_k
...
correct the message to make the updatenode -k output looks neat
2015-11-23 13:04:52 -05:00
penguhyang
a4c62eedf3
correct 'updatenode node -k -F' without prompting message directly
2015-11-19 01:41:37 -05:00