mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-24 04:32:04 +00:00
27 lines
529 B
ReStructuredText
27 lines
529 B
ReStructuredText
Quickstart
|
|
==========
|
|
|
|
To enable ``goconserver``
|
|
|
|
#. For switching from ``conserver``, shall stop it first
|
|
|
|
#. stop ``conserver``
|
|
|
|
systemctl stop conserver.service
|
|
|
|
#. (Optional) for service nodes:
|
|
|
|
chdef -t group -o service setupconserver=2
|
|
|
|
xdsh service 'systemctl stop conserver.service'
|
|
|
|
#. To start and configure ``goconserver``
|
|
|
|
makegocons
|
|
|
|
The new console logs will start logging to ``/var/log/consoles/<node>.log``
|
|
|
|
#. To check the console status of nodes, use:
|
|
|
|
makegocons -q
|