Novell Home

NSS Pool lister for Linux

Novell Cool Solutions: Cool Tool

Digg This - Slashdot This

In Brief

List all NSS Pools on an OES Linux Server.

Vitals

Posted:9 Nov 2006
File Size:2KB
License:Free
Download:/coolsolutions/tools/downloads/linuxListPools.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 Pool 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. **Please note that the API has changed. It is no longer used with the pool wrapper, but has been moved to the server section and now uses a server wrapper. The change was made to clearly show that the API will list all pools on a server as opposed to pools on a device.

How to Use the file:

linuxListPools.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 linuxListPools.pl <enter>

A sample output would be the following:

grep57:/a # perl linuxListPools.pl
file is now open
+</_admin/Manage_NSS/manage.cmd
<virtualIO><datastream name="command"/></virtualIO><nssRequest><server><listPools/></server></nssRequest>
<nssReply>
<server>
<listPools>
<poolSimpleInfo>
<poolName>NSS</poolName><poolState>active</poolState></poolSimpleInfo>
<result value="0"><description>success</description></result>
</listPools>
</server>
<result value="0"><description>zOK</description></result>
</nssReply>

The specifications explain the XML tags, but the information present here would let someone know that two devices were found sda and sdb. Information about the two devices is also displayed.

Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

Novell® Making IT Work As One

© 2008 Novell, Inc. All Rights Reserved.