- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Slave NIS-Server setup problem.
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
08-02-2002 11:09 PM
08-02-2002 11:09 PM
#domainname l2000
======
Config /etc/rc.config.d/namesvrs, keep these entries:
...
NIS_SLAVE_SERVER = 1
NIS_CLIENT=1
NIS_DOMAIN="l2000"
...
======
#PATH=$PATH:/var/yp
#ypinit -s hp_g40
****************************
Now I get some error messages,just like the following:
Transferring group.bygid from domain l2000 from hp_g40...
ypxfr: can't translate master name hp_g40 to an address
Transferring group.byname for domain l2000 from hp_g40...
ypxf:can't translate master name hp_g40 to an address
...
////////////////////////////
Is it normal or not? Do anybody tell me what happened?
With many thanks.
-Gerald-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 11:16 PM
08-02-2002 11:16 PM
Re: Slave NIS-Server setup problem.
After I run:
=======================
#/sbin/init.d/nis.server start
#/sbin/init.d/nis.client start
=======================
in slave NIS server, I can see the directory "/var/yp/l2000" but can see nothing in it!
Why?
-Gerald-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:35 AM
08-06-2002 04:35 AM
Re: Slave NIS-Server setup problem.
With many thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:43 AM
08-06-2002 04:43 AM
Solutionafter making changes to the namesvrs file, you need to take care of these things:
a) remove all user entries from /etc/passwd and group that needs to be used in NIS
b) add escape sequence in the local passwd (+::-2:-2:::) and in group (+:*:*)
c) # ypinit -s ip_address of server
d) /sbin/init.d/nis.server start
/sbin/init.d/nise.client start
I would make sure that I have all patches installed.
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 04:51 AM
08-06-2002 04:51 AM
Re: Slave NIS-Server setup problem.
This document will help you while configuring NIS -
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000048368333
Doc ID - KBAN00000276
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 05:02 PM
08-07-2002 05:02 PM
Re: Slave NIS-Server setup problem.
I did it again and follow the HP document (link you offered)strictly, but I got new errors:
===========================
ypxfr: can't get order number for map ethers.byaddr from ypserv at hp_g40
reason: no such map in server's NIS domain
ypxfr: can't get order number for map ethers.byname from ypserv at hp_g40
reason: no such map in server's NIS domain
ypxfr: can't get order number for map netmasks.byaddr from ypserv at hp_g40
reason: no such map in server's NIS domain
ypxfr: can't get order number for map bootparams from ypserv at hp_g40
reason: no such map in server's NIS domain
hpo has been set up as a slave Network Information Service server with errors.
Please remember to correct the errors, and run ypinit again.
==========================
What can I do?
-Gerald-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 06:21 PM
08-07-2002 06:21 PM
Re: Slave NIS-Server setup problem.
ethers.byaddr
ethers.byname
netmasks.byaddr
bootparams
are not used by HP-UX. The reason it shows up is because to maintain interoperability between Sun and HP/and-other platform the "ypinit" has these map names in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 02:18 AM
08-08-2002 02:18 AM
Re: Slave NIS-Server setup problem.
But both my master NIS server and slave NIS server are HP-UX based mechine. Master is HP-UX11.0 and slave is HP-UX10.20.
And with these errors, the slave NIS server can't work now.
Please help me.
Thank you again for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 04:12 AM
08-08-2002 04:12 AM
Re: Slave NIS-Server setup problem.
1.Give the command domainname in slave machine and see the output is set to l2000
2.Also check if /var/adm/securenet is present in master
3.Give the command "ypcat ypservers" and see the output on Master server
-Bonny Jose-