Are SVM metaset support EMC Powerpath?
Dear All,
I would like to know Solaris SVM support EMC Powerpath or not?
After change the config by follow the EMC powerpath manual. The SVM can create metadevice by using emcpowerxa.
#metainit d0 1 1 emcpower0a
But it still can't add disk to metaset
#metaset -s test -a emcpower0a.
Have any solution of this problem?
Thx a lot!
[388 byte] By [
hello78] at [2007-11-25 23:17:09]

# 1
you can:
add this line in /etc/system :
"set fcp:ssfcp_enable_auto_configuration=1" (do not include quote marks)
Or / and
edit the /etc/rcS.d/S24powerstartup file before you boot the host. Add
the following lines to the bottom of the file after the last fi
characters. Type:
/etc/powermt set volume_open_policy=firstpath
echo "PowerPath:powermt set volume_open_policy=firstpath"
On boot, the first path policy used by CLARiiON storage systems
takes effect.
CAUTIO! N
Do not execute powermt set volume_open_policy from the
command line during the same boot session where the
/etc/rcS.d/S24powerstartup file that contains this command is
also in effect. Doing so can cause the first path setting issued from
the command line to change to a different device. The previous first
path device (in use by VxVM) could become unusable, leading to
I/O errors.