mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-22 22:15:30 +00:00
Merge pull request #5545 from zet809/update_gocons_quickstart
update goconserver quickstart document
This commit is contained in:
@ -1,25 +1,29 @@
|
||||
Quickstart
|
||||
==========
|
||||
|
||||
To enable ``goconserver``
|
||||
#. For refresh xCAT installation, run the command below to start and configure ``goconserver``
|
||||
|
||||
#. For switching from ``conserver``, shall stop it first
|
||||
makegocons
|
||||
|
||||
#. stop ``conserver``
|
||||
The new console logs will start logging to ``/var/log/consoles/<node>.log``
|
||||
|
||||
#. For xCAT updating, and use ``conserver`` before, following the step below to enable ``goconserver``
|
||||
|
||||
#. stop ``conserver`` on management node
|
||||
|
||||
systemctl stop conserver.service
|
||||
|
||||
#. (Optional) for service nodes:
|
||||
|
||||
chdef -t group -o service setupconserver=2
|
||||
#. For hierarchical cluster, shall also stop ``conserver`` on **service nodes**, and config ``goconserver`` as console server:
|
||||
|
||||
xdsh service 'systemctl stop conserver.service'
|
||||
|
||||
#. To start and configure ``goconserver``
|
||||
chdef -t group -o service setupconserver=2
|
||||
|
||||
#. start and configure ``goconserver``
|
||||
|
||||
makegocons
|
||||
|
||||
The new console logs will start logging to ``/var/log/consoles/<node>.log``
|
||||
The new console logs will start logging to ``/var/log/consoles/<node>.log``
|
||||
|
||||
#. To check the console status of nodes, use:
|
||||
|
||||
|
Reference in New Issue
Block a user