How to display the EMC MirrorView SnapView session details

book

Article ID: 100037709

calendar_today

Updated On:

Description

Description

The EMC "naviseccli" utility will allow the user to list open sessions for a given EMC CLARiiON array.

In this instance, the IP address for the EMC CLARiiON array is "10.209.64.29"


#  /opt/Navisphere/bin/naviseccli -h 10.209.64.29 snapview -listsessions

 

Note: As no details are reported, there are no active sessions open.

 

How to start a session named "VCS_fd_session" using EMC CLARiiON luns 600,601 and 602


# /opt/Navisphere/bin/naviseccli -h 10.209.64.29 snapview -startsession VCS_fd_session -lun  600 602 601  -persistence -consistent
You must activate a snapshot on this session before you can access it.


Note: As a session now exists, details are now reported

 


#  /opt/Navisphere/bin/naviseccli -h 10.209.64.29 snapview -listsessions
Name of the session:  VCS_fd_session
Number of read requests serviced by the snapview cache pool:  0
Total number of read requests on the snapview logical unit:  0
Number of reads from the TLU:  0
Number of writes requests in the session:  0
Number of writes requests to cache that triggered a COW:  0
Total number of writes requests on the snapview target logical unit:  0
Number of writes requests larger than the chunk size:  0
Cache Capacity in GB:  87.797058
Session Usage:  0
List of Target Logical Units:  LUN 600, LUN 602, LUN 601
snap Logical Units UID:
snap Logical Units Name:
Session in persistence:  YES
Session creation time:  10/05/10 19:56:23
Session state:  Normal

 

 

 

 

The EMC CLARiiON luns are associated with EMC MirrorView consistency group "asyncCG"

 

 

 

 

How to display the EMC MirrorView consistency group details

 

#  /opt/Navisphere/bin/naviseccli -h 10.209.64.29 mirror -async -listgroups -name asyncCG
Group Name:  asyncCG
Group ID:  50:06:01:60:C1:E0:A3:66:02:00:00:00
Description:
Update Type:  Time elapsed since end of last update
Update Period, in minutes:  60
Time in minutes until next update:  0
State:  Synchronized
Role:  Secondary
Condition:  Normal
Sync Rate:  Medium
Recovery Policy:  Automatic
Mirror Name:  asyncSOLMirr3
Mirror WWN:  28:2D:E0:C1:60:01:06:50:C8:01:00:00:00:00:00:00
Primary WWN:  50:06:01:60:C1:E0:2D:28
Secondary WWN:  50:06:01:60:C1:E0:A3:66
Array hosting remote image:  50:06:01:60:C1:E0:2D:28
Local LUN ID:  60:06:01:60:0F:31:1F:00:0C:00:54:87:D2:AA:DF:11
Local LUN Number:  602
Mirror Name:  asyncSOLMirr1
Mirror WWN:  28:2D:E0:C1:60:01:06:50:C6:01:00:00:00:00:00:00
Primary WWN:  50:06:01:60:C1:E0:2D:28
Secondary WWN:  50:06:01:60:C1:E0:A3:66
Array hosting remote image:  50:06:01:60:C1:E0:2D:28
Local LUN ID:  60:06:01:60:0F:31:1F:00:2C:FA:26:7C:D2:AA:DF:11
Local LUN Number:  600
Mirror Name:  asyncSOLMirr2
Mirror WWN:  28:2D:E0:C1:60:01:06:50:C7:01:00:00:00:00:00:00
Primary WWN:  50:06:01:60:C1:E0:2D:28
Secondary WWN:  50:06:01:60:C1:E0:A3:66
Array hosting remote image:  50:06:01:60:C1:E0:2D:28
Local LUN ID:  60:06:01:60:0F:31:1F:00:2D:FA:26:7C:D2:AA:DF:11
Local LUN Number:  601

 

Issue/Introduction

How to display the EMC MirrorView SnapView session details