Linux Add Pool Snapshot
Novell Cool Solutions: Cool Tool
Reader Rating 
In Brief
This tool creates a Linux NSS pool Snapshot on a specified device.
Vitals
- Product Categories:
- Open Enterprise Server
| Posted: | 7 Aug 2007 |
| File Size: | 4KB |
| License: | Free |
| Download: | /coolsolutions/tools/downloads/linuxAddPoolSnapshot.pl |
| Publisher: | Dean Giles |
Disclaimer
Please read the note from our friends in legal before using this file.
Details
This tool creates a Linux NSS pool Snapshot on a specified device.
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 creat a Linux NSS Pool Snapshot on a specified drive 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:
linuxAddPool.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 linuxAddPoolSnapshot.pl POOL_NAME FREE_SPACE_DRIVE_ID NUMBER_OF_SECTORS SNAP_NAME
Where POOL_NAME is the name of the pool to create a snapshot of.
Where FREE_SPACE_DRIVE_ID is the name of the linux drive that will store the snapshot data.
Where NUMBER_OF_SECTORS is the number of sectors on the drive to allocate for the sanpshot.
And where SNAP_NAME is the name of the new snapshot pool.
Example:
perl linuxAddPoolSnapshot.pl NSSPOOL sdb 61440 NSSPOOL_SNAP
Sample output:
ran:/a # perl linuxAddPoolSnapshot.pl /dev/evms/NSS1 sdb 61440 snap file is now open File Name: +</_admin/Manage_NSS/manage.cmd Request Sent: <virtualIO><datastream name="command"/></virtualIO><nssRequest><pool><addPoolSnapshot> <poolName>/dev/evms/NSS1</poolName><freeSpaceID>sdb</freeSpaceID><numSectors>61440</numSectors><snapName>snap</snapName></addPoolSnapshot></pool></nssRequest> <nssReply> <pool> <addPoolSnapshot> <result value="0"><description>success</description></result> </addPoolSnapshot> </pool> <result value="0"><description>zOK</description></result> </nssReply>
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com