- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: automount over two LAN's
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
10-11-2004 01:24 AM
10-11-2004 01:24 AM
automount over two LAN's
# mount
/ on /dev/vg00/lvol3 defaults...
...
/home on auto_homes ignore,indirect,rw ...
...
In my case I want to see the "/home" mount show up as it does on the clients from the NIS masters native LAN or its IP network address. Any suggestions?
-Louis
gonzales@emunix.emich.edu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 01:39 AM
10-11-2004 01:39 AM
Re: automount over two LAN's
NIS master belongs to IP network:
192.9.70.0/24
Client that I want to automount:
130.16.64.0/18
ypwhich returns the correct NIS Master and
all the NIS maps get returned correctly from the corresponding ypcat MAPNAME command. Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 04:18 AM
10-11-2004 04:18 AM
Re: automount over two LAN's
If the NFS client can see all of the correct automount maps then where does the problem occur? Does it fail when someone tries to actually use the maps and mount a filesystem, like when someone CD's to /home/
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 04:56 AM
10-11-2004 04:56 AM
Re: automount over two LAN's
Regards,
-Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 04:59 AM
10-11-2004 04:59 AM
Re: automount over two LAN's
Variable: NFS_CLIENT was set to 0 rather than 1.
NIS and automount both work fine over the two VLAN's.