System Administration Guide: Virtualization Using the Solaris Operating System

Prepare the NFS Storage on the NFS Server

On the NFS server, share the directory:


# sharectl set -p nfsmapid_domain=sun.com nfs
# svcadm restart svc:/network/nfs/mapid:default
# share -F nfs -o "sec=sys,root=host1:host2,rw" /vdisks

On both the host1 source system and the host2target system, also execute the sharectl to set the NFS mapid name to sun.com, and the svcadm command restart the xend service.