|
NAMEsmp_conf_zone_phy_info - invoke CONFIGURE ZONE PHY INFORMATION functionSYNOPSISsmp_conf_zone_phy_info [--expected=EX] [--help] [--hex] [--interface=PARAMS] --pconf=FN [--raw] [--sa=SAS_ADDR] [--save=SAV] [--verbose] [--version] SMP_DEVICE[,N]DESCRIPTIONSends a SAS Serial Management Protocol (SMP) CONFIGURE ZONE PHY INFORMATION function request to an SMP target. The SMP target is identified by the SMP_DEVICE and the --sa=SAS_ADDR. Depending on the interface, the SAS_ADDR may be deduced from the SMP_DEVICE. The mpt interface uses SMP_DEVICE to identify a HBA (an SMP initiator) and needs the additional ,N to differentiate between HBAs if there are multiple present.Each zone phy configuration descriptor is 4 bytes long. The first byte is a (expander) phy identifier. The second byte has 3 modifiable bits: bit 5 is "inside ZPSDS persistent"; bit 4 is "requested inside ZPSDS"; and bit 2 is "zone group persistent". The other bits in the second byte are reserved and should be 0. The third byte is reserved and should be 0. The fourth byte is the zone group. OPTIONSMandatory arguments to long options are mandatory for short options as well.
NOTESThe expander phys that make up a wide port (2 or more attached to phys with the same SAS address) must be set to the same zone phy configuration settings (other than the phy id).Zone phy information can be read back from an expander and placed in a file with the smp_discover_list utility's --zpi=FN option. The format of that file should be suitable for this utility's --pconf=FN option. CONFORMING TOThe SMP CONFIGURE ZONE PHY INFORMATION function was introduced in SAS-2 .AUTHORSWritten by Douglas Gilbert.REPORTING BUGSReport bugs to <dgilbert at interlog dot com>.COPYRIGHTCopyright © 2011 Douglas GilbertThis software is distributed under a FreeBSD license. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSOsmp_utils, smp_conf_zone_perm_tbl, smp_zone_activate, smp_discover_list(smp_utils)
Visit the GSP FreeBSD Man Page Interface. |