/kernel/drv/scsi_vhci.conf

From: Vic Engle (sunsysadmin@gmail.com)
Date: Wed Aug 09 2006 - 14:42:06 EDT


Hello List,

I am writing a script to add/remove entries to and from this file.
>From reading Sun's Traffic Manager documentation it looks as though
the device-type-scsi-options-list entry can look like this...

device-type-scsi-options-list =
"Acme MSU", "symmetric-option",
"SUN SENA","symmetric-option",
.
.
"XYZ ABC", "symmetric-option";
symmetric-option=0x1000000;

Or it can contain 1 or more lines like this...

device-type-scsi-options-list ="XYZ ABC", "symmetric-option";
symmetric-option=0x1000000;

Or

device-type-scsi-options-list =
"XYZ ABC", "symmetric-option";
symmetric-option=0x1000000;

My question is regarding the "symmetric-option" following the
VendorID/ProductID. Does this ever vary? It does make sense to me that
only symmetric products need be listed in scsi_vhci.conf but I didn't
find documentation that specifically says that "symmetric-option" is
the only valid text for that field.

Also, every documented entry I have seen has
this...symmetric-option=0x1000000; on the line following the "SUN
SENA","symmetric-option"; type line. Is symmetric-option always set to
0x1000000?

Also, does anyone know if there is anyway to use wildcards of any kind
in the ProductID field like "VNDR Stor*"?

Thanks,
Vic Engle
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:40:35 EDT