- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS+ 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
01-17-2002 06:35 AM
01-17-2002 06:35 AM
1) I initialize NIS+ on HP-UX 11.00. After initialization SAM does not work properly. SAM sits at initial window saying "Initializing SAM....), it does not go any further.
2) So i wanted revert back from NIS+, what i did is changed "/etc/rc.config.d/namesvrs" file to not start NIS+ at boot time and rebooted the server. Now SAM comes up fine, but it take lot and lot of time to come up.
/etc/nsswitch.conf has an entry "hosts: files[NOTFOUND=continue] dns" after initializing NIS+ and after stoping NIS+.
/etc/resolv.conf is fine, as i am able to do nslookup and browse the web.
Any solution for the 1st and 2nd senario.....
Thanks in advance....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 06:52 AM
01-17-2002 06:52 AM
Re: NIS+ problem....
hostname
nslookup ip address
nslookup hostname
Also, what is the contents of your resolv.conf, do you have domain yourdomain.com, search manydomains.com?
First make sure the three commands produce the desired results.
Let us know,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 07:06 AM
01-17-2002 07:06 AM
Re: NIS+ problem....
thanks for the response.
I ran
1. nslookup myhostname
it came out with rigth IP Address
2. nslookup
it came out with the right server name.
3. resolv.conf contians
domain abc.com
nameserver xx.xx.xx.xx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 07:09 AM
01-17-2002 07:09 AM
Re: NIS+ problem....
check the patch level on your system. You probably need the sam/obam patch on your system.
This is the latest sam/obam patch. also look for other patches.
http://us-support3.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=9d05e7d313c517fd9a?PACH_NAM=PHCO_23876&HW=s800&OS=11.00
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 07:13 AM
01-17-2002 07:13 AM
SolutionThe path to that is SAM -> Options -> View Sam log...
See if that changes anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 08:48 AM
01-17-2002 08:48 AM
Re: NIS+ problem....
Thanks for quick response.
It was problem with the host file. IP address was not correct.
Thanks again.....