Operating System - Linux
1753776 Members
7275 Online
108799 Solutions
New Discussion юеВ

Re: Linux NIS master server, HPUX/Solaris clients, Autofs not working

 
SOLVED
Go to solution
Jiang Li_1
Advisor

Linux NIS master server, HPUX/Solaris clients, Autofs not working

I plan to migrate my HPUX master NIS server to a Linux(RedHat EL5) server. I do some test and found that the login, 'ypcat ' are all working fine.

But with a problem here:
With HPUX NIS master server, the HPUX client has below content for /etc/auto_master file:
+auto_master
The autofs works fine.

But if the NIS master server is Linux, it does not work although 'ypcat -k auto.master' works. After I change the /etc/auto_master content as below:
+auto.master
The autofs works fine on the HPUX client.

The point is, I want to migrate to Linux NIS master server smoothly without changing the clients' /etc/auto_master file.

Does anyone has solution for my problem?

Thanks in advnace.
-Jiang
4 REPLIES 4
Dennis Handly
Acclaimed Contributor
Solution

Re: Linux NIS master server, HPUX/Solaris clients, Autofs not working

Is auto.master implemented as a file on linux? If so, can you hard or softlink it to auto_master and then have another NIS map?
Jiang Li_1
Advisor

Re: Linux NIS master server, HPUX/Solaris clients, Autofs not working

Hi Dennis, Thanks so much for your reply!

I have resolved this by adding another map(on NIS master server) auto_master which is same as auto.master.

So the clients will understand the map either via auto.master or auto_master.

-Jiang
Jiang Li_1
Advisor

Re: Linux NIS master server, HPUX/Solaris clients, Autofs not working

I have stated my solution. Just adding another map on NIS master server which can be understood by HPUX.
Dennis Handly
Acclaimed Contributor

Re: Linux NIS master server, HPUX/Solaris clients, Autofs not working

>Thanks so much for your reply!

If you are happy with the solution please read the following about reopening threads and assigning points:
http://forums.itrc.hp.com/service/forums/helptips.do?#41
http://forums.itrc.hp.com/service/forums/helptips.do?#33