Operation: remove-port-from-storage-group

Home  Previous  Next

The remove-port-from-storage-group operations prevents the host from having multi view to the associated LUNs.

noteThis action is applicable only on Symmetrix disk arrays.

Adapter Request Elements for 'remove-port-from-storage-group' Operation

 

Definition

Required

operation-name

Specifies the name of the operation you want to perform.

Valid value: remove-port-from-storage-group.

Yes

arguments

Parent element for <argument> element.

Yes

argument

Specifies a list of arguments that is required for this operation

Yes

target

Specifies the connection information for an EMC SMI-S Provider.

Valid value: The value specified for <target> element must be the same as the value that has been specified for the name attribute of <config> element in the adapter configuration. You can skip this element. In this case the request will be executed on the first defined adapter configuration. You can leave this element empty. In this case the request will be executed on the first defined adapter configuration.
Default value: The first defined adapter configuration.

No

You can specify one or more of the following elements to retrieve specific information. If none of the elements is specified, then all the details are fetched.

storage-system-name

Specifies the storage system name from which the information has to be collected.

Valid value: None.
Default value: None.

Yes

storage-group-name

Specifies the name of the storage group to which the LUN must be added.

Valid value: None.
Default value: None.

Yes

port-name

Specifies the name of the port(s) that must be associated to the storage group.

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

Yes

synchronous

Specifies whether to wait until the job completes. Any action performed by EMC SMI-S provider results in creating a job. If the 'synchronous' element is set to yes, the adapter will wait until the job completes. Otherwise the job will be queued.

Valid value: yes | no.
Default value: yes.

No

job-completion-timeout-secs

Specifies the time in seconds after which the attempt to complete the job times out.

Valid value: A numeric value which specifies the time in seconds.
Default value: 180 seconds

No

Sample Adapter Request for 'remove-port-from-storage-group' Operation

<emc-storage-request>

    <operation-name>remove-port-from-storage-group</operation-name>

    <arguments>

      <argument>

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

        <storage-group-name>Masking_Group</storage-group-name>

        <port-name>FA-8G:0</port-name>

        <port-name>FA-8G:1</port-name>

      </argument>

    </arguments>

  </emc-storage-request>

Adapter Response Elements for 'remove-port-from-storage-group' Operation

 

Description

storage-system-name

Name of the storage system.

port-group-name

Name of the port group.

port-name

Name of the port.

job-id

Number identifying the job.

remove-port-status

Status of the operation.

job-status-description

Detailed information about the job status.

Sample Adapter Response for 'remove-port-from-storage-group' Operation

<emc-storage-response>

  <metadata>

    <status>success</status>

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

  </metadata>

  <response>

   <metadata>

     <status>success</status>

     <execution-milliseconds>65176</execution-milliseconds>

     <line-count>9</line-count>

   </metadata>

   <output>

     <storage-groups>

       <storage-group>

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

         <storage-group-name>Masking_Group</storage-group-name>

         <port-group-name>4DD5AF0B33A</port-group-name>

         <port-names>

           <port-name>FA-8G:0</port-name>

           <port-name>FA-8G:1</port-name>

         </port-names>

         <job-id>208985048</job-id>

         <remove-port-status>Completed</remove-port-status>

         <job-status-description>Completed - Masking group: Remove members - Target Masking Group</job-status-description>

       </storage-group>

     </storage-groups>

   </output>

 </response>

</emc-storage-response>