Operating System - Tru64 Unix
1753514 Members
7217 Online
108795 Solutions
New Discussion юеВ

Re: how to find which type of fibre channel i have in my system

 
eran maor
Honored Contributor

how to find which type of fibre channel i have in my system

Hi

i m using tru64 5.1b2

how to find which type of fibre channel i have in my system ?
love computers
2 REPLIES 2
Johan Brusche
Honored Contributor

Re: how to find which type of fibre channel i have in my system


Hi,

Simplest way:

grep KGP /var/adm/messages


Less simple (only V5)

hwmgr view hier | grep emx

hwmgr get attrib -id XYZ

where XYZ is hwid found for emx in previous command.

__;-0 Johan

_JB_
Uwe Zessin
Honored Contributor

Re: how to find which type of fibre channel i have in my system

You can also get information via "hwmgr show fibre".
.