NSS Volume lister for Linux
Novell Cool Solutions: Cool Tool
In Brief
List all NSS Volumes on an OES Linux Server.
Vitals
- Product Categories:
- Linux
- Open Enterprise Server
- SUSE Linux 10.0
- SUSE Linux Enterprise Server
- Functional Categories:
- Novell Storage Services (NSS)
- Workgroup
| Posted: | 10 Nov 2006 |
| File Size: | 2KB |
| License: | Free |
| Download: | /coolsolutions/tools/downloads/linuxListVolumes.pl |
| Publisher: | Dean Giles |
Disclaimer
Please read the note from our friends in legal before using this file.
Details
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.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
