mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-01 07:48:20 +00:00
* To fix issue that lose activation success log * update onie doc to add rspconfig sshcfg command (#5539) * fix osarch missing from copycds (#5543) * Modify release information for 2.14.3 release * update goconserver quickstart document * Enhancement for using site cache in plugin (#5535) * site cache when run plugin does not work very well - using cache from plugin when getNodesAttribs/getNodeAttribs (pass it into DB process from plugin process) - Site cache is a whole hash, so to use cache when by the hash is there, instead of the specified key is there. It is because that there might be no key defined in site table. * with XCATBYPASS, to populate site hash before scan_plugins. Then only 1 query for site table to do whole things. * cache site when init plugins on service nodes * missing to comment the old codes query from xCAT DB process
31 lines
854 B
ReStructuredText
31 lines
854 B
ReStructuredText
Quickstart
|
|
==========
|
|
|
|
#. For refresh xCAT installation, run the command below to start and configure ``goconserver``
|
|
|
|
makegocons
|
|
|
|
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
|
|
|
|
#. For hierarchical cluster, shall also stop ``conserver`` on **service nodes**, and config ``goconserver`` as console server:
|
|
|
|
xdsh service 'systemctl stop conserver.service'
|
|
|
|
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``
|
|
|
|
#. To check the console status of nodes, use:
|
|
|
|
makegocons -q
|