PCI Hot Plug User's Guide I/O device edition - for Solaris(TM) Operating System - |
Contents
![]() ![]() |
Chapter 4 Network Devices | > 4.2 Extension of PCI cards |
This subsection describes extension procedure of PCI cards without the redundant configuration software.
The hardware monitoring of the Machine Administration is stopped by using the following command.
# /usr/sbin/FJSVmadm/prephp <Return> |
# prtpicl -v > /tmp/prtpicl.pre <Return> |
Subsequent examples describe extension of PCI cards to the slot "C0M01-PCI#slot02." The "C0M01-PCI#slot02" indicates the cabinet number : 0, the system board number : 1, physical slot number : 02.
The relationship of the position of a PCI card and format of "Ap_Id" is shown below. (N: an integral number)
Location of PCI slot | Element | Format of "Ap_Id" |
---|---|---|
Cabinet of PRIMEPOWER 900/1500/2500 |
Cabinet Number : X System Board Number : Y Physical Slot Number : ZZ |
|
PCI / Disk Box | I/O Cabinet Number : X PCI / Disk Box Number : Y Physical Slot Number : ZZ |
|
other than those above | Physical Slot Number : ZZ |
|
Please confirm that the PCI slot status which extended PCI cards is "empty unconfigured" by using cfgadm (1M) command.
# cfgadm | grep C0M01-PCI#slot02 <Return> pcicsy15:C0M01-PCI#slot02 unknown empty unconfigured unknown |
# cfgadm -x led=fault,mode=blink pcipsy15:C0M01-PCI#slot02 <Return> |
# cfgadm pcipsy15:C0M01-PCI#slot02 <Return> Ap_Id Type Receptacle Occupant Condition pcicsy15:C0M01-PCI#slot02 unknown disconnected unconfigured unknown |
The cfgadm command is executed with the "configure" option to "Ap_Id," or the push button of the PCI bus slot is pushed. Then extended PCI card is connected.
In addition, a push button is valid only in multiple user mode.
Please confirm that the slot status is "connected configured" by using the cfgadm (1M) command after the above-mentioned procedure.
# cfgadm -c configure pcipsy15:C0M01-PCI#slot02 <Return> # cfgadm pcipsy15:C0M01-PCI#slot02 <Return> Ap_Id Type Receptacle Occupant Condition pcipsy15:C0M01-PCI#slot02 pci-pci/hp connected configured ok |
Please execute the following commands in order to update configuration information, and restart the hardware monitoring of the Machine Administration.
# usr/sbin/FJSVmadm/postphp <Return> |
The extended PCI card is connected with network equipment by the cable.
The driver configuration is added by following operations.
Please save the result of the prtcicl (1M) command, and obtain the difference information between current result and the result taken at "2.a." Then, the driver instance number for the extended PCI card is obtained.
In the following example, since the instance number is 1, it can be determined that the interface name of the extended PCI card is "hme1."
# prtpicl -v > /tmp/prtpic.post <Return> # diff /tmp/prtpicl.pre /tmp/prtpicl.post | more <Return> : > :status okay > :devfs-path /pci@8d,2000/network@1 > :driver-name hme > :binding-name SUNW,hme > :bus-addr 1 > :instance 1 > :_class obp-device > :name network : |
Please carry out this procedure, when it cannot identify relationship between an interface name and PCI bus slot by expanding two or more PCI cards especially.
# /usr/sbin/FJSVmadm/inst2comp hme1 <Return> pcipsy15:C0M01-PCI#slot02 |
Please refer to each driver manual for details.
The configuration of extended PCI card used by high layer products (services, applications) is added.
Please refer to each high layer product manual for details.
By the following operations, please start the high layer product (service, application) used by the extended PCI card.
The example in the case of using TCP/IP interface is shown below.
Furthermore, when the high layer program which is using the PCI card needs to restart, please refer to the manual of each high layer program.
# /usr/sbin/ifconfig hme1 plumb <Return> # /usr/sbin/ifconfig hme1 inet 192.168.10.10 netmask + broadcast + -trailers up <Return> |
When not using the redundant configuration software, it is necessary to start all interfaces of Netcompo FNA-LAN, and all high layer applications that are using Netcompo FNA-LAN.
For details, please refer to the manual of Netcompo FNA-LAN and high layer applications.
Contents
![]() ![]() |