1753720 Members
4753 Online
108799 Solutions
New Discussion юеВ

Re: NFS on HP-UX 11.31

 
Vijay Kumar Dosapati
Occasional Advisor

NFS on HP-UX 11.31

Hi

I'm having 2 servers
Server1: /s01,/t01
Server2:/p01,/p02

now i want to share server1 /s01 to server 2.

Pls tell me the procedure.

Regards
Vijay
4 REPLIES 4
subodhbagade
Regular Advisor

Re: NFS on HP-UX 11.31

Hi,

please refer the following link :--

(1)http://docs.hp.com/en/B2355-90950/ch04s04.html


(2)http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1349998

(3)once FS is exported then use the cmd as

nfs_server:/nfs_server_dir /client_dir

server1:/s01 /s01

Regards,
Subodh.
Steven E. Protter
Exalted Contributor

Re: NFS on HP-UX 11.31

Shalom Vijay,

Make changes to the /etc/exports file on server1

Add the additional share.

exportfs -av

# reloads the shares, gives you error messages in case of syntax mistakes.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Berd
Trusted Contributor

Re: NFS on HP-UX 11.31

Vijay,

On 11.31 you need to edit /etc/dfs/dfstab on server1. The file contains syntax details. Once populated for your required share, you can issue the commande shareall. This will share out all entries in dfstab.

You can then nfs mount on server2 using mount server1:/so1 /

Hope this helps.

Regards,
Herdip
Ganesan R
Honored Contributor

Re: NFS on HP-UX 11.31