NEC


2.7.2. アカウントの更新(ssc machine-account update)

管理対象、または管理対象外マシンのアカウントを更新します。

[構文]

ssc machine-account update < -uuid UUID | -machine MachineName > -type ConnectionType [-ip IPAddress] [-u UserName] [-p Password] [-mon on|off]

[引数/オプション]

引数/オプション

説明

< -uuid UUID ∣ -machine MachineName >

(必須)

対象マシンのUUID、またはマシン名を指定します。

-type ConnectionType

(必須)

接続種別を指定します。

"oob""ib" をサポートします。

OOBは、Out-of-Band-Managementで使用されます。

[-ip IPAddress]

更新する IPアドレスを指定します。

-type が "oob" の場合のみサポートします。

[-u UserName]

更新するユーザ名を指定します。

接続先のログインシステムによっては、大文字 / 小文字が区別されることがあります。

-type が "oob" の場合のみサポートします。

[-p Password]

更新するパスワードを指定します。

Passwordに空文字 ("") を指定した場合は、パスワードを削除します。

[-mon on∣off]

監視の設定を行います。

-type が "oob" の場合のみ有効です。

[構文例]

 >ssc machine-account update -machine SV0100 -type oob -ip 192.168.1.100 
 -u User01a -p xxxxxx
 >ssc machine-account update -uuid 1CC9EBCC-7091-498d-84D2-B2F168690BC8 -type oob
 -ip 192.168.1.200
 >ssc machine-account update -machine SV0200 -type oob -u User02a
 >ssc machine-account update -uuid 3571C728-EE55-4a43-A8AE-DDDA3ED8EBA0 -type oob
 -p xxxxxxx
 >ssc machine-account update -machine SV0100 -type oob -mon off