Linux uses thefollowing commands that are defined in the /_admin/Manage_NSS/linux.cmd file:
Every command is wrapped with either linxRequest or linuxReply elements, as shown in the following examples:
<linuxRequest>
<storage>
<volumeIDFileIDToPath>
<volumeID>aaaa-bbbb-cccc-dd-ee-nnnnnn</volumeID>
<fileID>
</volumeIDFileIDToPath>
</storage>
</linuxRequest>
<linuxReply>
<storage>
<volumeIDFileIDToPath>
<volumeName>POOLNAME</volumeName>
<path/>
<result value="0">
<description/>success</description>
</result>
</volumeIDFileIDToPath>
</storage>
<result value="0">
<description/>zOK</description>
</result>
</linuxReply>