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?

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

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 .

Try following command. If you see packages .. then sun cluster is installed.

pkginfo | egrep "Sun Cluster"

And if cluster is configured run following command.

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