- 请先生成 vCenter Server Appliance 6.5 快照或备份,然后再继续。
- 重新引导 vCenter Server Appliance 6.5。
- 在操作系统启动后,立即选择选项e键以进入 GNU GRUB 编辑菜单。
- 找到以单词 linux 开头的行
- 将以下条目附加到该行的末尾:rw init=/bin/bash
- 按F10继续引导。
- 运行 mount -o remount,rw / 命令。
- 在命令提示符下,输入命令 passwd 并提供新的 root 密码(输入两次以进行确认):
passwd
- 通过运行以下命令卸载文件系统:
umount /
- 运行以下命令以重新引导 vCenter Server Appliance
6.5:reboot -f
- 确认您可以使用新的 root 密码访问 vCenter Server Appliance
6.5。 - 移除步骤 1 中创建的快照(如果适用)。
至此root密码重置完成!!!
原文地址:https://www.cnblogs.com/yeyushuqin/p/10207458.html
时间: 2024-11-04 00:29:52