Unsolved
This post is more than 5 years old
2 Posts
0
1521
November 12th, 2008 12:00
How do I Remove active SNAP sessions?
When I run a query volume report, it shows a number of volumes having active sessions (04FF), but the detail report does not show any information. I've tried issuing the 'STOP SNAP' and the 'CLEANUP' commands but stills the active session continues to show up on the report. Any ideas?
No Events found!
Notach
21 Posts
0
November 18th, 2008 01:00
in report you can see all snap session on a CU bye issue the command
QUERY VOLUME(UNIT(2000))
If you want to make a short list on only 16 volumes issue the command
QUERY VOLUME ( UNIT(2000) CCUU(2000:201F) SESSION_LIST(YES,DETAIL) ) .
The results if these commands gives you source volume and target volume.
To stop snap activity on a target volume issue the command stop on target volume
STOP SNAP TO VOLUME ( TARGET(UNIT(5000)))
and cleanup on source volume
CLEANUP EXTENT TRACK ON UNIT(2000)
example : result of query command is
0060(2000) P5LGRA STD CKD-03339 READY RAID/5 SNAP-SRC
SESSION TARGET TRACKCNT PROT-TRK IND-TRK P
25EF 14DD(2800) 50085 0 0
04FF
04FE
0061(2001) P5LGRB STD CKD-03339 READY RAID/5 SNAP-SRC
SESSION TARGET TRACKCNT PROT-TRK IND-TRK P
25EF 14DE(2801) 50085 0 0
04FF
04FE
to stop snap on volser P5LGRA ( ucb 2000 , symdev 0060) isssue:
STOP SNAP TO VOLUME ( TARGET(UNIT(2800)))
CLEANUP EXTENT TRACK ON UNIT(2000)
Hope this help you. If doesn't work, you can call technical EMC support and they can stop all snap sessions if tou want this.
Davidy8s
154 Posts
0
November 18th, 2008 06:00
HTH
Dave Yates
EMC TSE3
Benevolent Host S/W & Mainframe Forum Moderator
Bergamo visitor, and accomplished pusher of BMW motorcycles
dinoman1
2 Posts
0
November 19th, 2008 17:00
Notach
21 Posts
0
November 20th, 2008 00:00
i've no answer by a emc utility and don't know
nice day to you.