csn-reset
enables you to reset a server to a state in which a fresh CSN software version can be installed from scratch and the initial configuration re-run. This can be useful to restart upgrades that are interrupted by network outages or to revert to a previous software version. Run the following command as a user with root privileges:
/opt/caringo/csn/bin/csn-reset
csn-reset will prompt for confirmation prior to proceeding and logs its steps to both the screen and to the system syslog (/var/log/messages). During the csn-reset process, configuration backups cannot complete and might log errors as a result.
Note
For dual-network installations, if csn-reset fails with errors related to the public network not being reachable (for example, because of the way public bonds are configured), enter the following commands in the order shown as a user with root privileges:
/opt/caringo/csn/bin/reconfigure-network
This command removes bonding from all network interfaces. See "Dual-network: Automatically Reconfiguring Network Settings".shutdown -r now
After reconfiguring the network, you must reboot.- /
opt/caringo/csn/bin/reconfigure-network --bonded --autodiscover
This command restores bonding to all network interfaces. shutdown -r now
After reconfiguring the network, you must reboot./opt/caringo/csn/bin/csn-reset [--remove-cr]
After having reconfigured the network, csn-reset should succeed.