Connecting the Aggregation Server to a NAS device


  1. Log on to the Aggregation Server for Extended Reporting web interface.
  2. In the Aggregation Server for Extended Reporting web interface, click Network Attached Storage in General Settings.
  3. From the Action menu, select Edit
  4. Complete the following fields and click Save.
    • Protocol: SMB/CIFS (This is the only protocol supported.)
    • IP/DNS Name: Enter the address of the NAS device.
    • Share Name: Enter the name given to the SMB/CIFS share.
    • Username: (Optional)
    • Password: (Optional)
    • Domain: (Optional)
  5. On the Oracle database server, mount the NAS device.
    • The Oracle database server must also be mounted on the NAS device.
    • The NAS device must be mounted at this location /var/opt/etl/load.
Examples

Addthe following command to the /etc/fstab file to mount the share at boot time on a Red Hat Linux system::

{{code language="none"}}
//CIFS_server/share_name /var/opt/etl/load cifs username=<userName>,password='<password>',_netdev,auto 0 0
{{/code}}

Run the following command to mount the shares specified in the fstab file:

$ mount –a

Another way to test at runtime is with the following command template. The mount does not persist after a system reboot.  Depending on your system, you may need to replace mount –t cifs with mount.cifs.

# mount -t cifs //<server/shareName> /var/opt/etl/load -o username=<shareUser>,password=<sharePassword>,domain=<domainName>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*