Windows SAN Client backup failed for Oracle
Hi,
We just setup a new Windows 2012 client with Oracle 12c and using Rman backup. The backup via LAN is working fine, but when we use FT transport for backup, it failed with error 6.
In the dbclient log, we saw this error:
15:15:49.740 [2900.5812] <16> AttachShMForBackup: Unable to open shared memory (Global\NetBackup Media Manager SHM Path 326487796 2416): OS error 5
15:15:49.740 [2900.5812] <16> SetupShMforBackup: Returned with error 12 from AttachShMForBackup
15:15:49.740 [2900.5812] <16> handshake: ERR - failed setting up for shared mem
15:15:49.740 [2900.5812] <16> CreateNewImage: ERR - handshake() failed
15:15:49.771 [2900.5752] <16> AttachShMForBackup: Unable to open shared memory (Global\NetBackup Media Manager SHM Path 326487765 2416): OS error 5
15:15:49.771 [2900.5752] <16> SetupShMforBackup: Returned with error 12 from AttachShMForBackup
15:15:49.771 [2900.5752] <16> handshake: ERR - failed setting up for shared mem
15:15:49.771 [2900.5752] <16> CreateNewImage: ERR - handshake() failed
15:15:49.865 [2900.5812] <16> VxBSACreateObject: ERR - Could not create new image with file /bk_u0ap8egop_s10_p1_t847725337.
15:15:49.865 [2900.5812] <16> xbsa_CreateObject: ERR - VxBSACreateObject: Failed with error:
Server Status: Communication with the server has not been initiated or the server status has not been retrieved from the serve
15:15:49.896 [2900.5752] <16> VxBSACreateObject: ERR - Could not create new image with file /bk_u0bp8egop_s11_p1_t847725337.
15:15:49.896 [2900.5752] <16> xbsa_CreateObject: ERR - VxBSACreateObject: Failed with error:
Server Status: Communication with the server has not been initiated or the server status has not been retrieved from the serve
I did search around and found this http://www.symantec.com/docs/TECH74570
I checked the log on account for the SAN client and NetBackup Client service are using the same account, which is the default local system account.
I even tried change the log on account to an account with local admin rights and in the oracle_dba group, but still face the same issue.
So would like to get some help here.
Thanks.
The issue is resolved. For Oracle 12c, during the installation, you can select to use the "Build-in account" or a normal domain user account. In order to work with SAN Client, the oracle installation must be using the "Build-in account".