Tool

dgiles's picture
tool
Reads:

4135

Score:
0
0
 
Comments:

0

Linux Get Pool Snapshot Info

Author Info

6 November 2007 - 3:44pm
Submitted by: dgiles

(View Disclaimer)

license: 
Free

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 display detailed information about a specified Linux NSS Pool Snapshot 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:

linuxGetPoolSnapshotInfo.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 linuxGetPoolSnapshotInfo.pl SNAP_NAME

where SNAP_NAME is the name of the Pool Snapshot.

Example:

perl linuxGetPoolSnapshotInfo.pl NSSPOOL_SNAP
ran:/a # perl linuxGetPoolSnapshotInfo.pl SNAP
file is now open
File Name: +</_admin/Manage_NSS/manage.cmd
Request Sent: <virtualIO><datastream name="command"/></virtualIO><nssRequest>
<pool><getPoolSnapshotInfo><snapName>SNAP</snapName></getPoolSnapshotInfo></pool></nssRequest>
<nssReply>
<pool>
<getPoolSnapshotInfo>
<poolSnapshotInfo>
<snapName>SNAP</snapName>
<poolName>NSS1</poolName>
<snapPoolName>sdb2</snapPoolName>
<allocatedSize>61440</allocatedSize>
<poolSize>10239968</poolSize>
<percentFull>2</percentFull>
<state>Active</state>
<mountPoint>not mounted</mountPoint>
<writeable/></poolSnapshotInfo>
<result value="0"><description>success</description></result>
</getPoolSnapshotInfo>
</pool>
<result value="0"><description>zOK</description></result>
</nssReply
BilagaStorlek
linuxGetPoolSnapshotInfo.zip1.14 kB

Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2013 Novell