您可以在 vCenter Server Appliance 中更新現有本機使用者帳戶。

如需使用者角色的相關資訊,請參閱 vCenter Server Appliance 中的使用者角色

程序

  1. 存取應用裝置 shell 並以具有超級管理員角色的使用者身分登入。
    具有超級管理員角色的預設使用者是根使用者。
  2. 執行 localaccounts.user.set --username 命令以更新現有本機使用者。
    • 若要更新本機使用者的角色,請執行下列命令:
      localaccounts.user.set --username user name --role new role
      其中,user name 是要編輯的使用者名稱,new role 是新角色。角色可以是 operatoradminsuperAdmin
    • 若要更新本機使用者的電子郵件,請執行下列命令:
      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 是本機使用者的新狀態。狀態可以是 disabledenabled