- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Identify cluster ip and Active node
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-22-2009 11:29 PM
тАО04-22-2009 11:29 PM
Identify cluster ip and Active node
i have two Active/Active cluster node.each node running two seperate applications.
how can i identify the cluster ip and Active node.
can any body help me....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2009 12:00 AM
тАО04-23-2009 12:00 AM
Re: Identify cluster ip and Active node
Then check the /etc/cmlcuster/cluster config file and check the ip address of the cluster
otherwise you might also get it in the /etc/hosts file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2009 12:08 AM
тАО04-23-2009 12:08 AM
Re: Identify cluster ip and Active node
I would use some version of the cmviewcl command.
You might also try traceroute and try and get the MAC address of the ip address assigned to float.
The question is whether you need to determine this from the outside or can log in to both nodes and use cmviewcl or other Service Guard Tools.
Knowing what IP address to connect to, is something you have to get from the package configuration file. It has to be hard coded there.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2009 12:11 AM
тАО04-23-2009 12:11 AM
Re: Identify cluster ip and Active node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2009 05:31 AM
тАО04-23-2009 05:31 AM
Re: Identify cluster ip and Active node
To start with there is nothing called cluster IP. I believe you are refering to package IP.
cmviewcl -v -p
The above will give you primary node and secondary node of the package.
Take the subnet from the above o/p
netstat -ni|grep -i
The interface which has lanX:1 is the package IP.
X is the PPA of LAN interface.
Second way
Check the package config file to see the primary and secondary node. Check the package control file for package IP.
Package config and control file are in /etc/cmcluster/
Cheers,
Ravi.