Forum Discussion

symrookie's avatar
18 years ago

Question on Veritas CMC

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

  • 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).