If the NAS backup volume used as backup destination is mounted, it is accessible in Read-Only mode.
The section explains how to access the NAS backup volume:
Access Using CIFS Protocol
The NAS backup volume is accessible by the Windows file sharing or network drive mapping.
Enter the following to the address bar or to the network drive mapping window:
\\nasInterfaceIpAddress\sharedFolderName$bak
When authenticating by Active Directory, the operation method varies depending on the presence of setup of an authentication server.
If Active Directory is configured as an authentication server:
Enter the user name and password registered to Active Directory.
When connecting from the client participating in Active Directory, authentication is not needed.
If an authentication server is not set up:
Enter the user name and password described in the ETERNUS Disk storage system manuals.
Information
Entering the IP address for NAS interface in the address bar can view sharable folders.
Note
When multiple NAS backup volumes are mounted, it may not be possible to confirm shared folders with duplicate names. In this case, mount the NAS backup volumes individually.
Access Using NFS Protocol
The NAS backup volume is accessible by performing the NFS mount from a UNIX server using the following procedure:
When authenticating through LDAP, there is no difference in operation method with the presence of setup of an authentication server. Make the UNIX server participate in the LDAP domain to perform the NFS mount.
Check the volume number of the NAS backup volume.
For the procedure to check the volume number, refer to "Display Shared Folder" in the ETERNUS SF Web Console Guide.
"NAS Backup Volume No." displayed in the Basic tab for shared folder detail information is the volume number.
Log in to the UNIX server with administrator privileges.
Execute the mount command to mount the shared folder.
When executing the mount command, specify the following:
[For Solaris]
mount -F nfs nasInterfaceIpAddress:/mnt/nas/nvnasBackupVolumeNumber/data/sharedFolderName mountDestinationDir
[For Linux]
mount -t nfs nasInterfaceIpAddress:/mnt/nas/nvnasBackupVolumeNumber/data/sharedFolderName mountDestinationDir
Information
Executing the showmount command on the UNIX server can view NFS mountable shared folders.
showmount -e nasInterfaceIpAddress
After NFS mounted, logging in to the UNIX server as the user registered to LDAP can access the shared folder with the owner/group permissions set to the shared folder.
When not authenticating through LDAP, logging in to the UNIX server can access the shared folder.