Tool

dgiles's picture

Linux Deactivate Pool Snapshot

Author Info

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

tool
Reads:

8247

Score:
0
0
 
Comments:

0

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.... The objective of the tool is to deactivate 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:

linuxDectivatePooSnapshotl.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 linuxDeactivatePoolSnapshot.pl SNAP_NAME

where SNAP_NAME is the name of the new snapshot pool.

ran:/a # perl linuxDeactivatePoolSnapshot.pl SNAP
file is now open
File Name: +</_admin/Manage_NSS/manage.cmd
Request Sent: <virtualIO><datastream name="command"/></virtualIO><nssRequest>
<pool><deactivatePoolSnapshot><snapName>SNAP</snapName></deactivatePoolSnapshot></pool></nssRequest>
<nssReply>
<pool>
<deactivatePoolSnapshot>
<result value="0"><description>success</description></result>
</deactivatePoolSnapshot>
</pool>
<result value="0"><description>zOK</description></result>
</nssReply>
AttachmentSize
linuxDeactivatePoolSnapshot.zip1.14 KB

Author Info

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




User Comments

© 2010 Novell