High Availability - IDM Shared storage location for ASERVER_HOME
I am following the EDG guide to implement the HA for IDM 11.1.1.5. Reviewed this doc http://docs.oracle.com/cd/E21764_01/core.1111/e12035/toc.htm
I have question about the shared storage mount point for "ASERVER_HOME" in table 2-3.
shared_storage_server:/vol/admin /u01/app/oracle/admin/<domainname>/aserver
Is the above mapping done for both server1 and server2. Because, at any point of time only one Adminserver will be running. But in the doc in Table 2-3 , it says shared storage location from IDM_Host1 and not for IDM_Host2. Shouldn't that be shared between both servers. So /vol/admin should be mapped to /u01/app/oracle/admin/<domainname>/aserver on both IDM servers. Is that correct