First check if you have nfs module loaded using the below command,
lsmod | grep nfs
if not present use
modprobe nfs Now enable nfs for the vps.vzctl set 110 --features "nfs:on" --saveNow login to VPS uing
vzctl enter 110
Run the below commands,yum -y install nfs-utils nfs-utils-lib chkconfig --levels 345 portmap on /etc/init.d/portmap startNFS is not enable for your vps.
