Storage Software
1753784 Members
7121 Online
108799 Solutions
New Discussion юеВ

Snapclone using SSSU

 
gurdeep_2
Frequent Advisor

Snapclone using SSSU

Does anybody have any resources to using SSSU for creating/deleting Snapclone's?
Thanks!
2 REPLIES 2
Orjan Petersson
Frequent Advisor

Re: Snapclone using SSSU

The SSSU reference guide should give you the information you need.
One version is at
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00605847/c00605847.pdf

Check the commandes ADD COPY, ADD MULTISNAP, ADD CONTAINER, ...
Ivan Ferreira
Honored Contributor

Re: Snapclone using SSSU

Here is a sample:

SET OPTIONS ON_ERROR=HALT_ON_ERROR" SELECT MANAGER $MANAGER USERNAME=administrator PASSWORD=administrator
SELECT SYSTEM $STORAGE
DELETE LUN \Hosts\hostname\10
DELETE VDISK "\Virtual Disks\ORABACKUP_VSNAP" WAIT_FOR_COMPLETION

ADD SNAPSHOT ORABACKUP_VSNAP ALLOCATION_POLICY=demand OS_UNIT_ID=50 VDISK="\Virtual Disks\ORA_BACKUP\ACTIVE" WORLD_WIDE
_LUN_NAME=6005-08b4-0010-0e8b-0001-d000-028f-0000'
ADD LUN 10 VDISK="\Virtual Disks\PROD\ORA_BACKUP\ORABACKUP_VSNAP" HOST="\Hosts\hostname"
EXIT
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?