Create NFS Datastore using esxcli command

use below command to mount the NFS datastore on ESXi.


esxcli storage nfs add -H NFS_IP|NFS_HOSTNAME -s Share_mount_point_on_the_NFS -v DatastoreName


-H -> NFS_IP|NFS_HOSTNAME

-s -> NFS share name

-v Datastore Name

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...