Start a Conversation

Unsolved

This post is more than 5 years old

L

1630

November 6th, 2014 08:00

Documentation tool.

Hello, Does anyone knows if EMC provides a tool to generate storage array documentation? I'm in the process of updating our arrays documentation and was wondering if there is tool or something that can help get this done.

Thanks in advanced.

2 Intern

 • 

20.4K Posts

November 6th, 2014 08:00

You can use USM to open SPCollects

30 Posts

November 6th, 2014 08:00

Does USM do what the CAP tool used to? I also have some VMax arrays, do you know if there is a tool for that?

Thanks.

2 Intern

 • 

20.4K Posts

November 6th, 2014 09:00

Never used CAP as it was for EMC/Partners only. For VMAX as a partner/EMC you could probably get a copy of the bin file, other than that look into Unisphere for VMAX ..see if there are any export options. EMC SRM ?

2 Intern

 • 

715 Posts

November 6th, 2014 17:00

As a customer, the best tool for config documentation is the System Configuration Report tool in USM, imo.

Every detail, versioned, organized and easy to use.

7-11-2014 9-51-09 AM.jpg 

7-11-2014 11-33-42 AM.jpg

7-11-2014 11-34-24 AM.jpg

44 Posts

November 7th, 2014 04:00

Is it possible to trigger the xml report generation with naviseccli?

30 Posts

November 7th, 2014 09:00

Thank you Brett@S, yeah I think I'm going to stick whit USM for now it does the same thing as old CAP tool. I was avoiding it because the restrictions we have on the management servers, but thats something I have to workout whit our server guys.

@dynamox - Thank you.

November 10th, 2014 12:00

You can use the below command to generate the file.

naviseccli -address X.X.X.X -user sysadmin -password sysadmin -scope 0 arrayconfig -capture -output C:\arrayconfig.xml

2 Intern

 • 

715 Posts

November 11th, 2014 04:00

Just to build on that, if you plan to automate/script it, use powershell to stamp the processed date into the filename to assist with cataloging and organizing.

$configName = "SERIAL_" + $(date -f ddMMyyyy)+".xml" ; naviseccli -h arrayspaddress arrayconfig -capture -output c:\EMCFILES\Configs\$configName

Change SERIAL to the array serial number or hostname, arrayspaddress, and change the date format (above is in ENG/AU) and output location as required.

-- assuming you have a security file setup, otherwise add user/pass/scope to above

Output location will look like this;

11-11-2014 11-14-43 PM.jpg

No Events found!

Top