How to determine ID of cluster (Cluster ID)

book

Article ID: 100023185

calendar_today

Updated On:

Resolution


The Cluster ID  value is not displayed in the Java GUI for VCS. 
 
It can be obtained from below options
 
FROM CLI
=======================================
1. From an elevated command prompt, simply type the command 
 
  lltstat -c | findstr cluster
 
The cluster ID will be displayed similar to what's below:

C:\Documents and Settings\admin>lltstat -c | findstr cluster
   cluster: 21847
 
 
FROM REGISTRY
=====================================
Browse to the registry key, HKEY_LOCAL_MACHINE\SOFTWARE\VERITAS\VCS\Base
 
The ClusterID will be available by the key name "ClusterID" as below
 
 

 

Issue/Introduction

It is often needed to obtain the cluster ID for the cluster for troubleshooting purposes, below are ways on how to identify it.