Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to view server hardware information by Linux

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to view server hardware information on Linux. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.

Check the server model and serial number

Root@zhangdaifu# dmidecode-s system-serial-numberroot@zhangdaifu# dmidecode-t system | grep-I 'serial number'    Serial Number: 818123456root@zhangdaifu# dmidecode-t system | grep-I' System information'-A9 | egrep-I 'manufacturer | product | sial'   Manufacturer: Inspur   Product Name: SA5112M4

View motherboard model

Root@zhangdaifu# dmidecode | grep-I-A16 'System information$'System Information   Manufacturer: Inspur   Product Name: SA5112M4   Version: 01   Serial Number: 818123456   UUID: 7A61462A-D45E-11E8-8FB4-013865DCAE00   Wake-up Type: Power Switch   SKU Number: Default string   Family: Default stringHandle 0x0002, DMI type 2,15 bytesBase Board Information   Manufacturer: Inspur   Product Name: Product Name-102  Product Name: YZMB-00370  : YZMB-00370  : 818123456

View BIOS information

Root@zhangdaifu# dmidecode 3.0Getting SMBIOS data from sysfs.SMBIOS 3.0 present.Handle 0x0000, DMI type 0 24 bytesBIOS Information   Vendor: American Megatrends Inc.   Version: 4.1.16   Release Date: 06   21   Address: 0xF0000   Runtime Size: 64 kB   ROM Size: 8192 kB   Characteristics:    PCI is supported    BIOS is upgradeable    BIOS shadowing is allowed    Boot from CD is supported    Selectable boot is supported    BIOS ROM is socketed    EDD is supported    5.25 "/ 1.2 MB floppy services are supported (int 13h)    3.5" / 720 (int) 13h)    3.5 "/ 2.88 MB floppy services are supported (int 13h)    Print screen service is supported (int 5h)    Serial services are supported (int 14h)    Printer services are supported (int 17h)    ACPI is supported    USB legacy is supported    BIOS boot specification is supported    Targeted content distribution is supported    UEFI is supported   BIOS Revision: 5.6Handle 0x006F DMI type 13,22 bytesBIOS Language Information   Language Description Format: Long   Installable Languages: 1    en | US | iso8859-1   Currently Installed Language: en | US | iso8859-1

View pci information, that is, all hardware slot information on the motherboard

Root@zhangdaifu# lspci | head-1000 v4/Xeon 00.0 Host bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DMI2 (rev 01) 00V 01.0 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 1 (rev 01) 00V 01.1 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 1 (rev 01) 00V 02.0 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4 / Xeon E3 v4/Xeon D PCI Express Root Port 2 (rev 01) 00 PCI bridge 02.2 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 2 (rev 01) 00 Intel Corporation Xeon 03.0 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3 (rev 01) 00 v4/Xeon 03.2 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3 (rev 01) 0040 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 0 (rev 01) 00 v4/Xeon D Crystal Beach DMA Channel 04.1 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 System peripheral: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 2 (rev 01)

View cpu model

Root@zhangdaifu# grep name / proc/cpuinfo | cut-f2-d: | uniq-c   56 Intel (R) Xeon (R) CPU E5-2680 v4 @ 2.40GHz

View the actual number of physical CPU in the system (physical)

Root@zhangdaifu# grep 'physical id' / proc/cpuinfo | sort | uniq | wc-L2

Number of actual physical CPU in the system (number of cores)

Root@zhangdaifu# grep 'processor' / proc/cpuinfo | wc-L56

Check the number of core (that is, cores) in each physical CPU

Root@zhangdaifu# grep "cores" / proc/cpuinfo | uniqcpu cores: 14

Check the main frequency of CPU

Root@zhangdaifu# grep-I MHz / proc/cpuinfo | uniqcpu MHz: 2899.781cpu MHz: 2900.156cpu MHz: 2899.593cpu MHz: 2899.687cpu MHz: 2900.156cpu MHz: 2899.968cpu MHz: 2900.156cpu MHz: 2899.875cpu MHz: 2899.968cpu MHz: 2899.781cpu MHz: 2899.968cpu MHz: 2899.781cpu MHz: 2899.968cpu MHz: 2899.781cpu MHz: 2899.875cpu MHz: 2899.968cpu MHz: 2899.875cpu MHz: 2899.781cpu MHz: 2901.281cpu MHz: 2900.062cpu MHz: 2899.968cpu MHz : 2898.187cpu MHz: 2901.187cpu MHz: 2900.156cpu MHz: 2899.781cpu MHz: 2899.687cpu MHz: 2899.968cpu MHz: 2899.687cpu MHz: 2899.968cpu MHz: 2900.156cpu MHz: 2899.968cpu MHz: 2900.250cpu MHz: 2899.968cpu MHz: 2899.875cpu MHz: 2899.968cpu MHz: 2899.875cpu MHz: 2899.218cpu MHz: 2899.687cpu MHz: 2900.812cpu MHz: 2899.687cpu MHz: 2899.875cpu MHz: 2899.968cpu MHz: 2899.218cpu MHz: 2900.812cpu MHz: 2899.968cpu MHz: 2899.593cpu MHz: 2899.781

View the details of CPU

Root@zhangdaifu# head-26 / proc/cpuinfoprocessor: 0vendor_id: GenuineIntelcpu family: 6model: 79model name: Intel (R) Xeon (R) CPU E5-2680 v4 @ 2.40GHzstepping: 1microcode: 0xb00002ecpu MHz: 2899.781cache size: 35840 KBphysical id: 0siblings: 28core id: 0cpu cores: 14apicid: 0initial apicid: 0fpu: yesfpu_exception: yescpuid level: 20wp: yesflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_ Perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb cat_l3 cdp_l3 intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln ptsbogomips: 4788.94clflush size: 64cache_alignment: 64address sizes: 46 bits physical 48 bits virtualpower management:

AND

Root@zhangdaifu# lscpuArchitecture: x86_64CPU op-mode (s): 32-bit 64-bitByte Order: Little EndianCPU (s): 56On-line CPU (s) list: 0-55Thread (s) per core: 2Core (s) per socket: 14Socket (s): 2NUMA node (s): 2Vendor ID: GenuineIntelCPU family: 6Model: 79Model name: Intel (R) Xeon (R) CPU E5-2680 v4 @ 2.40GHzStepping: 1CPU MHz: 2900.062CPU max MHz: 3300.0000CPU min MHz: 1200.0000BogoMIPS: 4788.94Virtualization: VT-xL1d cache: 32KL1i cache: 32KL2 cache: 256KL3 cache: 35840KNUMA node0 CPU (s): 0-13 41NUMA node1 CPU 28-41NUMA node1 CPU (s): 14-27 pm 42-55Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb cat_l3 cdp_l3 intel_pt tpr _ shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts

View cpu operation mode

Root@zhangdaifu# getconf LONG_BIT64

Check whether cpu supports 64bit

Root@zhangdaifu# grep flags / proc/cpuinfo | grep'lm'| wc-l

View memory hardware information

Root@zhangdaifu# dmidecode-t memory | head-45 | tail-23   Locator: CHA_0   Bank Locator: A1_Node0_Channel0_Dimm0   Type: DDR4   Type Detail: Synchronous   Speed: 2400 MHz   Manufacturer: Samsung   Serial Number: 391D9CB4   AssetTag: CHA_0_AssetTag   Part Number: M393A2K40BB1-CRC   M393A2K40BB1-CRC: 1   Rank: 2400 Rank   Rank: 1.2V   Configured Clock Speed: 1.2V   Configured Clock Speed: 1.2V   Rank: 1.2V 40 bytesMemory Device   Array Handle: 0x0036   Error Information Handle: Not Provided   Total Width: Unknown   Data Width: Unknown   Size: No Module Installed   Form Factor: Unknown

View used memory slots

Root@zhangdaifu# dmidecode-t memory | grep-I 'Locator' | grep-v-I' Bank' | grep-v-I 'no'   Locator: CHA_0   Locator: CHB_0   Locator: CHC_0   Locator: CHD_0   Locator: CHE_0   Locator: CHF_0   Locator: CHG_0   Locator: CHH_0

The maximum amount of memory supported

Root@zhangdaifu# dmidecode | grep-P'Maximum\ sCapacitor '  Maximum Capacity: 256 GB   Maximum Capacity: 256 GB

Check the number of slots in memory and how many slots have been used. How big is each memory?

Root@zhangdaifu# dmidecode-t memory | grep-A5-I 'memory device' | grep Size | grep-iv range    Size: 16384 MB    Size: No Module Installed    Size: 16384 MB   : MB    Size: 16384 Size   : No Module Installed    Size: 16384   :   : 16384   :   : 16384 memory device'   :

Check the frequency of memory

Root@zhangdaifu# dmidecode | grep-A16-I "Memory Device" | grep-I 'Speed'   Speed: 2400 MHz   Speed: Unknown  : 2400 Unknown   Unknown: Speed  : 2400 Speed  :  : 2400  :  : 2400 Speed  : Speed

View the details of memory

Root@zhangdaifu# cat / proc/meminfoMemTotal: 131716456 kBMemFree: 128926560 kBMemAvailable: 129823072 kBBuffers: 139584 kBCached: 1060328 kBSwapCached: 0 kBActive: 299052 kBInactive: 967756 kBActive (anon): 72860 kBInactive (anon): 11760 kBActive (file): 226192 kBInactive (file): 955996 kBUnevictable: 0 kBMlocked: 0 kBSwapTotal: 0 kBSwapFree: 0 kBDirty: 32 kBWriteback: 0 kBAnonPages: 67424 kBMapped: 30548 kBShmem: 17632 kBSlab: 423604 kBSReclaimable: 340432 kBSUnreclaim: 83172 kBKernelStack: 10160 kBPageTables: 3836 kBNFS_Unstable: 0 kBBounce: 0 kBWritebackTmp: 0 kBCommitLimit: 65858228 kBCommitted_AS: 1228180 kBCommitted_AS: 3435938367 KBVmallocUsed: 520712 kBVmallocChunk: 34291843068 kBHardwareCorrupted: 0 kBAnonHugePages: 6144 kBHugePages_Total: 0HugePages_Free: 0HugePages_Rsvd: 0HugePages_Surp: 0Hugepagesize: 2048 kBDirectMap4k: 201200 kBDirectMap2M: 5945344 kBDirectMap1G: 130023424 kB

View memory usage information

Root@zhangdaifu# free-m   total used free shared buff/cache availableMem: 128629 1132 124977 17 2519 126784Swap: 0 000 0

View hard disk and partition information

Root@zhangdaifu# lsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTsda 8:0 0 279.4G 0 disk  ├─ sda1 8:1 0 476M 0 part / boot  ├─ sda2 8:2 0 48G 0 part /  └─ sda3 8:3 0 231G 0 part / homesdb 8:16 0 1.8T 0 disk / mnt/disk1

AND

Root@zhangdaifu# fdisk-lDisk / dev/sda: 300.0 GB, 30000000000 bytes, 585937500 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk label type: dosDisk identifier: 0xd8f7f38bDevice Boot Start End Blocks Id System   / dev/sda1 * 2048 976895 487424 83 Linux   / dev/sda2 976896 101562367 50292736 83 Linux   / dev/sda3 101562368 585936895 242187264 83 LinuxDisk / dev/sdb: 2000.4 GB, 2000398934016 bytes 3907029168 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytes--root@zhangdaifu# fdisk-l | grep-I 'disk'Disk / dev/sda: 300.0 GB, 30 million bytes, 585937500 sectorsDisk label type: dosDisk identifier: 0xd8f7f38bDisk / dev/sdb: 2000.4 GB, 2000398934016 bytes, 3907029168 sectorsDisk / dev/sdc: 4027 MB, 4027580416 bytes, 7866368 sectorsDisk label type: dosDisk identifier:

View mount partition status

Root@zhangdaifu# mount | column-tsysfs on / sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on / proc type proc (rw,nosuid,nodev,noexec,relatime) devtmpfs on / dev type devtmpfs (rw,nosuid,size=65833276k,nr_inodes=16458319,mode=755) securityfs on / sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on / dev/shm type tmpfs (rw,nosuid,nodev) devpts on / dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on / run type tmpfs (rw,nosuid Nodev,mode=755) tmpfs on / sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) cgroup on / sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) pstore on / sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) cgroup on / sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on / sys/fs/cgroup/pids type cgroup (rw,nosuid Nodev,noexec,relatime,pids) cgroup on / sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on / sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_prio,net_cls) cgroup on / sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu) cgroup on / sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime Cpuset) cgroup on / sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) cgroup on / sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) cgroup on / sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on / sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) configfs on / sys/kernel/config type configfs (rw,relatime) / dev/sda2 on / type ext4 (rw Noatime,nobarrier,data=ordered) systemd-1 on / proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=46109) debugfs on / sys/kernel/debug type debugfs (rw,relatime) mqueue on / dev/mqueue type mqueue (rw,relatime) hugetlbfs on / dev/hugepages type hugetlbfs (rw,relatime) / dev/sdb on / mnt/disk1 type xfs (rw,noatime,attr2,nobarrier,inode64,noquota) / dev/sda1 on / boot type ext4 (rw,noatime,nobarrier Data=ordered) / dev/sda3 on / home type ext4 (rw,noatime,nobarrier,data=ordered) binfmt_misc on / proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime) tmpfs on / run/user/1102 type tmpfs (rw,nosuid,nodev,relatime,size=13171648k,mode=700,uid=1102,gid=1102) tmpfs on / run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=13171648k,mode=700)

View hard disk usage

Root@zhangdaifu# df-hTFilesystem Type Size Used Avail Use% Mounted on/dev/sda2 ext4 47G 2.5G 43G 6% / devtmpfs devtmpfs 63G 063G 0% / devtmpfs tmpfs 63G 063G 0% / dev/shmtmpfs tmpfs 63G 18M 63G 0% / runtmpfs tmpfs 63G 063G 0% / sys/fs/cgroup/dev/sdb xfs 1.9T 21G 1.8T 2% / mnt/disk1/dev/sda1 ext4 453M 178M 249m 42% / boot/dev/sda3 ext4 227G 254M 215G 1% / hometmpfs tmpfs 13G 0 13G 0% / run/user/1102tmpfs tmpfs 13G 0 13G 0% / run/user/0

View Nic hardware information

| root@zhangdaifu# lspci | grep-I 'eth'01:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 01eth'01:00.0 Ethernet controller 00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 07eth'01:00.0 Ethernet controller 00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) 07VR 00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)

View all network interfaces of the system

Root@zhangdaifu# ip a1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1   link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00   inet 127.0.0.1/8 scope host lo    valid_lft forever preferred_lft forever   inet6:: 1/128 scope host    valid_lft forever preferred_lft forever2: eno1: mtu 1500 qdisc noop state DOWN qlen 1000   link/ether 6c:92:bf:a4:42:66 brd ff:ff: Ff:ff:ff:ff3: eno2: mtu 1500 qdisc noop state DOWN qlen 1000   link/ether 6c:92:bf:a4:42:67 brd ff:ff:ff:ff:ff:ff4: eth01: mtu 1500 qdisc mq master bond0 state DOWN qlen 1000   link/ether 6c:92:bf:68:3b:3c brd ff:ff:ff:ff:ff:ff5: eth02: mtu 1500 qdisc mq master bond0 state DOWN qlen 1000   link/ether 6c:92:bf:68:3b:3c brd ff:ff : ff:ff:ff:ff6: bond0: mtu 1500 qdisc noqueue state DOWN qlen 1000   link/ether 6c:92:bf:68:3b:3c brd ff:ff:ff:ff:ff:ff   inet 10.58.62.43/24 brd 10.58.62.255 scope global bond0    valid_lft forever preferred_lft forever

AND

Root@zhangdaifu# ifconfig-abond0: flags=5123 mtu 1500    inet 10.58.62.43 netmask 255.255.255.0 broadcast 10.58.62.255    ether 6c:92:bf:68:3b:3c txqueuelen 1000 (Ethernet)    RX packets 0 bytes 0 (0.0B)    RX errors 0 dropped 0 overruns 0 frame 0    TX packets 0 bytes 0 (0.0B)    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0eno1: flags=4098 mtu 1500    ether 6c:92:bf:a4 42:66 txqueuelen 1000 (Ethernet)    RX packets 0 bytes 0 (0.0B)    RX errors 0 dropped 0 overruns 0 frame 0    TX packets 0 bytes 0 (0.0B)    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0    device memory 0xc7420000-c743ffffeno2: flags=4098 mtu 1500    ether 6c:92:bf:a4:42:67 txqueuelen 1000 (Ethernet)    RX packets 0 bytes 0 (0.0B)    RX errors 0 dropped 0 overruns 0 frame 0    TX packets 0 bytes 0 (0.0B)    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0    device memory 0xc7400000-c741ffffeth01: flags=6147 mtu 1500    ether 6c:92:bf:68:3b:3c txqueuelen 1000 (Ethernet)    RX packets 0 bytes 0 (0.0B)    RX errors 0 dropped 0 overruns 0 frame 0    TX packets 0 bytes 0 (0.0B)    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0eth02: flags=6147 mtu 1500    ether 6c:92:bf:68:3b:3c txqueuelen 1000 ( Ethernet)    RX packets 0 bytes 0 (0.0B)    RX errors 0 dropped 0 overruns 0 frame 0    TX packets 0 bytes 0 (0.0B)    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73 mtu 65536    inet 127.0.0.1 netmask 255.0.0.0    inet6: 1 prefixlen 128 scopeid 0x10    loop txqueuelen 1 (Local Loopback)    RX packets 57834 bytes 5287121 (5.0 MiB)    RX errors 0 dropped 0 dropped 0    overruns Packets 57834 bytes 5287121 (MiB)    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

View network configuration

Root@zhangdaifu# ipmitool lan print 1Set in Progress: Set CompleteAuth Type Support: MD2 MD5 PASSWORD Auth Type Enable: Callback: MD2 MD5 PASSWORD  : User: MD2 MD5 PASSWORD  : Operator: MD2 MD5 PASSWORD  : Admin: MD2 MD5 PASSWORD  : OEM: IP Address Source: Static AddressIP Address: 10.59.62.43Subnet Mask: 255.255.255.0MAC Address: 6c : 92:bf:a4:42:69SNMP Community String: InspurIP Header: TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10BMC ARP Control: ARP Responses Enabled Gratuitous ARP DisabledGratituous ARP Intrvl: 0. 0 secondsDefault Gateway IP: 10.59.62.1Default Gateway MAC: 00:00:00:00:00:00Backup Gateway IP: 0.0.0.0Backup Gateway MAC: 00 10.59.62.1Default Gateway MAC: 00 VLAN ID: Disabled802.1q VLAN Priority: 0RMCP + Cipher Suites: 1, 2, 3, 6, 7, 8 11,12Cipher Suite Priv Max: aaaaXXaaaXXaaXX  : X=Cipher Suite Unused  : c=CALLBACK  : u=USER  : o=OPERATOR  : a=ADMIN  : O=OEMBad Password Threshold: 0Invalid password disable: noAttempt Count Reset Int.: 0User Lockout Interval: 0

View the details of a network interface

Root@zhangdaifu# ethtool eth01Settings for eth01:   Supported ports: [FIBRE]   Supported link modes: 10000baseT/Full   Supported pause frame use: Symmetric   Supports auto-negotiation: No   Advertised link modes: 10000baseT/Full   Advertised pause frame use: Symmetric   Advertised auto-negotiation: No   Speed: Unknown!   Duplex: Unknown! (255)   Port: Port   Port: 0   Port:   Port:   Other: d   PHYAD: d   PHYAD: (7)      drv probe link   Link detected: no's article on "how Linux views server hardware information" ends here. Hope that the above content can be helpful to you, so that you can learn more knowledge, if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report