lizhilei14588 发表于 2017-6-28 17:45:18

如何找回VMWARE5.5中VCENTER用户administrator@vsphere.local的密码

Ø问题描述: B7administrator@vsphere.local]某局VMWARE虚拟化平台VCENTER用户administrator@vsphere.local密码丢失,无法通过客户端登陆VCENTER管理。Ø 解决方案:一、window版本找回方法1、cd \ Program Files\VMware\Infrastructure\VMware\CIS\vmdird
    2、执行如下命令:
   vdcadmintool.exe
    复制代码
    3、在弹出的如下选单里,选择3:
    ===============================
    Please select:
    0. exit
    1. Test LDAP connectivity
    2. Force start replication cycle
    3. Reset account password
    4. Set log level and mask
    5. Set vmdir state
    ===============================
   复制代码
    4、系统会弹出Account DN,输入下列信息:
    cn=Administrator,cn=users,dc=vSphere,dc=local
    复制代码
    此时,系统会生成新的administrator@vsphere.local的密码,然后用这个账号登录即可;
    二、VCSA/Linux版本vCenter Single Sign-On 5.5密码恢复步骤:
    1、SSH或本地命令行root账号登录到VCSA 5.5;
    2、执行如下命令打开vdcadmintool服务:
    #/usr/lib/vmware-vmdir/bin/vdcadmintool
    复制代码
    3、系统将会弹出如下对话框信息,输入3:
    ================================
    Please select:
    0. exit6 R. v. j2 ^" q4 V- E3 a
    1. Test LDAP connectivity
    2. Force start replication cycle
    3. Reset account password
    4. Set log level and mask
    5. Set vmdir state
    ================================
    复制代码
    4、系统会弹出Account DN,输入下列信息:
    cn=Administrator,cn=users,dc=vSphere,dc=local
    复制代码
    此时,系统会生成新的administrator@vsphere.local的密码,然后用这个账号登录即可;Ø 经验总结:Vmware各用户名密码应妥善保存,不要随意透露其他人!
页: [1]
查看完整版本: 如何找回VMWARE5.5中VCENTER用户administrator@vsphere.local的密码