vCenter Server で、既存のローカル ユーザー アカウントを更新できます。
ユーザー ロールの詳細については、vCenter Server のユーザー ロールを参照してください。
手順
- アプライアンス シェルにアクセスして、スーパー管理者ロールを持つユーザーとしてログインします。
スーパー管理者ロールが割り当てられているデフォルトのユーザーは root です。
- localaccounts.user.set --username コマンドを実行し、既存のローカル ユーザーを更新します。
- ローカル ユーザーのロールを更新するには、次のコマンドを実行します。
localaccounts.user.set --username user name --role new role
ここで、user name は、編集するユーザーの名前で、new role は新しいロールです。ロールは、operator、admin、または superAdmin になります。
- ローカル ユーザーの電子メールを更新するには、次のコマンドを実行します。
localaccounts.user.set --username user name --email new email address
ここで、user name は、編集するユーザーの名前で、new email address は新しい電子メール アドレスです。
- ローカル ユーザーのフル ネームを更新するには、次のコマンドを実行します。
localaccounts.user.set --username user name --fullname new full name
ここで、user name は、編集するユーザーの名前で、new full name はユーザーの新しいフル ネームです。
- ローカル ユーザーのステータスを更新するには、次のコマンドを実行します。
localaccounts.user.set --username user name --status new status
ここで、user name は、編集するユーザーの名前で、status はローカル ユーザーの新しいステータスです。ステータスは、disabled か enabled のいずれかとなります。