See the VNX Command Line Interface Reference for Block
Or get and parse a SPcollect
I don’t think the Powershell commandlets contain everything
Rainer
P.S.: If you have a mitrend account you can see if you find inspiration there on how they do it – mitrend is more performance oriented but does also capture config
One of the CLI commands is the "arrayconfig" - this outputs the complete array configuration in XML format. Not sure if it includes serial numbers or not.
ZaphodB
195 Posts
0
November 17th, 2015 06:00
You can run naviseccli from within powershell.
One way to jump-start your efforts would be to get a SPCollect.
If you look in the zipped folder you will find an embedded folder ending in '_sus'.
Within that folder is a text document named SPx_cfg_info.
If you examine its contents you should find the data that you are looking for, and you will see the navicli commands that produced the information.
Rainer_EMC
4 Operator
•
8.6K Posts
0
November 17th, 2015 09:00
I think navicli is the simplest choice
Arrayconfig for example can output in xml or csv
See the VNX Command Line Interface Reference for Block
Or get and parse a SPcollect
I don’t think the Powershell commandlets contain everything
Rainer
P.S.: If you have a mitrend account you can see if you find inspiration there on how they do it – mitrend is more performance oriented but does also capture config
davidjhomer
2 Posts
0
November 18th, 2015 01:00
Thanks for the reply, so these devices are pretty primitive then in terms of management?
kparrotte
40 Posts
0
November 18th, 2015 04:00
Hi...
Using your EMC Community Network account credentials you should be able to download API Help resources from the following page....
https://community.emc.com/docs/DOC-19626?attachmentName=XML_API_WebHelp_7.1.zip&attachmentURL=/servlet/JiveServlet/download/19626-3-53964/
Best Regards.
Rainer_EMC
4 Operator
•
8.6K Posts
0
November 18th, 2015 08:00
you could use SMI-S - but typically customers dont have the SMI-S block provider enabled.
The VNX file (NAS) side has a XML API - but that is only for VNX file/unified systems and will not contain much of the block config.
Starting with the newer VNXe1600/3200 the strategic direction for API is to use a REST API that is new there.
kelleg
4 Operator
•
4.5K Posts
0
November 18th, 2015 14:00
One of the CLI commands is the "arrayconfig" - this outputs the complete array configuration in XML format. Not sure if it includes serial numbers or not.
glen
Rainer_EMC
4 Operator
•
8.6K Posts
0
November 20th, 2015 04:00
keep in mind that is primarily a VNX file (Celerra) API that runs on the control station.
So if you have a block only VNX it will not be available since they dont have a control station.
In terms of SAN config it does have some info about SP and disks - but not about SAN ports or clients.
see the Clariion.xsd schema file for details