How do I check my system has fibre cards on hpux?



  • To check to see you hpux system contains fibre channel cards, use ioscan in the following way:

    # ioscan -fun | grep -i fibre
    fc 0 0/2/1/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
    fc 1 0/5/1/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
    

    You do not need to use the -fun specific options for ioscan, but with various options it provides relevant information.
    For instance if you use the same ioscan command but pipe it through less, you will see the device name /dev/td0 and /dev/td1, this system has two fibre channel cards.


Log in to reply
 

© Lightnetics 2024