Returns the state of either an NSS logical volume or a traditional NetWare volume.
<getState> <volumeName/> </getState>
<getState>
<volumeName/>
<volumeState/>
<result value=" ">
<description/>
</result>
</getState>
Specifies the name of the volume for which to return the state.
Specifies the state of the volume (see Volume States).
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to get a volume's state is as follows:
<nssRequest>
<volume>
<getState>
<volumeName>NSS1</volumeName>
</getState>
</volume>
</nssRequest>
A nssReply packet to the get state command follows:
<nssReply>
<pool>
<getState>
<volumeName>SYS</volumeName>
<volumeState>active</volumeState>
<result value="0">
<description/>success</description>
</result>
</getState>
</pool>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>