Active Sun cluster node?


 
Thread Tools Search this Thread
Operating Systems Solaris Active Sun cluster node?
# 1  
Old 07-22-2009
Active Sun cluster node?

I now the logical name and Virtual IP of the cluster.

How can I find the active sun cluster node without having root access?
# 2  
Old 07-22-2009
If you can at least log in to the cluster nodes you can try this command:

Code:
/usr/cluster/bin/clrg status

I'm not sure if you have to be root to do this or not. I have never tried to do anything cluster related other than as root. You could also look at each nodes process tree with a good old fashioned ps -ef and see if the service is running or not. If the application is set up as a scalable application, it will be running on several nodes (should be anyway).
# 3  
Old 07-22-2009
Quote:
Originally Posted by sreeniatbp
I now the logical name and Virtual IP of the cluster.

How can I find the active sun cluster node without having root access?
See if this works,

You have the IP of logical hostname? now do 'ifconfig -a' on both nodes of cluster and find which node the IP is currently configured on or paste the output of ifconfig -a here and IP of logical hostname as well Smilie

Last edited by upengan78; 07-22-2009 at 09:36 PM..
# 4  
Old 07-23-2009
Quote:
Originally Posted by sreeniatbp
I now the logical name and Virtual IP of the cluster.
How can I find the active sun cluster node without having root access?
Code:
# ssh [logical name] hostname

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Switching services from active node to failovernode in cluster

Hi All, I was asked to Switch the service from failover to active node as we need to reboot active node for regular maintenance. Unfortunately our senior admin left the organization. It would be helpful if some one answer this query. Detailed info with steps will be appreciated. Here are... (1 Reply)
Discussion started by: vamshigvk475
1 Replies

2. AIX

Cluster node not starting

Setting up HACMP 6.1 on a two node cluster. The other node works fine and can start properly on STABLE state (VGs varied, FS mounted, Service IP aliased). However, the other node is always stuck on ST_JOINING state. Its taking forever and you can't stop the cluster as well or recover from script... (2 Replies)
Discussion started by: depam
2 Replies

3. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

4. Solaris

Sun Cluster 3.2 x86: Node is rebooting itself

Hey Admins, I am running sun cluster 3.2 x86 on Vmware. I m facing an issue from 2 days.. One main node is continuously rebooting..... not sure... whats woring... I just had change heartbeat timeout values on 1 this node... Now both node are just rebooting itself..seems panic.. Any... (1 Reply)
Discussion started by: snchaudhari2
1 Replies

5. Solaris

SVM metaset on 2 node Solaris cluster storage replicated to non-clustered Solaris node

Hi, Is it possible to have a Solaris cluster of 2 nodes at SITE-A using SVM and creating metaset using say 2 LUNs (on SAN). Then replicating these 2 LUNs to remote site SITE-B via storage based replication and then using these LUNs by importing them as a metaset on a server at SITE-B which is... (0 Replies)
Discussion started by: dn2011
0 Replies

6. Solaris

Single node Sun Cluster with zones

How can we add a shared zfs dataset between 2 zones on a same host. I have sun cluster 3.2 installed in a server which has 2 zones. I want to share a zfs data set between these 2 zones how can we do that ? (7 Replies)
Discussion started by: fugitive
7 Replies

7. HP-UX

Identify cluster active node

Hello, Is there any way to identify the active node in a HP-UX cluster without root privileges? (3 Replies)
Discussion started by: psimoes79
3 Replies

8. HP-UX

Node can't join cluster

Need help guys! when running cmrunnode batch i'm getting this error cmrunnode : Waiting for cluster to... (1 Reply)
Discussion started by: Tris
1 Replies

9. Shell Programming and Scripting

The other node name of a SUN cluster

Hello, Under ksh I have to run a script on one of the nodes of a Solaris 8 cluster which at some time must execute a command on the alternate node: # rsh <name> "command" I have to implement this script on all the clusters of my company (a lot of...). Fortunately, the names of the two nodes... (11 Replies)
Discussion started by: heartwork
11 Replies
Login or Register to Ask a Question