Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mounting Local Machine HDD as a mount point on HP-UX server

Status
Not open for further replies.

applebala

Programmer
Mar 6, 2001
8
US
Hi

Technical info.

Local Machine OS NT 4.0 service pack 5.
Unix Server HP-UX ver 11.00

On HP-UX server, I want to mount my local machine drive as a mount point. Can anyone suggest how this can be done ?

Thanks in advance

Bala

 
Hi,

You need to install some third party nfs server software on your NT server, and have the filesystem that you wish to mount on the unix server exported.
On the Unix side,
- Check NFS is in the kernal by running
#grep -n -e nfs -e lan /stand/system
- configure unix to start nfs client by setting NFS_CLIENT=1 and PCNFS_SERVER=1 /etc/rc.config.d/nfsconf file.
- Start NFS client by running /sbin/init.s/nfs.client start
- Create an appropriate entry in /etc/fstab
- Mount the NFS file system

Regards


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top