Error When you try sudo for root permision you will get below error: This account is currently not available Solution 1.Remove nologin from the /etc/passwd file sudo nano /etc/passwd Change the "/usr/sbin/nologin" to /bin/bash 2.edit /etc/ssh/sshd_config PermitRootLogin yes 3. Restart SSH service systemctl restart ssh
Issue: Create a Storage LUN/Volume Share or export this to multiple ESXi hosts Create Datastore from one of the ESXi host\ When you rescan the storage from other ESXi hosts, the existing VMFS datastore not listing. Solution: Login to the ESXi host and list the volumes: >>esxcfg-volume -l Mount the volume in the ESXi host: >>esxcfg-volume -m "DatastoreName"