Monday, August 18, 2014

NFS in Solaris

NFS Commands

mount -F nfs -o proto=udp apps4:/u02 /apps4_u02

mount -o rw,timeo=600,hard,wsize=32768,vers=3,rsize=32768,tcp

mount -F nfs -o rw,timeo=600,hard,wsize=32768,vers=3,rsize=32768 proto=udp apps4:/u02 /apps4_u02

mount -F nfs -o hard, bg,proto=tcp, vers=3, suid, rsize=32768, wsize=32768, intr,noac apps4:/u02 /apps4_u02

mount -F apps4:/u02 /apps4_u02 nfs - yes hard, bg,proto=tcp, vers=3, suid, rsize=32768, wsize=32768, intr,noac

Reference: NFS Commands

Install Gnome on Solaris 11

install Gnome on Solaris 11 you should follow my very short guide;

Login onto the console and use the following commands:

sudo pkg install slim_install
sudo svcadm enable gdm

And if you want to run the deskstop:
startx

Some Tips About FNDLOAD

Data Synchronization  Data Synchronization is a process in which some setup data would be synchronized, and this would be more important w...