mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 09:50:19 +00:00
Fix the typo in the man page of makegocons
This commit is contained in:
@ -30,15 +30,15 @@ DESCRIPTION
|
||||
|
||||
|
||||
The \ **makegocons**\ command will start the goconserver service if it is not started, then
|
||||
send the rest request to create or delete the session resource in the goconserver service. The session
|
||||
send the REST request to create or delete the session resource in the goconserver service. The session
|
||||
information including the session command or ssh connection parameters (for openbmc) is generated by xcat
|
||||
based on the records in the related tables (e.g. nodehm, ipmi, ppc, openbmc).
|
||||
|
||||
By default \ **makegocons**\ will register the session for all of the nodes in xcat.
|
||||
|
||||
If a \ *noderange*\ is specified, only the session in the specified scope will be affected, goconserver
|
||||
service will not be restarted and the the other session will not be disconnected. This is the advantage
|
||||
of goconserver compare with the conserver service with \ **makeconservercf**\ .
|
||||
service will not be restarted and the other session will not be disconnected. This is the advantage
|
||||
of goconserver over the conserver service with \ **makeconservercf**\ .
|
||||
|
||||
If \ **-d**\ is specified, \ **makegocons**\ will remove the session in the goconserver service.
|
||||
|
||||
@ -46,11 +46,11 @@ In the case of a hierarchical cluster (i.e. one with service nodes) \ **makegoco
|
||||
which nodes will have their consoles accessed from the management node and which from a service node
|
||||
(based on the nodehm.conserver attribute).
|
||||
|
||||
For openbmc which use ssh as the terminal session connection method, goconserver can help save the system
|
||||
resource as goconserver could handle the ssh connection within goruntine which is much light-weighted than the command process.
|
||||
For openbmc which uses ssh as the terminal session connection method, goconserver can help save the system
|
||||
resources as goconserver could handle the ssh connection within goroutine which is more light-weighted than the command process.
|
||||
|
||||
\ **Note:**\ goconserver is a experimental feature, it will not be installed with xcat and only support the systemd based systems.
|
||||
Please download and setup the rpm or deb package manually. Release link:
|
||||
\ **Note:**\ goconserver is an experimental feature, it will not be installed with xcat and will only support the systemd based systems.
|
||||
Download and setup the rpm or deb package manually. Release link:
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
@ -12,15 +12,15 @@ B<makeconservercf> [B<-h|--help|-v|--version>]
|
||||
=head1 DESCRIPTION
|
||||
|
||||
The B<makegocons> command will start the goconserver service if it is not started, then
|
||||
send the rest request to create or delete the session resource in the goconserver service. The session
|
||||
send the REST request to create or delete the session resource in the goconserver service. The session
|
||||
information including the session command or ssh connection parameters (for openbmc) is generated by xcat
|
||||
based on the records in the related tables (e.g. nodehm, ipmi, ppc, openbmc).
|
||||
|
||||
By default B<makegocons> will register the session for all of the nodes in xcat.
|
||||
|
||||
If a I<noderange> is specified, only the session in the specified scope will be affected, goconserver
|
||||
service will not be restarted and the the other session will not be disconnected. This is the advantage
|
||||
of goconserver compare with the conserver service with B<makeconservercf>.
|
||||
service will not be restarted and the other session will not be disconnected. This is the advantage
|
||||
of goconserver over the conserver service with B<makeconservercf>.
|
||||
|
||||
If B<-d> is specified, B<makegocons> will remove the session in the goconserver service.
|
||||
|
||||
@ -28,11 +28,11 @@ In the case of a hierarchical cluster (i.e. one with service nodes) B<makegocons
|
||||
which nodes will have their consoles accessed from the management node and which from a service node
|
||||
(based on the nodehm.conserver attribute).
|
||||
|
||||
For openbmc which use ssh as the terminal session connection method, goconserver can help save the system
|
||||
resource as goconserver could handle the ssh connection within goruntine which is much light-weighted than the command process.
|
||||
For openbmc which uses ssh as the terminal session connection method, goconserver can help save the system
|
||||
resources as goconserver could handle the ssh connection within goroutine which is more light-weighted than the command process.
|
||||
|
||||
B<Note:> goconserver is a experimental feature, it will not be installed with xcat and only support the systemd based systems.
|
||||
Please download and setup the rpm or deb package manually. Release link:
|
||||
B<Note:> goconserver is an experimental feature, it will not be installed with xcat and will only support the systemd based systems.
|
||||
Download and setup the rpm or deb package manually. Release link:
|
||||
|
||||
https://github.com/chenglch/goconserver/releases
|
||||
|
||||
|
Reference in New Issue
Block a user