我已经在下面运行命令,以显示我的一个CVM中的管理程序密码,但是密码没有出现,任何人都可以提供帮助吗?
命令:zeus_config_printer 2> /dev /null |grep“ hybervisor {” -a 3
结果:
Nutanix@ntnx-14SM36060045-A-CVM:192.168.1.208:〜$ ZEUS_CONFIG_PRINTER 2> /dev /null |grep“ hyphvisor {” -a 3 hyphvisor {address_list:“ 192.168.1.204” username:“ root”} - hypervisor {address_list:“ 192.168.1.206”用户名:“用户名:“ root”}
除此之外,任何人都可以在Nutanix系统中分享密码配置管理程序和CVM商店的位置吗?(从书中说在宙斯说的商店,但我不知道路径位置)
感谢。)
问候,
Zack
最好的答案Shuguet
\n\nZeus is the Nutanix name for their wrapper around Apache Zookeeper.
\nYou will not find a specific \"file\" with the password in it.
\n
\nAs far as I can tell, the passwords are stored encrypted in the znode \"\/appliance\/physical\/configuration\".
\n
\nYou can change them by using ncli:$ ncli managementserver edit name=host_name password='host_password'$ ncli host edit id=host_id hypervisor-password='host_password'
\n
\nNote: the host id can be retrived from the command below, and the host name is the \"Hypervizor Key\":
\n$ ncli host list
\n
\nI think it's wise not to display the passwords as plain text, as it would be a security nightmare if you were able to easiliy retrive them by simply listing all the cluster configuration.
\n
\nSylvain.","className":"post__content__best_answer"}">