This topic applies to Logger Appliances only.
The HBA card on your Logger has two ports. You can connect both of those ports to the same LUN. Using those ports to create two different paths between the Logger and the LUN (multipathing) reduces the possibility of a single point of failure causing the LUN to become unavailable.
Logger provides a default multipath configuration as a starting point. However, make sure that you consult your SAN documentation for information specific to your environment.
You must connect the LUN to both HBA ports and configure multipath configuration in the UI for it to function. Once enabled, multipath cannot be disabled on Logger.
You do not need to enable multipath in order to connect to two different LUNs on different SANs, since there are no duplicate paths. To connect to two different LUNs on the same SAN, or to have two connections to the same LUN, you must configure multipathing. Otherwise, the OS will see duplicate paths to the same LUN, and will be unable to resolve which path to use.
To enable multipath for a new Logger installation, configure multipathing before attaching the LUN.
To enable multipath:
Click Test to ensure that the configuration you chose or the changes you made are valid.
If the test fails, make additional changes, or click Reset to start over.
When you configure multipath SAN connectivity to the appliance, you must also make sure that the multipathd service is configured to start on boot.
To verify that the multipathd service is configured to start on boot:
Run chkconfig --list multipathd
Make sure '#:on' is shown for your run level. The current run level can be displayed with the 'runlevel' command.
chkconfig multipathd onReboot the appliance or start the multipath daemon with: /sbin/service multipathd start
Note: Be sure to also configure any vendor-specific multipath configuration accordingly in the /etc/multipath.conf file.
To convert a single path LUN to multipath:
Run these commands:
cd /opt/arcsight/aps/mpath./mpath_prepare.sh
./mpath_test.sh <path_to_your_multipath.conf >
Review the output of the test command to ensure that multipath devices that will be created are listed at the bottom of the output.
Run this command:
./mpath_enable.sh <path_to_your_multipath.conf >