Contenues dans
Trouver plus de documentationRessources d'assistance comprises | Télécharger cet ouvrage au format PDF (253 Ko)
Chapter 1 Configuring the Driver Software for SunFDDI AdaptersThis chapter includes information and instructions for configuring the driver software used by the SunFDDI adapter. Unless otherwise noted, all instructions apply to both the SunFDDI PCI adapter (pf) and the SunFDDI SBus adapter (nf). Installing the Driver SoftwareThe Solaris CD-ROM contains the software that must be installed in order to use the SunFDDI adapter. Note - Do not use the installation CD-ROM that shipped with your SunFDDI adapter. The software on the Solaris CD-ROM is more current and replaces previous versions of the driver. Before using the SunFDDI adapter, you will need to create and edit system host files, as described in the next section Configuring the Host FileAfter installing the SunFDDI driver software, you must create a hostname file for the adapter's interface. You must also create both an IP address and a host name for the interface in the /etc/hosts file. To Configure the Host File
# grep nf /etc/path_to_inst "/sbus@1f,0/SUNW,nf@1,7880" 1 "nf" In the example above, the nf@1 instance shows a SunFDDI SBus adapter installed in slot 2.
Using the instance example in SBus Step 1, the following example shows the /etc/hostname.nfnum files required for a system called zardoz that has a SunFDDI adapter (zardoz-11). # cat /etc/hostname.hme0 zardoz # cat /etc/hostname.nf0 zardoz-11
Booting From the NetworkTo use a SunFDDI adapter interface as the boot device, perform the following tasks: To Boot From the Network
/pci@1f,2000/pci@2/pf@0,1 /sbus@1f,0/nf@1,7880 Note - You need to select only one of these FDDI devices for booting. local-mac-address PropertyEach of the network interfaces of the SunFDDI adapter has been assigned a unique Media Access Control (MAC) address, which represents the 48-bit Ethernet address for that network interface. The OpenBoot firmware reports this MAC address via the local-mac-address property in the device nodes corresponding to the network interfaces. A system is not obligated to use this assigned MAC address if it has a systemwide MAC address. In such cases, the systemwide MAC address applies to all network interfaces on the system. The device driver, or any other adapter utility, can use the network device's MAC address (local-mac-address) while configuring it. A network interface's MAC address can be used when booting over the network. The mac-address property of the network device specifies the network address (systemwide or local-mac-address) used for booting the system. To start using the MAC addresses assigned to the network interfaces of the SunFDDI adapter, set the NVRAM configuration variable local-mac-address? to true ok setenv local-mac-address? true . |