This post is more than 5 years old
32 Posts
0
2153
May 22nd, 2012 00:00
use of getkeeper luns ??
In dmx what is the use of get keeper luns ?? its size is constant ?? what data it contain ??
No Events found!
This post is more than 5 years old
32 Posts
0
2153
May 22nd, 2012 00:00
In dmx what is the use of get keeper luns ?? its size is constant ?? what data it contain ??
Top
PedalHarder
3 Apprentice
•
465 Posts
0
May 22nd, 2012 00:00
There are several discussions in the Symmetrix community forum covering gatekeepers that contain good information such as the questions you have asked. Have you done a search for you answers there at all? Just search 'gatekeepers' .
Here is a sample thread for your convenience...
https://community.emc.com/thread/111417
sauravrohilla
859 Posts
0
May 22nd, 2012 00:00
EMC Primus emc255976 is the Gatekeeper black book.
jeesonmathew
32 Posts
0
May 22nd, 2012 01:00
Srik1920
59 Posts
1
May 24th, 2012 23:00
Communication with Symmetrix arrays occurs by sending syscalls to the array along the same channels used for normal storage I/O. For Open Systems hosts, this means we send monitoring and management commands over SCSI protocol (SCSI pass-through commands) to Symmetrix devices visible to that host. As long as devices (LUNs) from an array are visible to a host, a Symmetrix Agent installed on that host can actively manage that Symmetrix array.
There can be performance issues, however, if we are using the same devices for both I/O (read-write) and management. Sending one type of command can cause the other to block until the outstanding commands are completed. To get around this problem, you can present special devices to the host called Gatekeepers.
Gatekeepers are normal Symmetrix devices (of any type), that have a very small size. Most Gatekeeper devices are below 3 MB in size. This makes it very difficult to accidentally perform I/O operations to the device (since there is practically no usable space on the device), ensuring the device is only used for monitoring and management commands. ControlCenter, through Solutions Enabler, automatically recognizes these devices as Gatekeepers, and will prefer these devices when performing management functions.
Each Gatekeeper can handle a certain amount of traffic before it becomes locked. Once outstanding commands are completed, the Gatekeeper will become unlocked and new commands can be processed. In situations where many commands are being sent simultaneously (like in the case of Symmetrix and SDM Agents), multiple Gatekeepers are needed to ensure all commands are processed in a speedy manner.