jail renaming
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 jrename
Description: Performs renaming jail and relevant data in the new name
Can be executed only on the stopped jail.
As mandatory parameters:
old - old name of the jail
new - new name of the jail
As optional parameters:
host_hostname - FQDN, new full hostname of jail
ip4_addr - new IP address of the jail (if multiple IPs, separated by a comma with no spaces)
Example (renaming jail jail1 into jail50 with a FQDN and ip addresses change):
% cbsd jrename old=jail1 new=jail50 host_hostname=jail50.my.domain ip4_addr=192.168.0.5/24

|