Linux Add Volume

0 Likes

It uses the Virtual File Services (Originally called Virtual File Services for NetWare) which were ported over to Linux. The SDK for this API set can be downloaded from http://developer.novell.com/wiki/index.php/Virtual_File_Services_for_NetWare. The objective of the tool is to create a volume on a previously created Linux NSS Pool using XML as specified in the VFS for NetWare specification. It is intended to be used as a sample script for developers that may want to use the VFS API set to view and manage storage.



How to Use the file:


linuxAddVolume.pl is a Perl script. So Perl must be installed and running on the Linux server that this file is being loaded on. NSS must be installed to get the VFS support.



To run the perl script type:



perl linuxAddVolume.pl VOLUME_NAME POOL_NAME


where VOLUME_NAME is the name of the new volume to create.

where POOL_NAME is the name of the pool to create the volume on.



ran:/a # perl linuxAddVolume.pl VOL1 POOL1
file is now open
File Name: </_admin/Manage_NSS/manage.cmd
Request Sent: <virtualIO><datastream name="command"/></virtualIO><nssRequest><volume>
<addVolume state="active"><volumeName>VOL1</volumeName><poolName>POOL1</poolName>
<ndsName/><context/><ndsPoolName/></addVolume></volume></nssRequest>
<nssReply>
<volume>
<addVolume>
<result value="0"><description>success</description></result>
</addVolume>
</volume>
<result value="0"><description>zOK</description></result>
</nssReply>

Tags:

Labels:

How To-Best Practice
Collateral
Comment List
Related
Recommended