- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using NIS and NFS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:00 AM
12-13-2002 03:00 AM
Its been so long since I had to do this, I've totaly forgotten how its done!
I have created a lvol on my NIS/NFS server and exported it. I now want to make sure all the NIS clients mount this NFS directory.
My mind is completely blank!
Any help appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:10 AM
12-13-2002 03:10 AM
Re: using NIS and NFS
On your clients, add a line for this filesystem in /etc/fstab and do a "mount -a".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:12 AM
12-13-2002 03:12 AM
Re: using NIS and NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:41 AM
12-13-2002 03:41 AM
SolutionLet's us Understand that once You Have Exported a Directory. (Logical Volume( As u Say)which is Mounted on a Mount Point )
on a NFS server can Only be accessed after you Configure the NFS Clients, The BasicSteps are
> Adding the Host & IP address in the /etc/Hosts on the Clients side.
>Start the NFS.Client
>Manually Chek whether u are able to mpunt the exported Dierctory.
# mount NFSServer Name: /Exported Dir / Mount point on a Client.
NOw You want to Automatically Mount when a Client logs into th NIS Server.
Add the Above Mount Entries in the /etc/Auto.direct File ..
Also Your can Auto mate the above task if you have aHell A lot of NFS/NIS Clients Systems By Writing a Scrtips and again Manually Executing the scripts connecting to the respective clients .
Good Luck
ASif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 03:49 AM
12-13-2002 03:49 AM
Re: using NIS and NFS
Cheers man, you saved me a major headache