1. 程式人生 > >KVM或openstack虛擬化環境中windows主機忘記登陸密碼如何使用pe的方式進行破解

KVM或openstack虛擬化環境中windows主機忘記登陸密碼如何使用pe的方式進行破解

1.確定平臺虛IP和Windows雲主機所在物理節點;

2.將本地PE的iso映象上傳至該物理節點的/opt/目錄下;

3.ssh到該物理伺服器,檢查儲存及openstack核心服務是否正常

例如:ssh 10.61.100.100

ceph -s/ceph health detail

nova service-list

cinder service-list

neutron agent-list

4.確定平臺正常後,與客戶溝通該windows雲主機是否可進行關機操作,待關機後執行下一步;

5.使用systemctl stop openstack-nova-compute服務;

6.使用nova list --all |grep 出所要操作的雲主機;

7.使用nova show id | grep instance確定虛擬機器在kvm中域名稱;

8.使用virsh vncdisplay instance-id查詢出vnc埠;

9.使用virsh edit instance-id進行編輯虛擬機器的xml配置檔案;配置如下:

10.使用virsh start instance-id開啟雲主機;

11.vnc開啟雲主機進行破解密碼即可;