- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Automount/mount problem with fully qualified hostn...
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
07-07-2005 11:48 PM
07-07-2005 11:48 PM
Automount/mount problem with fully qualified hostname
When I try to access a remote folder using the automount :
cd /net/hostname.xxx.yyy.zzz.com
I get the error : The specified directory is not valid.
But the following command works properly :
cd /net/hostname
It's ok too with the IP address.
The domain name is right. The following command works properly :
ping hostname.xxx.yyy.zzz.com
This happens on several machine running HP-UX 11.11 (5 machines have been tested).
Maybe a patch is needed ? I looked at the patch database but could'nt find the right one.
Has anybody an idea ?
Thanks
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2005 12:14 AM
07-08-2005 12:14 AM
Re: Automount/mount problem with fully qualified hostname
have you tried to put the fully qualified hostnames in /etc/hosts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2005 05:03 PM
07-09-2005 05:03 PM
Re: Automount/mount problem with fully qualified hostname
It is issue with host name resolution. Put hostname.xxx.yyy.zzz.com entries in /etc/hosts file
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:09 PM
07-10-2005 10:09 PM
Re: Automount/mount problem with fully qualified hostname
Sorry for the late reply, I was out of my office.
I have added the machine hostname.xxx.yyy.zzz.com in/etc/hosts. I also created a file /etc/nsswitch.conf so that the /etc/hosts is now looked up before the dns.
The problem is still there. I don't know what to do now.
Regards
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:14 PM
07-10-2005 10:14 PM
Re: Automount/mount problem with fully qualified hostname
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
This will now look at /etc/hosts first (highly desirable) and DNS next.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:30 PM
07-10-2005 10:30 PM
Re: Automount/mount problem with fully qualified hostname
I had the following line in /etc/nsswitch.conf :
hosts: files dns
Is this line wrong ? I replaced it with yours but it changed nothing.
Thanks and regards
Jose