mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
On diskless SN, the nodes file of goconserver is missing when reinstalling. This patch add a column in nodehm table to help recover the console information on service node. ``` [root@c910f03c09k04 ~]# makegocons -q NODE SERVER STATE c910f03c09k05 c910f03c09k04.pok.stglabs.ibm.com error node-7912ac1-06vag36 c910f03c09k04.pok.stglabs.ibm.com error NODE SERVER STATE c910f03c09k04 c910f03c09k03.pok.stglabs.ibm.com connected [root@c910f03c09k04 ~]# rm /var/lib/goconserver/* rm: remove regular file ‘/var/lib/goconserver/nodes.json’? y rm: remove regular file ‘/var/lib/goconserver/nodes.json.bak’? y [root@c910f03c09k04 ~]# service xcatd restart Restarting xcatd (via systemctl): [ OK ] [root@c910f03c09k04 ~]# makegocons -q NODE SERVER STATE c910f03c09k05 c910f03c09k04.pok.stglabs.ibm.com error node-7912ac1-06vag36 c910f03c09k04.pok.stglabs.ibm.com error NODE SERVER STATE c910f03c09k04 c910f03c09k03.pok.stglabs.ibm.com connected ```
xCAT ---- xCAT is a toolkit for the deployment and administration of clusters. Documentation ------------- Latest xCAT documentation is available at: http://xcat-docs.readthedocs.io/en/latest/ `document for xCAT 2.13.10 <http://xcat-docs.readthedocs.io/en/2.13.10/>`_ `document for xCAT 2.13.9 <http://xcat-docs.readthedocs.io/en/2.13.9/>`_ `document for xCAT 2.13 <http://xcat-docs.readthedocs.io/en/2.13.0/>`_ `document for xCAT 2.12 <http://xcat-docs.readthedocs.io/en/2.12/>`_ `document for xCAT 2.11 <http://xcat-docs.readthedocs.io/en/2.11/>`_ Open Source License ------------------- xCAT is made available as open source software under the EPL license: http://www.opensource.org/licenses/eclipse-1.0.php Developers ---------- Developers and prospective contributors are encouraged to read the `Developers Guide <http://xcat-docs.readthedocs.io/en/latest/developers/>`_ In particular the `GitHub <http://xcat-docs.readthedocs.io/en/latest/developers/github/>`_ related subsection.
Languages
Perl
78.5%
Shell
11.4%
JavaScript
7.1%
Python
1.8%
PHP
0.4%
Other
0.4%