Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

scsimgr_fcd(7) [hpux man page]

scsimgr_fcd(7)						 Miscellaneous Information Manual					    scsimgr_fcd(7)

NAME
scsimgr_fcd - Fibre Channel interface driver fcd plug-in for scsimgr DESCRIPTION
The Fibre Channel interface driver plug-in for implements management operations specific to fibre channel HBA controllers bound to driver is the native HP-UX Fibre Channel interface driver that manages fibre channel devices. The plug-in handles the following operations for driver o Get, set and save per driver instance attributes. Commands The user can explicitly send the following commands to the driver plug-in by specifying the instance#> HBA controller hardware path> instance#> option: Displays information on attributes. Saves value of attributes in a persistent store. Sets values of attributes. Refer to scsimgr(1M) for the syntax of these commands. automatically invokes the plug-in to perform the driver specific part of the operation when the operation applies to per driver instances. Attributes The following table lists driver specific attributes. For details on the concept of attributes refer to scsimgr(1M). Note: The following conventions are used: o RO is Read Only. o RW is Read Write. o string is an array of characters. --------------------------------------------------------------------- Object Attribute Name RO/RW Type Description --------------------------------------------------------------------- Controller sym_port_name RW string Symbolic Port Name for fibre channel HBA con- troller Default: <host- name>_fcd<instance#> --------------------------------------------------------------------- sym_node_name RW string Symbolic Node Name for fibre channel HBA con- troller Default: <hostname>_HP- UX_<os release version> --------------------------------------------------------------------- EXAMPLES
Display all attributes for HBA controller with DSF /dev/fcd1: Get HBA controller symbolic port name for DSF /dev/fcd1: Get HBA controller symbolic node name for hardware path 0/2/1/0: Set HBA controller symbolic port name for DSF /dev/fcd1 to fcd1_port: Set HBA controller symbolic node name for class fc and instance 8 to fcd1_node: Save HBA controller symbolic port name for DSF /dev/fcd1 as fcd1_port: Save HBA controller symbolic node name for hardware path 0/2/1/0 as fcd1_node: AUTHOR
Fibre Channel interface driver plug-in for was developed by HP. SEE ALSO
scsimgr(1M), intro(7). scsimgr_fcd(7)

Check Out this Related Man Page

ahci(7D)							      Devices								  ahci(7D)

NAME
ahci - Advanced Host Controller Interface SATA controller driver SYNOPSIS
sata@unit-address DESCRIPTION
The ahci driver is a SATA framework-compliant HBA driver that supports SATA HBA controllers that are compatible with the Advanced Host Con- troller Interface 1.0 specification. AHCI is an Intel-developed protocol that describes the register-level interface for host controllers for serial ATA 1.0a and Serial ATA II. The AHCI 1.0 specification describes the interface between the system software and the host con- troller hardware. The ahci driver currently supports the Intel ICH6/7/8/9, VIA vt8251 and JMicron AHCI controllers which are compliant with the Advanced Host Controller Interface 1.0 specification. Note that while the Intel ICH6/7/8/9, VIA vt8251 and JMicron AHCI controllers support standard SATA features, the ahci driver currently only supports hard disk, ATAPI SATA DVD, hotplug and NCQ (Native command queuing). Port multiplier and power management are not yet supported. CONFIGURATION
The ahci module contains no user configurable parameters. FILES
/kernel/drv/ahci 32-bit ELF kernel module (x86). /kernel/drv/amd64/ahci 64-bit ELF kernel module (x86). ATTRIBUTES
See attributes(5) for descriptions of the following attribute: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |x86 | +-----------------------------+-----------------------------+ |Availability |SUNWahci | +-----------------------------+-----------------------------+ SEE ALSO
cfgadm(1M), cfgadm_sata(1M), prtconf(1M), sata(7D) Advanced Host Controller Interface 1.0 Writing Device Drivers NOTES
To bind the ahci driver to your controller, choose the [AHCI] BIOS option. Note that booting is not supported if toggle exists between the [IDE] and [AHCI] BIOS options SunOS 5.11 22 Jan 2008 ahci(7D)
Man Page