1754021 Members
7761 Online
108811 Solutions
New Discussion юеВ

NFS installation

 
SOLVED
Go to solution
wish_1
Frequent Advisor

NFS installation

dear all

I want to install NFS.

Pl. can any one of you, send me the details step by step proc. both in server and client. Any other requirment.

Thanks in adv.
regards
wish
7 REPLIES 7
LoC_1
Frequent Advisor

Re: NFS installation

Hi
Go to doc.hp.com and do a search for
"nfs administrator's guide"

It will give you the detailed instructions for the different hpux os version.
LoC_1
Frequent Advisor

Re: NFS installation

Correction
docs.hp.com
Devender Khatana
Honored Contributor

Re: NFS installation

Hi Wish,

There is requirement of some planning before doing it. The common questions which you need to answer before asking the specific procedure include

1. What is the OS version of server and clients?

2. What is the no. of clients?

3. What is the capacity of the server?

4. How much will be the usage of file systems?

You cal also opt for advanced NFS options like autofs, nfs over tcp and NFS Version3 etc.

Here is the relevant documentation for your information

http://docs.hp.com/en/5991-5272/index.html

HTH,
Devender
Impossible itself mentions "I m possible"
wish_1
Frequent Advisor

Re: NFS installation

Dear Devender

1. What is the OS version of server and clients? both are HP-UX 11i

2. What is the no. of clients? ONE

3. What is the capacity of the server? 73x8 GB / 4 GB RAM

4. How much will be the usage of file systems?30GB

Regards
wish
Devender Khatana
Honored Contributor
Solution

Re: NFS installation

Hi,

This will not matter much if there is only one client. Have a look at the various methods mentioned in this thread. You can use any one of these

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=964561

HTH,
Devender
Impossible itself mentions "I m possible"
Yogeeraj_1
Honored Contributor

Re: NFS installation

hi wish,

you can easily do that using SAM,

SAM -> Networking and Communications
-> Networked File Systems
-> Exported Local Filesystems
then
Actions --> Add Exported File Systems


And on the opposite side, you do the same except:
Actions --> Add Remote File System

hope this helps too!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Chauhan Amit
Respected Contributor

Re: NFS installation

Server:

1. Edit /etc/rc.config.d/nfsconf and set:
NFS_CLIENT=1
NFS_SERVER=1
2. Edit /etc/exports file and add FileSystems to be exported.
3. #/sbin/init.d/nfs.core start
#/sbin/init.d/nfs.server start
4. #exportfs -a

Client :

1. Edit /etc/rc.config.d/nfsconf and set:
NFS_CLIENT=1
NFS_SERVER=0
2. # /sbin/init.d/nfs.core start
# /sbin/init.d/nfs.client start
3. Then mount the exported filesystem
# mount NFSservername:/ /
If you are not a part of solution , then you are a part of problem