Sometimes, we need to find out the NIC (Network Interface Card) details of a server. These details have NIC diver version, firmware version etc.
NIC (Network Interface Card) Details in HP-UX
If you are running the HP-UX on the server then use the lanadmin command to get the NIC details, as shown below:
- Log in as root or superuser and run the below command.
# lanadmin -x card_info 0 ********** Version Information ********** Driver version: IOCXGBE_B.11.31.1905 Firmware version: 4.1.450.14 PCI Vendor ID: 0x19a2 PCI Device ID: 0x710 PCI Sub-Vendor ID: 0x103c PCI Sub-System ID: 0x177b Hardware path: 0/0/0/3/0/0/0, lan0 ********** Card Settings ********** Driver state: IOCXGBE_STATE_ONLINE Auto-negotiation: On Transmit flow control: Enabled Receive flow control: Enabled Transmit buffer descriptors: 2048 Receive buffer descriptors: 1024 Transmit interrupt coalesce value: 1000000 usec Receive interrupt coalesce value: 20 usec Advanced Mode : OFF ********** Link Information ********** Current time: 1579245276.468403 Fri Jan 17 12:44:36 2020 Driver started: 1578832078.959182 Sun Jan 12 17:57:58 2020 Link state: LINK_UP Link transitions: 1 (logical) 1 (physical) Link transitions: Logical (driver view) 1 Up: 1578832082.690013 Sun Jan 12 17:58:02 2020 2 Dn: 1578832078.959182 Sun Jan 12 17:57:58 2020 Link transitions: Physical (hardware view) 1 Up: 1578832082.690012 Sun Jan 12 17:58:02 2020 2 Dn: 1578832078.959182 Sun Jan 12 17:57:58 2020 Link uptime: 413193.778390 (logical), 413193.778391 (physical) Link downtime: 3.730831 (logical), 3.730830 (physical) ********** Multi-Queue Settings ********** Current multi-queue mode: TCP 4-tuple/UDP 2-tuple hash based Interrupt and Queue Information: Number of receive queues configured: 5 Number of receive queues active: 5 Name Intr ID CPU Number ------------- ------- ---------- Rx Queue # 0 0 4 Rx Queue # 1 1 6 Rx Queue # 2 2 0 Rx Queue # 3 3 2 Rx Queue # 4 4 4 #
Last Updated: February 07, 2020
Related Posts
- How to Install a .depot Package Using swinstall on HP-UX
- HP-UX: How to restrict NFS share access to a particular server?
- crontab: you are not authorized to use cron. Sorry. in HP-UX
- HP-UX: SSH taking too much time after adding the DNS Servers
- How to add DNS servers on an HP-UX server
- How to login to vPar console in HP-UX
- How to extend the size of Logical Volume (LV) in HP-UX
- How to determine file system type in HP-UX using command
- How to check vPar machines status in HP-UX
- How to find HBA cards/ports and WWN Number details in HP-UX (nPar)
- How to find HBA cards/ports and WWN Number details in HP-UX (vPar)
- HP-UX command to get Physical Memory Information
- HP-UX command to get Processor Information
- HP-UX command to get Hardware Serial Number
- su: Sorry in HP-UX while switching from normal user to root user
- SSH login taking too much time on HP-UX 11.31
- How to Disable Root SHH Login in HP-UX?
- hpvmstatus: HPVM currently not running.
- How to view/print routing table in HP-UX?
- Create a Logical Volume larger than 2TB and format it in HP-UX
- Protect SSH Logins with SSH and MOTD Banner Messages in HP-UX
- Remove welcome message after login in HP-UX 11.31
- Create a Logical Volume and format it in HP-UX
- How to rescan new LUNs added in HP-UX 11.31
- How to reboot a HP-UX machine?
- How to remove File System, LV and VG in HP-UX and Linux?
- How to remove NO_HW devices from ioscan in HP-UX without a reboot?
- Change root user password of vpar machine in HP-UX