- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG and NIS configuration
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
05-29-2002 09:33 AM
05-29-2002 09:33 AM
SG and NIS configuration
If I use the NIS_CLIENT=1 option in /etc/rc.config.d/namesvrs and reboot nis will work fine, but a cmviewcl shows:cmviewcl : Cannot view the cluster configuration. Either this node is not configured in a cluster, or else there is some obstacle to viewing the configuration. Check the syslog file for more information. For a list of possible causes, see the ServiceGuard manual for cmviewcl.
Any hint?
Thanks, Andrea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 09:43 AM
05-29-2002 09:43 AM
Re: SG and NIS configuration
You can check up the follwoing site. Do you have a DNS server also ???
It may help....havent worked with such config
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B5140-90011/B5140-90011_top.html&con=/hpux/onlinedocs/B5140-90011/00/00/11-con.html&toc=/hpux/onlinedocs/B5140-90011/00/00/11-toc.html&searchterms=NIS%7cMC/SG&queryid=20020529-104819
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 10:03 AM
05-29-2002 10:03 AM
Re: SG and NIS configuration
Thanks anyway.
Andrea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 10:38 AM
05-29-2002 10:38 AM
Re: SG and NIS configuration
I 've not worked on this type of setup, but for simplicity MC/SG suggests /etc/hosts file for name resolution instead of using NIS or DNS.
If you are using NIS/NIS+ in a cluster environment, it is strongly recommended that you use /etc/cmcluster/cmclnodelist file for validating inter-node access within the cluster instead of /.rhosts file. Check the setup documents for details (docs.hp.com).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 10:55 AM
05-29-2002 10:55 AM
Re: SG and NIS configuration
What Shiju told is right. In the MCSG manuals also nothing more is mentioned about its configuration with NIS servers.
It is recommended to use the /etc/hosts and /etc/cmnodelist files.
I dont know if anybody else has any ideas ??
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:03 AM
06-05-2002 05:03 AM
Re: SG and NIS configuration
What is the message in the syslog? Please post that
Giri Sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:31 AM
06-05-2002 05:31 AM
Re: SG and NIS configuration
May 29 19:27:30 dolcetto inetd[581]: rpc.100083/tcp: Added service, server /usr/dt/bin/rpc.ttdbserver
May 29 19:27:30 dolcetto inetd[581]: protocol = tcp
May 29 19:27:30 dolcetto above message repeats 21 times
May 29 19:27:30 dolcetto inetd[581]: Configuration complete
May 29 19:27:44 dolcetto pwgrd: Started at Wed May 29 19:27:44 2002, pid = 946
May 29 19:27:45 dolcetto diagmond[984]: started
May 29 19:27:46 dolcetto /usr/sbin/envd[990]: restart, and read the configuration file
May 29 19:27:49 dolcetto CM-CMD[1088]: /usr/sbin/cmrunnode -v
That's all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:36 AM
06-05-2002 05:36 AM
Re: SG and NIS configuration
Check the permissions on
/etc/services
/etc/inetd.conf
if you make any changes to inetd.conf restart inetd again.
Thanks
Giri Sekar.