found on citrix doc and i think it should be done on netapp both filer
Configuring Multipathing for Fiber Channel
1. Open a console session to the NetApp active-active controller configuration, set igroup to ALUA.
igroup set <initiator_group> alua yes
igroup show –v
2. Modify /etc/multipath-enabled.conf file to include the following in the devices section
defaults
{
user_friendly_names no
max_fds max
queue_without_daemon no
}
devices
{
device{
vendor "NETAPP"
product "LUN"
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout "/sbin/mpath_prio_alua /dev/%n"
features "1 queue_if_no_path"
hardware_handler "0"
path_grouping_policy group_by_prio
failback immediate
path_checker directio
flush_on_last_del yes
}
}