cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Veritas CMC

symrookie
Not applicable
I need to figure out a way to ouput all of my clustered resource names, along with the Mount Path from the MountV config.  Is there a file that contains this data already that is produced daily, or does anyone know the command I can run to produce this information?
1 REPLY 1

Ventura_Alessan
Level 2
Method that i suggest if you have SQL skills, is to access directly to configuration database and retreive all the information that you need on view K2VW_RESOURCES (remember to filter for AttributeState='NEW').
 
I've also written a PERL module to query database information on windows (by using Win32::ODBC).