Start a Conversation

Unsolved

This post is more than 5 years old

1455

June 10th, 2013 03:00

parsing naviseccli arrayconfig xml

I'm doing a script that collect storage information starting from output of naviseccli:

naviseccli arrayconfig -capture -output text.xml -format xml

But the output use some non default classes:

that are defined in the first row (as a normal xml):

http://navisphere.us.dg.com/docs/Schemas/CommonClariionSchema/01/Common_CLARiiON_SAN_schema " xmlns:CLAR=" http://navisphere.us.dg.com/docs/Schemas/CommonClariionSchema/01/Common_CLARiiON_schema " xmlns:FILEMETADATA=" http://navisphere.us.dg.com/docs/Schemas/CommonClariionSchema/01/Common_CLARiiON_Type_schema ">

but specified links does not exists:

cx4-120: xmlns:SAN="http://navisphere.us.dg.com/docs/Schemas/CommonClariionSchema/01/Common_CLARiiON_SAN_schema"

cx4-480: xmlns:SAN="http://navisphere.clrcase.lab.emc.com/docs/Schemas/CommonClariionSchema/01/Common_CLARiiON_SAN_schema"

vnx5100: xmlns:SAN="http://emc.com/uem/schemas/Common_CLARiiON_SAN_schema"

vnx5300: xmlns:SAN="http://navisphere.clrcase.lab.emc.com/docs/Schemas/CommonClariionSchema/01/Common_CLARiiON_SAN_schema"

where I can found schemas:

Common_CLARiiON_SAN_schema , Common_CLARiiON_Type_schema , Common_CLARiiON_schema ?

my scripts needs to validate the xml.

1 Message

June 25th, 2014 11:00

I'm trying to perform a similar task and likewise found that all of the defined namespaces point to broken URL's:

xmlns:SAN="http://emc.com/uem/schemas/Common_CLARiiON_SAN_schema"

xmlns:FILEMETADATA="http://emc.com/uem/schemas/Common_CLARiiON_Type_schema"

xmlns:CLAR="http://emc.com/uem/schemas/Common_CLARiiON_schema"

>

Where can these specification files be found?

No Events found!

Top