Bob,

Here is how you can tell the array to ignore cache sync commands and the force 
unit access bits...(Sorry if it wraps..)

On a Solaris CAM install, the 'service' command is in "/opt/SUNWsefms/bin"

To read the current settings:
service -d arrayname -c read -q nvsram region=0xf2 host=0x00

save this output so you can reverse the changes below easily if needed...


To set new values:

service -d arrayname -c set -q nvsram region=0xf2 offset=0x17 value=0x01 
host=0x00
service -d arrayname -c set -q nvsram region=0xf2 offset=0x18 value=0x01 
host=0x00
service -d arrayname -c set -q nvsram region=0xf2 offset=0x21 value=0x01 
host=0x00

Host region 00 is Solaris (w/Traffic Manager)

You will need to reboot both controllers after making the change before it 
becomes active.
-Joel
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to