{NNM SSO}2.7 バックアップ機能とリストア機能

-- バックアップ
mkdir -p /root/ssobackup

/opt/CM2/SSO/bin/ssobackup -all -d /root/ssobackup


-- リストア
/opt/CM2/SSO/bin/ssostop -c

/opt/CM2/SSO/bin/ssorestore -all -clear -d /root/ssobackup

/opt/CM2/SSO/bin/ssostart -c
/opt/CM2/SSO/bin/ssostatus