I have two sites (Site A and Site B) with one Celerra and one FMA each.
I configured the FMA with the Celerra on Site A. So that the FMA can archive from one file system fs1_tier1 to a second file system fs1_tier2 connected both to a CIFS_Server.
I replicated the VDM containing the CIFS_Server and his two file systems.
Now what I need is to access the archived files on Site B.
In fact, I can access the replicated CIFS_Server through \\CIFS_Server. I can access also the two file systems on it and the files which are not archived.
However I can not open the archived files.
Do you have any idea.
How can I recall files on the secondary site (Site B)?
You will need to address this connection error first. Looks like the user cannot authenticate to the domain. Make sure all of the CIFS and domain connectivity is working on the secondary CIFS Server.
Cannot establish connection between secondary server mtnas.domtest.ma and local server MTNAS.DOMTEST.MA with share share_tier2_test with user domtest.ma\nasadmin NT status=INTERNAL_ERROR c00000e5H.
Run "server_cifs server_2", to look at CIFS and Domain status. (Assuming Data Mover is server_2.)
Run "server_http server_2 info dhsm" to look at Filemover DHSM service status.
Run "server_log server_2" to look at Data Mover log information, which may point out the issue.
You don't need FMA at the secondary site for this configuration. That is correct. But the File System still has to be configured with DHSM to point to the secondary CIFS location. Run the "fs_dhsm -connection {File System Name} -info" and see if it's configured. If not, it's needs to be setup the same as the primary. The same server_http and fs_dhsm commands you ran on the primary Celerra, run on the Secondary.
Cannot establish connection between secondary server mtnas.domtest.ma and local server MTNAS.DOMTEST.MA with share share_tier2_test with user domtest.ma\nasadmin NT status=INTERNAL_ERROR c00000e5H.
Mount remote file system failed with status: InternalError.
halls1
25 Posts
1545
0
Posted February 11th, 2011 08:00
You will need to address this connection error first. Looks like the user cannot authenticate to the domain. Make sure all of the CIFS and domain connectivity is working on the secondary CIFS Server.
Run "server_cifs server_2", to look at CIFS and Domain status. (Assuming Data Mover is server_2.)
Run "server_http server_2 info dhsm" to look at Filemover DHSM service status.
Run "server_log server_2" to look at Data Mover log information, which may point out the issue.