This post is more than 5 years old

2 Intern

 • 

220 Posts

938

May 19th, 2009 10:00

SaveDevice in Symmetrix

Hi

1. How to find whether particular symdevice is a SaveDevice or not. Is there is any property which tells it is SaveDevice or not under Symdev list -v command.

I know that this command gives -> symsnap list -savedevs - lists all the save devices. But i want know in Symdev command which tells it is save devices.

2. How we can know whether the Save device is allocated or not. I want to know the list of allocated and unallocated Save devices in the symmertrix.

3. There can be some Save Devices whcih can be allocated to Device group. But Device group wont have any Standard devices allocated to it. Then we can say those devices as un-allocated?

4. How to list all the session ... I think it is symsnap list. Please correct me if i amy wrong.

5. If the savedevice is part of the devicegroup then it will not be listed in
symsnap list -savedevs. Since it is already allocated to teh Device group.

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

May 19th, 2009 11:00

Hi

1. How to find whether particular symdevice is a
SaveDevice or not. Is there is any property which
tells it is SaveDevice or not under Symdev list -v
command.

I know that this command gives -> symsnap list
-savedevs - lists all the save devices. But i want
know in Symdev command which tells it is save
devices.



symdev list -sid 123 -savedev


2.

symdev list -sid 123 -savedev -nonpooled

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

May 19th, 2009 11:00


4. How to list all the session ... I think it is
symsnap list. Please correct me if i amy wrong.


you are correct, that will list all active sessions on the box

5. If the savedevice is part of the devicegroup then
it will not be listed in
symsnap list -savedevs. Since it is already
allocated to teh Device group.


it will still be listed even if it's a member of device group. Device group is a logical container, it will not prevent devices from being displayed.

2 Intern

 • 

220 Posts

May 19th, 2009 15:00

Thanks a lot for answer dynamox.

Is there is any way we can tell whether it is a save device by listing all the devices in Symmetrix using symdev list -v. Because symdev list -v will list all the devices including save devices. I don't want to execute separate command to list it. I want to identify the save devices from list of all devices give by symdev list -v.

Sample output.

Device Physical Name : Not Visible

Device Symmetrix Name : 0870 (CKD)
Device Serial ID : N/A
Symmetrix ID : 000xxxxxxxxx

Attached VDEV TGT Device : N/A

Vendor ID : EMC
Product ID : SYMMETRIX
Product Revision : 5772
Device WWN :
Device Emulation Type : CKD-3390
Device Defined Label Type: N/A
Device Defined Label : N/A
Device Sub System Id : 0x3200
Cache Partition Name : DEFAULT_PARTITION
Device CU Image : 0x0F

Device Block Size : 56664

Device Capacity
{
Cylinders : 3339
Tracks : 50085
Blocks : 50085
MegaBytes : 2707
KiloBytes : 2771500
}

Effective Device Geometry: N/A
{
Sectors/Track : N/A
Tracks/Cylinder : N/A
Cylinders : N/A
MegaBytes : N/A
KiloBytes : N/A
}

Device Configuration : BCV

Device is WORM Enabled : No
Device is WORM Protected : No

...................................

Removed Symmetrix ID.
Message was edited by:
KCSCP

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

May 20th, 2009 04:00

is this what you are after ?

symdev list -sid 123 -savedev -v
No Events found!

Top