Operation: refresh-storage-system

Home  Previous  Next

The refresh-storage-system operation is used to refresh the entire disk array in order to synchronize the EMC SMI-S provider with any operations that was performed via the Navisphere console or the Symmetrix Management Console (SMC). If no specific storage system name is provided then all the storage systems attached to the SMI-S provider will be refreshed.

Adapter Request Elements for 'refresh-storage-system' Operation

 

Definition

Required

operation-name

Specifies the name of the operation you want to perform.

Valid value: refresh-storage-system.

Yes

arguments

Parent element for <argument> element.

Yes

argument

Specifies a list of arguments that is required for this operation

Yes

target

Specifies the storage system name for which the information has to be refreshed.

Valid value: Any valid string.
Default value: None.

No

You can specify the following element to retrieve specific information. If this element is not specified, then all the details are fetched.

storage-system-name

Specifies the user defined storage system name.

Valid value: Any valid string.
Default value: None.

No

Sample Adapter Request for 'refresh-storage-system' Operation

  <emc-storage-request>

    <operation-name>refresh-storage-system</operation-name>

    <arguments>

 <argument>

 <storage-system-name /> 

       </argument>

    </arguments>

 

  </emc-storage-request>

Adapter Response Elements for 'refresh-storage-system' Operation

 

Description

storage-system-name

Name of the storage system.

refresh-output

Status of the refresh operation.

Sample Adapter Response for 'refresh-storage-system' Operation

<emc-storage-response>

  <metadata>

    <status>success</status>

    <response-count>1</response-count>

  </metadata>

  <responses>

    <response>

      <metadata>

        <status>success</status>

        <execution-milliseconds>34179</execution-milliseconds>

        <line-count>5</line-count>

        <target>locke-2</target>

        <config-name>default</config-name>

      </metadata>

      <output>

        <refresh>

          <refresh-output-list>

            <storage-system-names>

              <storage-system-name>CLARiiON+CKM00083900053</storage-system-name>

              <storage-system-name>SYMMETRIX+000294901120</storage-system-name>

            </storage-system-names>

            <refresh-outputs>

              <refresh-output>0 (Success)</refresh-output>

            </refresh-outputs>

          </refresh-output-list>

        </refresh>

      </output>

    </response>

  </responses>

</emc-storage-response>