NSS Volume lister for Linux

0 Likes

This tool will list all of the NSS pools mounted on an OES Linux server. 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 list the Volumes in an XML output 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:


linuxListVolumes.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.



From a terminal prompt type: Perl linuxListVolumes.pl <enter>



A sample output would be the following:



grep57:/a # perl linuxListVolumes.pl
file is now open
</_admin/Manage_NSS/manage.cmd
<virtualIO><datastream name="command"/></virtualIO><nssRequest><volume><listVolumes/></volume></nssRequest>
<nssReply>
<volume>
<listVolumes>
<volumeName type="nss">NSS1</volumeName>
<result value="0"><description>success</description></result>
</listVolumes>
</volume>
<result value="0"><description>zOK</description></result>
</nssReply>


The specifications explain the XML tags, but the information present here would let someone know that one volume of type nss was found. The name of the volume is NSS1.

Labels:

Collateral
How To-Best Practice
Comment List
Related
Recommended