Go to primary content
Oracle® Communications PMAC User's Guide
Release 6.6
E93272
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Sample combined delete XML file

A single XML file can be created by combining elements under a single instance of the <SharedStorageConfig> element. This example shows a combined XML file that deletes a Host Volume and a Vdisk configuration:

<?xml version=”1.0” encoding=”ISO-8859-1”?>
      <SharedStorageConfig>
              <HostVolumeConfig> 
                    <HostVolume ConfigAction=”Delete”> 
                            <Host>192.168.43.2</Host>
                            <Controller>10.240.17.54</Controller> 
                            <VolumeName>myVolume</VolumeName>
                     </HostVolume>
              </HostVolumeConfig>
         <VdiskConfig>
            <Controllers>
               <Controller>10.240.17.54</Controller>
            <Vdisks>
                <Vdisk ConfigAction=”Delete”>          
                    <Name>myVdisk</Name>
                </Vdisk>
            </Vdisks>
                </Controllers>
         </VdiskConfig>
      </SharedStorageConfig>