zoukankan      html  css  js  c++  java
  • VMware vCenter重置web console SSO登录密码

    On a Windows Platform Services Controller or vCenter Server with Embedded Platform Services Controller


    1. Log in to vCenter Server with a domain administrator account. If the Platform Services Controller is installed separate from vCenter Server, log in to the Platform Services Controller server.
    2. Open an elevated command prompt ( Run command prompt as administrator )
    3. Run c:> "%VMWARE_CIS_HOME%vmdirdvdcadmintool.exe".

    This console loads:


    ===============================
    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. Press 3 to enter the Reset account password option.
    5. When prompted for the Account UPN, enter:

    User@vSphere_Domain_Name.local (Example - Administrator@vsphere.local)

    A new password is generated.

    Notes:
    If you customized your vSphere Domain name, provide the customized domain name.
    If the preceding steps fail with a error "VmDirForceResetPassword failed (5)", use the Built In Local Administrator Account to login to the vCenter Server (through RDP or Console) and retry the operation by executing vdcadmintool.
    If vdcadmintool fails to execute, please verify the size of the file. It should not be '0 kb' in size. If size is 0 KB, copy the file from another vCenter with similar build. Contact VMware Support if you don't have any other environments to copy the file.
    vdcadmintool.exe is located at C:Program FilesVMwarevCenter Servervmdird
    6. Use the generated password to log in to the User@vSphere_Domain_Name.local account.
    7. After the password is regenerated, log in to vSphere Web Client and change the user password.


    On the Platform Services Controller or vCenter Server with Embedded Platform Services Controller Appliance


    1. Log in to vCenter Server Appliance using SSH as the root user.
    2. Run this command to enable access the Bash shell:

    shell.set --enabled true
    

      

    3. Type shell and press Enter.

    4. Run /usr/lib/vmware-vmdir/bin/vdcadmintool.

    This console loads:

    ================================
    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
    ================================


    5. Press 3 to enter the Reset account password option.
    6. When prompted for the Account UPN, enter:

    User@vSphere_Domain_Name.local (Example - Administrator@vsphere.local)

    A new password is generated.

    Note: If your vSphere Domain name is customized, provide the customized domain name.

    7. Use the generated password to log in to the User@vSphere_Domain_Name.local account.
    8. After the password is regenerated, log in to the vSphere Web Client and change the password.

  • 相关阅读:
    实用的网络流量监控脚本
    校园招聘面试总结
    简单的HttpClient使用
    大日志处理问题
    <Interview Problem>最小的“不重复数”
    <Interview Problem>二叉树根到叶节点求和值匹配
    安装后端阿里云sdk
    ModuleNotFoundError: No module named 'Crypto'
    pip install 报错 ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL
    dva+antd初体验
  • 原文地址:https://www.cnblogs.com/xingfuxiaokong/p/12955281.html
Copyright © 2011-2022 走看看