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
03-10-2002 08:38 AM
03-10-2002 08:38 AM
Autofs
We have the following setup:
lan0 1.1.1.1 netmask 255.192.0.0
lan0:1 1.2.1.1 netmask 255.192.0.0
in /etc/hosts
1.1.1.1 sysname1
1.2.1.1 sysname2
Setup of a second box:
/etc/auto_master
/autohome /etc/auto.home
/etc/auto.home
* sysname1:/export/autohome/&
This works fine, but now I would like to use the name: sysname2 instead of sysname1 in the /etc/auto.home directory and that doesn't seem to work. When trying to mount the directory manualy I get permission denied and when I use: /usr/sbin/showmount -e sysname2 I get:
showmount: sysname2: RPC: Miscellaneous tli error - bad flags
I hope there is someone out there who knows the solution to my puzzle.
Cheers,
Harm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 12:02 AM
03-11-2002 12:02 AM
Re: Autofs
did you take care to set the correct permission for the mounted file system? Be sure, that hostname.2 has the access rights to your file system!
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 12:15 AM
03-11-2002 12:15 AM
Re: Autofs
Check if "sysname2" allows access to the "home"-Filesystems to your NFS-client (/etc/exports, exportfs).
Hardy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 04:53 AM
03-11-2002 04:53 AM
Re: Autofs
sysname1 and sysname2 is/are one and the same system, so if the NFS server is running on sysname1 I don't see howcome I can't access the same physical box with sysname2 (eg.
mount sysname1:/autohome (works fine!)
mount sysname2:/autohome (doesn't work!))
that is available on that same system. I would imagine that such thing is comen in a clustered environment (but then again who am I). Where a logical name is addressed to connect to a typical service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 02:44 AM
03-12-2002 02:44 AM
Re: Autofs
- On your NFS-server kill the running rpc.mountd process
- /usr/sbin/rpc.mountd -l /var/adm/mountd.log -t2
- Check the file /var/adm/mountd.log
Hardy