VxVM cluster information


 
Thread Tools Search this Thread
Operating Systems Solaris VxVM cluster information
# 1  
Old 02-23-2011
VxVM cluster information

hi ,
i have to find get VxVM cluster information , with using solaris command .

if its not possible , to get information that VxVM cluster service is enable/disabled?
# 2  
Old 02-23-2011
First make sure what exactly you want to know .. VxVM is Veritas Volume Manager .. and Veritas Cluster is VCS ..

to check if packages are installed try following command.

#pkginfo | grep VRTS -- You can check if VCS & VxVM & VxFS packages are installed or not.


and to check if VxVM is configured

#vxdisk list

And to check if the VCS is configured and working try

#gabconfig -a
# 3  
Old 02-23-2011
thanks for reply ,

can u tell me same process for soalris cluster .like pkg is installed or not and

and to check solaris cluster is configure or not .
# 4  
Old 02-28-2011
Try following command. If you see packages .. then sun cluster is installed.

Code:
pkginfo | egrep "Sun Cluster"


And if cluster is configured run following command.

Code:
#clnode status

=== Cluster Nodes ===

--- Node Status ---

Node Name                                       Status
---------                                       ------
Node1                                           Online
Node2                                           Online


And if cluster is not configured u will get response the server is not booted in cluster mode.

Last edited by DukeNuke2; 02-28-2011 at 03:14 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. Solaris

VxVM + sun cluster information

hi , i installed sun cluster on 2 nodes , and i have one shared disk , problem is i couldnt able to deport and import shared disk group properly. thanks for ur help ravi sankar (2 Replies)
Discussion started by: shankr3
2 Replies

3. Solaris

vxvm

hi all, how can we check whether vxvm is installed in our system or not in solaris? Thanks in advance dinu (4 Replies)
Discussion started by: dinu
4 Replies

4. Solaris

command to get cluster information

hi , i have to get the cluster information , with using solaris command . thanks, ravi . (1 Reply)
Discussion started by: shankr3
1 Replies

5. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

6. High Performance Computing

SUN Cluster Vs Veritas Cluster

Dear All, Can anyone explain about Pros and Cons of SUN and Veritas Cluster ? Any comparison chart is highly appreciated. Regards, RAA (4 Replies)
Discussion started by: RAA
4 Replies

7. High Performance Computing

Building a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris

Provides a description of how to set up a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

8. Filesystems, Disks and Memory

vmstat -d with VxVM

I've got a Linux box that I'm pretty sure is having some disk issues. iostat isn't installed, but vmstat is, so i've been trying to use that to do some initial diagnostics while I go through our company's change control process to get iostat installed. The problem I'm having is that the disks... (4 Replies)
Discussion started by: kknigga
4 Replies

9. Solaris

Identifying Sun Cluster information

Hi, I need some help, since I am new to cluster. I want to develop application which will discover the information about the cluster and how many nodes are connected to that respective box. Also would like to find out other information about cluster environments. Also please send me... (0 Replies)
Discussion started by: p_walunjkar
0 Replies

10. Solaris

VxVM

All solaris rescue gurus out there .... I've a Solaris 2.6 E450 on which my sysadmin guy has deleted every file (not sub-directories) from the /etc directory. The machine is (was) running Vxvm with the root volume encapsulated. I've tried booting from CDROM, mounting the root volume... (3 Replies)
Discussion started by: andy11983
3 Replies
Login or Register to Ask a Question