How to check if the server is on a Cluster


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to check if the server is on a Cluster
# 1  
Old 03-13-2010
How to check if the server is on a Cluster

Hi

im connecting to a datacenter remotely. is there a command to know if the server is on a cluster?

i want to know the command to use in these OS(hp-ux,solaris,linux)


Thanks
# 2  
Old 03-13-2010
on solaris a "ls /" will show that... if there is a /global directory it is an indicator for a cluster member. but to be sure you need root access and run "scstat" or "cluster status" depending on the cluster version of suncluster.
# 3  
Old 03-13-2010
How does one tell if a Solaris server is part of a Veritas Cluster?
# 4  
Old 03-13-2010
RTM, in my case, it fails at least once a quarter...that's how I know I'm on a Veritas cluster.
# 5  
Old 03-18-2010
Quote:
Originally Posted by DukeNuke2
on solaris a "ls /" will show that... if there is a /global directory it is an indicator for a cluster member. but to be sure you need root access and run "scstat" or "cluster status" depending on the cluster version of suncluster.

thx.

how about linux and hp-ux???
# 6  
Old 03-18-2010
For redhat

Code:
rpm -q redhat-config-cluster

# 7  
Old 03-19-2010
For VCS on Solaris.

Check for "hashadow" process.
/opt/VRTSvcs/bin/hashadow

Run hastatus to check the cluster.

/opt/VRTSvcs/bin/hastatus -sum
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Web server cluster at some point ?

What's the best way clusters for Storage at some point? (The way that data is the same in all parts) To set up a Web server cluster is the logical way?! Cluster database and Storage and then by keepalived + HA cluster will be communicated? Or, there a better solution? (For about 4 points) Thank... (0 Replies)
Discussion started by: mnnn
0 Replies

2. Solaris

Using ZFS with Veritas Cluster Server

Until I really began to explore the practical implications of using ZFS with VCS, I would not have necessarily realised the obstacles that would be put in my path. Data integrity is a must-have for storage in a shared host environment, so it surprised me to learn as I opened this particular... (0 Replies)
Discussion started by: cambridge
0 Replies

3. High Performance Computing

How to check performance of your HPC cluster?

Hello Everybody, I have few queries : Do you have any idea how to check the performance of HPC cluster having mpich on top of centos 6.2? Are there any standard programs (like FFT, graphics rendering etc) to check the performance of mpi cluster with single node and multiple nodes? Can we... (4 Replies)
Discussion started by: albertspade
4 Replies

4. AIX

How to check if a filesystem is part of a cluster

Hello, - How do I know if a filesystem is part of a cluster? - Or do I have to check if the vg related to the fs is part of a cluster instead? if so, how do I check it? - I would also need to check if there are vxfs type inside aix machines and if there are, how do I know if that type of... (2 Replies)
Discussion started by: asanchez
2 Replies

5. Linux

Cluster check

I am working on a Linux server and want to check the cluster status. I dont know how many server is in cluster and what is the command to check. could you please help me to get the cluster status? (4 Replies)
Discussion started by: anshu ranjan
4 Replies

6. Shell Programming and Scripting

Monitoring script to check if cm cluster is up or not.

hi guys have this little problem, need some help from script gurus. basically I'm running hpux cmviewcl command, cmviewcl command will produce db1pkg up running enabled box1 my script PSV='box1' STAT='up' check_db1pkg() { # assign cmviewcl output... (2 Replies)
Discussion started by: sparcguy
2 Replies

7. Solaris

Veritas Cluster Server Question

Is it possible to configure veritas cluster server using 2 Ldoms on same host? I just want to test and learn VCS. We can do a cluster (sun cluster3.2 ) in a box using 2 Ldoms but i 'm not sure if thats possible with veritas cluster or not ? (1 Reply)
Discussion started by: fugitive
1 Replies

8. Shell Programming and Scripting

how to check all the applications are in cluster using shell script

Hi I have an application running in four different node.The server is tomcat.Each node in each tomcat server.How do i check whether all the nodes are in cluster using shell script. any command to check this would be of great use.:) (2 Replies)
Discussion started by: ahamed
2 Replies

9. High Performance Computing

newbie in veritas cluster server

Hello, This might not be the right place to post my questions. - I installed VCS 5.0 on the 2 nodes. What's next? I want to test the HA of NFS: i.e. the shared disk always accessible if one node goes down. How to do that? - The management console was not installed. This is the GUI to manage... (2 Replies)
Discussion started by: melanie_pfefer
2 Replies

10. Solaris

Need to find whether my unix server is a stand alone server or its in a cluster

Hi All, Could any one pls tell me how to find whether a unix server is a stand alone server or its in a cluster. I need a command through which i can find whether the unix m/c is clustered or not. Thanx in advance Regards, Naveen (1 Reply)
Discussion started by: Naveen Kumar V
1 Replies
Login or Register to Ask a Question