「1.1.3.2 ユーザーアカウントの作成」で作成した「ServerView Resource Orchestrator」との接続のためのユーザーアカウントを削除します。
【Windows】
管理者権限でコマンドプロンプトを開きます。
以下のコマンド格納ディレクトリに移動します。
cd <ServerView Resource Orchestratorのインストール先>\Manager\bin
以下のコマンドを実行し、ServerView Resource Orchestratorと接続するためのユーザーアカウントを削除します。
rcxadm user delete -name <ユーザー名>
【Linux】
管理者権限でコマンドプロンプトを開きます。
以下のコマンド格納ディレクトリに移動します。
# cd /opt/FJSVrcvmr/bin
以下のコマンドを実行し、ServerView Resource Orchestratorと接続するためのユーザーアカウントを削除します。
# ./rcxadm user delete -name <ユーザー名>