SunVTS 5.0 Test Reference Manual

Probing for SSA Controller Devices

Unlike most other hardware devices, the SSA controller card does not have a logical device name (one you would find in the /dev directory). Therefore, the SSA controller card is identified by its longer, physical device name.


Note -

The physical device name of the SSA controller card cannot be used to run plntest.


When running plntest from the command line, the physical device name of the SSA controller card cannot be used, so a logical name must be specified. ANSI standards require commas as delimiters between items. Since the physical name of the SSA controller contains embedded commas, if you use a physical name that contains commas as a command-line option, plntest misinterprets the option.

There are two ways that you can create a logical name:

Use this name as the parameter for the dev= option of plntest.


machine# ./plntest -o "?"

1: /devices/io-unit@f,e3200000/sbi@0,0/SUNW,soc@1,0/SUNW,

pln@0c0d,0e0f0102:ctlr 
2: /devices/io-unit@f,e0200000/sbi@0,0/SUNW,soc@3,0/SUNW,

pln@0c0d,0e0f0102:ctlr

machine# ln -s \ /devices/io-unit@f,e3200000/sbi@0,0/SUNW,soc@1,0/SUNW,

pln@0c0d,0e0f0102:ctlr \ /dev/ssa1
machine# /opt/SUNWvts/bin/plntest dev=/dev/ssa1