Unsolved
This post is more than 5 years old
5 Posts
0
638
August 31st, 2013 12:00
SRDF Question
does EMC support configuring SRDF at the Guest Domain level as
opposed to the I/O Domain level (without having to use the Remote Operations
Server) ?
No Events found!
seancummins
2 Intern
•
226 Posts
0
August 31st, 2013 13:00
Can you clarify what you mean by "guest domain", "io domain", and "remote operations server"?
Sent from my iPhone
steve_symantec
5 Posts
0
August 31st, 2013 15:00
Sorry The Remote Operations Server is the SRDF Remote Operations Server
steve_symantec
5 Posts
0
August 31st, 2013 15:00
This is a Sun cluster so the guest domain is an LDOM and the I/O Domain would be the control domain.
seancummins
2 Intern
•
226 Posts
0
September 3rd, 2013 06:00
In general, you'll have to configure SRDF from the I/O domain. This is because commands are issued from host control software (e.g. SYMCLI) to the Symmetrix via SCSI syscalls on special gatekeeper devices on the array. The host running SYMCLI must have direct/physical access to those gatekeepers in order for the syscalls to pass through to the array. The IO domain has direct/physical access to storage, so by running SYMCLI on the IO Domain, and presenting gatekeepers to the IO domain, you're ensuring that syscalls will be passed through directly to the VMAX.
It would be possible to run SYMCLI in the guest domain in client/server mode -- in this case, you'd install a SYMCLI client in the guest domain, and point it to a SYMCLI server with direct gatekeeper access. In this case, the guest domain does not need access to the array at all; it just needs network access to the SYMCLI server.
If you can present gatekeepers in raw/physical/passthrough mode to a guest VM, which I think may be an option in Solaris 11, then it may be possible to run SYMCLI standalone within a guest VM -- but I don't think EMC currently supports this.