some cbsd tools that use keys of nodes
Attention! I apologize, but it is automatic machine translation of the text. You can improve it if will send to me more correct version of the text or fix html pages via GITHUB repository. Commands:
% cbsd jcoldmigrate
% cbsd jbackup
% cbsd jrclone
% cbsd jailmapdb
...
Part of commands can demand existence of a key of a remote node for performance of the functions. Some list of similar commands:
- cbsd jcoldmigrate - cold migration jail from one node to other
- cbsd jbackup, jrclone - single synchronization or replication of jail data on-the-fly on a remote node
- cbsd jailmapdb - generate jmap.txt file, containing records of a look nodename="jail1 jail2 .." - list and location for jails
- cbsd jwhereis - return node name, where this jail is located (work under jmap.txt file)
- cbsd jlogin - to try to login into a jails if it isn't present locally, but is present in jmap.txt
- cbsd rexe - execute command on remote node
- cbsd rnode - login via ssh in cbsd shell on remote node
- ...
|