Operating System - HP-UX
1829185 Members
3696 Online
109986 Solutions
New Discussion

Solve the problem in share fie system by busing NFS

 
SOLVED
Go to solution
Mousa55
Super Advisor

Solve the problem in share fie system by busing NFS

Hi
i am using configuring to server and client to share file system from server to another server by this steps
) Edit the /etc/exports file and add entries for exported file systems.
2) Use the exportfs -a command to export these file systems.
3) Edit the /etc/rc.config.d/nfsconf file and set proper values to different variables as mentioned
earlier.
4) Execute the /sbin/init.d/nfs.core start command.
5) Execute the /sbin/init.d/nfs.server start command.

The client configuration process
1) Edit the /etc/rc.config.d/nfsconf file to enable an NFS client to be started at boot time.
2) Edit the /etc/fstab file to mount remote file systems at system boot time.
3) Create mount points for the remote file systems.
4) Ensure that the name of the NFS server is present in the /etc/hosts file if NIS or DNS are not
being used.
and i am Succeeded to this iplement, but after some month i found the share file is disappeared
and i am tray to solve this problem with
mount command but this massage is appeared
# mount /Backup ruxdb01:/Backup
mount: absolute path name is required for ruxdb01:/Backup
how to solve this problem
2 REPLIES 2
Prashanth Waugh
Esteemed Contributor
Solution

Re: Solve the problem in share fie system by busing NFS

Hi Nejad,

Try to mount the manually by using the command as
#mount -f nfs nfsserver: /mountpointname

Regards
atulkumar
For success, attitude is equally as important as ability
Mousa55
Super Advisor

Re: Solve the problem in share fie system by busing NFS

thanks for you my problem it is solved