InStor.PowerShell.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml">
 
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>New-InStorConnection</command:name>
            <command:verb>New</command:verb>
            <command:noun>InStorConnection</command:noun>
            <command:description>
                <maml:para>Setup the connection to the Inspur MCS Storage, and a Connection object will be returned if successful.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Setup the connection to the Inspur MCS Storage, and a Connection object will be returned if successful.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>New-InStorConnection</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>StorUrl</maml:name>
                    <maml:Description>
                        <maml:para>The Inspur MCS Storage cluster Url.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>UserName</maml:name>
                    <maml:Description>
                        <maml:para>Name of Inspur MCS Storage user.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Password</maml:name>
                    <maml:Description>
                        <maml:para>Password of Inspur MCS Storage user.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true">String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>New-InStorConnection</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>StorUrl</maml:name>
                    <maml:Description>
                        <maml:para>The Inspur MCS Storage cluster Url.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="5" aliases="none">
                    <maml:name>PsCredential</maml:name>
                    <maml:Description>
                        <maml:para>The windows host Credential information.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >PSCredential</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>StorUrl</maml:name>
                <maml:Description>
                    <maml:para>The Inspur MCS Storage cluster Url.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>UserName</maml:name>
                <maml:Description>
                    <maml:para>Name of Inspur MCS Storage user.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="2" aliases="none">
                <maml:name>Password</maml:name>
                <maml:Description>
                    <maml:para>Password of Inspur MCS Storage user.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="1" aliases="none">
                <maml:name>PsCredential</maml:name>
                <maml:Description>
                    <maml:para>The Inspur MCS Storage Credential information.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >PSCredential</command:parameterValue>
                <dev:type>
                    <maml:name>PSCredential</maml:name>
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a InStorConnection Object.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code>New-InStorConnection -StorUrl "100.7.46.160" -UserName "superuser" -Password "passw0rd"</dev:code>
                <dev:remarks>
                    <maml:para>Setup the connection to the Inspur MCS Storage with Credential information("100.7.46.160","superuser","passw0rd"), and a Connection object will be returned if successful.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>Get-InStorPool</command:name>
            <command:verb>Get</command:verb>
            <command:noun>InStorPool</command:noun>
            <command:description>
                <maml:para>Retrieves the Pool(s) from MCS storage.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Retrieves the Pool(s) from MCS storage.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>Get-InStorPool</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="1" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorPool</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>PoolID</maml:name>
                    <maml:Description>
                        <maml:para>ID of Inspur MCS Storage Pool.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="2" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorPool</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>PoolName</maml:name>
                    <maml:Description>
                        <maml:para>Name of Inspur MCS Storage Pool.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="2" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>PooID</maml:name>
                <maml:Description>
                    <maml:para>ID of Inspur MCS Storage Pool.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>PoolName</maml:name>
                <maml:Description>
                    <maml:para>Name of Inspur MCS Storage Pool.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="2" aliases="none">
                <maml:name>Opts</maml:name>
                <maml:Description>
                    <maml:para>Optional parameter for special purpose.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a PSObject Object.</maml:para>
                </maml:description>
            </command:returnValue>
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Array</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a Array of Management.Automation.PSObject.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code>Get-InStorPool $conn</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves pools from MCS Storage.</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name capacity free_capacity</maml:para>
                    <maml:para>-- ---- -------- ------------</maml:para>
                    <maml:para>0 Pool0 3994319585280 3980360941568</maml:para>
                    <maml:para>1 Pool1 3994319585280 3994319585280</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>Get-InStorHost</command:name>
            <command:verb>Get</command:verb>
            <command:noun>InStorHost</command:noun>
            <command:description>
                <maml:para>Retrieves the Host(s) from MCS storage.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Retrieves the Host(s) from MCS storage.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>Get-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="1" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>HostID</maml:name>
                    <maml:Description>
                        <maml:para>ID of Inspur MCS Storage Host.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="2" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>HostName</maml:name>
                    <maml:Description>
                        <maml:para>Name of Inspur MCS Storage Host.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="2" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Initiator</maml:name>
                    <maml:Description>
                        <maml:para>Initiator of Host.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String[]</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>HostID</maml:name>
                <maml:Description>
                    <maml:para>ID of Inspur MCS Storage Host.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>HostName</maml:name>
                <maml:Description>
                    <maml:para>Name of Inspur MCS Storage Host.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>Initiator</maml:name>
                <maml:Description>
                    <maml:para>Initiator of Host.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" pipelineInput="false" position="2" aliases="none">
                <maml:name>Opts</maml:name>
                <maml:Description>
                    <maml:para>Optional parameter for special purpose.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a PSObject Object.</maml:para>
                </maml:description>
            </command:returnValue>
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Array</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a Array of Management.Automation.PSObject.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code>Get-InStorHost $conn</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves hosts from MCS Storage.</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name status</maml:para>
                    <maml:para>-- ---------- ------</maml:para>
                    <maml:para>0 iscsi_180 online</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <dev:code>Get-InStorHost $conn -HostId "0"</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves host from MCS Storage which has a id of "0".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name status</maml:para>
                    <maml:para>-- ---------- ------</maml:para>
                    <maml:para>0 iscsi_180 online</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <dev:code>Get-InStorHost $conn -HostName "iscsi_180"</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves host from MCS Storage which has a name of "iscsi_180".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name status</maml:para>
                    <maml:para>-- ---------- ------</maml:para>
                    <maml:para>0 iscsi_180 online</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>Get-InstorVolume</command:name>
            <command:verb>Get</command:verb>
            <command:noun>InStorVolume</command:noun>
            <command:description>
                <maml:para>Retrieves the Volume(s) from MCS storage.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Retrieves the Volume(s) from MCS storage.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>Get-InStorVolume</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="1" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorVolume</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>VolumeID</maml:name>
                    <maml:Description>
                        <maml:para>ID of Inspur MCS Storage Volume.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="2" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>VolumeName</maml:name>
                    <maml:Description>
                        <maml:para>Name of Inspur MCS Storage Volume.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="2" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>VolumeID</maml:name>
                <maml:Description>
                    <maml:para>ID of Inspur MCS Storage Volume.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>VolumeName</maml:name>
                <maml:Description>
                    <maml:para>Name of Inspur MCS Storage Volume.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" pipelineInput="false" position="2" aliases="none">
                <maml:name>Opts</maml:name>
                <maml:Description>
                    <maml:para>Optional parameter for special purpose.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a PSObject Object.</maml:para>
                </maml:description>
            </command:returnValue>
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Array</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a Array of Management.Automation.PSObject.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code> Get-InstorVolume $conn</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves volumes from MCS Storage.</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name mdisk_grp_name capacity</maml:para>
                    <maml:para>-- ---- -------------- --------</maml:para>
                    <maml:para>0 cdh_vol Pool0 2147483648</maml:para>
                    <maml:para>2 cdh_test_create_1 Pool0 3221225472</maml:para>
                    <maml:para>4 cdh_test_create3 Pool0 4294967296</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <dev:code>Get-InstorVolume $conn -VolumeID "2"</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves host from MCS Storage which has a id of "2".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name mdisk_grp_name capacity</maml:para>
                    <maml:para>-- ---- -------------- --------</maml:para>
                    <maml:para>2 cdh_test_create_1 Pool0 3221225472</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <dev:code>Get-InstorVolume $conn -VolumeName "cdh_vol"</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves host from MCS Storage which has a name of "cdh_vol".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name mdisk_grp_name capacity</maml:para>
                    <maml:para>-- ---- -------------- --------</maml:para>
                    <maml:para>0 cdh_vol Pool0 2147483648</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>Get-InStorHostVolMap</command:name>
            <command:verb>Get</command:verb>
            <command:noun>InStorHostVolMap</command:noun>
            <command:description>
                <maml:para>Retrieves the HostVdiskMap(s) from MCS storage.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Retrieves the HostVdiskMap(s) from MCS storage.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>Get-InStorHostVolMap</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorHostVolMap</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>HostID</maml:name>
                    <maml:Description>
                        <maml:para>ID of Inspur MCS Storage Host.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-InStorHostVolMap</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>HostName</maml:name>
                    <maml:Description>
                        <maml:para>Name of Inspur MCS Storage Host.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>HostID</maml:name>
                <maml:Description>
                    <maml:para>ID of Inspur MCS Storage Host.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>HostName</maml:name>
                <maml:Description>
                    <maml:para>Name of Inspur MCS Storage Volume.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a PSObject Object.</maml:para>
                </maml:description>
            </command:returnValue>
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Array</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a Array of Management.Automation.PSObject.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code>Get-InStorHostVolMap $conn</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves HostVdiskMaps from MCS Storage.</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id : 0</maml:para>
                    <maml:para>name : cdh_iscsi_180</maml:para>
                    <maml:para>vdisk_id : 0</maml:para>
                    <maml:para>vdisk_name : cdh_vol</maml:para>
                    <maml:para>vdisk_UID : 60050760009289C11800000000003A70</maml:para>
                    <maml:para/>
                    <maml:para>id : 0</maml:para>
                    <maml:para>name : cdh_iscsi_180</maml:para>
                    <maml:para>vdisk_id : 2</maml:para>
                    <maml:para>vdisk_name : cdh_test_create_1</maml:para>
                    <maml:para>vdisk_UID : 60050760009289C11800000000003B82</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <dev:code> Get-InStorHostVolMap $conn -HostID "0"</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves HostVdiskMaps from MCS Storage which has a HostID of "0".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id : 0</maml:para>
                    <maml:para>name : cdh_iscsi_180</maml:para>
                    <maml:para>vdisk_id : 0</maml:para>
                    <maml:para>vdisk_name : cdh_vol</maml:para>
                    <maml:para>vdisk_UID : 60050760009289C11800000000003A70</maml:para>
                    <maml:para/>
                    <maml:para>id : 0</maml:para>
                    <maml:para>name : cdh_iscsi_180</maml:para>
                    <maml:para>vdisk_id : 2</maml:para>
                    <maml:para>vdisk_name : cdh_test_create_1</maml:para>
                    <maml:para>vdisk_UID : 60050760009289C11800000000003B82</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <dev:code>Get-InStorHostVolMap $conn -HostName "cdh_iscsi_180"</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves HostVdiskMaps from MCS Storage which has a HostID of "0".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id : 0</maml:para>
                    <maml:para>name : cdh_iscsi_180</maml:para>
                    <maml:para>vdisk_id : 0</maml:para>
                    <maml:para>vdisk_name : cdh_vol</maml:para>
                    <maml:para>vdisk_UID : 60050760009289C11800000000003A70</maml:para>
                    <maml:para/>
                    <maml:para>id : 0</maml:para>
                    <maml:para>name : cdh_iscsi_180</maml:para>
                    <maml:para>vdisk_id : 2</maml:para>
                    <maml:para>vdisk_name : cdh_test_create_1</maml:para>
                    <maml:para>vdisk_UID : 60050760009289C11800000000003B82</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>New-InStorVolume</command:name>
            <command:verb>New</command:verb>
            <command:noun>InStorVolume</command:noun>
            <command:description>
                <maml:para>Create a Volume in a pool with name , size, unit. A array of MCS Volume with one instance will be returned if succeed</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Create a Volume in a pool with name , size, unit. A array of MCS Volume with one instance will be returned if succeed.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>New-InStorVolume</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Mdiskgrp</maml:name>
                    <maml:Description>
                        <maml:para>Pool ID or Pool Name Which the volume will be created in.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Name</maml:name>
                    <maml:Description>
                        <maml:para>Volume Name that will be created.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="3" aliases="none">
                    <maml:name>Size</maml:name>
                    <maml:Description>
                        <maml:para>Specify the volume size. Its unit can be specified via the Unit parameter.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >Int</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="4" aliases="none">
                    <maml:name>Unit</maml:name>
                    <maml:Description>
                        <maml:para>Specify the unit of Size.(Optional unit:"b", "kb","mb", "gb", "tb", "pb")</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="5" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="none">
                <maml:name>Mdiskgrp</maml:name>
                <maml:Description>
                    <maml:para>Pool ID or Pool Name Which the volume will be created in.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="2" aliases="none">
                <maml:name>Name</maml:name>
                <maml:Description>
                    <maml:para>Volume Name that will be created.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="3" aliases="none">
                <maml:name>Size</maml:name>
                <maml:Description>
                    <maml:para>Specify the volume size. Its unit can be specified via the Unit parameter.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >Int</command:parameterValue>
                <dev:type>
                    <maml:name>Int</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="4" aliases="none">
                <maml:name>Unit</maml:name>
                <maml:Description>
                    <maml:para>Specify the unit of Size.(Optional unit:"b", "kb","mb", "gb", "tb", "pb")</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:possibleValues>
                    <dev:possibleValue>
                        <dev:value>"b"</dev:value>
                        <maml:description>unit:byte</maml:description>
                    </dev:possibleValue>
                    <dev:possibleValue>
                        <dev:value>"kb"</dev:value>
                        <maml:description>unit:kb</maml:description>
                    </dev:possibleValue>
                    <dev:possibleValue>
                        <dev:value>"mb"</dev:value>
                        <maml:description>unit:mb</maml:description>
                    </dev:possibleValue>
                    <dev:possibleValue>
                        <dev:value>"gb"</dev:value>
                        <maml:description>unit:gb</maml:description>
                    </dev:possibleValue>
                    <dev:possibleValue>
                        <dev:value>"tb"</dev:value>
                        <maml:description>unit:tb</maml:description>
                    </dev:possibleValue>
                    <dev:possibleValue>
                        <dev:value>"pb"</dev:value>
                        <maml:description>unit:pb</maml:description>
                    </dev:possibleValue>
                </dev:possibleValues>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="5" aliases="none">
                <maml:name>Opts</maml:name>
                <maml:Description>
                    <maml:para>Optional parameter for special purpose.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a PSObject Object.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code>New-InStorVolume $conn -Mdiskgrp "Pool0" -Name "cdh_vol1" -Size 2 -Unit "gb"</dev:code>
                <dev:remarks>
                    <maml:para>Create a vdisk in Pool named "Pool0" with information(name:"cdh_vol1",Size:2, Unit:"gb").</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name mdisk_grp_name capacity</maml:para>
                    <maml:para>-- ---- -------------- --------</maml:para>
                    <maml:para>1 cdh_vol1 Pool0 2147483648</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>New-InStorHost</command:name>
            <command:verb>New</command:verb>
            <command:noun>InStorHost</command:noun>
            <command:description>
                <maml:para>Create a Host with name ,fcwwpn or iscsiname. A Host object will be returned if succeed else return null.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Create a Host with name ,fcwwpn or iscsiname. A Host object will be returned if succeed else return null.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>New-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Name</maml:name>
                    <maml:Description>
                        <maml:para>The name of host that will be Created.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Fcwwpn</maml:name>
                    <maml:Description>
                        <maml:para>The host fc wwpn Array if the host connection type is FC.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="5" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>New-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Name</maml:name>
                    <maml:Description>
                        <maml:para>The name of host that will be Created.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Iscsiname</maml:name>
                    <maml:Description>
                        <maml:para>The host iscsi name Array if the host connection type is iscsi.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="5" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>New-InStorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Name</maml:name>
                    <maml:Description>
                        <maml:para>The name of host that will be Created.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Iscsiname</maml:name>
                    <maml:Description>
                        <maml:para>The host iscsi name Array if the host connection type is iscsi.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="5" aliases="none">
                    <maml:name>WinHostName</maml:name>
                    <maml:Description>
                        <maml:para>Windows host name that will setup iscsi connection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="5" aliases="none">
                    <maml:name>PsCredential</maml:name>
                    <maml:Description>
                        <maml:para>The windows host Credential information.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >PSCredential</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="5" aliases="none">
                    <maml:name>Portals</maml:name>
                    <maml:Description>
                        <maml:para>The storage Portals that the windows host will connect.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="5" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" pipelineInput="false" position="2" aliases="none">
                <maml:name>Name</maml:name>
                <maml:Description>
                    <maml:para>The name of host that will be Created.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="3" aliases="none">
                <maml:name>Fcwwpn</maml:name>
                <maml:Description>
                    <maml:para>The host fc wwpn Array if the host connection type is FC.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="2" aliases="none">
                <maml:name>Iscsiname</maml:name>
                <maml:Description>
                    <maml:para>The host iscsi name Array if the host connection type is iscsi.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="5" aliases="none">
                <maml:name>WinHostName</maml:name>
                <maml:Description>
                    <maml:para>Windows host name that will setup iscsi connection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="5" aliases="none">
                <maml:name>PsCredential</maml:name>
                <maml:Description>
                    <maml:para>The windows host Credential information.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >PSCredential</command:parameterValue>
                <dev:type>
                    <maml:name>PSCredential</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="5" aliases="none">
                <maml:name>Portals</maml:name>
                <maml:Description>
                    <maml:para>The storage Portals that the windows host will connect.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="5" aliases="none">
                <maml:name>Opts</maml:name>
                <maml:Description>
                    <maml:para>Optional parameter for special purpose.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a PSObject Object.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code>New-InStorHost -Conn $conn -Name "host_fc" -Fcwwpn @("210100E08B251DD4","210100F08C262DD8")</dev:code>
                <dev:remarks>
                    <maml:para>Create a Host named "host_fc" with fcwwpn.</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id name status</maml:para>
                    <maml:para>-- ---- ------</maml:para>
                    <maml:para>1 host_fc online</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>New-InStorVolHostMap</command:name>
            <command:verb>New</command:verb>
            <command:noun>InStorVolHostMap</command:noun>
            <command:description>
                <maml:para>Maps the volume. The host can be specified via HostID or HostName. The volume can be specified via VolumeID or VolumeName. Returns mapping relationships if succeed while null if fail. </maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Maps the volume. The hosts can be specified via HostID or HostName. Returns mapping relationships if succeed while null if fail.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>New-InStorVolHostMap</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Host</maml:name>
                    <maml:Description>
                        <maml:para>The ID or Name of the host that the specified volume will be mapped to.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Vdisk</maml:name>
                    <maml:Description>
                        <maml:para>The ID or Name of volume which will be mapped to host.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="3" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="1" aliases="none">
                <maml:name>Host</maml:name>
                <maml:Description>
                    <maml:para>The ID or Name of the host(s) that the specified volume will be mapped to.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="2" aliases="none">
                <maml:name>Vdisk</maml:name>
                <maml:Description>
                    <maml:para>The ID or Name of volume which will be mapped to host.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="3" aliases="none">
                <maml:name>Opts</maml:name>
                <maml:Description>
                    <maml:para>Optional parameter for special purpose.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject.</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a PSObject Object.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code> New-InStorVolHostMap $conn -Host "0" -Vdisk "cdh_vol1"</dev:code>
                <dev:remarks>
                    <maml:para>Map the vdisk named "cdh_vol1" to the host with id of "0" .</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>id : 0</maml:para>
                    <maml:para>name : cdh_iscsi_180</maml:para>
                    <maml:para>vdisk_id : 1</maml:para>
                    <maml:para>vdisk_name : cdh_vol1</maml:para>
                    <maml:para>vdisk_UID : 60050760009289C11800000000005420</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>Remove-InstorVolume</command:name>
            <command:verb>Remove</command:verb>
            <command:noun>InStorVolume</command:noun>
            <command:description>
                <maml:para>Removes the volume ; it will return successful information if the volume is successfully removed, otherwize it will return fail information.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Removes the volume ; it will return successful information if the volume is successfully removed, otherwize it will return fail information.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>Remove-InstorVolume</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Force</maml:name>
                    <maml:Description>
                        <maml:para>The sign indicates wheather to Deletes the specified volume, even if mappings still exist between this volume and one or more hosts. This parameter deletes any host-to-volume mappings and any LocalCopy mappings that exist for this volume..</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >SwitchParameter</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Vdisk</maml:name>
                    <maml:Description>
                        <maml:para>The ID or Name of the Vdisk that will be removed.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" globbing="false" position="3" aliases="none">
                    <maml:name>Opts</maml:name>
                    <maml:Description>
                        <maml:para>Optional parameter for special purpose.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="1" aliases="none">
                <maml:name>Force</maml:name>
                <maml:Description>
                    <maml:para>The sign indicates wheather to Deletes the specified volume, even if mappings still exist between this volume and one or more hosts. This parameter deletes any host-to-volume mappings and any LocalCopy mappings that exist for this volume..</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="2" aliases="none">
                <maml:name>Vdisk</maml:name>
                <maml:Description>
                    <maml:para>The ID or Name of the Vdisk that will be removed.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="false" globbing="false" position="3" aliases="none">
                <maml:name>Opts</maml:name>
                <maml:Description>
                    <maml:para>Optional parameter for special purpose.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a result of string type contains successful or fail information.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code> Remove-InStorVolume $conn -Vdisk "cdh_test_create3"</dev:code>
                <dev:remarks>
                    <maml:para>Remove the vdisk named "cdh_test_create3".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>Vdisk: cdh_test_create3 ,is removed successfully.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>Remove-InstorHost</command:name>
            <command:verb>Remove</command:verb>
            <command:noun>InStorHost</command:noun>
            <command:description>
                <maml:para>Removes the host ; it will return successful information if the host is successfully removed, otherwize it will return fail information.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Removes the host ; it will return successful information if the host is successfully removed, otherwize it will return fail information.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>Remove-InstorHost</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Host</maml:name>
                    <maml:Description>
                        <maml:para>The ID or Name of the Host that will be removed.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="1" aliases="none">
                <maml:name>Host</maml:name>
                <maml:Description>
                    <maml:para>The ID or Name of the Host that will be removed.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a result of string type contains successful or fail information.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code> Remove-InStorHost $conn -Host "host_fc"</dev:code>
                <dev:remarks>
                    <maml:para>Remove the host named "host_fc".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>Host: host_fc, is removed successfully.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
        <command:details>
            <!--Add name an synopsis here-->
            <command:name>Remove-InStorVolHostMap</command:name>
            <command:verb>Remove</command:verb>
            <command:noun>InStorVolHostMap</command:noun>
            <command:description>
                <maml:para>Unmaps the volume from the selected host; return successful information if succeed while return fail information if fail.</maml:para>
            </command:description>
        </command:details>
        <maml:description>
            <!--Add detailed description here-->
            <maml:para>Unmaps the volume from the selected host; return successful information if succeed while return fail information if fail.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Add syntax information here-->
            <command:syntaxItem>
                <maml:name>Remove-InStorVolHostMap</maml:name>
                <command:parameter required="true" globbing="false" position="0" aliases="none">
                    <maml:name>Conn</maml:name>
                    <maml:Description>
                        <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="1" aliases="none">
                    <maml:name>Host</maml:name>
                    <maml:Description>
                        <maml:para>The ID or Name of the Host to be unmapped..</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
                <command:parameter required="true" globbing="false" position="2" aliases="none">
                    <maml:name>Vdisk</maml:name>
                    <maml:Description>
                        <maml:para>The ID or Name of the Vdisk that the specified volume will be unmapped from.</maml:para>
                    </maml:Description>
                    <command:parameterValue required="true" >String</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--Add parameter information here-->
            <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="none">
                <maml:name>Conn</maml:name>
                <maml:Description>
                    <maml:para>The Connection to MCS Storage, returned by cmdlet New-InStorConnection.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >InStorConnection</command:parameterValue>
                <dev:type>
                    <maml:name>InStorConnection</maml:name>
                    <maml:uri />
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="1" aliases="none">
                <maml:name>Host</maml:name>
                <maml:Description>
                    <maml:para>The ID or Name of the Host to be unmapped..</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
            <command:parameter required="true" globbing="false" position="2" aliases="none">
                <maml:name>Vdisk</maml:name>
                <maml:Description>
                    <maml:para>The ID or Name of the Vdisk that the specified volume will be unmapped from.</maml:para>
                </maml:Description>
                <command:parameterValue required="true" >String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!--Add return value information here-->
            <command:returnValue>
                <dev:type>
                    <maml:name>String</maml:name>
                </dev:type>
                <maml:description>
                    <maml:para>returns a result of string type contains successful or fail information.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!--Add cmdlet examples here-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <dev:code> Remove-InStorVolHostMap $conn -Host "0" -Vdisk "cdh_vol1"</dev:code>
                <dev:remarks>
                    <maml:para>Unmap the vdisk named "cdh_vol1" from the host with id "0".</maml:para>
                    <maml:para/>
                    <maml:para/>
                    <maml:para>Vdisk,Host Map: cdh_vol1,0 , is removed successfully.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
</helpItems>