ลอง Veeam Backup and Replication แล้วติดปัญหา ตอน Replicator โปรแกรมถามหา User / Password ที่เข้าไปจัดการกับ ESX ตามด้านล่าง
"Failed to login to 192.168.1.3 by SSH, port 22 user "root" , elevateToRoot false, autoSudo False, User authentication failed.
แก้ไขโดย .. ไปเปิดให้ Root เข้ามาทาง SSH ได้โดยทำดังนี้
1. connect using Virtual Infrasrtucture Client to your ESX 4 using root credentials
2. create new user, and grant this account with "shell access"
3. connect using PuTTy to your ESX using newly created user
4. run command "su"
you will be asked for a password - enter root password here
5. run this command "vi /etc/ssh/sshd_config"
find the line where it is stated "permit root login no" change this value to "yes"
save file
6. run this command "/etc/init.d/sshd restart" it will restart the service
อ้อ ... Veeam Replication ไม่รองรับการใช้งานกับ VMware ESXi นะครับ ..