Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Utility for deleting pool snapshots on a OES2 Linux Server.
This tool can be used to delete:
It uses Virtual File Services (Originally called Virtual File Services for NetWare) for the deletion of the Snapshots.
From a terminal prompt type:
Perl delPoolSnap.pl <enter>
Following menu will be displayed:
A sample output on selecting 1 would be:
<Lists all the pool snapshots existing on the machine and prompts snapshot name to be deleted>
Select action: 1
-------------------------------------------------------
Snapshot Name : SNAP1
-----------------------------------------------------
Snapshot Name : SNAP2
-----------------------------------------------------
Snapshot Name : SNAP3
-----------------------------------------------------
Snapshot Name : SNAP4
-----------------------------------------------------
Snapshot Name : SNAP5
-----------------------------------------------------
Enter the Snapshot name: snap5
Delete Snapshot SNAP5(Yes/No): Yes
If the user provides “Yes” as input, the utility will delete the snapshot.
-------------------------------------------
pool snapshot SNAP5 deleted
A sample output on selecting 2 would be:
Select action: 2
Delete all pool snapshots (Yes/No): Yes
Deleting pool snapshot: SNAP1
Deleting pool snapshot: SNAP2
Deleting pool snapshot: SNAP3
Deleting pool snapshot: SNAP4
A sample output on selecting 3 would be:
Select action: 3
Existing Pools:
P_NEW
POOL1
POOL2
NEWPOOLNAME
Enter the Pool Name: pool1
Deleting pool snapshot: SNAP2
Deleting pool snapshot: SNAP3