Using NetApp Filers with Sun Java System Messaging Server Message Store

ProcedureTo Create a Volume on a NetApp Data ONTAP 6.5 and Older (Traditional Volume)

Steps
  1. The following command creates a volume called eng with 10 spindles:


    vol create eng 10
  2. Export the volume(s) to Messaging Server through NFS.

    Add the following entry to the system /etc/exports file on the filer (the server is msg1).


    /vol/eng -root=msg1
  3. Run the Data ONTAP exportfs command.


    exportfs -a
  4. Mount the volume eng from server msg1.


    mount filer:/vol/eng /eng
  5. Use /eng as the path to the message store.