- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Answer this Please
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
06-24-2001 12:05 AM
06-24-2001 12:05 AM
Answer this Please
Can any of U experts help me by answering the folllowing Question ?
* How a Hp-Ux NIS Client connects to a
HP-UX NIS server
I have a bit of idea on these things
* U have to set the domainname same as
the server
* start NIS Client daemon ypbind in the
client..
Then the ypbind daemon will broadcast a
request to bind to the NIS server
The Question is...
Do we have to specify the NIS Server's
IP Address anywhere..
in SUN Solaris I learned ypbind is having
a -C option to spcify the NIS Server..
in Hp I tried and found nothing is there..
So Please clear me whether do we have to really specify the NIS Server's IP address or simply becoz of the broadcast by the ypbind..it is getting binded to the ypserv.
Thanks and waiting
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2001 01:01 AM
06-24-2001 01:01 AM
Re: Answer this Please
just run sam --> Networking &communications --> Actions --set domain name---"Domain Name"
You don't hv to put server's ipaddress
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2001 06:55 AM
06-24-2001 06:55 AM
Re: Answer this Please
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2001 02:25 PM
06-24-2001 02:25 PM
Re: Answer this Please
The minimal number of steps to configure NIS client:
1. edit the file /etc/rc.config.d/namesvrs putting
NIS_CLIENT=1
NIS_DOMAIN=name_of_NIS_domain
2. run
/sbin/init.d/nis.client start
If you have an NIS server in the same subnet as your NIS client, it is enough. If however there is not NIS server in the same subnet, must specify in the same file the following variables:
YPBIND_OPTIONS="-ypset"
YPSET_ADDR="ip_address_of_nis_server"
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2001 11:28 PM
06-24-2001 11:28 PM
Re: Answer this Please
if both client and server on the same subnet then specifying domain name will do all jobs.since the NIS master server will bind to the domain ( ip of both will be the same).if they are on diffrent subnet then you have to specify the ip of NIS server in /etc/rc.config.d/namesvrs file.