Tool

dgiles's picture

NW List Pool Snapshot

Author Info

16 April 2007 - 3:02pm
Submitted by: dgiles

tool
Reads:

1433

Score:
1
1
1
 
Comments:

0

license: 
Free

This Perl script lists pool snapshots on a server.

This script has been designed to be run on NetWare.

The API set can be downloaded from http://developer.novell.com/wiki/index.php/Virtual_File_Services_for_NetWare.

It requires that NSS be installed and an NSS pool be present.

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:

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

To run the perl script type:

perl NWListPoolSnapshot.pl <enter>

Example:

perl NWListPoolSnapshot <enter>

Sample output:

file is now open.
File Name: +<_ADMIN:ManageNSS/manage.cmd
Request Sent: <virtualIO><datastream name=\"command\"/></virtualIO><nssRequest><pool><listPoolSnapshots></listPoolSnapshots></pool></nssRequest>
<nssReply>
<pool>
<listPoolSnapshot>
<poolSnapshotInfo>
<snapName>SNAP</snapName>
</poolSnapshotInfo>
<result value="0"><description>success</description></result>
</listPoolSnapshot>
</pool>
<result value="0"><description>zOK</description></result>
</nssReply>
AttachmentSize
NWListPoolSnapshot.zip1.11 KB

Author Info

16 April 2007 - 3:02pm
Submitted by: dgiles




User Comments

© 2009 Novell, Inc. All Rights Reserved.