Deployed check.sh to all 7 hosts at 21:50 CDT. Captures the live state after the user's PDM migrations: Cnode movements since last audit: - cnode1: tsys1 -> tsys9 - cnode2: tsys6 -> tsys7 - cnode5: tsys6 -> tsys7, storage D5(tsys4) -> S2(tsys5) Wnode changes: - wnode-tsys1 (102): new VM on S2, stopped - wnode-tsys3: RAM bumped 20 -> 28 GB - wnode-tsys6: now running (was stopped) - wnode-tsys9: storage moved S3 -> S2 Storage distribution improved from 90/10 to 73/27 (tsys4/tsys5). Still need 2 more cnode moves for etcd quorum survival. Updated executive summary, k8s distribution tables, storage utilization, and open items with the fresh data. Captured future k8s requirements: vcluster + Rancher, OIDC to Keycloak, workload isolation (RackRental/Suborbital ITAR/non-ITAR/SLP), and solar-aware scale-out with PowerEdge 19xx/2950 systems. Added tsys9 to deploy-check.sh host list.
18746 lines
1.0 MiB
Plaintext
18746 lines
1.0 MiB
Plaintext
###############################################################################
|
|
# Proxmox VE host performance assessment (READ-ONLY)
|
|
# Host: pfv-tsys5 (pfv-tsys5.knel.net)
|
|
# FQDN: pfv-tsys5.knel.net
|
|
# All IPs: 100.87.135.12 192.168.0.20 10.100.100.5 fd7a:115c:a1e0::da3b:870c
|
|
# Collected: 2026-07-28T02:50:35Z (UTC)
|
|
# Kernel: 6.17.2-1-pve
|
|
# Machine: x86_64 GNU/Linux
|
|
# Caller: root (uid=0)
|
|
# Script: check.sh - strictly READ-ONLY
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
# 1. TOOL AVAILABILITY MATRIX
|
|
###############################################################################
|
|
|
|
--- command presence + path + version
|
|
$ # Each line: name | present? | path | version
|
|
printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE"
|
|
printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------"
|
|
for t in \
|
|
pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \
|
|
ip ss ethtool bridge brctl nmcli \
|
|
tcpdump mtr nstat netstat nicstat ifstat \
|
|
dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \
|
|
cpupower turbostat x86_energy_perf_policy rdmsr \
|
|
tuned-adm irqbalance \
|
|
zpool zfs zdb arcstat arc_summary \
|
|
lsblk blkid blockdev findmnt smartctl nvme hdparm \
|
|
storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \
|
|
sas2ircu sas3ircu hpssacli ssacli perccli \
|
|
multipath pvs vgs lvs lvdisplay \
|
|
xfs_info dumpe2fs btrfs \
|
|
fio iperf iperf3 sysbench bonnie++ iozone \
|
|
iostat mpstat pidstat sar vmstat \
|
|
top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \
|
|
perf strace lsof fatrace \
|
|
dig host nslookup \
|
|
chronyc ntpq timedatectl \
|
|
nft iptables iptables-save ipset ufw \
|
|
jq bc awk smartctl nvme \
|
|
apt dpkg
|
|
do
|
|
p="$(command -v "$t" 2>/dev/null)"
|
|
if [ -n "$p" ]; then
|
|
v=""
|
|
case "$t" in
|
|
zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;;
|
|
iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower)
|
|
v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;;
|
|
pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;;
|
|
storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli)
|
|
v="(storage HBA CLI - present)" ;;
|
|
esac
|
|
printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v"
|
|
else
|
|
printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-"
|
|
fi
|
|
done
|
|
TOOL PRESENT PATH VERSION/NOTE
|
|
---- ------- ---- ------------
|
|
pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve)
|
|
pvecm yes /usr/bin/pvecm
|
|
qm yes /usr/sbin/qm
|
|
pct yes /usr/sbin/pct
|
|
pvesm yes /usr/sbin/pvesm
|
|
pvesh yes /usr/bin/pvesh
|
|
pveperf yes /usr/bin/pveperf
|
|
proxmox-backup-client yes /usr/bin/proxmox-backup-client
|
|
ip yes /usr/sbin/ip
|
|
ss yes /usr/bin/ss
|
|
ethtool yes /usr/sbin/ethtool ethtool version 6.14.2
|
|
bridge yes /usr/sbin/bridge
|
|
brctl yes /usr/sbin/brctl
|
|
nmcli no - -
|
|
tcpdump yes /usr/bin/tcpdump
|
|
mtr no - -
|
|
nstat yes /usr/bin/nstat
|
|
netstat yes /usr/bin/netstat
|
|
nicstat no - -
|
|
ifstat no - -
|
|
dmidecode yes /usr/sbin/dmidecode
|
|
lscpu yes /usr/bin/lscpu
|
|
lshw yes /usr/bin/lshw
|
|
hwinfo no - -
|
|
inxi no - -
|
|
lspci yes /usr/bin/lspci
|
|
lsusb yes /usr/bin/lsusb
|
|
numactl no - -
|
|
numastat no - -
|
|
cpupower yes /usr/bin/cpupower cpupower 6.12
|
|
turbostat yes /usr/sbin/turbostat
|
|
x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy
|
|
rdmsr no - -
|
|
tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1
|
|
irqbalance no - -
|
|
zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1
|
|
zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1
|
|
zdb yes /usr/sbin/zdb
|
|
arcstat yes /usr/sbin/arcstat
|
|
arc_summary yes /usr/sbin/arc_summary
|
|
lsblk yes /usr/bin/lsblk
|
|
blkid yes /usr/sbin/blkid
|
|
blockdev yes /usr/sbin/blockdev
|
|
findmnt yes /usr/bin/findmnt
|
|
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
nvme no - -
|
|
hdparm yes /usr/sbin/hdparm
|
|
storcli no - -
|
|
storcli64 no - -
|
|
MegaCli no - -
|
|
MegaCli64 no - -
|
|
tw-cli no - -
|
|
arcconf no - -
|
|
sas2ircu no - -
|
|
sas3ircu no - -
|
|
hpssacli no - -
|
|
ssacli no - -
|
|
perccli no - -
|
|
multipath no - -
|
|
pvs yes /usr/sbin/pvs
|
|
vgs yes /usr/sbin/vgs
|
|
lvs yes /usr/sbin/lvs
|
|
lvdisplay yes /usr/sbin/lvdisplay
|
|
xfs_info yes /usr/sbin/xfs_info
|
|
dumpe2fs yes /usr/sbin/dumpe2fs
|
|
btrfs yes /usr/bin/btrfs
|
|
fio no - -
|
|
iperf no - -
|
|
iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15)
|
|
sysbench no - -
|
|
bonnie++ no - -
|
|
iozone no - -
|
|
iostat no - -
|
|
mpstat no - -
|
|
pidstat no - -
|
|
sar no - -
|
|
vmstat yes /usr/bin/vmstat
|
|
top yes /usr/bin/top
|
|
htop yes /usr/bin/htop
|
|
atop no - -
|
|
glances yes /usr/bin/glances
|
|
dstat no - -
|
|
nethogs no - -
|
|
iftop no - -
|
|
iotop no - -
|
|
smem no - -
|
|
pmap yes /usr/bin/pmap
|
|
slabtop yes /usr/bin/slabtop
|
|
perf yes /usr/bin/perf
|
|
strace yes /usr/bin/strace
|
|
lsof yes /usr/bin/lsof
|
|
fatrace no - -
|
|
dig yes /usr/bin/dig
|
|
host yes /usr/bin/host
|
|
nslookup yes /usr/bin/nslookup
|
|
chronyc yes /usr/bin/chronyc
|
|
ntpq no - -
|
|
timedatectl yes /usr/bin/timedatectl
|
|
nft yes /usr/sbin/nft
|
|
iptables yes /usr/sbin/iptables
|
|
iptables-save yes /usr/sbin/iptables-save
|
|
ipset yes /usr/sbin/ipset
|
|
ufw no - -
|
|
jq no - -
|
|
bc yes /usr/bin/bc
|
|
awk yes /usr/bin/awk
|
|
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
nvme no - -
|
|
apt yes /usr/bin/apt
|
|
dpkg yes /usr/bin/dpkg
|
|
|
|
--- Debian packages relevant to perf/storage/net
|
|
$ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80
|
|
bridge-utils 1.7.1-4+b1
|
|
ceph-common 19.2.3-pve2
|
|
ceph-fuse 19.2.3-pve2
|
|
corosync 3.1.10-pve3
|
|
ethtool 1:6.14.2-1
|
|
glances 4.3.1+dfsg-1
|
|
htop 3.4.1-5
|
|
ifenslave 2.14
|
|
iperf3 3.18-2+deb13u2
|
|
nfs-common 1:2.8.3-1
|
|
nfs-kernel-server 1:2.8.3-1
|
|
open-iscsi 2.1.11-1+deb13u2
|
|
proxmox-archive-keyring 4.0
|
|
proxmox-backup-client 4.2.3-1
|
|
proxmox-backup-file-restore 4.2.3-1
|
|
proxmox-backup-restore-image 1.0.0
|
|
proxmox-default-kernel 2.1.0
|
|
proxmox-enterprise-support-keyring 1.0
|
|
proxmox-firewall 1.2.3
|
|
proxmox-kernel-6.17 6.17.13-19
|
|
proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19
|
|
proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1
|
|
proxmox-kernel-7.0 7.0.14-6
|
|
proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6
|
|
proxmox-kernel-helper 9.2.0
|
|
proxmox-mail-forward 1.0.3
|
|
proxmox-mini-journalreader 1.7
|
|
proxmox-offline-mirror-docs 0.7.4
|
|
proxmox-offline-mirror-helper 0.7.4
|
|
proxmox-termproxy 2.1.0
|
|
proxmox-ve 9.2.0
|
|
proxmox-websocket-tunnel 1.0.0
|
|
proxmox-widget-toolkit 5.2.6
|
|
pve-cluster 9.1.6
|
|
pve-container 6.1.12
|
|
pve-docs 9.2.3
|
|
pve-edk2-firmware 4.2025.05-2
|
|
pve-edk2-firmware-legacy 4.2025.05-2
|
|
pve-edk2-firmware-ovmf 4.2025.05-2
|
|
pve-esxi-import-tools 1.0.1
|
|
pve-firewall 6.0.5
|
|
pve-firmware 3.18-5
|
|
pve-ha-manager 5.2.4
|
|
pve-i18n 3.9.0
|
|
pve-lxc-syscalld 2.0.2
|
|
pve-manager 9.2.5
|
|
pve-nvidia-vgpu-helper 0.3.1
|
|
pve-qemu-kvm 11.0.2-2
|
|
pve-xtermjs 6.0.0-2
|
|
pve-yew-mobile-gui 0.7.0
|
|
pve-yew-mobile-i18n 3.9.0
|
|
qemu-server 9.2.1
|
|
smartmontools 7.5-pve2
|
|
tuned 2.25.1-1
|
|
zfs-initramfs 2.4.3-pve1
|
|
zfs-zed 2.4.3-pve1
|
|
zfsutils-linux 2.4.3-pve1
|
|
|
|
--- kernel modules available (relevant to perf)
|
|
$ for m in kvm_intel kvm_amd \
|
|
ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \
|
|
nvme nvme-tcp nvme-fabrics sd_mod sr_mod \
|
|
zfs spl znvpair zcommon zunicode zavl icp zlua \
|
|
megaraid_sas mpt3sas hpsa aacraid smartpqi isci \
|
|
dm_multipath multipath \
|
|
tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \
|
|
8021q bonding bridge br_netfilter \
|
|
vhost_net vhost_scsi target_core_mod \
|
|
nfsv4 nfsv3 rpcsec_gss_krb5
|
|
do
|
|
modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)"
|
|
done
|
|
available : kvm_intel ()
|
|
available : kvm_amd ()
|
|
available : ixgbe ()
|
|
available : i40e ()
|
|
available : i40iw ()
|
|
available : ice ()
|
|
available : igb ()
|
|
available : igc ()
|
|
available : mlx4_en (4.0-0)
|
|
available : mlx5_core ()
|
|
available : mlx4_core (4.0-0)
|
|
available : bnx2x ()
|
|
available : bnx2 ()
|
|
available : tg3 ()
|
|
available : be2net ()
|
|
available : qed ()
|
|
available : qede ()
|
|
available : virtio_net ()
|
|
available : nvme (1.0)
|
|
available : nvme-tcp ()
|
|
available : nvme-fabrics ()
|
|
available : sd_mod ()
|
|
available : sr_mod ()
|
|
available : zfs (2.3.4-pve1)
|
|
available : spl (2.3.4-pve1)
|
|
available : znvpair (2.3.4-pve1)
|
|
available : zcommon (2.3.4-pve1)
|
|
available : zunicode (2.3.4-pve1)
|
|
available : zavl (2.3.4-pve1)
|
|
available : icp (2.3.4-pve1)
|
|
available : zlua (2.3.4-pve1)
|
|
available : megaraid_sas (07.734.00.00-rc1)
|
|
available : mpt3sas (52.100.00.00)
|
|
available : hpsa (3.4.20-200)
|
|
available : aacraid (1.2.1[50983]-custom)
|
|
available : smartpqi (2.1.34-035)
|
|
available : isci (1.2.0)
|
|
available : dm_multipath ()
|
|
available : tcp_dctcp ()
|
|
available : tcp_bbr ()
|
|
available : tcp_cubic (2.3)
|
|
available : tcp_htcp ()
|
|
available : 8021q (1.8)
|
|
available : bonding ()
|
|
available : bridge (2.3)
|
|
available : br_netfilter ()
|
|
available : vhost_net (0.0.1)
|
|
available : vhost_scsi ()
|
|
available : target_core_mod ()
|
|
available : nfsv4 ()
|
|
available : nfsv3 ()
|
|
available : rpcsec_gss_krb5 ()
|
|
|
|
--- currently loaded modules (filtered)
|
|
$ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}'
|
|
Module Size Used by
|
|
tcp_bbr 20480 29
|
|
tcp_diag 12288 0
|
|
rpcsec_gss_krb5 28672 0
|
|
nfsv4 1175552 1
|
|
bonding 245760 0
|
|
sunrpc 786432 56 nfsd,nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs_acl,nfs
|
|
kvm_intel 532480 106
|
|
kvm 1376256 73 kvm_intel
|
|
zfs 6344704 6
|
|
spl 151552 1 zfs
|
|
vhost_net 32768 18
|
|
vhost 69632 1 vhost_net
|
|
vhost_iotlb 16384 1 vhost
|
|
dm_thin_pool 94208 3
|
|
dm_persistent_data 114688 1 dm_thin_pool
|
|
dm_bio_prison 24576 1 dm_thin_pool
|
|
dm_bufio 53248 1 dm_persistent_data
|
|
mptsas 69632 7
|
|
mptscsih 49152 1 mptsas
|
|
mptbase 110592 2 mptsas,mptscsih
|
|
tg3 217088 0
|
|
|
|
###############################################################################
|
|
# 2. OS / DISTRO / UPTIME
|
|
###############################################################################
|
|
|
|
--- os-release
|
|
--- /etc/os-release ---
|
|
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
|
|
NAME="Debian GNU/Linux"
|
|
VERSION_ID="13"
|
|
VERSION="13 (trixie)"
|
|
VERSION_CODENAME=trixie
|
|
DEBIAN_VERSION_FULL=13.6
|
|
ID=debian
|
|
HOME_URL="https://www.debian.org/"
|
|
SUPPORT_URL="https://www.debian.org/support"
|
|
BUG_REPORT_URL="https://bugs.debian.org/"
|
|
|
|
--- debian version
|
|
$ cat /etc/debian_version
|
|
13.6
|
|
|
|
--- uptime
|
|
$ uptime
|
|
21:50:38 up 3 days, 2:35, 2 users, load average: 1.16, 1.05, 1.00
|
|
|
|
--- uptime raw (since boot)
|
|
$ cat /proc/uptime
|
|
268517.87 1892277.27
|
|
|
|
--- last reboot
|
|
$ last -x reboot
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 19:15 - still running
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 19:03 - 19:13 (00:10)
|
|
shutdown system down 6.17.2-1-pve Fri Jul 24 19:13 - 19:15 (00:01)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 16:23 - 18:41 (02:17)
|
|
shutdown system down 6.17.2-1-pve Fri Jul 24 18:41 - 19:03 (00:21)
|
|
reboot system boot 6.17.2-1-pve Tue Apr 7 12:15 - 10:41 (107+22:26)
|
|
shutdown system down 6.17.2-1-pve Fri Jul 24 10:41 - 16:23 (05:41)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 10:28 - crash
|
|
reboot system boot 6.17.2-1-pve Mon Mar 30 10:27 - 10:23 (4+23:56)
|
|
shutdown system down 6.17.2-1-pve Sat Apr 4 10:23 - 10:28 (00:04)
|
|
reboot system boot 6.17.2-1-pve Wed Mar 18 14:50 - crash
|
|
reboot system boot 6.17.2-1-pve Thu Mar 5 11:12 - 14:45 (13+02:32)
|
|
shutdown system down 6.17.2-1-pve Wed Mar 18 14:45 - 14:50 (00:05)
|
|
reboot system boot 6.17.2-1-pve Thu Feb 26 09:24 - 20:50 (5+11:26)
|
|
shutdown system down 6.17.2-1-pve Tue Mar 3 20:50 - 11:12 (1+14:21)
|
|
reboot system boot 6.17.2-1-pve Thu Feb 26 09:05 - 09:22 (00:17)
|
|
shutdown system down 6.17.2-1-pve Thu Feb 26 09:22 - 09:24 (00:01)
|
|
|
|
wtmpdb begins Thu Feb 26 09:05:33 2026
|
|
|
|
--- last logins
|
|
$ last
|
|
root pts/0 100.87.49.37 Mon Jul 27 12:53 - 13:06 (00:12)
|
|
root pts/0 100.87.49.37 Mon Jul 27 10:55 - 11:11 (00:16)
|
|
root pts/0 100.87.49.37 Mon Jul 27 09:34 - 09:34 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 27 09:07 - 09:23 (00:16)
|
|
root pts/0 10.100.100.3 Mon Jul 27 00:32 - 00:33 (00:01)
|
|
root pts/0 192.168.3.252 Sun Jul 26 19:25 - 19:25 (00:00)
|
|
root pts/0 100.87.49.37 Sun Jul 26 12:24 - 12:25 (00:00)
|
|
root pts/0 100.87.49.37 Sat Jul 25 19:41 - 19:48 (00:06)
|
|
root pts/0 100.87.49.37 Sat Jul 25 11:24 - 11:35 (00:10)
|
|
root pts/0 100.87.49.37 Sat Jul 25 11:14 - 11:17 (00:02)
|
|
root pts/0 100.87.49.37 Sat Jul 25 10:38 - 10:41 (00:03)
|
|
root pts/0 100.87.49.37 Sat Jul 25 01:09 - 01:19 (00:10)
|
|
root pts/0 100.87.49.37 Fri Jul 24 22:54 - 23:25 (00:31)
|
|
root pts/0 100.87.49.37 Fri Jul 24 22:28 - 22:47 (00:18)
|
|
root pts/0 100.87.49.37 Fri Jul 24 22:17 - 22:18 (00:00)
|
|
root pts/0 100.87.49.37 Fri Jul 24 22:07 - 22:15 (00:08)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 19:15 - still running
|
|
root pts/0 100.87.49.37 Fri Jul 24 19:13 - 19:13 (00:00)
|
|
root tty1 Fri Jul 24 19:10 - 19:10 (00:00)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 19:03 - 19:13 (00:10)
|
|
root pts/0 100.87.49.37 Fri Jul 24 18:22 - 18:33 (00:10)
|
|
root pts/0 100.87.49.37 Fri Jul 24 18:20 - 18:22 (00:01)
|
|
root tty1 Fri Jul 24 16:29 - 18:22 (01:52)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 16:23 - 18:41 (02:17)
|
|
root pts/0 100.87.49.37 Fri Jul 24 10:41 - 10:41 (00:00)
|
|
root pts/0 100.87.49.37 Thu Jul 23 10:38 - 10:48 (00:09)
|
|
root pts/1 100.87.49.37 Mon Jul 20 12:28 - 12:28 (00:00)
|
|
root pts/0 100.109.70.137 Mon Jul 20 12:26 - 17:18 (04:52)
|
|
root pts/0 100.87.49.37 Mon Jul 20 11:29 - 11:29 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 11:13 - 11:13 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 10:52 - 10:53 (00:00)
|
|
root pts/0 100.87.49.37 Sun Jul 19 17:52 - 18:02 (00:10)
|
|
root pts/0 100.87.49.37 Sun Jul 19 17:51 - 17:52 (00:01)
|
|
root pts/0 100.87.49.37 Sun Jul 19 15:54 - 15:56 (00:01)
|
|
root pts/0 100.87.49.37 Sun Jul 19 15:49 - 15:52 (00:02)
|
|
root pts/2 Mon Jul 13 21:10 - 21:10 (00:00)
|
|
root pts/1 Mon Jul 13 21:10 - 21:10 (00:00)
|
|
root pts/0 Mon Jul 13 21:09 - 21:10 (00:01)
|
|
root pts/1 Sat Jul 11 12:45 - 12:45 (00:00)
|
|
root pts/0 Sat Jul 11 12:44 - 12:45 (00:00)
|
|
root pts/5 Fri Jun 26 11:37 - 11:38 (00:00)
|
|
root pts/4 Fri Jun 26 11:37 - 11:38 (00:01)
|
|
root pts/3 Fri Jun 26 11:37 - 11:38 (00:01)
|
|
root pts/2 Fri Jun 26 11:36 - 11:38 (00:01)
|
|
root pts/1 Fri Jun 26 11:35 - 11:38 (00:02)
|
|
root pts/0 Fri Jun 26 11:35 - 11:38 (00:02)
|
|
root pts/0 100.118.91.16 Fri Apr 10 17:33 - 17:40 (00:07)
|
|
root pts/0 100.118.91.16 Fri Apr 10 14:28 - 14:57 (00:28)
|
|
root pts/0 100.118.91.16 Tue Apr 7 20:04 - 20:08 (00:04)
|
|
root pts/0 100.118.91.16 Tue Apr 7 12:22 - 12:24 (00:02)
|
|
reboot system boot 6.17.2-1-pve Tue Apr 7 12:15 - 10:41 (107+22:26)
|
|
root pts/0 100.109.70.137 Mon Apr 6 10:35 - crash
|
|
root pts/0 100.118.91.16 Mon Apr 6 09:44 - 09:51 (00:06)
|
|
root pts/0 Mon Apr 6 08:44 - 08:52 (00:07)
|
|
root pts/0 100.118.91.16 Mon Apr 6 08:44 - 08:52 (00:07)
|
|
root pts/1 100.118.91.16 Mon Apr 6 08:22 - 08:32 (00:10)
|
|
root pts/0 100.118.91.16 Mon Apr 6 08:19 - 08:32 (00:13)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 10:28 - crash
|
|
root pts/1 100.118.91.16 Sat Apr 4 10:23 - 10:23 (00:00)
|
|
root pts/1 100.118.91.16 Sat Apr 4 09:11 - 09:19 (00:07)
|
|
root pts/0 100.109.70.137 Sat Apr 4 01:34 - 10:23 (08:49)
|
|
root pts/1 100.109.70.137 Thu Apr 2 23:57 - 18:01 (18:03)
|
|
root pts/0 100.109.70.137 Thu Apr 2 23:57 - 17:04 (17:07)
|
|
root pts/0 100.118.91.16 Mon Mar 30 10:46 - 10:49 (00:02)
|
|
reboot system boot 6.17.2-1-pve Mon Mar 30 10:27 - 10:23 (4+23:56)
|
|
root pts/5 100.109.70.137 Fri Mar 20 11:08 - crash
|
|
reboot system boot 6.17.2-1-pve Wed Mar 18 14:50 - crash
|
|
root pts/0 100.70.77.93 Wed Mar 18 14:23 - 14:45 (00:21)
|
|
root pts/1 100.109.70.137 Thu Mar 5 11:19 - 10:26 (23:06)
|
|
root pts/0 100.109.70.137 Thu Mar 5 11:17 - 10:25 (23:08)
|
|
reboot system boot 6.17.2-1-pve Thu Mar 5 11:12 - 14:45 (13+02:32)
|
|
root pts/3 100.78.152.116 Tue Mar 3 11:01 - 13:20 (02:19)
|
|
root pts/2 100.109.70.137 Thu Feb 26 22:08 - 19:49 (4+21:40)
|
|
root pts/1 100.109.70.137 Thu Feb 26 22:06 - 19:49 (4+21:42)
|
|
root pts/1 100.78.152.116 Thu Feb 26 18:21 - 18:46 (00:24)
|
|
root pts/0 100.109.70.137 Thu Feb 26 09:58 - 19:49 (5+09:50)
|
|
root pts/1 100.78.152.116 Thu Feb 26 09:41 - 09:52 (00:11)
|
|
root pts/0 192.168.3.16 Thu Feb 26 09:26 - 09:41 (00:14)
|
|
root tty1 Thu Feb 26 09:26 - 09:26 (00:00)
|
|
reboot system boot 6.17.2-1-pve Thu Feb 26 09:24 - 20:50 (5+11:26)
|
|
root tty1 Thu Feb 26 09:16 - 09:22 (00:06)
|
|
reboot system boot 6.17.2-1-pve Thu Feb 26 09:05 - 09:22 (00:17)
|
|
|
|
wtmpdb begins Thu Feb 26 09:05:33 2026
|
|
|
|
--- uname
|
|
$ uname -a
|
|
Linux pfv-tsys5 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux
|
|
|
|
--- /proc/cmdline (boot args)
|
|
$ cat /proc/cmdline
|
|
BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet
|
|
|
|
###############################################################################
|
|
# 3. HARDWARE INVENTORY
|
|
###############################################################################
|
|
|
|
--- dmidecode -t system
|
|
$ dmidecode -t system
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0100, DMI type 1, 27 bytes
|
|
System Information
|
|
Manufacturer: Dell Inc.
|
|
Product Name: Precision WorkStation T7500
|
|
Version: Not Specified
|
|
Serial Number: 4YXDYR1
|
|
UUID: 44454c4c-5900-1058-8044-b4c04f595231
|
|
Wake-up Type: Power Switch
|
|
SKU Number: Not Specified
|
|
Family: Not Specified
|
|
|
|
Handle 0x0F00, DMI type 15, 33 bytes
|
|
System Event Log
|
|
Area Length: 2049 bytes
|
|
Header Start Offset: 0x0000
|
|
Header Length: 16 bytes
|
|
Data Start Offset: 0x0010
|
|
Access Method: Memory-mapped physical 32-bit address
|
|
Access Address: 0xFFE01000
|
|
Status: Valid, Not Full
|
|
Change Token: 0x00000034
|
|
Header Format: Type 1
|
|
Supported Log Type Descriptors: 5
|
|
Descriptor 1: POST error
|
|
Data Format 1: POST results bitmap
|
|
Descriptor 2: System limit exceeded
|
|
Data Format 2: System management
|
|
Descriptor 3: Log area reset/cleared
|
|
Data Format 3: None
|
|
Descriptor 4: Multi-bit ECC memory error
|
|
Data Format 4: Handle
|
|
Descriptor 5: Single-bit ECC memory error
|
|
Data Format 5: Handle
|
|
|
|
Handle 0x2000, DMI type 32, 11 bytes
|
|
System Boot Information
|
|
Status: Firmware-detected hardware failure
|
|
|
|
|
|
--- dmidecode -t baseboard
|
|
$ dmidecode -t baseboard
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0200, DMI type 2, 8 bytes
|
|
Base Board Information
|
|
Manufacturer: Dell Inc.
|
|
Product Name: 06FW8P
|
|
Version: A02
|
|
Serial Number: ..CN722001A400R6.
|
|
|
|
Handle 0x0A02, DMI type 10, 6 bytes
|
|
On Board Device Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Intel Pro 1000 MT Network Connection
|
|
|
|
Handle 0x0A03, DMI type 10, 6 bytes
|
|
On Board Device Information
|
|
Type: Sound
|
|
Status: Enabled
|
|
Description: Intel(R) High Definition Audio Controller
|
|
|
|
Handle 0x0A05, DMI type 10, 6 bytes
|
|
On Board Device Information
|
|
Type: Other
|
|
Status: Enabled
|
|
Description: IEEE-1394
|
|
|
|
Handle 0x0A08, DMI type 10, 6 bytes
|
|
On Board Device Information
|
|
Type: SAS Controller
|
|
Status: Enabled
|
|
Description: SAS 6/iR
|
|
|
|
|
|
--- dmidecode -t bios
|
|
$ dmidecode -t bios
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0000, DMI type 0, 24 bytes
|
|
BIOS Information
|
|
Vendor: Dell Inc.
|
|
Version: A10
|
|
Release Date: 04/20/2011
|
|
Address: 0xF0000
|
|
Runtime Size: 64 kB
|
|
ROM Size: 2 MB
|
|
Characteristics:
|
|
PCI is supported
|
|
PNP is supported
|
|
APM is supported
|
|
BIOS is upgradeable
|
|
BIOS shadowing is allowed
|
|
ESCD support is available
|
|
Boot from CD is supported
|
|
Selectable boot is supported
|
|
EDD is supported
|
|
Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
|
|
3.5"/720 kB floppy services are supported (int 13h)
|
|
Print screen service is supported (int 5h)
|
|
8042 keyboard services are supported (int 9h)
|
|
Serial services are supported (int 14h)
|
|
Printer services are supported (int 17h)
|
|
ACPI is supported
|
|
USB legacy is supported
|
|
BIOS boot specification is supported
|
|
Function key-initiated network boot is supported
|
|
Targeted content distribution is supported
|
|
BIOS Revision: 0.0
|
|
|
|
Handle 0x0D00, DMI type 13, 22 bytes
|
|
BIOS Language Information
|
|
Language Description Format: Long
|
|
Installable Languages: 1
|
|
en|US|iso8859-1
|
|
Currently Installed Language: en|US|iso8859-1
|
|
|
|
|
|
--- dmidecode -t chassis
|
|
$ dmidecode -t chassis
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0300, DMI type 3, 13 bytes
|
|
Chassis Information
|
|
Manufacturer: Dell Inc.
|
|
Type: Tower
|
|
Lock: Not Present
|
|
Version: Not Specified
|
|
Serial Number: 4YXDYR1
|
|
Asset Tag:
|
|
Boot-up State: Safe
|
|
Power Supply State: Safe
|
|
Thermal State: Safe
|
|
Security Status: None
|
|
|
|
|
|
--- dmidecode -t processor
|
|
$ dmidecode -t processor
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0400, DMI type 4, 40 bytes
|
|
Processor Information
|
|
Socket Designation: CPU1
|
|
Type: Central Processor
|
|
Family: Xeon
|
|
Manufacturer: Intel
|
|
ID: C2 06 02 00 FF FB EB BF
|
|
Signature: Type 0, Family 6, Model 44, Stepping 2
|
|
Flags:
|
|
FPU (Floating-point unit on-chip)
|
|
VME (Virtual mode extension)
|
|
DE (Debugging extension)
|
|
PSE (Page size extension)
|
|
TSC (Time stamp counter)
|
|
MSR (Model specific registers)
|
|
PAE (Physical address extension)
|
|
MCE (Machine check exception)
|
|
CX8 (CMPXCHG8 instruction supported)
|
|
APIC (On-chip APIC hardware supported)
|
|
SEP (Fast system call)
|
|
MTRR (Memory type range registers)
|
|
PGE (Page global enable)
|
|
MCA (Machine check architecture)
|
|
CMOV (Conditional move instruction supported)
|
|
PAT (Page attribute table)
|
|
PSE-36 (36-bit page size extension)
|
|
CLFSH (CLFLUSH instruction supported)
|
|
DS (Debug store)
|
|
ACPI (ACPI supported)
|
|
MMX (MMX technology supported)
|
|
FXSR (FXSAVE and FXSTOR instructions supported)
|
|
SSE (Streaming SIMD extensions)
|
|
SSE2 (Streaming SIMD extensions 2)
|
|
SS (Self-snoop)
|
|
HTT (Multi-threading)
|
|
TM (Thermal monitor supported)
|
|
PBE (Pending break enabled)
|
|
Version: Not Specified
|
|
Voltage: Unknown
|
|
External Clock: 5860 MHz
|
|
Max Speed: 3800 MHz
|
|
Current Speed: 2400 MHz
|
|
Status: Populated, Enabled
|
|
Upgrade: Socket LGA771
|
|
L1 Cache Handle: 0x0700
|
|
L2 Cache Handle: 0x0701
|
|
L3 Cache Handle: 0x0704
|
|
Serial Number: Not Specified
|
|
Asset Tag: Not Specified
|
|
Part Number: Not Specified
|
|
Core Count: 4
|
|
Core Enabled: 4
|
|
Thread Count: 2
|
|
Characteristics:
|
|
64-bit capable
|
|
|
|
Handle 0x0401, DMI type 4, 40 bytes
|
|
Processor Information
|
|
Socket Designation: CPU2
|
|
Type: Central Processor
|
|
Family: Xeon
|
|
Manufacturer: Intel
|
|
ID: 00 00 00 00 00 00 00 00
|
|
Signature: Type 0, Family 0, Model 0, Stepping 0
|
|
Flags: None
|
|
Version: Not Specified
|
|
Voltage: Unknown
|
|
External Clock: 100 MHz
|
|
Max Speed: 3800 MHz
|
|
Current Speed: Unknown
|
|
Status: Unpopulated
|
|
Upgrade: Socket LGA771
|
|
L1 Cache Handle: 0x0702
|
|
L2 Cache Handle: 0x0703
|
|
L3 Cache Handle: 0x0705
|
|
Serial Number: Not Specified
|
|
Asset Tag: Not Specified
|
|
Part Number: Not Specified
|
|
Core Count: 1
|
|
Core Enabled: 1
|
|
Thread Count: 1
|
|
Characteristics: None
|
|
|
|
|
|
--- dmidecode -t memory
|
|
$ dmidecode -t memory
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x1000, DMI type 16, 15 bytes
|
|
Physical Memory Array
|
|
Location: System Board Or Motherboard
|
|
Use: System Memory
|
|
Error Correction Type: Multi-bit ECC
|
|
Maximum Capacity: 96 GB
|
|
Error Information Handle: Not Provided
|
|
Number Of Devices: 6
|
|
|
|
Handle 0x1100, DMI type 17, 27 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: No Error
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: None
|
|
Locator: DIMM 1
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Registered (Buffered)
|
|
Speed: 1600 MT/s
|
|
Manufacturer: 80AD04B380AD
|
|
Serial Number: C01C0087
|
|
Asset Tag: 01154431
|
|
Part Number: HMT42GR7BFR4A-PB
|
|
|
|
Handle 0x1101, DMI type 17, 27 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: No Error
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: None
|
|
Locator: DIMM 2
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Registered (Buffered)
|
|
Speed: 1600 MT/s
|
|
Manufacturer: 80AD04B380AD
|
|
Serial Number: C01C12BB
|
|
Asset Tag: 01154431
|
|
Part Number: HMT42GR7BFR4A-PB
|
|
|
|
Handle 0x1102, DMI type 17, 27 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: No Error
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: None
|
|
Locator: DIMM 3
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Registered (Buffered)
|
|
Speed: 1600 MT/s
|
|
Manufacturer: 80AD04B380AD
|
|
Serial Number: C01C12C9
|
|
Asset Tag: 01154431
|
|
Part Number: HMT42GR7BFR4A-PB
|
|
|
|
Handle 0x1103, DMI type 17, 27 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: No Error
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: None
|
|
Locator: DIMM 4
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Registered (Buffered)
|
|
Speed: 1600 MT/s
|
|
Manufacturer: 80AD04B380AD
|
|
Serial Number: C01C12A3
|
|
Asset Tag: 01154431
|
|
Part Number: HMT42GR7BFR4A-PB
|
|
|
|
Handle 0x1104, DMI type 17, 27 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: No Error
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: None
|
|
Locator: DIMM 5
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Registered (Buffered)
|
|
Speed: 1600 MT/s
|
|
Manufacturer: 80AD04B380AD
|
|
Serial Number: C01C138D
|
|
Asset Tag: 01154431
|
|
Part Number: HMT42GR7BFR4A-PB
|
|
|
|
Handle 0x1105, DMI type 17, 27 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: No Error
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: None
|
|
Locator: DIMM 6
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Registered (Buffered)
|
|
Speed: 1600 MT/s
|
|
Manufacturer: 80AD04B380AD
|
|
Serial Number: C01C0039
|
|
Asset Tag: 01154431
|
|
Part Number: HMT42GR7BFR4A-PB
|
|
|
|
|
|
--- dmidecode -t cache
|
|
$ dmidecode -t cache
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0700, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 1
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 256 kB
|
|
Maximum Size: 256 kB
|
|
Supported SRAM Types:
|
|
Other
|
|
Installed SRAM Type: Other
|
|
Speed: Unknown
|
|
Error Correction Type: None
|
|
System Type: Unified
|
|
Associativity: 16-way Set-associative
|
|
|
|
Handle 0x0701, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 2
|
|
Operational Mode: Varies With Memory Address
|
|
Location: Internal
|
|
Installed Size: 1 MB
|
|
Maximum Size: 1 MB
|
|
Supported SRAM Types:
|
|
Other
|
|
Installed SRAM Type: Other
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Unified
|
|
Associativity: 16-way Set-associative
|
|
|
|
Handle 0x0704, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 3
|
|
Operational Mode: Varies With Memory Address
|
|
Location: Internal
|
|
Installed Size: 12 MB
|
|
Maximum Size: 12 MB
|
|
Supported SRAM Types:
|
|
Other
|
|
Installed SRAM Type: Other
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Unified
|
|
Associativity: <OUT OF SPEC>
|
|
|
|
Handle 0x0702, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 1
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 256 kB
|
|
Maximum Size: 256 kB
|
|
Supported SRAM Types:
|
|
Other
|
|
Installed SRAM Type: Other
|
|
Speed: Unknown
|
|
Error Correction Type: None
|
|
System Type: Unified
|
|
Associativity: 16-way Set-associative
|
|
|
|
Handle 0x0703, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 2
|
|
Operational Mode: Varies With Memory Address
|
|
Location: Internal
|
|
Installed Size: 1 MB
|
|
Maximum Size: 1 MB
|
|
Supported SRAM Types:
|
|
Other
|
|
Installed SRAM Type: Other
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Unified
|
|
Associativity: 16-way Set-associative
|
|
|
|
Handle 0x0705, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 3
|
|
Operational Mode: Varies With Memory Address
|
|
Location: Internal
|
|
Installed Size: 12 MB
|
|
Maximum Size: 12 MB
|
|
Supported SRAM Types:
|
|
Other
|
|
Installed SRAM Type: Other
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Unified
|
|
Associativity: <OUT OF SPEC>
|
|
|
|
|
|
--- dmidecode -t connector
|
|
$ dmidecode -t connector
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0800, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: PARALLEL
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-25 female
|
|
Port Type: Parallel Port PS/2
|
|
|
|
Handle 0x0801, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: SERIAL1
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-9 male
|
|
Port Type: Serial Port 16550A Compatible
|
|
|
|
Handle 0x0803, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: KYBD
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: PS/2
|
|
Port Type: Keyboard Port
|
|
|
|
Handle 0x0804, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: MOUSE
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: PS/2
|
|
Port Type: Mouse Port
|
|
|
|
Handle 0x0805, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB1
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0806, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB2
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0807, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB3
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0808, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB4
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0809, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB5
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x080A, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB6
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x080B, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB7
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x080C, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: USB8
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x080D, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: ENET
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x080E, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: MIC
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Mini Jack (headphones)
|
|
Port Type: Audio Port
|
|
|
|
Handle 0x080F, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: LINE-OUT
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Mini Jack (headphones)
|
|
Port Type: Audio Port
|
|
|
|
Handle 0x0810, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: LINE-IN
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Mini Jack (headphones)
|
|
Port Type: Audio Port
|
|
|
|
Handle 0x0811, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: HP-OUT
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Mini Jack (headphones)
|
|
Port Type: Audio Port
|
|
|
|
Handle 0x0814, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: IEEE-1394 Front
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: IEEE 1394
|
|
Port Type: Firewire (IEEE P1394)
|
|
|
|
Handle 0x0815, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: IEEE-1394 Back
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: IEEE 1394
|
|
Port Type: Firewire (IEEE P1394)
|
|
|
|
|
|
--- dmidecode -t slot
|
|
$ dmidecode -t slot
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.5 present.
|
|
|
|
Handle 0x0901, DMI type 9, 13 bytes
|
|
System Slot Information
|
|
Designation: SLOT1
|
|
Type: PCI Express
|
|
Data Bus Width: 8x or x8
|
|
Current Usage: In Use
|
|
Length: Long
|
|
ID: 1
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
Handle 0x0902, DMI type 9, 13 bytes
|
|
System Slot Information
|
|
Designation: SLOT2
|
|
Type: PCI Express
|
|
Data Bus Width: 16x or x16
|
|
Current Usage: In Use
|
|
Length: Long
|
|
ID: 2
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
Handle 0x0903, DMI type 9, 13 bytes
|
|
System Slot Information
|
|
Designation: SLOT3
|
|
Type: PCI Express
|
|
Data Bus Width: 8x or x8
|
|
Current Usage: In Use
|
|
Length: Long
|
|
ID: 3
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
Handle 0x0904, DMI type 9, 13 bytes
|
|
System Slot Information
|
|
Designation: SLOT4
|
|
Type: PCI Express
|
|
Data Bus Width: 16x or x16
|
|
Current Usage: Available
|
|
Length: Long
|
|
ID: 4
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
Handle 0x0905, DMI type 9, 13 bytes
|
|
System Slot Information
|
|
Designation: SLOT5
|
|
Type: PCI
|
|
Data Bus Width: 32 bit
|
|
Current Usage: Available
|
|
Length: Long
|
|
ID: 5
|
|
Characteristics:
|
|
5.0 V is provided
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
Handle 0x0906, DMI type 9, 13 bytes
|
|
System Slot Information
|
|
Designation: SLOT6
|
|
Type: PCI Express
|
|
Data Bus Width: 4x or x4
|
|
Current Usage: In Use
|
|
Length: Long
|
|
ID: 6
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
Handle 0x0907, DMI type 9, 13 bytes
|
|
System Slot Information
|
|
Designation: SLOT7
|
|
Type: PCI-X
|
|
Data Bus Width: 64 bit
|
|
Current Usage: Available
|
|
Length: Long
|
|
ID: 7
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
|
|
--- lscpu
|
|
$ lscpu
|
|
Architecture: x86_64
|
|
CPU op-mode(s): 32-bit, 64-bit
|
|
Address sizes: 40 bits physical, 48 bits virtual
|
|
Byte Order: Little Endian
|
|
CPU(s): 8
|
|
On-line CPU(s) list: 0-7
|
|
Vendor ID: GenuineIntel
|
|
Model name: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
|
|
CPU family: 6
|
|
Model: 44
|
|
Thread(s) per core: 2
|
|
Core(s) per socket: 4
|
|
Socket(s): 1
|
|
Stepping: 2
|
|
BogoMIPS: 4787.97
|
|
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
|
Virtualization: VT-x
|
|
L1d cache: 128 KiB (4 instances)
|
|
L1i cache: 128 KiB (4 instances)
|
|
L2 cache: 1 MiB (4 instances)
|
|
L3 cache: 12 MiB (1 instance)
|
|
NUMA node(s): 1
|
|
NUMA node0 CPU(s): 0-7
|
|
Vulnerability Gather data sampling: Not affected
|
|
Vulnerability Ghostwrite: Not affected
|
|
Vulnerability Indirect target selection: Not affected
|
|
Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
|
|
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
|
|
Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable
|
|
Vulnerability Meltdown: Mitigation; PTI
|
|
Vulnerability Mmio stale data: Not affected
|
|
Vulnerability Old microcode: Not affected
|
|
Vulnerability Reg file data sampling: Not affected
|
|
Vulnerability Retbleed: Not affected
|
|
Vulnerability Spec rstack overflow: Not affected
|
|
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
|
|
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
|
|
Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
|
|
Vulnerability Srbds: Not affected
|
|
Vulnerability Tsa: Not affected
|
|
Vulnerability Tsx async abort: Not affected
|
|
Vulnerability Vmscape: Not affected
|
|
|
|
--- lscpu cache
|
|
$ lscpu -C
|
|
NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE
|
|
L1d 32K 128K 8 Data 1 64 1 64
|
|
L1i 32K 128K 4 Instruction 1 128 1 64
|
|
L2 256K 1M 8 Unified 2 512 1 64
|
|
L3 12M 12M 16 Unified 3 12288 1 64
|
|
|
|
--- numactl --hardware
|
|
$ numactl --hardware
|
|
/root/check.sh: line 45: numactl: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- numactl --show
|
|
$ numactl --show
|
|
/root/check.sh: line 45: numactl: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- lspci -nnvv (verbose)
|
|
$ lspci -nnvv
|
|
00:00.0 Host bridge [0600]: Intel Corporation 5520 I/O Hub to ESI Port [8086:3406] (rev 22)
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Interrupt: pin A routed to IRQ 11
|
|
IOMMU group: 7
|
|
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
|
|
Address: 00000000 Data: 0000
|
|
Masking: 00000000 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Exit Latency L0s <512ns
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible-
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
|
|
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 22) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 26
|
|
IOMMU group: 8
|
|
Bus: primary=00, secondary=01, subordinate=02, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: f3e00000-f3efffff [size=1M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00218 Data: 0000
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
|
|
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 22) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 27
|
|
IOMMU group: 9
|
|
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
|
|
I/O behind bridge: c000-cfff [size=4K] [16-bit]
|
|
Memory behind bridge: f4000000-f7efffff [size=63M] [32-bit]
|
|
Prefetchable memory behind bridge: e0000000-ebffffff [size=192M] [32-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA+ VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00238 Data: 0000
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x16
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #2, PowerLimit 300W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, Power- Interlock-
|
|
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
|
|
Changed: MRL- PresDet+ LinkState+
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
|
|
00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 22) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 28
|
|
IOMMU group: 10
|
|
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: f3f00000-f3ffffff [size=1M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00258 Data: 0000
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x0
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #4, PowerLimit 225W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, Power- Interlock-
|
|
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
|
|
Changed: MRL- PresDet+ LinkState-
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
|
|
00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 22) (prog-if 00 [8259])
|
|
Subsystem: Device [0028:006d]
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
IOMMU group: 11
|
|
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ FLReset- TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
Kernel driver in use: i7core_edac
|
|
Kernel modules: i7core_edac
|
|
|
|
00:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 22) (prog-if 00 [8259])
|
|
Subsystem: Device [0028:006d]
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
IOMMU group: 12
|
|
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ FLReset- TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
00:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 22) (prog-if 00 [8259])
|
|
Subsystem: Device [0028:006d]
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
IOMMU group: 13
|
|
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ FLReset- TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
00:1a.0 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 [8086:3a37] (prog-if 00 [UHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin A routed to IRQ 16
|
|
IOMMU group: 14
|
|
Region 4: I/O ports at 1f20 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1a.1 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 [8086:3a38] (prog-if 00 [UHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin B routed to IRQ 17
|
|
IOMMU group: 14
|
|
Region 4: I/O ports at 1f00 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1a.2 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 [8086:3a39] (prog-if 00 [UHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin C routed to IRQ 22
|
|
IOMMU group: 14
|
|
Region 4: I/O ports at 1c00 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1a.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c] (prog-if 20 [EHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin C routed to IRQ 22
|
|
IOMMU group: 14
|
|
Region 0: Memory at f7ffa000 (32-bit, non-prefetchable) [size=1K]
|
|
Capabilities: [50] Power Management version 2
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [58] Debug port: BAR=1 offset=00a0
|
|
Capabilities: [98] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: ehci-pci
|
|
Kernel modules: ehci_pci
|
|
|
|
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller [8086:3a3e] (prog-if 00 [HDA compatible])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 55
|
|
IOMMU group: 15
|
|
Region 0: Memory at f7ffc000 (64-bit, non-prefetchable) [size=16K]
|
|
Capabilities: [50] Power Management version 2
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
|
|
Address: 00000000fee00338 Data: 0000
|
|
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE- FLReset+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
|
|
Capabilities: [100 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable- ID=0 ArbSelect=Fixed TC/VC=00
|
|
Status: NegoPending- InProgress-
|
|
Capabilities: [130 v1] Root Complex Link
|
|
Desc: PortNumber=0f ComponentID=00 EltType=Config
|
|
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
|
|
Addr: 00000000feda8000
|
|
Kernel driver in use: snd_hda_intel
|
|
Kernel modules: snd_hda_intel
|
|
|
|
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 [8086:3a40] (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 16
|
|
IOMMU group: 16
|
|
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
|
|
I/O behind bridge: b000-bfff [size=4K] [16-bit]
|
|
Memory behind bridge: f3c00000-f3dfffff [size=2M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Express (v1) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
|
|
LnkCap: Port #1, Speed 2.5GT/s, Width x4, ASPM L1, Exit Latency L1 <4us
|
|
ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible-
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
|
|
Address: 00000000 Data: 0000
|
|
Capabilities: [90] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [a0] Power Management version 2
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed+ WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
|
|
Status: NegoPending- InProgress-
|
|
Capabilities: [180 v1] Root Complex Link
|
|
Desc: PortNumber=01 ComponentID=00 EltType=Config
|
|
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
|
|
Addr: 00000000feda8000
|
|
Kernel driver in use: pcieport
|
|
|
|
00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6 [8086:3a4a] (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin B routed to IRQ 17
|
|
IOMMU group: 16
|
|
Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: f3b00000-f3bfffff [size=1M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Express (v1) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
|
|
LnkCap: Port #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
|
|
ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x1
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible-
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
|
|
Address: 00000000 Data: 0000
|
|
Capabilities: [90] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [a0] Power Management version 2
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed+ WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Capabilities: [180 v1] Root Complex Link
|
|
Desc: PortNumber=06 ComponentID=00 EltType=Config
|
|
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+
|
|
Addr: 00000000feda8000
|
|
Kernel driver in use: pcieport
|
|
|
|
00:1d.0 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 [8086:3a34] (prog-if 00 [UHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin A routed to IRQ 23
|
|
IOMMU group: 17
|
|
Region 4: I/O ports at 1f80 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1d.1 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 [8086:3a35] (prog-if 00 [UHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin B routed to IRQ 17
|
|
IOMMU group: 17
|
|
Region 4: I/O ports at 1f60 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1d.2 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 [8086:3a36] (prog-if 00 [UHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin C routed to IRQ 18
|
|
IOMMU group: 17
|
|
Region 4: I/O ports at 1f40 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1d.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a] (prog-if 20 [EHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin A routed to IRQ 23
|
|
IOMMU group: 17
|
|
Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K]
|
|
Capabilities: [50] Power Management version 2
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [58] Debug port: BAR=1 offset=00a0
|
|
Capabilities: [98] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: ehci-pci
|
|
Kernel modules: ehci_pci
|
|
|
|
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 90) (prog-if 01 [Subtractive decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 18
|
|
Bus: primary=00, secondary=07, subordinate=07, sec-latency=32
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: f3a00000-f3afffff [size=1M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [50] Subsystem: Dell Device [1028:026d]
|
|
|
|
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller [8086:3a16]
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 19
|
|
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
|
|
Kernel driver in use: lpc_ich
|
|
Kernel modules: lpc_ich
|
|
|
|
00:1f.2 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1 [8086:3a20] (prog-if 8f [PCI native mode controller, supports both channels switched to ISA compatibility mode, supports bus mastering])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin C routed to IRQ 20
|
|
IOMMU group: 19
|
|
Region 0: I/O ports at 1e00 [size=8]
|
|
Region 1: I/O ports at 1e10 [size=4]
|
|
Region 2: I/O ports at 1e20 [size=8]
|
|
Region 3: I/O ports at 1e30 [size=4]
|
|
Region 4: I/O ports at 1ec0 [size=16]
|
|
Region 5: I/O ports at dcc0 [size=16]
|
|
Capabilities: [70] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [b0] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: ata_piix
|
|
Kernel modules: pata_acpi
|
|
|
|
00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus Controller [8086:3a30]
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Interrupt: pin C routed to IRQ 20
|
|
IOMMU group: 19
|
|
Region 0: Memory at f7ffb000 (64-bit, non-prefetchable) [size=256]
|
|
Region 4: I/O ports at dce0 [size=32]
|
|
Kernel driver in use: i801_smbus
|
|
Kernel modules: i2c_i801
|
|
|
|
00:1f.5 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2 [8086:3a26] (prog-if 85 [PCI native mode-only controller, supports bus mastering])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
Interrupt: pin C routed to IRQ 20
|
|
IOMMU group: 19
|
|
Region 0: I/O ports at 1e40 [size=8]
|
|
Region 1: I/O ports at 1e50 [size=4]
|
|
Region 2: I/O ports at 1e60 [size=8]
|
|
Region 3: I/O ports at 1e70 [size=4]
|
|
Region 4: I/O ports at 1ed0 [size=16]
|
|
Region 5: I/O ports at dcd0 [size=16]
|
|
Capabilities: [70] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [b0] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: ata_piix
|
|
Kernel modules: pata_acpi
|
|
|
|
01:00.0 PCI bridge [0604]: Pericom Semiconductor PCI Express to PCI-XPI7C9X130 PCI-X Bridge [12d8:e130] (rev 04) (prog-if 00 [Normal decode])
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 11
|
|
IOMMU group: 20
|
|
Bus: primary=01, secondary=02, subordinate=02, sec-latency=64
|
|
I/O behind bridge: [disabled] [32-bit]
|
|
Memory behind bridge: [disabled] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [80] PCI-X bridge device
|
|
Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=100MHz
|
|
Status: Dev=01:00.0 64bit- 133MHz- SCD- USC- SCO- SRD-
|
|
Upstream: Capacity=16 CommitmentLimit=16
|
|
Downstream: Capacity=16 CommitmentLimit=16
|
|
Capabilities: [90] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [a8] Subsystem: Device [0000:0000]
|
|
Capabilities: [b0] Express (v1) PCI-Express to PCI/PCI-X Bridge, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0
|
|
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- BrConfRtry-
|
|
MaxPayload 128 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq- AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <1us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
Capabilities: [f0] MSI: Enable- Count=1/1 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
|
|
03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF100GL [Quadro 4000] [10de:06dd] (rev a3) (prog-if 00 [VGA controller])
|
|
Subsystem: NVIDIA Corporation Device [10de:0780]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 57
|
|
IOMMU group: 21
|
|
Region 0: Memory at f4000000 (32-bit, non-prefetchable) [size=32M]
|
|
Region 1: Memory at e0000000 (64-bit, prefetchable) [size=128M]
|
|
Region 3: Memory at e8000000 (64-bit, prefetchable) [size=64M]
|
|
Region 5: I/O ports at cc80 [size=128]
|
|
Expansion ROM at 000c0000 [disabled] [size=128K]
|
|
Capabilities: [60] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
|
|
Address: 00000000fee00378 Data: 0000
|
|
Capabilities: [78] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
|
|
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 300W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
|
|
MaxPayload 128 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
|
|
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x16
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [b4] Vendor Specific Information: Len=14 <?>
|
|
Capabilities: [100 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
|
|
Status: NegoPending- InProgress-
|
|
Capabilities: [128 v1] Power Budgeting <?>
|
|
Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
|
|
Kernel driver in use: nouveau
|
|
Kernel modules: nvidiafb, nouveau
|
|
|
|
03:00.1 Audio device [0403]: NVIDIA Corporation GF100 High Definition Audio Controller [10de:0be5] (rev a1) (prog-if 00 [HDA compatible])
|
|
Subsystem: NVIDIA Corporation Device [10de:0780]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin B routed to IRQ 54
|
|
IOMMU group: 21
|
|
Region 0: Memory at f7dfc000 (32-bit, non-prefetchable) [size=16K]
|
|
Capabilities: [60] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [78] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 300W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
|
|
MaxPayload 128 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
|
|
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x16
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Kernel driver in use: snd_hda_intel
|
|
Kernel modules: snd_hda_intel
|
|
|
|
05:00.0 SCSI storage controller [0100]: Broadcom / LSI SAS1068E PCI-Express Fusion-MPT SAS [1000:0058] (rev 08) (prog-if 00 [Vendor specific])
|
|
Subsystem: Dell SAS 6/iR Integrated Workstations RAID Controller [1028:021d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 16
|
|
IOMMU group: 16
|
|
Region 0: I/O ports at bc00 [size=256]
|
|
Region 1: Memory at f3cec000 (64-bit, non-prefetchable) [size=16K]
|
|
Region 3: Memory at f3cf0000 (64-bit, non-prefetchable) [size=64K]
|
|
Expansion ROM at f3d00000 [disabled] [size=1M]
|
|
Capabilities: [50] Power Management version 2
|
|
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [68] Express (v1) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 4096 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
|
|
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE- FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
|
|
MaxPayload 128 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4 (downgraded)
|
|
TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
|
|
Capabilities: [98] MSI: Enable- Count=1/1 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [b0] MSI-X: Enable- Count=1 Masked-
|
|
Vector table: BAR=1 offset=00002000
|
|
PBA: BAR=1 offset=00003000
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Kernel driver in use: mptsas
|
|
Kernel modules: mptsas
|
|
|
|
06:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5761 Gigabit Ethernet PCIe [14e4:1681] (rev 10)
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 58
|
|
IOMMU group: 16
|
|
Region 0: Memory at f3be0000 (64-bit, non-prefetchable) [size=64K]
|
|
Region 2: Memory at f3bf0000 (64-bit, non-prefetchable) [size=64K]
|
|
Capabilities: [48] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
|
|
Capabilities: [40] Vital Product Data
|
|
Product Name: Broadcom NetXtreme Gigabit Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95761
|
|
[EC] Engineering changes: 106679-15
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 14e4
|
|
[RV] Reserved: checksum good, 28 byte(s) reserved
|
|
Read/write fields:
|
|
[YA] Asset tag: XYZ01234567
|
|
[RW] Read-write area: 107 byte(s) free
|
|
End
|
|
Capabilities: [60] Vendor Specific Information: Len=6c <?>
|
|
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
|
|
Address: 00000000fee00398 Data: 0000
|
|
Capabilities: [cc] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
|
|
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <64us
|
|
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x1
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr+ BadTLP+ BadDLLP+ Rollover- Timeout+ AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [13c v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
|
|
Status: NegoPending- InProgress-
|
|
Capabilities: [160 v1] Device Serial Number 18-03-73-ff-fe-43-ce-de
|
|
Capabilities: [16c v1] Power Budgeting <?>
|
|
Kernel driver in use: tg3
|
|
Kernel modules: tg3
|
|
|
|
07:0a.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx] [104c:8023] (prog-if 10 [OHCI])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 64 (500ns min, 1000ns max), Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 18
|
|
IOMMU group: 18
|
|
Region 0: Memory at f3afb000 (32-bit, non-prefetchable) [size=2K]
|
|
Region 1: Memory at f3afc000 (32-bit, non-prefetchable) [size=16K]
|
|
Capabilities: [44] Power Management version 2
|
|
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=55mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
|
|
Kernel driver in use: firewire_ohci
|
|
Kernel modules: firewire_ohci
|
|
|
|
20:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 22) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 29
|
|
IOMMU group: 0
|
|
Bus: primary=20, secondary=22, subordinate=22, sec-latency=0
|
|
I/O behind bridge: e000-efff [size=4K] [16-bit]
|
|
Memory behind bridge: dfd00000-dfefffff [size=2M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00018 Data: 0000
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 256 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #6, PowerLimit 25W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, Power- Interlock-
|
|
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
|
|
Changed: MRL- PresDet+ LinkState+
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
|
|
20:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 22) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 30
|
|
IOMMU group: 1
|
|
Bus: primary=20, secondary=23, subordinate=23, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: dfc00000-dfcfffff [size=1M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00038 Data: 0000
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 5GT/s, Width x1
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #3, PowerLimit 40W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, Power- Interlock-
|
|
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
|
|
Changed: MRL- PresDet+ LinkState+
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
|
|
20:09.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 [8086:3410] (rev 22) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:026d]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 31
|
|
IOMMU group: 2
|
|
Bus: primary=20, secondary=24, subordinate=24, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: dfb00000-dfbfffff [size=1M] [32-bit]
|
|
Prefetchable memory behind bridge: [disabled] [64-bit]
|
|
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
|
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
|
|
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
|
|
Capabilities: [40] Subsystem: Dell Device [1028:026d]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00058 Data: 0000
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 5GT/s, Width x1
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #1, PowerLimit 40W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, Power- Interlock-
|
|
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
|
|
Changed: MRL- PresDet+ LinkState+
|
|
RootCap: CRSVisible+
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible+
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
DevCap2: Completion Timeout: Range BCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
|
|
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
Kernel driver in use: pcieport
|
|
|
|
20:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 22) (prog-if 00 [8259])
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
IOMMU group: 22
|
|
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ FLReset- TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
Kernel modules: i7core_edac
|
|
|
|
20:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 22) (prog-if 00 [8259])
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
IOMMU group: 23
|
|
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ FLReset- TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
20:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 22) (prog-if 00 [8259])
|
|
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
IOMMU group: 24
|
|
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0
|
|
ExtTag- RBE+ FLReset- TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
22:00.0 Ethernet controller [0200]: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications) [8086:105e] (rev 06)
|
|
Subsystem: Hewlett-Packard Company NC360T PCI Express Dual Port Gigabit Server Adapter [103c:7044]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 33
|
|
IOMMU group: 3
|
|
Region 0: Memory at dfd80000 (32-bit, non-prefetchable) [size=128K]
|
|
Region 1: Memory at dfda0000 (32-bit, non-prefetchable) [size=128K]
|
|
Region 2: I/O ports at ecc0 [size=32]
|
|
Expansion ROM at dfe00000 [disabled] [size=128K]
|
|
Capabilities: [c8] Power Management version 2
|
|
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
|
|
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
|
|
Address: 00000000fee00098 Data: 0000
|
|
Capabilities: [e0] Express (v1) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Exit Latency L0s <4us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq+ ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 14, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 04000001 0018000f 22020000 00000000
|
|
Capabilities: [140 v1] Device Serial Number 00-1b-78-ff-ff-5c-e9-ce
|
|
Kernel driver in use: e1000e
|
|
Kernel modules: e1000e
|
|
|
|
22:00.1 Ethernet controller [0200]: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications) [8086:105e] (rev 06)
|
|
Subsystem: Hewlett-Packard Company NC360T PCI Express Dual Port Gigabit Server Adapter [103c:7044]
|
|
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin B routed to IRQ 45
|
|
IOMMU group: 4
|
|
Region 0: Memory at dfdc0000 (32-bit, non-prefetchable) [size=128K]
|
|
Region 1: Memory at dfde0000 (32-bit, non-prefetchable) [size=128K]
|
|
Region 2: I/O ports at ece0 [size=32]
|
|
Expansion ROM at dfd00000 [disabled] [size=128K]
|
|
Capabilities: [c8] Power Management version 2
|
|
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
|
|
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
|
|
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
|
|
Address: 00000000fee00218 Data: 0000
|
|
Capabilities: [e0] Express (v1) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Exit Latency L0s <4us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq+ ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 14, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 04000001 0018000f 22020000 00000000
|
|
Capabilities: [140 v1] Device Serial Number 00-1b-78-ff-ff-5c-e9-ce
|
|
Kernel driver in use: e1000e
|
|
Kernel modules: e1000e
|
|
|
|
23:00.0 USB controller [0c03]: Renesas Electronics Corp. uPD720201 USB 3.0 Host Controller [1912:0014] (rev 03) (prog-if 30 [XHCI])
|
|
Subsystem: Renesas Electronics Corp. uPD720201 USB 3.0 Host Controller [1912:0014]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 34
|
|
IOMMU group: 5
|
|
Region 0: Memory at dfcfe000 (64-bit, non-prefetchable) [size=8K]
|
|
Capabilities: [50] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
|
|
Vector table: BAR=0 offset=00001000
|
|
PBA: BAR=0 offset=00001080
|
|
Capabilities: [a0] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
|
|
MaxPayload 128 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 unlimited
|
|
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 5GT/s, Width x1
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis+ NROPrPrP- LTR+
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Latency Tolerance Reporting
|
|
Max snoop latency: 0ns
|
|
Max no snoop latency: 0ns
|
|
Kernel driver in use: xhci-pci-renesas
|
|
Kernel modules: xhci_pci, xhci_pci_renesas
|
|
|
|
24:00.0 USB controller [0c03]: Renesas Electronics Corp. uPD720201 USB 3.0 Host Controller [1912:0014] (rev 03) (prog-if 30 [XHCI])
|
|
Subsystem: Renesas Electronics Corp. uPD720201 USB 3.0 Host Controller [1912:0014]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
|
|
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0, Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 43
|
|
IOMMU group: 6
|
|
Region 0: Memory at dfbfe000 (64-bit, non-prefetchable) [size=8K]
|
|
Capabilities: [50] Power Management version 3
|
|
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
|
|
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
|
|
Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
|
|
Vector table: BAR=0 offset=00001000
|
|
PBA: BAR=0 offset=00001080
|
|
Capabilities: [a0] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq-
|
|
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
|
|
MaxPayload 128 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 unlimited
|
|
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 5GT/s, Width x1
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Not Supported, TimeoutDis+ NROPrPrP- LTR+
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
|
|
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
|
|
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Advanced Error Reporting
|
|
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
|
|
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
|
|
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
|
|
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
|
|
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
|
|
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
|
|
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
|
|
HeaderLog: 00000000 00000000 00000000 00000000
|
|
Capabilities: [150 v1] Latency Tolerance Reporting
|
|
Max snoop latency: 0ns
|
|
Max no snoop latency: 0ns
|
|
Kernel driver in use: xhci-pci-renesas
|
|
Kernel modules: xhci_pci, xhci_pci_renesas
|
|
|
|
3f:00.0 Host bridge [0600]: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers [8086:2c70] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 25
|
|
|
|
3f:00.1 Host bridge [0600]: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder [8086:2d81] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 25
|
|
|
|
3f:02.0 Host bridge [0600]: Intel Corporation Xeon 5600 Series QPI Link 0 [8086:2d90] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 26
|
|
|
|
3f:02.1 Host bridge [0600]: Intel Corporation Xeon 5600 Series QPI Physical 0 [8086:2d91] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 26
|
|
|
|
3f:02.2 Host bridge [0600]: Intel Corporation Xeon 5600 Series Mirror Port Link 0 [8086:2d92] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 26
|
|
|
|
3f:02.3 Host bridge [0600]: Intel Corporation Xeon 5600 Series Mirror Port Link 1 [8086:2d93] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 26
|
|
|
|
3f:02.4 Host bridge [0600]: Intel Corporation Xeon 5600 Series QPI Link 1 [8086:2d94] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 26
|
|
|
|
3f:02.5 Host bridge [0600]: Intel Corporation Xeon 5600 Series QPI Physical 1 [8086:2d95] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 26
|
|
|
|
3f:03.0 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers [8086:2d98] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 27
|
|
|
|
3f:03.1 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder [8086:2d99] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 27
|
|
|
|
3f:03.2 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers [8086:2d9a] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 27
|
|
|
|
3f:03.4 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers [8086:2d9c] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 27
|
|
|
|
3f:04.0 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control [8086:2da0] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 28
|
|
|
|
3f:04.1 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address [8086:2da1] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 28
|
|
|
|
3f:04.2 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank [8086:2da2] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 28
|
|
|
|
3f:04.3 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control [8086:2da3] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 28
|
|
|
|
3f:05.0 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control [8086:2da8] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 29
|
|
|
|
3f:05.1 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address [8086:2da9] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 29
|
|
|
|
3f:05.2 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank [8086:2daa] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 29
|
|
|
|
3f:05.3 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control [8086:2dab] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 29
|
|
|
|
3f:06.0 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control [8086:2db0] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 30
|
|
|
|
3f:06.1 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address [8086:2db1] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 30
|
|
|
|
3f:06.2 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank [8086:2db2] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 30
|
|
|
|
3f:06.3 Host bridge [0600]: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control [8086:2db3] (rev 02)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
|
|
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
|
|
Latency: 0
|
|
IOMMU group: 30
|
|
|
|
|
|
--- lspci -tv (tree)
|
|
$ lspci -tv
|
|
-+-[0000:00]-+-00.0 Intel Corporation 5520 I/O Hub to ESI Port
|
|
| +-01.0-[01-02]----00.0-[02]--
|
|
| +-03.0-[03]--+-00.0 NVIDIA Corporation GF100GL [Quadro 4000]
|
|
| | \-00.1 NVIDIA Corporation GF100 High Definition Audio Controller
|
|
| +-07.0-[04]--
|
|
| +-14.0 Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers
|
|
| +-14.1 Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers
|
|
| +-14.2 Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers
|
|
| +-1a.0 Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
|
|
| +-1a.1 Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
|
|
| +-1a.2 Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
|
|
| +-1a.7 Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
|
|
| +-1b.0 Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
|
|
| +-1c.0-[05]----00.0 Broadcom / LSI SAS1068E PCI-Express Fusion-MPT SAS
|
|
| +-1c.5-[06]----00.0 Broadcom Inc. and subsidiaries NetXtreme BCM5761 Gigabit Ethernet PCIe
|
|
| +-1d.0 Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
|
|
| +-1d.1 Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
|
|
| +-1d.2 Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
|
|
| +-1d.7 Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
|
|
| +-1e.0-[07]----0a.0 Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]
|
|
| +-1f.0 Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
|
|
| +-1f.2 Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1
|
|
| +-1f.3 Intel Corporation 82801JI (ICH10 Family) SMBus Controller
|
|
| \-1f.5 Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2
|
|
+-[0000:20]-+-03.0-[22]--+-00.0 Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications)
|
|
| | \-00.1 Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications)
|
|
| +-07.0-[23]----00.0 Renesas Electronics Corp. uPD720201 USB 3.0 Host Controller
|
|
| +-09.0-[24]----00.0 Renesas Electronics Corp. uPD720201 USB 3.0 Host Controller
|
|
| +-14.0 Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers
|
|
| +-14.1 Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers
|
|
| \-14.2 Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers
|
|
\-[0000:3f]-+-00.0 Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers
|
|
+-00.1 Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder
|
|
+-02.0 Intel Corporation Xeon 5600 Series QPI Link 0
|
|
+-02.1 Intel Corporation Xeon 5600 Series QPI Physical 0
|
|
+-02.2 Intel Corporation Xeon 5600 Series Mirror Port Link 0
|
|
+-02.3 Intel Corporation Xeon 5600 Series Mirror Port Link 1
|
|
+-02.4 Intel Corporation Xeon 5600 Series QPI Link 1
|
|
+-02.5 Intel Corporation Xeon 5600 Series QPI Physical 1
|
|
+-03.0 Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers
|
|
+-03.1 Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder
|
|
+-03.2 Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers
|
|
+-03.4 Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers
|
|
+-04.0 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control
|
|
+-04.1 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address
|
|
+-04.2 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank
|
|
+-04.3 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control
|
|
+-05.0 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control
|
|
+-05.1 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address
|
|
+-05.2 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank
|
|
+-05.3 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control
|
|
+-06.0 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control
|
|
+-06.1 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address
|
|
+-06.2 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank
|
|
\-06.3 Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control
|
|
|
|
--- lspci numa nodes
|
|
$ cat /sys/bus/pci/devices/0000:00:00.0/numa_node /sys/bus/pci/devices/0000:00:01.0/numa_node /sys/bus/pci/devices/0000:00:03.0/numa_node /sys/bus/pci/devices/0000:00:07.0/numa_node /sys/bus/pci/devices/0000:00:14.0/numa_node /sys/bus/pci/devices/0000:00:14.1/numa_node /sys/bus/pci/devices/0000:00:14.2/numa_node /sys/bus/pci/devices/0000:00:1a.0/numa_node /sys/bus/pci/devices/0000:00:1a.1/numa_node /sys/bus/pci/devices/0000:00:1a.2/numa_node /sys/bus/pci/devices/0000:00:1a.7/numa_node /sys/bus/pci/devices/0000:00:1b.0/numa_node /sys/bus/pci/devices/0000:00:1c.0/numa_node /sys/bus/pci/devices/0000:00:1c.5/numa_node /sys/bus/pci/devices/0000:00:1d.0/numa_node /sys/bus/pci/devices/0000:00:1d.1/numa_node /sys/bus/pci/devices/0000:00:1d.2/numa_node /sys/bus/pci/devices/0000:00:1d.7/numa_node /sys/bus/pci/devices/0000:00:1e.0/numa_node /sys/bus/pci/devices/0000:00:1f.0/numa_node /sys/bus/pci/devices/0000:00:1f.2/numa_node /sys/bus/pci/devices/0000:00:1f.3/numa_node /sys/bus/pci/devices/0000:00:1f.5/numa_node /sys/bus/pci/devices/0000:01:00.0/numa_node /sys/bus/pci/devices/0000:03:00.0/numa_node /sys/bus/pci/devices/0000:03:00.1/numa_node /sys/bus/pci/devices/0000:05:00.0/numa_node /sys/bus/pci/devices/0000:06:00.0/numa_node /sys/bus/pci/devices/0000:07:0a.0/numa_node /sys/bus/pci/devices/0000:20:03.0/numa_node /sys/bus/pci/devices/0000:20:07.0/numa_node /sys/bus/pci/devices/0000:20:09.0/numa_node /sys/bus/pci/devices/0000:20:14.0/numa_node /sys/bus/pci/devices/0000:20:14.1/numa_node /sys/bus/pci/devices/0000:20:14.2/numa_node /sys/bus/pci/devices/0000:22:00.0/numa_node /sys/bus/pci/devices/0000:22:00.1/numa_node /sys/bus/pci/devices/0000:23:00.0/numa_node /sys/bus/pci/devices/0000:24:00.0/numa_node /sys/bus/pci/devices/0000:3f:00.0/numa_node /sys/bus/pci/devices/0000:3f:00.1/numa_node /sys/bus/pci/devices/0000:3f:02.0/numa_node /sys/bus/pci/devices/0000:3f:02.1/numa_node /sys/bus/pci/devices/0000:3f:02.2/numa_node /sys/bus/pci/devices/0000:3f:02.3/numa_node /sys/bus/pci/devices/0000:3f:02.4/numa_node /sys/bus/pci/devices/0000:3f:02.5/numa_node /sys/bus/pci/devices/0000:3f:03.0/numa_node /sys/bus/pci/devices/0000:3f:03.1/numa_node /sys/bus/pci/devices/0000:3f:03.2/numa_node /sys/bus/pci/devices/0000:3f:03.4/numa_node /sys/bus/pci/devices/0000:3f:04.0/numa_node /sys/bus/pci/devices/0000:3f:04.1/numa_node /sys/bus/pci/devices/0000:3f:04.2/numa_node /sys/bus/pci/devices/0000:3f:04.3/numa_node /sys/bus/pci/devices/0000:3f:05.0/numa_node /sys/bus/pci/devices/0000:3f:05.1/numa_node /sys/bus/pci/devices/0000:3f:05.2/numa_node /sys/bus/pci/devices/0000:3f:05.3/numa_node /sys/bus/pci/devices/0000:3f:06.0/numa_node /sys/bus/pci/devices/0000:3f:06.1/numa_node /sys/bus/pci/devices/0000:3f:06.2/numa_node /sys/bus/pci/devices/0000:3f:06.3/numa_node
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
|
|
--- lsusb
|
|
$ lsusb
|
|
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
|
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
|
|
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
|
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
|
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
|
|
Bus 011 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
|
Bus 012 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
|
|
Bus 012 Device 002: ID 2109:0815 VIA Labs, Inc. USB3.0 Hub
|
|
Bus 012 Device 003: ID 2109:0815 VIA Labs, Inc. USB3.0 Hub
|
|
|
|
--- lshw -short
|
|
$ lshw -short
|
|
H/W path Device Class Description
|
|
==========================================================
|
|
system Precision WorkStation T7500
|
|
/0 bus 06FW8P
|
|
/0/0 memory 64KiB BIOS
|
|
/0/400 processor Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
|
|
/0/400/700 memory 256KiB L1 cache
|
|
/0/400/701 memory 1MiB L2 cache
|
|
/0/400/704 memory 12MiB L3 cache
|
|
/0/401 processor Xeon
|
|
/0/401/702 memory 256KiB L1 cache
|
|
/0/401/703 memory 1MiB L2 cache
|
|
/0/401/705 memory 12MiB L3 cache
|
|
/0/1000 memory 96GiB System Memory
|
|
/0/1000/0 memory 16GiB DIMM DDR3 1600 MHz (0.6 ns)
|
|
/0/1000/1 memory 16GiB DIMM DDR3 1600 MHz (0.6 ns)
|
|
/0/1000/2 memory 16GiB DIMM DDR3 1600 MHz (0.6 ns)
|
|
/0/1000/3 memory 16GiB DIMM DDR3 1600 MHz (0.6 ns)
|
|
/0/1000/4 memory 16GiB DIMM DDR3 1600 MHz (0.6 ns)
|
|
/0/1000/5 memory 16GiB DIMM DDR3 1600 MHz (0.6 ns)
|
|
/0/100 bridge 5520 I/O Hub to ESI Port
|
|
/0/100/1 bridge 5520/5500/X58 I/O Hub PCI Express Root Port 1
|
|
/0/100/1/0 bridge PCI Express to PCI-XPI7C9X130 PCI-X Bridge
|
|
/0/100/3 bridge 5520/5500/X58 I/O Hub PCI Express Root Port 3
|
|
/0/100/3/0 /dev/fb0 display GF100GL [Quadro 4000]
|
|
/0/100/3/0.1 card1 multimedia GF100 High Definition Audio Controller
|
|
/0/100/3/0.1/0 input10 input HDA NVidia HDMI/DP,pcm=9
|
|
/0/100/3/0.1/1 input7 input HDA NVidia HDMI/DP,pcm=3
|
|
/0/100/3/0.1/2 input8 input HDA NVidia HDMI/DP,pcm=7
|
|
/0/100/3/0.1/3 input9 input HDA NVidia HDMI/DP,pcm=8
|
|
/0/100/7 bridge 5520/5500/X58 I/O Hub PCI Express Root Port 7
|
|
/0/100/14 generic 7500/5520/5500/X58 I/O Hub System Management Registers
|
|
/0/100/14.1 generic 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers
|
|
/0/100/14.2 generic 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers
|
|
/0/100/1a bus 82801JI (ICH10 Family) USB UHCI Controller #4
|
|
/0/100/1a/1 usb3 bus UHCI Host Controller
|
|
/0/100/1a.1 bus 82801JI (ICH10 Family) USB UHCI Controller #5
|
|
/0/100/1a.1/1 usb4 bus UHCI Host Controller
|
|
/0/100/1a.2 bus 82801JI (ICH10 Family) USB UHCI Controller #6
|
|
/0/100/1a.2/1 usb5 bus UHCI Host Controller
|
|
/0/100/1a.7 bus 82801JI (ICH10 Family) USB2 EHCI Controller #2
|
|
/0/100/1a.7/1 usb2 bus EHCI Host Controller
|
|
/0/100/1b card0 multimedia 82801JI (ICH10 Family) HD Audio Controller
|
|
/0/100/1b/0 input11 input HDA Intel Mic
|
|
/0/100/1b/1 input12 input HDA Intel Line
|
|
/0/100/1b/2 input13 input HDA Intel Line Out
|
|
/0/100/1b/3 input14 input HDA Intel Front Headphone
|
|
/0/100/1c bridge 82801JI (ICH10 Family) PCI Express Root Port 1
|
|
/0/100/1c/0 scsi4 storage SAS1068E PCI-Express Fusion-MPT SAS
|
|
/0/100/1c/0/0.0.0 /dev/sdc disk 256GB Samsung SSD 860
|
|
/0/100/1c/0/0.0.0/1 /dev/sdc1 volume 238GiB EXT4 volume
|
|
/0/100/1c/0/0.1.0 /dev/sdd disk 2TB HITACHI HUS72402
|
|
/0/100/1c/0/0.1.0/1 /dev/sdd1 volume 1006KiB BIOS Boot partition
|
|
/0/100/1c/0/0.1.0/2 /dev/sdd2 volume 1023MiB Windows FAT volume
|
|
/0/100/1c/0/0.1.0/3 /dev/sdd3 volume 1862GiB LVM Physical Volume
|
|
/0/100/1c/0/0.2.0 /dev/sde volume 931GiB ST1000VN002-2EY1
|
|
/0/100/1c/0/0.3.0 /dev/sdf volume 931GiB ST1000VN002-2EY1
|
|
/0/100/1c.5 bridge 82801JI (ICH10 Family) PCI Express Root Port 6
|
|
/0/100/1c.5/0 nic0 network NetXtreme BCM5761 Gigabit Ethernet PCIe
|
|
/0/100/1d bus 82801JI (ICH10 Family) USB UHCI Controller #1
|
|
/0/100/1d/1 usb7 bus UHCI Host Controller
|
|
/0/100/1d.1 bus 82801JI (ICH10 Family) USB UHCI Controller #2
|
|
/0/100/1d.1/1 usb8 bus UHCI Host Controller
|
|
/0/100/1d.2 bus 82801JI (ICH10 Family) USB UHCI Controller #3
|
|
/0/100/1d.2/1 usb9 bus UHCI Host Controller
|
|
/0/100/1d.7 bus 82801JI (ICH10 Family) USB2 EHCI Controller #1
|
|
/0/100/1d.7/1 usb1 bus EHCI Host Controller
|
|
/0/100/1d.7/1/6 bus USB 2.0 Hub
|
|
/0/100/1e bridge 82801 PCI Bridge
|
|
/0/100/1e/a bus TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]
|
|
/0/100/1f bridge 82801JIR (ICH10R) LPC Interface Controller
|
|
/0/100/1f/0 system PnP device PNP0c01
|
|
/0/100/1f/1 system PnP device PNP0b00
|
|
/0/100/1f/2 printer PnP device PNP0401
|
|
/0/100/1f/3 communication PnP device PNP0501
|
|
/0/100/1f.2 scsi0 storage 82801JI (ICH10 Family) 4 port SATA IDE Controller #1
|
|
/0/100/1f.2/0 /dev/sda volume 931GiB ST1000VN002-2EY1
|
|
/0/100/1f.2/1 /dev/sdb volume 465GiB TOSHIBA DT01ACA0
|
|
/0/100/1f.3 bus 82801JI (ICH10 Family) SMBus Controller
|
|
/0/100/1f.5 storage 82801JI (ICH10 Family) 2 port SATA IDE Controller #2
|
|
/0/3 bridge 5520/5500/X58 I/O Hub PCI Express Root Port 3
|
|
/0/3/0 nic1 network 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications)
|
|
/0/3/0.1 nic2 network 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications)
|
|
/0/7 bridge 5520/5500/X58 I/O Hub PCI Express Root Port 7
|
|
/0/7/0 bus uPD720201 USB 3.0 Host Controller
|
|
/0/7/0/0 usb6 bus xHCI Host Controller
|
|
/0/7/0/1 usb10 bus xHCI Host Controller
|
|
/0/9 bridge 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9
|
|
/0/9/0 bus uPD720201 USB 3.0 Host Controller
|
|
/0/9/0/0 usb11 bus xHCI Host Controller
|
|
/0/9/0/1 usb12 bus xHCI Host Controller
|
|
/0/9/0/1/3 bus USB3.0 Hub
|
|
/0/9/0/1/3/3 bus USB3.0 Hub
|
|
/0/14 generic 7500/5520/5500/X58 I/O Hub System Management Registers
|
|
/0/14.1 generic 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers
|
|
/0/14.2 generic 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers
|
|
/0/101 bridge Xeon 5600 Series QuickPath Architecture Generic Non-core Registers
|
|
/0/102 bridge Xeon 5600 Series QuickPath Architecture System Address Decoder
|
|
/0/103 bridge Xeon 5600 Series QPI Link 0
|
|
/0/104 bridge Xeon 5600 Series QPI Physical 0
|
|
/0/105 bridge Xeon 5600 Series Mirror Port Link 0
|
|
/0/106 bridge Xeon 5600 Series Mirror Port Link 1
|
|
/0/107 bridge Xeon 5600 Series QPI Link 1
|
|
/0/108 bridge Xeon 5600 Series QPI Physical 1
|
|
/0/109 bridge Xeon 5600 Series Integrated Memory Controller Registers
|
|
/0/10a bridge Xeon 5600 Series Integrated Memory Controller Target Address Decoder
|
|
/0/10b bridge Xeon 5600 Series Integrated Memory Controller RAS Registers
|
|
/0/10c bridge Xeon 5600 Series Integrated Memory Controller Test Registers
|
|
/0/10d bridge Xeon 5600 Series Integrated Memory Controller Channel 0 Control
|
|
/0/10e bridge Xeon 5600 Series Integrated Memory Controller Channel 0 Address
|
|
/0/10f bridge Xeon 5600 Series Integrated Memory Controller Channel 0 Rank
|
|
/0/110 bridge Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control
|
|
/0/111 bridge Xeon 5600 Series Integrated Memory Controller Channel 1 Control
|
|
/0/112 bridge Xeon 5600 Series Integrated Memory Controller Channel 1 Address
|
|
/0/113 bridge Xeon 5600 Series Integrated Memory Controller Channel 1 Rank
|
|
/0/114 bridge Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control
|
|
/0/115 bridge Xeon 5600 Series Integrated Memory Controller Channel 2 Control
|
|
/0/116 bridge Xeon 5600 Series Integrated Memory Controller Channel 2 Address
|
|
/0/117 bridge Xeon 5600 Series Integrated Memory Controller Channel 2 Rank
|
|
/0/118 bridge Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control
|
|
/1 input0 input Power Button
|
|
/2 input1 input Power Button
|
|
/3 input5 input PC Speaker
|
|
/4 input6 input Dell WMI hotkeys
|
|
|
|
--- PCIe AER errors
|
|
[missing: /sys/bus/pci/devices/0000:00:00.0/aer_dev_correctable]
|
|
|
|
--- PCIe AER summary (errors matter for NIC/NVMe stability)
|
|
$ found=0
|
|
for d in /sys/bus/pci/devices/*; do
|
|
[ -d "$d" ] || continue
|
|
addr="$(basename "$d")"
|
|
class="$(cat "$d/class" 2>/dev/null)"
|
|
case "$class" in
|
|
0x020000|0x010802|0x010700) ;; # ethernet, nvme, raid
|
|
*) continue ;;
|
|
esac
|
|
for f in "$d"/aer_dev_*; do
|
|
[ -r "$f" ] || continue
|
|
val="$(cat "$f" 2>/dev/null)"
|
|
[ "$val" = "0" ] && continue
|
|
[ "$val" = "" ] && continue
|
|
printf '%s %s = %s\n' "$addr" "$(basename "$f")" "$val"
|
|
found=1
|
|
done
|
|
done
|
|
[ "$found" = "0" ] && echo " no AER errors on NIC/NVMe/RAID devices"
|
|
0000:06:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:06:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:06:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:22:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:22:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:22:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:22:00.1 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:22:00.1 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:22:00.1 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
[exit=1]
|
|
|
|
###############################################################################
|
|
# 4. CPU POWER / FREQUENCY / IDLE STATES
|
|
###############################################################################
|
|
|
|
--- scaling_governor per cpu (counts)
|
|
$ for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do
|
|
[ -e "$c" ] || continue
|
|
cat "$c"
|
|
done | sort | uniq -c
|
|
|
|
--- scaling_driver / available governors / freq limits
|
|
$ for f in /sys/devices/system/cpu/cpu0/cpufreq/*; do
|
|
[ -r "$f" ] || continue
|
|
[ -d "$f" ] && continue
|
|
printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)"
|
|
done
|
|
|
|
--- EPP / EPB / intel_pstate
|
|
$ echo "intel_pstate status: $(cat /sys/devices/system/cpu/intel_pstate/status 2>/dev/null)"
|
|
echo "intel_pstate no_turbo: $(cat /sys/devices/system/cpu/intel_pstate/no_turbo 2>/dev/null)"
|
|
echo "intel_pstate turbo_pct: $(cat /sys/devices/system/cpu/intel_pstate/turbo_pct 2>/dev/null)"
|
|
echo "intel_pstate max_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct 2>/dev/null)"
|
|
echo "intel_pstate min_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/min_perf_pct 2>/dev/null)"
|
|
echo "EPB (energy_perf_bias) per cpu:"
|
|
for c in /sys/devices/system/cpu/cpu*/power/energy_perf_bias; do
|
|
[ -r "$c" ] || continue
|
|
printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)"
|
|
done | sort | uniq -c
|
|
echo "EPP (energy_performance_preference) per cpu:"
|
|
for c in /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference; do
|
|
[ -r "$c" ] || continue
|
|
printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)"
|
|
done | sort | uniq -c
|
|
echo "available EPP:"
|
|
cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences 2>/dev/null
|
|
intel_pstate status:
|
|
intel_pstate no_turbo:
|
|
intel_pstate turbo_pct:
|
|
intel_pstate max_perf_pct:
|
|
intel_pstate min_perf_pct:
|
|
EPB (energy_perf_bias) per cpu:
|
|
8 cpu : 0
|
|
EPP (energy_performance_preference) per cpu:
|
|
available EPP:
|
|
[exit=1]
|
|
|
|
--- cpupower frequency-info
|
|
$ cpupower frequency-info
|
|
analyzing CPU 5:
|
|
no or unknown cpufreq driver is active on this CPU
|
|
CPUs which run at the same hardware frequency: Not Available
|
|
CPUs which need to have their frequency coordinated by software: Not Available
|
|
maximum transition latency: Cannot determine or is not supported.
|
|
Not Available
|
|
available cpufreq governors: Not Available
|
|
Unable to determine current policy
|
|
current CPU frequency: Unable to call hardware
|
|
current CPU frequency: Unable to call to kernel
|
|
boost state support:
|
|
Supported: yes
|
|
Active: yes
|
|
2533 MHz max turbo 4 active cores
|
|
2533 MHz max turbo 3 active cores
|
|
2667 MHz max turbo 2 active cores
|
|
2667 MHz max turbo 1 active cores
|
|
|
|
--- turbostat snapshot
|
|
$ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1
|
|
1.002537 sec
|
|
Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp
|
|
- - 8.75 2047 2394 7635 41
|
|
0 0 12.31 2040 2394 1396 36
|
|
0 4 6.53 2030 2394 737
|
|
1 1 8.09 2040 2394 848 41
|
|
1 5 8.25 2076 2394 878
|
|
9 2 8.31 1967 2394 954 37
|
|
9 6 6.62 1991 2394 759
|
|
10 3 9.06 2101 2394 987 31
|
|
10 7 10.78 2100 2394 1076
|
|
|
|
--- x86_energy_perf_policy -r
|
|
$ x86_energy_perf_policy -r
|
|
cpu0: EPB 0
|
|
cpu1: EPB 0
|
|
cpu2: EPB 0
|
|
cpu3: EPB 0
|
|
cpu4: EPB 0
|
|
cpu5: EPB 0
|
|
cpu6: EPB 0
|
|
cpu7: EPB 0
|
|
|
|
--- C-states (idle) enabled per cpu0
|
|
$ for s in /sys/devices/system/cpu/cpu0/cpuidle/state*; do
|
|
[ -d "$s" ] || continue
|
|
printf ' %s : %s disabled=%s latency=%sus residency=%sus\n' \
|
|
"$(cat "$s/name" 2>/dev/null)" \
|
|
"$(cat "$s/desc" 2>/dev/null)" \
|
|
"$(cat "$s/disable" 2>/dev/null)" \
|
|
"$(cat "$s/latency" 2>/dev/null)" \
|
|
"$(cat "$s/time" 2>/dev/null)"
|
|
done
|
|
POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=26107010us
|
|
C1 : MWAIT 0x00 disabled=0 latency=3us residency=344575570us
|
|
C1E : MWAIT 0x01 disabled=0 latency=10us residency=2599189038us
|
|
C3 : MWAIT 0x10 disabled=0 latency=20us residency=71799021448us
|
|
C6 : MWAIT 0x20 disabled=0 latency=200us residency=168301866748us
|
|
|
|
--- THP enabled
|
|
$ cat /sys/kernel/mm/transparent_hugepage/enabled
|
|
always [madvise] never
|
|
|
|
--- THP defrag
|
|
$ cat /sys/kernel/mm/transparent_hugepage/defrag
|
|
always defer defer+madvise [madvise] never
|
|
|
|
--- THP khugepaged pages_to_scan
|
|
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan
|
|
4096
|
|
|
|
--- THP khugepaged defrag
|
|
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
|
|
1
|
|
|
|
--- microcode
|
|
$ dmesg
|
|
[220740.352139] audit: type=1400 audit(1785159259.687:2666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[220992.728432] audit: type=1400 audit(1785159512.062:2667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[220992.730546] audit: type=1400 audit(1785159512.064:2668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[220992.795969] audit: type=1400 audit(1785159512.129:2669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221267.166044] audit: type=1400 audit(1785159786.498:2670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221267.168114] audit: type=1400 audit(1785159786.500:2671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221267.230293] audit: type=1400 audit(1785159786.562:2672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221561.091586] audit: type=1400 audit(1785160080.422:2673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221561.094206] audit: type=1400 audit(1785160080.424:2674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221561.164961] audit: type=1400 audit(1785160080.495:2675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221798.786628] audit: type=1400 audit(1785160318.115:2676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221798.788427] audit: type=1400 audit(1785160318.117:2677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[221798.851659] audit: type=1400 audit(1785160318.180:2678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222053.290104] audit: type=1400 audit(1785160572.618:2679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222053.292277] audit: type=1400 audit(1785160572.620:2680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222053.354311] audit: type=1400 audit(1785160572.682:2681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222291.025310] audit: type=1400 audit(1785160810.352:2682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222291.027041] audit: type=1400 audit(1785160810.353:2683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222291.181543] audit: type=1400 audit(1785160810.508:2684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222530.606951] audit: type=1400 audit(1785161049.932:2685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222530.609071] audit: type=1400 audit(1785161049.934:2686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222530.667716] audit: type=1400 audit(1785161049.993:2687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222792.479985] audit: type=1400 audit(1785161311.804:2688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222792.482837] audit: type=1400 audit(1785161311.806:2689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[222792.545264] audit: type=1400 audit(1785161311.869:2690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223059.367285] audit: type=1400 audit(1785161578.690:2691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223059.369355] audit: type=1400 audit(1785161578.692:2692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223059.429553] audit: type=1400 audit(1785161578.752:2693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223342.907735] audit: type=1400 audit(1785161862.229:2694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223342.909911] audit: type=1400 audit(1785161862.231:2695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223342.972876] audit: type=1400 audit(1785161862.294:2696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223597.691124] audit: type=1400 audit(1785162117.011:2697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223597.693121] audit: type=1400 audit(1785162117.013:2698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223597.759610] audit: type=1400 audit(1785162117.079:2699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223889.160900] audit: type=1400 audit(1785162408.479:2700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223889.162629] audit: type=1400 audit(1785162408.481:2701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[223889.228343] audit: type=1400 audit(1785162408.546:2702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224145.957667] audit: type=1400 audit(1785162665.275:2703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224145.959963] audit: type=1400 audit(1785162665.277:2704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224146.023043] audit: type=1400 audit(1785162665.340:2705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224432.755449] audit: type=1400 audit(1785162952.071:2706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224432.757588] audit: type=1400 audit(1785162952.073:2707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224432.816860] audit: type=1400 audit(1785162952.132:2708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224666.182437] audit: type=1400 audit(1785163185.496:2709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224666.184651] audit: type=1400 audit(1785163185.499:2710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224666.244179] audit: type=1400 audit(1785163185.558:2711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224929.551427] audit: type=1400 audit(1785163448.865:2712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224929.553447] audit: type=1400 audit(1785163448.866:2713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[224929.621556] audit: type=1400 audit(1785163448.935:2714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225168.678474] audit: type=1400 audit(1785163687.990:2715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225168.680689] audit: type=1400 audit(1785163687.992:2716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225168.757982] audit: type=1400 audit(1785163688.069:2717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225433.373836] audit: type=1400 audit(1785163952.684:2718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225433.376209] audit: type=1400 audit(1785163952.686:2719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225433.450611] audit: type=1400 audit(1785163952.760:2720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225707.410225] audit: type=1400 audit(1785164226.719:2721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225707.412343] audit: type=1400 audit(1785164226.721:2722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225707.477699] audit: type=1400 audit(1785164226.786:2723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225973.467648] audit: type=1400 audit(1785164492.775:2724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225973.469841] audit: type=1400 audit(1785164492.777:2725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[225973.538508] audit: type=1400 audit(1785164492.845:2726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226222.442586] audit: type=1400 audit(1785164741.748:2727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226222.444775] audit: type=1400 audit(1785164741.750:2728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226222.507986] audit: type=1400 audit(1785164741.814:2729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226518.352472] audit: type=1400 audit(1785165037.656:2730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226518.354755] audit: type=1400 audit(1785165037.659:2731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226518.416792] audit: type=1400 audit(1785165037.721:2732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226782.212416] audit: type=1400 audit(1785165301.515:2733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226782.214729] audit: type=1400 audit(1785165301.517:2734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[226782.286441] audit: type=1400 audit(1785165301.589:2735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227082.510648] audit: type=1400 audit(1785165601.812:2736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227082.513515] audit: type=1400 audit(1785165601.814:2737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227082.579170] audit: type=1400 audit(1785165601.880:2738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227338.537119] audit: type=1400 audit(1785165857.837:2739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227338.538802] audit: type=1400 audit(1785165857.838:2740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227338.605722] audit: type=1400 audit(1785165857.905:2741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227627.849756] audit: type=1400 audit(1785166147.148:2742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227627.851962] audit: type=1400 audit(1785166147.150:2743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227627.922776] audit: type=1400 audit(1785166147.221:2744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227929.266361] audit: type=1400 audit(1785166448.563:2745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227929.268290] audit: type=1400 audit(1785166448.565:2746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[227929.340887] audit: type=1400 audit(1785166448.637:2747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228192.205792] audit: type=1400 audit(1785166711.501:2748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228192.207916] audit: type=1400 audit(1785166711.503:2749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228192.276722] audit: type=1400 audit(1785166711.571:2750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228439.305449] audit: type=1400 audit(1785166958.599:2751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228439.307557] audit: type=1400 audit(1785166958.601:2752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228439.379928] audit: type=1400 audit(1785166958.673:2753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228685.070639] audit: type=1400 audit(1785167204.363:2754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228685.072700] audit: type=1400 audit(1785167204.365:2755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228685.139788] audit: type=1400 audit(1785167204.432:2756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228913.314190] audit: type=1400 audit(1785167432.605:2757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228913.316359] audit: type=1400 audit(1785167432.607:2758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[228913.376716] audit: type=1400 audit(1785167432.667:2759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229142.725313] audit: type=1400 audit(1785167662.015:2760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229142.727640] audit: type=1400 audit(1785167662.017:2761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229142.787802] audit: type=1400 audit(1785167662.077:2762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229394.393664] audit: type=1400 audit(1785167913.681:2763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229394.396050] audit: type=1400 audit(1785167913.684:2764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229394.459271] audit: type=1400 audit(1785167913.747:2765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229569.999763] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229570.000021] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229570.027669] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229570.027687] bond0: now running without any active interface!
|
|
[229570.027709] datanet: port 1(bond0) entered disabled state
|
|
[229578.682617] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229578.682741] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229578.763648] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229578.763661] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229578.970875] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229578.970895] bond0: active interface up!
|
|
[229578.970918] datanet: port 1(bond0) entered blocking state
|
|
[229578.970927] datanet: port 1(bond0) entered forwarding state
|
|
[229579.528809] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229579.529015] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229579.594748] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229579.594764] bond0: now running without any active interface!
|
|
[229579.594788] datanet: port 1(bond0) entered disabled state
|
|
[229588.334639] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229588.334753] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229588.434822] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229588.434834] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229588.643832] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229588.643857] bond0: active interface up!
|
|
[229588.643883] datanet: port 1(bond0) entered blocking state
|
|
[229588.643893] datanet: port 1(bond0) entered forwarding state
|
|
[229589.174867] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229589.175036] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229589.266833] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229589.266859] bond0: now running without any active interface!
|
|
[229589.266902] datanet: port 1(bond0) entered disabled state
|
|
[229601.337772] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229601.337890] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229601.434857] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229601.434869] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229601.642922] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229601.642947] bond0: active interface up!
|
|
[229601.642974] datanet: port 1(bond0) entered blocking state
|
|
[229601.642984] datanet: port 1(bond0) entered forwarding state
|
|
[229602.177937] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229602.178172] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229602.266954] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229602.266971] bond0: now running without any active interface!
|
|
[229602.266998] datanet: port 1(bond0) entered disabled state
|
|
[229614.783748] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229614.783862] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229614.851964] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229614.851975] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229615.059070] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229615.059094] bond0: active interface up!
|
|
[229615.059118] datanet: port 1(bond0) entered blocking state
|
|
[229615.059128] datanet: port 1(bond0) entered forwarding state
|
|
[229615.598985] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229615.599174] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229615.682977] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229615.683001] bond0: now running without any active interface!
|
|
[229615.683024] datanet: port 1(bond0) entered disabled state
|
|
[229621.525110] datanet: port 1(bond0) entered disabled state
|
|
[229621.530614] bond0 (unregistering): left allmulticast mode
|
|
[229621.530622] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[229621.530629] e1000e 0000:22:00.1 nic2: left allmulticast mode
|
|
[229621.530635] bond0 (unregistering): left promiscuous mode
|
|
[229621.530638] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[229621.530709] e1000e 0000:22:00.1 nic2: left promiscuous mode
|
|
[229621.530793] datanet: port 1(bond0) entered disabled state
|
|
[229621.531055] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[229621.695473] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[229621.839755] bond0 (unregistering): (slave nic2): Releasing backup interface
|
|
[229621.999861] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229622.143272] bond0 (unregistering): Released all slaves
|
|
[229624.435421] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[229624.683362] bond0: (slave nic2): Enslaving as a backup interface with a down link
|
|
[229624.699790] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[229624.703198] datanet: port 1(bond0) entered blocking state
|
|
[229624.703204] datanet: port 1(bond0) entered disabled state
|
|
[229624.703225] bond0: entered allmulticast mode
|
|
[229624.703230] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[229624.703245] e1000e 0000:22:00.1 nic2: entered allmulticast mode
|
|
[229624.703403] bond0: entered promiscuous mode
|
|
[229624.703409] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[229624.703434] e1000e 0000:22:00.1 nic2: entered promiscuous mode
|
|
[229633.120909] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229633.121025] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229633.219023] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229633.219036] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229633.428086] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229633.428100] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
|
|
[229633.428112] bond0: active interface up!
|
|
[229633.428140] datanet: port 1(bond0) entered blocking state
|
|
[229633.428146] datanet: port 1(bond0) entered forwarding state
|
|
[229633.970084] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229633.970265] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229634.051144] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229634.051157] bond0: now running without any active interface!
|
|
[229634.051178] datanet: port 1(bond0) entered disabled state
|
|
[229649.412993] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None
|
|
[229649.413108] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229649.443129] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229649.443144] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229649.651279] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex
|
|
[229649.651300] bond0: active interface up!
|
|
[229649.651319] datanet: port 1(bond0) entered blocking state
|
|
[229649.651324] datanet: port 1(bond0) entered forwarding state
|
|
[229681.562686] datanet: port 1(bond0) entered disabled state
|
|
[229681.568174] bond0 (unregistering): left allmulticast mode
|
|
[229681.568181] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[229681.568188] e1000e 0000:22:00.1 nic2: left allmulticast mode
|
|
[229681.568195] bond0 (unregistering): left promiscuous mode
|
|
[229681.568197] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[229681.568286] e1000e 0000:22:00.1 nic2: left promiscuous mode
|
|
[229681.568400] datanet: port 1(bond0) entered disabled state
|
|
[229681.568948] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[229681.728182] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[229681.872116] bond0 (unregistering): (slave nic2): Removing an active aggregator
|
|
[229681.872202] bond0 (unregistering): (slave nic2): Releasing backup interface
|
|
[229682.033296] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229682.175609] bond0 (unregistering): Released all slaves
|
|
[229684.659842] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[229684.897412] audit: type=1400 audit(1785168204.184:2766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229684.899534] audit: type=1400 audit(1785168204.186:2767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229684.907683] bond0: (slave nic2): Enslaving as a backup interface with a down link
|
|
[229684.926554] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[229684.930350] datanet: port 1(bond0) entered blocking state
|
|
[229684.930356] datanet: port 1(bond0) entered disabled state
|
|
[229684.930368] bond0: entered allmulticast mode
|
|
[229684.930373] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[229684.930389] e1000e 0000:22:00.1 nic2: entered allmulticast mode
|
|
[229684.930545] bond0: entered promiscuous mode
|
|
[229684.930549] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[229684.930575] e1000e 0000:22:00.1 nic2: entered promiscuous mode
|
|
[229684.963462] audit: type=1400 audit(1785168204.250:2768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229693.476225] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229693.476345] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229693.548380] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229693.548389] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229693.755471] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229693.755483] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
|
|
[229693.755495] bond0: active interface up!
|
|
[229693.755514] datanet: port 1(bond0) entered blocking state
|
|
[229693.755519] datanet: port 1(bond0) entered forwarding state
|
|
[229694.284473] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229694.284735] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229694.379447] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229694.379466] bond0: now running without any active interface!
|
|
[229694.379497] datanet: port 1(bond0) entered disabled state
|
|
[229703.175328] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229703.175451] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229703.219409] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229703.219420] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229703.427478] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229703.427500] bond0: active interface up!
|
|
[229703.427520] datanet: port 1(bond0) entered blocking state
|
|
[229703.427525] datanet: port 1(bond0) entered forwarding state
|
|
[229704.015527] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229704.015662] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229704.051497] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229704.051515] bond0: now running without any active interface!
|
|
[229704.051548] datanet: port 1(bond0) entered disabled state
|
|
[229712.900355] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229712.900469] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229712.995463] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229712.995476] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229713.203541] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229713.203561] bond0: active interface up!
|
|
[229713.203580] datanet: port 1(bond0) entered blocking state
|
|
[229713.203586] datanet: port 1(bond0) entered forwarding state
|
|
[229713.746579] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229713.746817] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229713.827583] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229713.827599] bond0: now running without any active interface!
|
|
[229713.827631] datanet: port 1(bond0) entered disabled state
|
|
[229722.740404] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229722.740525] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229722.771584] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229722.771594] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229722.979670] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229722.979691] bond0: active interface up!
|
|
[229722.979712] datanet: port 1(bond0) entered blocking state
|
|
[229722.979717] datanet: port 1(bond0) entered forwarding state
|
|
[229723.560594] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229723.560735] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229723.603565] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229723.603580] bond0: now running without any active interface!
|
|
[229723.603606] datanet: port 1(bond0) entered disabled state
|
|
[229732.367472] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229732.367586] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229732.443634] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229732.443645] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229732.651653] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229732.651675] bond0: active interface up!
|
|
[229732.651699] datanet: port 1(bond0) entered blocking state
|
|
[229732.651706] datanet: port 1(bond0) entered forwarding state
|
|
[229733.207679] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229733.207963] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229733.275679] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229733.275696] bond0: now running without any active interface!
|
|
[229733.275723] datanet: port 1(bond0) entered disabled state
|
|
[229742.086528] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229742.086643] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229742.115689] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229742.115701] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229742.323661] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229742.323680] bond0: active interface up!
|
|
[229742.323698] datanet: port 1(bond0) entered blocking state
|
|
[229742.323703] datanet: port 1(bond0) entered forwarding state
|
|
[229742.938767] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229742.938981] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229742.947763] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229742.947784] bond0: now running without any active interface!
|
|
[229742.947815] datanet: port 1(bond0) entered disabled state
|
|
[229750.379657] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229750.443790] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229750.443894] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229751.813613] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229751.813733] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229751.891696] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229751.891708] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229752.099771] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229752.099791] bond0: active interface up!
|
|
[229752.099812] datanet: port 1(bond0) entered blocking state
|
|
[229752.099818] datanet: port 1(bond0) entered forwarding state
|
|
[229752.669796] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229752.669968] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229752.723778] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229752.723798] bond0: now running without any active interface!
|
|
[229752.723831] datanet: port 1(bond0) entered disabled state
|
|
[229753.515831] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229753.515925] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229756.587773] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229756.587851] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229759.660957] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229759.661061] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229761.476606] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229761.476722] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229761.563759] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229761.563770] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229761.771894] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229761.771917] bond0: active interface up!
|
|
[229761.771942] datanet: port 1(bond0) entered blocking state
|
|
[229761.771950] datanet: port 1(bond0) entered forwarding state
|
|
[229762.315811] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229762.315948] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229762.395822] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229762.395843] bond0: now running without any active interface!
|
|
[229762.395877] datanet: port 1(bond0) entered disabled state
|
|
[229762.731971] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229762.732095] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229765.803881] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229765.803971] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229768.875920] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229768.876020] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229771.158662] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229771.158796] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229771.235846] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229771.235858] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229771.443872] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229771.443891] bond0: active interface up!
|
|
[229771.443915] datanet: port 1(bond0) entered blocking state
|
|
[229771.443923] datanet: port 1(bond0) entered forwarding state
|
|
[229771.947981] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[229771.962883] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229771.962977] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229771.964811] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229771.964823] bond0: now running without any active interface!
|
|
[229771.964843] datanet: port 1(bond0) entered disabled state
|
|
[229784.282746] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229784.282868] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229784.339943] bond0: (slave nic2): link status up, enabling it in 200 ms
|
|
[229784.339954] bond0: (slave nic2): invalid new link 3 on slave
|
|
[229784.548972] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229784.548993] bond0: active interface up!
|
|
[229784.549014] datanet: port 1(bond0) entered blocking state
|
|
[229784.549019] datanet: port 1(bond0) entered forwarding state
|
|
[229785.133026] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229785.133158] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229785.171969] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229785.171991] bond0: now running without any active interface!
|
|
[229785.172025] datanet: port 1(bond0) entered disabled state
|
|
[229792.271347] datanet: port 1(bond0) entered disabled state
|
|
[229792.276898] bond0 (unregistering): left allmulticast mode
|
|
[229792.276906] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[229792.276913] e1000e 0000:22:00.1 nic2: left allmulticast mode
|
|
[229792.276919] bond0 (unregistering): left promiscuous mode
|
|
[229792.276922] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[229792.276993] e1000e 0000:22:00.1 nic2: left promiscuous mode
|
|
[229792.277061] datanet: port 1(bond0) entered disabled state
|
|
[229792.277338] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[229792.441894] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[229792.584330] bond0 (unregistering): (slave nic2): Releasing backup interface
|
|
[229792.744836] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229792.888232] bond0 (unregistering): Released all slaves
|
|
[229798.508389] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[229798.756407] bond0: (slave nic2): Enslaving as a backup interface with a down link
|
|
[229798.772287] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[229798.775776] datanet: port 1(bond0) entered blocking state
|
|
[229798.775781] datanet: port 1(bond0) entered disabled state
|
|
[229798.775793] bond0: entered allmulticast mode
|
|
[229798.775797] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[229798.775812] e1000e 0000:22:00.1 nic2: entered allmulticast mode
|
|
[229798.775997] bond0: entered promiscuous mode
|
|
[229798.776003] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[229798.776030] e1000e 0000:22:00.1 nic2: entered promiscuous mode
|
|
[229809.045030] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[229810.616878] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229810.616992] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229810.620021] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229810.620029] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
|
|
[229810.620036] bond0: active interface up!
|
|
[229810.620050] datanet: port 1(bond0) entered blocking state
|
|
[229810.620054] datanet: port 1(bond0) entered forwarding state
|
|
[229811.473132] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229811.473238] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229811.556040] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229811.556054] bond0: now running without any active interface!
|
|
[229811.556074] datanet: port 1(bond0) entered disabled state
|
|
[229820.307942] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229820.308058] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229820.396183] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229820.396218] bond0: active interface up!
|
|
[229820.396237] datanet: port 1(bond0) entered blocking state
|
|
[229820.396244] datanet: port 1(bond0) entered forwarding state
|
|
[229821.120158] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229821.120308] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229821.125062] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229821.125076] bond0: now running without any active interface!
|
|
[229821.125094] datanet: port 1(bond0) entered disabled state
|
|
[229833.031094] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229833.031208] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229833.085225] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229833.085242] bond0: active interface up!
|
|
[229833.085261] datanet: port 1(bond0) entered blocking state
|
|
[229833.085267] datanet: port 1(bond0) entered forwarding state
|
|
[229833.872229] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229833.872433] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229833.916211] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229833.916228] bond0: now running without any active interface!
|
|
[229833.916258] datanet: port 1(bond0) entered disabled state
|
|
[229842.845094] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229842.845209] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229842.860265] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229842.860285] bond0: active interface up!
|
|
[229842.860309] datanet: port 1(bond0) entered blocking state
|
|
[229842.860317] datanet: port 1(bond0) entered forwarding state
|
|
[229843.686317] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229843.686502] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229843.692268] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229843.692287] bond0: now running without any active interface!
|
|
[229843.692318] datanet: port 1(bond0) entered disabled state
|
|
[229852.817124] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229852.817238] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229852.844335] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229852.844349] bond0: active interface up!
|
|
[229852.844367] datanet: port 1(bond0) entered blocking state
|
|
[229852.844371] datanet: port 1(bond0) entered forwarding state
|
|
[229853.668407] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229853.668560] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229853.677317] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229853.677332] bond0: now running without any active interface!
|
|
[229853.677356] datanet: port 1(bond0) entered disabled state
|
|
[229869.258218] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None
|
|
[229869.258335] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229869.276424] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex
|
|
[229869.276444] bond0: active interface up!
|
|
[229869.276469] datanet: port 1(bond0) entered blocking state
|
|
[229869.276476] datanet: port 1(bond0) entered forwarding state
|
|
[229884.584601] datanet: port 1(bond0) entered disabled state
|
|
[229884.590159] bond0 (unregistering): left allmulticast mode
|
|
[229884.590167] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[229884.590174] e1000e 0000:22:00.1 nic2: left allmulticast mode
|
|
[229884.590180] bond0 (unregistering): left promiscuous mode
|
|
[229884.590183] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[229884.590254] e1000e 0000:22:00.1 nic2: left promiscuous mode
|
|
[229884.590352] datanet: port 1(bond0) entered disabled state
|
|
[229884.590933] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[229884.752998] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[229884.896946] bond0 (unregistering): (slave nic2): Removing an active aggregator
|
|
[229884.897023] bond0 (unregistering): (slave nic2): Releasing backup interface
|
|
[229885.057037] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229885.200747] bond0 (unregistering): Released all slaves
|
|
[229887.933921] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[229888.180928] bond0: (slave nic2): Enslaving as a backup interface with a down link
|
|
[229888.196719] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[229888.200281] datanet: port 1(bond0) entered blocking state
|
|
[229888.200286] datanet: port 1(bond0) entered disabled state
|
|
[229888.200304] bond0: entered allmulticast mode
|
|
[229888.200309] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[229888.200324] e1000e 0000:22:00.1 nic2: entered allmulticast mode
|
|
[229888.200527] bond0: entered promiscuous mode
|
|
[229888.200533] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[229888.200561] e1000e 0000:22:00.1 nic2: entered promiscuous mode
|
|
[229896.786414] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229896.786529] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229896.820539] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229896.820547] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
|
|
[229896.820553] bond0: active interface up!
|
|
[229896.820568] datanet: port 1(bond0) entered blocking state
|
|
[229896.820572] datanet: port 1(bond0) entered forwarding state
|
|
[229897.625633] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229897.625784] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229897.652592] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229897.652611] bond0: now running without any active interface!
|
|
[229897.652644] datanet: port 1(bond0) entered disabled state
|
|
[229909.711507] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229909.711624] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229909.716590] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229909.716607] bond0: active interface up!
|
|
[229909.716624] datanet: port 1(bond0) entered blocking state
|
|
[229909.716629] datanet: port 1(bond0) entered forwarding state
|
|
[229910.543668] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229910.543810] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229910.548667] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229910.548684] bond0: now running without any active interface!
|
|
[229910.548715] datanet: port 1(bond0) entered disabled state
|
|
[229919.460867] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[229919.460982] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229919.492702] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[229919.492720] bond0: active interface up!
|
|
[229919.492737] datanet: port 1(bond0) entered blocking state
|
|
[229919.492742] datanet: port 1(bond0) entered forwarding state
|
|
[229920.273739] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[229920.273867] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[229920.325686] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[229920.325702] bond0: now running without any active interface!
|
|
[229920.325728] datanet: port 1(bond0) entered disabled state
|
|
[229935.884651] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None
|
|
[229935.884767] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[229935.924802] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex
|
|
[229935.924822] bond0: active interface up!
|
|
[229935.924840] datanet: port 1(bond0) entered blocking state
|
|
[229935.924846] datanet: port 1(bond0) entered forwarding state
|
|
[229953.464973] audit: type=1400 audit(1785168472.750:2769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229953.467226] audit: type=1400 audit(1785168472.752:2770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229953.539067] audit: type=1400 audit(1785168472.824:2771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[229968.565489] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.571004] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.574762] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.578725] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.582731] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.585257] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.588710] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.591742] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.596297] nfs: server pfv-tsys4-nfs-stor OK
|
|
[229968.604236] nfs: server pfv-tsys4-nfs-stor OK
|
|
[230056.986612] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230056.986818] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230057.085485] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230057.085503] bond0: now running without any active interface!
|
|
[230057.085530] datanet: port 1(bond0) entered disabled state
|
|
[230072.214368] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None
|
|
[230072.214483] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230072.270577] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex
|
|
[230072.270598] bond0: active interface up!
|
|
[230072.270625] datanet: port 1(bond0) entered blocking state
|
|
[230072.270630] datanet: port 1(bond0) entered forwarding state
|
|
[230080.613724] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230080.613829] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230080.693610] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230080.693631] bond0: now running without any active interface!
|
|
[230080.693658] datanet: port 1(bond0) entered disabled state
|
|
[230089.237463] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230089.237577] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230089.326703] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230089.326724] bond0: active interface up!
|
|
[230089.326740] datanet: port 1(bond0) entered blocking state
|
|
[230089.326743] datanet: port 1(bond0) entered forwarding state
|
|
[230090.059732] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230090.059821] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230090.157713] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230090.157734] bond0: now running without any active interface!
|
|
[230090.157766] datanet: port 1(bond0) entered disabled state
|
|
[230102.128571] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230102.128685] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230102.221780] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230102.221797] bond0: active interface up!
|
|
[230102.221816] datanet: port 1(bond0) entered blocking state
|
|
[230102.221823] datanet: port 1(bond0) entered forwarding state
|
|
[230102.977793] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230102.978059] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230103.053739] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230103.053757] bond0: now running without any active interface!
|
|
[230103.053789] datanet: port 1(bond0) entered disabled state
|
|
[230111.702684] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230111.702797] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230111.789814] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230111.789828] bond0: active interface up!
|
|
[230111.789849] datanet: port 1(bond0) entered blocking state
|
|
[230111.789855] datanet: port 1(bond0) entered forwarding state
|
|
[230112.541887] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230112.542006] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230112.621875] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230112.621897] bond0: now running without any active interface!
|
|
[230112.621930] datanet: port 1(bond0) entered disabled state
|
|
[230121.433690] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230121.433806] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230121.461871] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230121.461890] bond0: active interface up!
|
|
[230121.461911] datanet: port 1(bond0) entered blocking state
|
|
[230121.461917] datanet: port 1(bond0) entered forwarding state
|
|
[230122.271901] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230122.272083] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230122.293900] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230122.293918] bond0: now running without any active interface!
|
|
[230122.293949] datanet: port 1(bond0) entered disabled state
|
|
[230134.351751] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230134.351869] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230134.358914] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230134.358930] bond0: active interface up!
|
|
[230134.358949] datanet: port 1(bond0) entered blocking state
|
|
[230134.358954] datanet: port 1(bond0) entered forwarding state
|
|
[230135.190968] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230135.191062] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230135.294138] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230135.294157] bond0: now running without any active interface!
|
|
[230135.294197] datanet: port 1(bond0) entered disabled state
|
|
[230140.967370] datanet: port 1(bond0) entered disabled state
|
|
[230140.972917] bond0 (unregistering): left allmulticast mode
|
|
[230140.972923] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[230140.972930] e1000e 0000:22:00.1 nic2: left allmulticast mode
|
|
[230140.972937] bond0 (unregistering): left promiscuous mode
|
|
[230140.972939] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[230140.973008] e1000e 0000:22:00.1 nic2: left promiscuous mode
|
|
[230140.973076] datanet: port 1(bond0) entered disabled state
|
|
[230140.973346] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[230141.130823] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[230141.275360] bond0 (unregistering): (slave nic2): Releasing backup interface
|
|
[230141.434795] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230141.579267] bond0 (unregistering): Released all slaves
|
|
[230148.046340] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[230148.294409] bond0: (slave nic2): Enslaving as a backup interface with a down link
|
|
[230148.312245] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[230148.316450] datanet: port 1(bond0) entered blocking state
|
|
[230148.316457] datanet: port 1(bond0) entered disabled state
|
|
[230148.316481] bond0: entered allmulticast mode
|
|
[230148.316487] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[230148.316502] e1000e 0000:22:00.1 nic2: entered allmulticast mode
|
|
[230148.316665] bond0: entered promiscuous mode
|
|
[230148.316669] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[230148.316688] e1000e 0000:22:00.1 nic2: entered promiscuous mode
|
|
[230159.889914] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230159.890028] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230159.950140] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230159.950152] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
|
|
[230159.950160] bond0: active interface up!
|
|
[230159.950178] datanet: port 1(bond0) entered blocking state
|
|
[230159.950184] datanet: port 1(bond0) entered forwarding state
|
|
[230160.692132] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230160.692221] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230160.782166] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230160.782187] bond0: now running without any active interface!
|
|
[230160.782223] datanet: port 1(bond0) entered disabled state
|
|
[230169.414948] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230169.415064] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230169.518148] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230169.518170] bond0: active interface up!
|
|
[230169.518195] datanet: port 1(bond0) entered blocking state
|
|
[230169.518203] datanet: port 1(bond0) entered forwarding state
|
|
[230170.255205] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230170.255395] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230170.350145] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230170.350169] bond0: now running without any active interface!
|
|
[230170.350202] datanet: port 1(bond0) entered disabled state
|
|
[230179.099978] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230179.100093] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230179.191148] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230179.191164] bond0: active interface up!
|
|
[230179.191179] datanet: port 1(bond0) entered blocking state
|
|
[230179.191182] datanet: port 1(bond0) entered forwarding state
|
|
[230179.902235] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230179.902449] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230179.918261] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230179.918280] bond0: now running without any active interface!
|
|
[230179.918312] datanet: port 1(bond0) entered disabled state
|
|
[230188.624076] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230188.624190] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230188.654321] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230188.654339] bond0: active interface up!
|
|
[230188.654358] datanet: port 1(bond0) entered blocking state
|
|
[230188.654363] datanet: port 1(bond0) entered forwarding state
|
|
[230189.465287] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230189.465449] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230189.486235] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230189.486253] bond0: now running without any active interface!
|
|
[230189.486284] datanet: port 1(bond0) entered disabled state
|
|
[230198.602111] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230198.602225] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230198.639364] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230198.639385] bond0: active interface up!
|
|
[230198.639405] datanet: port 1(bond0) entered blocking state
|
|
[230198.639412] datanet: port 1(bond0) entered forwarding state
|
|
[230199.447351] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230199.447585] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230199.470313] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230199.470327] bond0: now running without any active interface!
|
|
[230199.470356] datanet: port 1(bond0) entered disabled state
|
|
[230208.170143] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230208.170258] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230208.206401] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230208.206420] bond0: active interface up!
|
|
[230208.206443] datanet: port 1(bond0) entered blocking state
|
|
[230208.206451] datanet: port 1(bond0) entered forwarding state
|
|
[230209.011369] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230209.011466] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230209.038380] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230209.038398] bond0: now running without any active interface!
|
|
[230209.038424] datanet: port 1(bond0) entered disabled state
|
|
[230218.393248] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230218.393362] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230218.399400] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230218.399418] bond0: active interface up!
|
|
[230218.399441] datanet: port 1(bond0) entered blocking state
|
|
[230218.399448] datanet: port 1(bond0) entered forwarding state
|
|
[230219.244489] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230219.244618] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230219.334446] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230219.334468] bond0: now running without any active interface!
|
|
[230219.334497] datanet: port 1(bond0) entered disabled state
|
|
[230231.155266] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230231.155382] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230231.190491] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230231.190507] bond0: active interface up!
|
|
[230231.190524] datanet: port 1(bond0) entered blocking state
|
|
[230231.190529] datanet: port 1(bond0) entered forwarding state
|
|
[230231.995541] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230231.995669] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230232.022648] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230232.022661] bond0: now running without any active interface!
|
|
[230232.022684] datanet: port 1(bond0) entered disabled state
|
|
[230238.305303] e1000e 0000:22:00.1 nic2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
|
|
[230238.366569] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex
|
|
[230238.366586] bond0: active interface up!
|
|
[230238.366611] datanet: port 1(bond0) entered blocking state
|
|
[230238.366619] datanet: port 1(bond0) entered forwarding state
|
|
[230238.655574] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230238.655828] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230238.678579] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230238.678597] bond0: now running without any active interface!
|
|
[230238.678618] datanet: port 1(bond0) entered disabled state
|
|
[230247.244489] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230247.244607] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230247.255507] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230247.311543] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230247.311558] bond0: active interface up!
|
|
[230247.311577] datanet: port 1(bond0) entered blocking state
|
|
[230247.311582] datanet: port 1(bond0) entered forwarding state
|
|
[230247.518554] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230248.101653] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230248.101832] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230248.142575] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230248.142593] bond0: now running without any active interface!
|
|
[230248.142627] datanet: port 1(bond0) entered disabled state
|
|
[230250.286842] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230251.994739] audit: type=1400 audit(1785168771.278:2772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230251.996914] audit: type=1400 audit(1785168771.280:2773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230252.070026] audit: type=1400 audit(1785168771.353:2774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230253.358717] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230253.358819] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230256.430735] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230256.430860] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230256.824460] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230256.824574] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230256.878688] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230256.878708] bond0: active interface up!
|
|
[230256.878732] datanet: port 1(bond0) entered blocking state
|
|
[230256.878740] datanet: port 1(bond0) entered forwarding state
|
|
[230257.664674] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230257.664876] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230257.710668] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230257.710685] bond0: now running without any active interface!
|
|
[230257.710711] datanet: port 1(bond0) entered disabled state
|
|
[230259.502776] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230259.502885] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230262.574736] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230262.574839] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230265.646789] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230265.646888] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230266.885568] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230266.885686] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230266.966825] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230266.966841] bond0: active interface up!
|
|
[230266.966858] datanet: port 1(bond0) entered blocking state
|
|
[230266.966865] datanet: port 1(bond0) entered forwarding state
|
|
[230267.730732] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230267.730953] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230267.798732] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230267.798751] bond0: now running without any active interface!
|
|
[230267.798777] datanet: port 1(bond0) entered disabled state
|
|
[230268.718808] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230268.718910] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230271.790771] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230271.790864] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230272.111670] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230274.863868] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230274.863955] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230276.981572] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230276.981686] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230277.054811] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230277.054831] bond0: active interface up!
|
|
[230277.054849] datanet: port 1(bond0) entered blocking state
|
|
[230277.054854] datanet: port 1(bond0) entered forwarding state
|
|
[230277.797797] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230277.798023] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230277.886795] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230277.886816] bond0: now running without any active interface!
|
|
[230277.886848] datanet: port 1(bond0) entered disabled state
|
|
[230277.934946] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230277.935047] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230281.006910] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230281.007014] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230284.078814] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230286.525616] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230286.525731] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230286.622772] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230286.622787] bond0: active interface up!
|
|
[230286.622804] datanet: port 1(bond0) entered blocking state
|
|
[230286.622810] datanet: port 1(bond0) entered forwarding state
|
|
[230287.150849] nfs: server pfv-tsys4-nfs-stor not responding, still trying
|
|
[230287.359797] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230287.359997] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230287.454828] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230287.454847] bond0: now running without any active interface!
|
|
[230287.454874] datanet: port 1(bond0) entered disabled state
|
|
[230296.166683] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230296.166798] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230296.190881] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230296.190898] bond0: active interface up!
|
|
[230296.190917] datanet: port 1(bond0) entered blocking state
|
|
[230296.190922] datanet: port 1(bond0) entered forwarding state
|
|
[230297.006911] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230297.007165] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230297.022905] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230297.022921] bond0: now running without any active interface!
|
|
[230297.022944] datanet: port 1(bond0) entered disabled state
|
|
[230305.814729] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230305.814845] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230305.862936] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230305.862956] bond0: active interface up!
|
|
[230305.862983] datanet: port 1(bond0) entered blocking state
|
|
[230305.862994] datanet: port 1(bond0) entered forwarding state
|
|
[230306.653948] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230306.654212] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230306.694938] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230306.694955] bond0: now running without any active interface!
|
|
[230306.694984] datanet: port 1(bond0) entered disabled state
|
|
[230315.546790] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230315.546905] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230315.638942] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230315.638961] bond0: active interface up!
|
|
[230315.638985] datanet: port 1(bond0) entered blocking state
|
|
[230315.638995] datanet: port 1(bond0) entered forwarding state
|
|
[230316.385062] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230316.385290] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230316.470957] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230316.470972] bond0: now running without any active interface!
|
|
[230316.470992] datanet: port 1(bond0) entered disabled state
|
|
[230325.541842] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230325.541957] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230325.623138] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230325.623159] bond0: active interface up!
|
|
[230325.623179] datanet: port 1(bond0) entered blocking state
|
|
[230325.623186] datanet: port 1(bond0) entered forwarding state
|
|
[230326.367124] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230326.367264] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230326.455109] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230326.455127] bond0: now running without any active interface!
|
|
[230326.455161] datanet: port 1(bond0) entered disabled state
|
|
[230335.237862] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230335.237976] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230335.295083] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230335.295100] bond0: active interface up!
|
|
[230335.295119] datanet: port 1(bond0) entered blocking state
|
|
[230335.295124] datanet: port 1(bond0) entered forwarding state
|
|
[230336.098148] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230336.098399] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230336.128111] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230336.128131] bond0: now running without any active interface!
|
|
[230336.128157] datanet: port 1(bond0) entered disabled state
|
|
[230344.820007] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230344.820122] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230344.863197] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230344.863217] bond0: active interface up!
|
|
[230344.863240] datanet: port 1(bond0) entered blocking state
|
|
[230344.863248] datanet: port 1(bond0) entered forwarding state
|
|
[230345.662156] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230345.662309] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230345.695139] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230345.695158] bond0: now running without any active interface!
|
|
[230345.695197] datanet: port 1(bond0) entered disabled state
|
|
[230354.635014] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230354.635128] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230354.639142] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230354.639157] bond0: active interface up!
|
|
[230354.639173] datanet: port 1(bond0) entered blocking state
|
|
[230354.639179] datanet: port 1(bond0) entered forwarding state
|
|
[230355.476219] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230355.476374] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230355.575225] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230355.575241] bond0: now running without any active interface!
|
|
[230355.575277] datanet: port 1(bond0) entered disabled state
|
|
[230364.368083] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230364.368197] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230364.415256] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230364.415278] bond0: active interface up!
|
|
[230364.415313] datanet: port 1(bond0) entered blocking state
|
|
[230364.415320] datanet: port 1(bond0) entered forwarding state
|
|
[230365.206307] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230365.206405] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230365.247236] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230365.247258] bond0: now running without any active interface!
|
|
[230365.247278] datanet: port 1(bond0) entered disabled state
|
|
[230374.183071] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230374.183189] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230374.191320] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230374.191337] bond0: active interface up!
|
|
[230374.191355] datanet: port 1(bond0) entered blocking state
|
|
[230374.191363] datanet: port 1(bond0) entered forwarding state
|
|
[230375.021361] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230375.021589] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230375.023422] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230375.023440] bond0: now running without any active interface!
|
|
[230375.023471] datanet: port 1(bond0) entered disabled state
|
|
[230383.829182] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230383.829298] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230383.863354] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230383.863376] bond0: active interface up!
|
|
[230383.863402] datanet: port 1(bond0) entered blocking state
|
|
[230383.863408] datanet: port 1(bond0) entered forwarding state
|
|
[230384.668366] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230384.668467] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230384.695317] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230384.695339] bond0: now running without any active interface!
|
|
[230384.695368] datanet: port 1(bond0) entered disabled state
|
|
[230393.798200] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[230393.798314] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230393.847518] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[230393.847536] bond0: active interface up!
|
|
[230393.847551] datanet: port 1(bond0) entered blocking state
|
|
[230393.847557] datanet: port 1(bond0) entered forwarding state
|
|
[230394.650429] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[230394.650606] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[230394.679373] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[230394.679390] bond0: now running without any active interface!
|
|
[230394.679412] datanet: port 1(bond0) entered disabled state
|
|
[230409.878346] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None
|
|
[230409.878460] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[230409.968565] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex
|
|
[230409.968585] bond0: active interface up!
|
|
[230409.968609] datanet: port 1(bond0) entered blocking state
|
|
[230409.968617] datanet: port 1(bond0) entered forwarding state
|
|
[230452.335757] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230457.455714] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230544.175333] audit: type=1400 audit(1785169063.457:2775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230544.177149] audit: type=1400 audit(1785169063.458:2776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230544.249011] audit: type=1400 audit(1785169063.530:2777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230632.560743] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230642.800736] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230807.265885] audit: type=1400 audit(1785169326.546:2778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230807.268108] audit: type=1400 audit(1785169326.548:2779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230807.328102] audit: type=1400 audit(1785169326.608:2780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[230812.786690] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230817.905799] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230828.145814] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[230993.010831] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231003.251858] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231013.490931] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231076.704372] audit: type=1400 audit(1785169595.983:2781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231076.706564] audit: type=1400 audit(1785169595.985:2782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231076.773715] audit: type=1400 audit(1785169596.052:2783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231174.899893] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231181.043871] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231190.259829] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231198.836001] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231354.932833] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231356.676064] audit: type=1400 audit(1785169875.953:2784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231356.678370] audit: type=1400 audit(1785169875.955:2785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231356.744815] audit: type=1400 audit(1785169876.021:2786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231360.436896] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231366.580866] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231375.796993] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231383.964940] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231537.781903] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231540.149912] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231545.781891] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231551.925993] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231561.333994] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231569.525999] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231657.147909] audit: type=1400 audit(1785170176.423:2787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231657.150194] audit: type=1400 audit(1785170176.425:2788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231657.222882] audit: type=1400 audit(1785170176.498:2789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231718.006837] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231725.687973] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231731.319039] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231737.463016] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231746.679041] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231754.679087] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231898.231888] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231903.351894] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231911.032037] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231916.664081] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231922.808119] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231924.180463] audit: type=1400 audit(1785170443.455:2790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231924.183358] audit: type=1400 audit(1785170443.457:2791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231924.243562] audit: type=1400 audit(1785170443.517:2792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[231932.024154] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[231940.216100] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232078.456952] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232083.577055] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232088.697036] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232096.377020] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232102.009164] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232108.153093] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232117.369184] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232125.561216] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232159.713838] audit: type=1400 audit(1785170678.986:2793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232159.716028] audit: type=1400 audit(1785170678.988:2794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232159.780094] audit: type=1400 audit(1785170679.052:2795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232258.682010] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232263.802124] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232268.922009] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232274.042091] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232281.722112] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232287.354132] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232293.498171] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232302.714254] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232310.906380] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232422.051088] audit: type=1400 audit(1785170941.322:2796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232422.052764] audit: type=1400 audit(1785170941.323:2797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232422.118071] audit: type=1400 audit(1785170941.389:2798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232438.908145] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232444.027020] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232454.267146] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232459.387249] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232467.067223] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232472.699298] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232478.843376] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232488.059348] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232496.252386] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232619.133095] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232624.252164] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232629.372235] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232639.612275] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232644.732331] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232652.412305] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232658.044399] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232664.188370] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232673.404358] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232674.314642] audit: type=1400 audit(1785171193.584:2799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232674.316883] audit: type=1400 audit(1785171193.586:2800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232674.380946] audit: type=1400 audit(1785171193.650:2801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232681.596457] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232799.357173] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232804.477193] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232809.597269] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232814.717298] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232824.957301] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232830.077397] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232837.757384] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232843.389445] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232849.533519] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232858.749505] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232866.941543] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232966.593249] audit: type=1400 audit(1785171485.861:2802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232966.595756] audit: type=1400 audit(1785171485.862:2803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232966.668166] audit: type=1400 audit(1785171485.935:2804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[232979.583259] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232984.702251] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232989.822363] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[232994.942347] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233000.062332] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233010.302403] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233015.423393] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233023.102519] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233028.734550] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233034.878595] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233044.094639] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233052.287735] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233159.615271] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233164.927324] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233170.047519] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233175.167488] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233180.287443] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233185.407515] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233195.647461] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233200.767633] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233208.447617] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233214.079646] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233215.685770] audit: type=1400 audit(1785171734.952:2805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233215.687563] audit: type=1400 audit(1785171734.954:2806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233215.755948] audit: type=1400 audit(1785171735.022:2807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233220.223689] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233229.440630] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233237.631821] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233339.649378] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233350.080439] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233355.392496] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233360.513416] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233365.633506] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233370.752557] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233380.992639] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233386.112577] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233393.792698] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233399.425681] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233405.568765] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233414.785889] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233422.976858] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233464.551209] audit: type=1400 audit(1785171983.817:2808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233464.552819] audit: type=1400 audit(1785171983.817:2809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233464.613353] audit: type=1400 audit(1785171983.878:2810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233519.745442] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233525.377442] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233535.617473] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233540.546483] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233545.665599] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233552.641589] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233558.785625] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233568.002684] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233571.457776] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233579.137710] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233584.770791] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233592.577835] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233600.129903] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233608.321966] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233699.970583] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233705.090606] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233710.722549] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233731.202674] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233738.370711] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233744.514718] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233756.802835] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233762.177977] audit: type=1400 audit(1785172281.441:2811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233762.179779] audit: type=1400 audit(1785172281.442:2812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233762.250268] audit: type=1400 audit(1785172281.513:2813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[233764.483877] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233770.114908] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233778.114946] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233785.475009] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233793.667096] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233880.195531] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233885.315574] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233890.435682] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233896.067675] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233916.548751] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233923.716770] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233929.859873] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233941.955858] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233949.829035] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233955.460012] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233963.652003] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233970.628070] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[233978.820088] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234006.436391] audit: type=1400 audit(1785172525.698:2814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234006.438075] audit: type=1400 audit(1785172525.699:2815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234006.496868] audit: type=1400 audit(1785172525.758:2816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234060.421664] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234065.540770] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234070.468784] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234075.780736] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234081.412820] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234101.676851] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234111.748905] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234114.988969] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234127.302034] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234135.173199] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234140.805163] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234148.998165] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234156.165258] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234164.165261] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234240.645728] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234245.766724] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234255.813845] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234261.125962] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234266.757911] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234283.264136] audit: type=1400 audit(1785172802.524:2817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234283.265827] audit: type=1400 audit(1785172802.525:2818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234283.325776] audit: type=1400 audit(1785172802.585:2819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234287.238016] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234300.550100] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234312.647255] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234320.518306] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234326.150275] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234334.150289] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234341.318357] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234349.702409] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234420.870849] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234425.798899] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234431.110901] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234441.159040] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234446.599045] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234451.887027] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234472.583188] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234486.535254] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234497.991385] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234505.863489] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234510.224096] audit: type=1400 audit(1785173029.482:2820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234510.225878] audit: type=1400 audit(1785173029.484:2821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234510.289194] audit: type=1400 audit(1785173029.547:2822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234511.279354] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234519.687479] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234526.855573] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234534.856613] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234600.903981] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234611.336066] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234616.264153] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234626.696111] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234637.256198] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234657.736385] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234672.264486] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234683.528497] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234691.016515] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234696.841566] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234705.032594] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234712.200703] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234720.200660] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234745.588909] audit: type=1400 audit(1785173264.846:2823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234745.594913] audit: type=1400 audit(1785173264.852:2824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234745.660186] audit: type=1400 audit(1785173264.917:2825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234780.937139] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234786.441169] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234801.801200] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234812.041296] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234822.793389] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234843.273460] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234857.610555] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234868.681675] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234876.553663] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234882.186686] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234890.185718] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234897.545814] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234905.737920] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234961.034219] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234971.571255] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234984.452409] audit: type=1400 audit(1785173503.708:2826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234984.453571] audit: type=1400 audit(1785173503.709:2827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234984.515028] audit: type=1400 audit(1785173503.770:2828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[234987.146434] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[234997.194541] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235008.139428] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235028.426634] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235042.954760] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235054.026773] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235061.899805] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235067.531857] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235075.506973] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235082.890973] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235090.892043] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235141.260341] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235146.187359] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235156.939466] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235172.491560] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235182.540685] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235193.291678] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235213.771822] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235228.299967] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235239.371982] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235247.052043] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235252.876086] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235260.699446] audit: type=1400 audit(1785173779.953:2829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235260.701174] audit: type=1400 audit(1785173779.955:2830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235260.760814] audit: type=1400 audit(1785173780.014:2831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235260.876128] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235268.044193] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235276.428243] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235321.292573] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235331.724590] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235342.261670] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235358.988757] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235368.205830] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235378.828991] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235399.093016] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235414.286144] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235424.909177] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235432.397329] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235438.005318] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235446.221360] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235453.389408] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235461.773511] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235501.325736] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235509.517767] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235517.069855] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235527.605863] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235544.717979] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235550.702098] audit: type=1400 audit(1785174069.954:2832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235550.703591] audit: type=1400 audit(1785174069.955:2833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235550.764767] audit: type=1400 audit(1785174070.016:2834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235553.934128] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235563.982125] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235584.462394] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235600.014433] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235610.894516] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235617.934573] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235623.567474] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235632.398590] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235638.926594] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235647.118659] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235681.358992] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235687.054997] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235695.247054] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235702.224036] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235712.975148] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235730.063261] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235739.063252] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235749.520396] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235769.807543] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235785.359630] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235796.431660] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235804.431710] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235810.575816] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235817.935815] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235818.789875] audit: type=1400 audit(1785174338.040:2835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235818.791268] audit: type=1400 audit(1785174338.041:2836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235818.852248] audit: type=1400 audit(1785174338.102:2837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[235824.079893] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235832.463923] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235862.800164] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235868.944164] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235872.184125] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235880.592217] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235890.448288] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235898.296319] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235918.096470] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235924.408555] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235934.864581] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235955.344822] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235970.704923] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235981.752847] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235989.968945] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[235997.969035] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236003.473118] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236009.426068] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236017.809123] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236042.897314] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236048.337314] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236057.553451] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236068.625516] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236075.985572] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236083.665609] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236096.638832] audit: type=1400 audit(1785174615.887:2838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236096.640587] audit: type=1400 audit(1785174615.888:2839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236096.700018] audit: type=1400 audit(1785174615.948:2840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236103.633764] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236109.777799] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236120.210761] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236140.689987] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236155.858057] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236167.122130] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236175.290150] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236183.698266] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236191.506352] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236197.650328] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236202.962433] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236211.791531] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[236211.791783] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[236211.858592] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[236211.858609] bond0: now running without any active interface!
|
|
[236211.858636] datanet: port 1(bond0) entered disabled state
|
|
[236220.716364] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[236220.716482] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[236220.802592] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[236220.802611] bond0: active interface up!
|
|
[236220.802632] datanet: port 1(bond0) entered blocking state
|
|
[236220.802637] datanet: port 1(bond0) entered forwarding state
|
|
[236221.559584] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[236221.559700] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[236221.634605] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[236221.634623] bond0: now running without any active interface!
|
|
[236221.634649] datanet: port 1(bond0) entered disabled state
|
|
[236222.930561] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236228.050553] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236232.038482] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[236232.038606] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[236232.138684] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[236232.138703] bond0: active interface up!
|
|
[236232.138723] datanet: port 1(bond0) entered blocking state
|
|
[236232.138728] datanet: port 1(bond0) entered forwarding state
|
|
[236232.883663] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[236232.883859] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[236232.970686] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[236232.970704] bond0: now running without any active interface!
|
|
[236232.970731] datanet: port 1(bond0) entered disabled state
|
|
[236233.682591] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236242.898689] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236243.107579] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[236243.107693] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[236243.162763] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[236243.162783] bond0: active interface up!
|
|
[236243.162803] datanet: port 1(bond0) entered blocking state
|
|
[236243.162808] datanet: port 1(bond0) entered forwarding state
|
|
[236243.956759] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[236243.956914] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[236243.994659] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[236243.994681] bond0: now running without any active interface!
|
|
[236243.994715] datanet: port 1(bond0) entered disabled state
|
|
[236254.354789] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236259.975608] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None
|
|
[236259.975724] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[236260.010769] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex
|
|
[236260.010782] bond0: active interface up!
|
|
[236260.010796] datanet: port 1(bond0) entered blocking state
|
|
[236260.010801] datanet: port 1(bond0) entered forwarding state
|
|
[236261.330721] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236271.378847] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236289.171062] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236295.123062] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236308.243108] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236321.328963] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[236326.035335] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236341.180297] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236352.659385] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236360.635561] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236364.267157] datanet: port 1(bond0) entered disabled state
|
|
[236364.267186] datanet: port 2(fwpr509p1) entered disabled state
|
|
[236364.275682] bond0: left allmulticast mode
|
|
[236364.275692] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[236364.275700] e1000e 0000:22:00.1 nic2: left allmulticast mode
|
|
[236364.275722] bond0: left promiscuous mode
|
|
[236364.275724] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[236364.275798] e1000e 0000:22:00.1 nic2: left promiscuous mode
|
|
[236364.276142] datanet: port 1(bond0) entered disabled state
|
|
[236364.276323] fwpr509p1: left allmulticast mode
|
|
[236364.276327] fwpr509p1: left promiscuous mode
|
|
[236364.276346] datanet: port 2(fwpr509p1) entered disabled state
|
|
[236368.844540] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[236369.000372] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[236369.043528] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236369.143964] bond0 (unregistering): (slave nic2): Removing an active aggregator
|
|
[236369.144032] bond0 (unregistering): (slave nic2): Releasing backup interface
|
|
[236369.297011] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[236369.440834] bond0 (unregistering): Released all slaves
|
|
[236377.043633] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236388.499723] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236390.044867] audit: type=1400 audit(1785174909.291:2841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236390.046569] audit: type=1400 audit(1785174909.292:2842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236390.110491] audit: type=1400 audit(1785174909.356:2843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236403.348719] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236412.393712] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[236413.395850] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236419.027865] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236422.140384] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[236422.156507] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[236422.161225] datanet: port 1(bond0) entered blocking state
|
|
[236422.161233] datanet: port 1(bond0) entered disabled state
|
|
[236422.161256] bond0: entered allmulticast mode
|
|
[236422.161262] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[236422.161457] bond0: entered promiscuous mode
|
|
[236422.161463] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[236423.899684] datanet: the hash_elasticity option has been deprecated and is always 16
|
|
[236428.243957] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236439.477016] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236446.676060] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236456.917064] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236474.325192] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236480.469213] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236493.972443] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236495.838626] datanet: port 1(bond0) entered disabled state
|
|
[236495.844264] bond0 (unregistering): left allmulticast mode
|
|
[236495.844271] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[236495.844278] bond0 (unregistering): left promiscuous mode
|
|
[236495.844280] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[236495.844370] datanet: port 1(bond0) entered disabled state
|
|
[236495.844654] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[236496.001352] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[236496.144694] bond0 (unregistering): Released all slaves
|
|
[236508.396868] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[236508.876936] datanet: port 1(bond0) entered blocking state
|
|
[236508.876942] datanet: port 1(bond0) entered disabled state
|
|
[236508.876962] bond0: entered allmulticast mode
|
|
[236508.876967] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[236508.877084] bond0: entered promiscuous mode
|
|
[236508.877087] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[236511.380449] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236526.740673] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236538.005627] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236545.980726] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236554.388741] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236564.180866] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236573.844874] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236583.573064] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236588.757078] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236598.933101] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236604.373111] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236613.589258] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236625.621327] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236632.213268] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236642.453407] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236659.861584] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236661.150141] audit: type=1400 audit(1785175180.394:2844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236661.159208] audit: type=1400 audit(1785175180.403:2845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236661.219640] audit: type=1400 audit(1785175180.464:2846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236665.813597] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236679.317659] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236696.533749] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236711.870814] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236723.349903] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236731.542024] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236739.734069] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236751.575157] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236755.231011] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
|
|
[236755.303188] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex
|
|
[236755.303203] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
|
|
[236755.303214] bond0: active interface up!
|
|
[236755.303235] datanet: port 1(bond0) entered blocking state
|
|
[236755.303241] datanet: port 1(bond0) entered forwarding state
|
|
[236759.190252] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236763.798230] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236768.726321] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236774.038323] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236784.278375] nfs: server pfv-tsys4-nfs-stor not responding, timed out
|
|
[236785.436195] call_decode: 6 callbacks suppressed
|
|
[236785.436201] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.436250] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.437464] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.437471] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.437478] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.438768] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.438851] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.438856] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.438873] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236785.438893] nfs: server pfv-tsys4-nfs-stor OK
|
|
[236913.552204] audit: type=1400 audit(1785175432.795:2847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236913.553953] audit: type=1400 audit(1785175432.796:2848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236913.700648] audit: type=1400 audit(1785175432.943:2849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[236929.660463] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[236929.660620] bond0: (slave nic1): speed changed to 0 on port 1
|
|
[236929.712344] bond0: (slave nic1): link status definitely down, disabling slave
|
|
[236929.712364] bond0: now running without any active interface!
|
|
[236929.712387] datanet: port 1(bond0) entered disabled state
|
|
[236931.859226] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
|
|
[236931.895524] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex
|
|
[236931.895543] bond0: active interface up!
|
|
[236931.895571] datanet: port 1(bond0) entered blocking state
|
|
[236931.895576] datanet: port 1(bond0) entered forwarding state
|
|
[236943.355546] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[236943.355699] bond0: (slave nic1): speed changed to 0 on port 1
|
|
[236943.439497] bond0: (slave nic1): link status definitely down, disabling slave
|
|
[236943.439513] bond0: now running without any active interface!
|
|
[236943.439537] datanet: port 1(bond0) entered disabled state
|
|
[236945.542383] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
|
|
[236945.624532] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex
|
|
[236945.624550] bond0: active interface up!
|
|
[236945.624569] datanet: port 1(bond0) entered blocking state
|
|
[236945.624575] datanet: port 1(bond0) entered forwarding state
|
|
[236988.298395] datanet: port 1(bond0) entered disabled state
|
|
[236988.307421] bond0: left allmulticast mode
|
|
[236988.307429] e1000e 0000:22:00.0 nic1: left allmulticast mode
|
|
[236988.307448] bond0: left promiscuous mode
|
|
[236988.307450] e1000e 0000:22:00.0 nic1: left promiscuous mode
|
|
[236988.307721] datanet: port 1(bond0) entered disabled state
|
|
[236990.892081] bond0 (unregistering): (slave nic1): Removing an active aggregator
|
|
[236990.892169] bond0 (unregistering): (slave nic1): Releasing backup interface
|
|
[236991.052587] e1000e 0000:22:00.0 nic1: NIC Link is Down
|
|
[236991.196415] bond0 (unregistering): Released all slaves
|
|
[236994.408176] bond0: (slave nic1): Enslaving as a backup interface with a down link
|
|
[236994.656219] bond0: (slave nic2): Enslaving as a backup interface with a down link
|
|
[236996.811677] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
|
|
[236996.847888] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex
|
|
[236996.847899] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
|
|
[236996.847910] bond0: active interface up!
|
|
[237003.192780] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[237003.192893] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[237003.295916] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[237004.051966] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[237004.052045] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[237004.127940] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[237012.606451] datanet: port 1(bond0) entered blocking state
|
|
[237012.606459] datanet: port 1(bond0) entered disabled state
|
|
[237012.606476] bond0: entered allmulticast mode
|
|
[237012.606480] e1000e 0000:22:00.0 nic1: entered allmulticast mode
|
|
[237012.606495] e1000e 0000:22:00.1 nic2: entered allmulticast mode
|
|
[237012.606799] bond0: entered promiscuous mode
|
|
[237012.606805] e1000e 0000:22:00.0 nic1: entered promiscuous mode
|
|
[237012.606872] e1000e 0000:22:00.1 nic2: entered promiscuous mode
|
|
[237012.617596] datanet: port 1(bond0) entered blocking state
|
|
[237012.617604] datanet: port 1(bond0) entered forwarding state
|
|
[237012.968825] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[237012.968945] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[237013.072011] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[237013.782041] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[237013.782156] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[237013.799886] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[237025.943876] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[237025.943995] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[237025.968181] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[237026.784120] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[237026.784401] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[237026.800026] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[237035.589911] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
|
|
[237035.590024] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[237035.640183] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex
|
|
[237036.431144] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[237036.431345] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[237036.472088] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[237038.937917] e1000e 0000:22:00.1 nic2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
|
|
[237038.968234] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex
|
|
[237039.286185] e1000e 0000:22:00.1 nic2: NIC Link is Down
|
|
[237039.286368] bond0: (slave nic2): speed changed to 0 on port 2
|
|
[237039.385117] bond0: (slave nic2): link status definitely down, disabling slave
|
|
[237055.496079] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None
|
|
[237055.496195] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed
|
|
[237055.505238] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex
|
|
[237157.020194] audit: type=1400 audit(1785175676.261:2850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237157.021881] audit: type=1400 audit(1785175676.263:2851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237157.085365] audit: type=1400 audit(1785175676.326:2852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237387.518567] audit: type=1400 audit(1785175906.758:2853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237387.520267] audit: type=1400 audit(1785175906.759:2854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237387.589211] audit: type=1400 audit(1785175906.828:2855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237660.522290] audit: type=1400 audit(1785176179.760:2856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237660.523238] audit: type=1400 audit(1785176179.761:2857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237660.601605] audit: type=1400 audit(1785176179.839:2858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237956.365486] audit: type=1400 audit(1785176475.601:2859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237956.372939] audit: type=1400 audit(1785176475.608:2860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[237956.432140] audit: type=1400 audit(1785176475.667:2861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238205.506664] audit: type=1400 audit(1785176724.740:2862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238205.509882] audit: type=1400 audit(1785176724.744:2863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238205.585686] audit: type=1400 audit(1785176724.819:2864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238506.529913] audit: type=1400 audit(1785177025.761:2865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238506.531637] audit: type=1400 audit(1785177025.763:2866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238506.616093] audit: type=1400 audit(1785177025.848:2867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238769.059860] audit: type=1400 audit(1785177288.290:2868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238769.061464] audit: type=1400 audit(1785177288.291:2869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[238769.120351] audit: type=1400 audit(1785177288.350:2870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239002.282645] audit: type=1400 audit(1785177521.511:2871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239002.284330] audit: type=1400 audit(1785177521.512:2872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239002.357446] audit: type=1400 audit(1785177521.585:2873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239271.586225] audit: type=1400 audit(1785177790.812:2874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239271.588360] audit: type=1400 audit(1785177790.814:2875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239271.654388] audit: type=1400 audit(1785177790.881:2876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239528.204014] audit: type=1400 audit(1785178047.428:2877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239528.206038] audit: type=1400 audit(1785178047.430:2878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239528.259046] audit: type=1400 audit(1785178047.483:2879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239798.844417] audit: type=1400 audit(1785178318.067:2880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239798.846130] audit: type=1400 audit(1785178318.068:2881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[239798.907309] audit: type=1400 audit(1785178318.130:2882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240098.162916] audit: type=1400 audit(1785178617.383:2883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240098.165181] audit: type=1400 audit(1785178617.385:2884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240098.227690] audit: type=1400 audit(1785178617.448:2885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240371.711604] audit: type=1400 audit(1785178890.930:2886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240371.713942] audit: type=1400 audit(1785178890.932:2887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240371.782741] audit: type=1400 audit(1785178891.001:2888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240650.240641] audit: type=1400 audit(1785179169.457:2889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240650.242592] audit: type=1400 audit(1785179169.459:2890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240650.303725] audit: type=1400 audit(1785179169.520:2891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240909.355057] audit: type=1400 audit(1785179428.570:2892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240909.356944] audit: type=1400 audit(1785179428.572:2893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[240909.424777] audit: type=1400 audit(1785179428.640:2894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241155.367512] audit: type=1400 audit(1785179674.581:2895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241155.369726] audit: type=1400 audit(1785179674.583:2896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241155.429549] audit: type=1400 audit(1785179674.643:2897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241402.471034] audit: type=1400 audit(1785179921.683:2898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241402.473323] audit: type=1400 audit(1785179921.685:2899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241402.533402] audit: type=1400 audit(1785179921.745:2900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241657.026848] audit: type=1400 audit(1785180176.237:2901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241657.028760] audit: type=1400 audit(1785180176.239:2902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241657.088435] audit: type=1400 audit(1785180176.298:2903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241944.038793] audit: type=1400 audit(1785180463.247:2904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241944.040981] audit: type=1400 audit(1785180463.249:2905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[241944.133875] audit: type=1400 audit(1785180463.342:2906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242214.158521] audit: type=1400 audit(1785180733.365:2907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242214.159907] audit: type=1400 audit(1785180733.366:2908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242214.221628] audit: type=1400 audit(1785180733.428:2909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242441.766061] audit: type=1400 audit(1785180960.971:2910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242441.767972] audit: type=1400 audit(1785180960.972:2911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242441.876672] audit: type=1400 audit(1785180961.081:2912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242724.355088] audit: type=1400 audit(1785181243.558:2913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242724.357152] audit: type=1400 audit(1785181243.560:2914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242724.422143] audit: type=1400 audit(1785181243.625:2915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242972.807737] audit: type=1400 audit(1785181492.009:2916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242972.810200] audit: type=1400 audit(1785181492.011:2917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[242972.867929] audit: type=1400 audit(1785181492.069:2918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243266.762173] audit: type=1400 audit(1785181785.961:2919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243266.764371] audit: type=1400 audit(1785181785.963:2920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243266.829917] audit: type=1400 audit(1785181786.029:2921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243545.636629] audit: type=1400 audit(1785182064.834:2922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243545.638891] audit: type=1400 audit(1785182064.836:2923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243545.708803] audit: type=1400 audit(1785182064.906:2924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243806.518553] audit: type=1400 audit(1785182325.714:2925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243806.520737] audit: type=1400 audit(1785182325.716:2926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[243806.588706] audit: type=1400 audit(1785182325.784:2927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244103.716984] audit: type=1400 audit(1785182622.910:2928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244103.719248] audit: type=1400 audit(1785182622.912:2929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244103.782961] audit: type=1400 audit(1785182622.976:2930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244389.102256] audit: type=1400 audit(1785182908.293:2931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244389.108537] audit: type=1400 audit(1785182908.300:2932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244389.170332] audit: type=1400 audit(1785182908.362:2933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244648.332647] audit: type=1400 audit(1785183167.522:2934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244648.334809] audit: type=1400 audit(1785183167.524:2935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244648.407679] audit: type=1400 audit(1785183167.597:2936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244901.176988] audit: type=1400 audit(1785183420.365:2937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244901.180684] audit: type=1400 audit(1785183420.368:2938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[244901.245638] audit: type=1400 audit(1785183420.433:2939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245139.787716] audit: type=1400 audit(1785183658.974:2940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245139.789883] audit: type=1400 audit(1785183658.976:2941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245139.850564] audit: type=1400 audit(1785183659.037:2942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245421.416508] audit: type=1400 audit(1785183940.601:2943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245421.418656] audit: type=1400 audit(1785183940.603:2944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245421.487795] audit: type=1400 audit(1785183940.672:2945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245715.164383] audit: type=1400 audit(1785184234.347:2946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245715.166978] audit: type=1400 audit(1785184234.349:2947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245715.233311] audit: type=1400 audit(1785184234.415:2948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245732.161347] tap509i0: left allmulticast mode
|
|
[245732.161397] fwbr509i0: port 2(tap509i0) entered disabled state
|
|
[245732.165812] fwbr509i0: port 1(fwln509i0) entered disabled state
|
|
[245732.166063] vmbr0: port 18(fwpr509p0) entered disabled state
|
|
[245732.166217] fwln509i0 (unregistering): left allmulticast mode
|
|
[245732.166222] fwln509i0 (unregistering): left promiscuous mode
|
|
[245732.166225] fwbr509i0: port 1(fwln509i0) entered disabled state
|
|
[245732.166587] fwpr509p0 (unregistering): left allmulticast mode
|
|
[245732.166592] fwpr509p0 (unregistering): left promiscuous mode
|
|
[245732.166596] vmbr0: port 18(fwpr509p0) entered disabled state
|
|
[245732.595352] tap509i1: left allmulticast mode
|
|
[245732.595400] fwbr509i1: port 2(tap509i1) entered disabled state
|
|
[245732.599731] fwbr509i1: port 1(fwln509i1) entered disabled state
|
|
[245732.599993] fwln509i1 (unregistering): left allmulticast mode
|
|
[245732.599999] fwln509i1 (unregistering): left promiscuous mode
|
|
[245732.600005] fwbr509i1: port 1(fwln509i1) entered disabled state
|
|
[245769.261082] tap509i0: entered promiscuous mode
|
|
[245769.373222] vmbr0: port 18(fwpr509p0) entered blocking state
|
|
[245769.373230] vmbr0: port 18(fwpr509p0) entered disabled state
|
|
[245769.373258] fwpr509p0: entered allmulticast mode
|
|
[245769.373325] fwpr509p0: entered promiscuous mode
|
|
[245769.373393] vmbr0: port 18(fwpr509p0) entered blocking state
|
|
[245769.373397] vmbr0: port 18(fwpr509p0) entered forwarding state
|
|
[245769.390203] fwbr509i0: port 1(fwln509i0) entered blocking state
|
|
[245769.390210] fwbr509i0: port 1(fwln509i0) entered disabled state
|
|
[245769.390236] fwln509i0: entered allmulticast mode
|
|
[245769.390296] fwln509i0: entered promiscuous mode
|
|
[245769.390352] fwbr509i0: port 1(fwln509i0) entered blocking state
|
|
[245769.390356] fwbr509i0: port 1(fwln509i0) entered forwarding state
|
|
[245769.405164] fwbr509i0: port 2(tap509i0) entered blocking state
|
|
[245769.405171] fwbr509i0: port 2(tap509i0) entered disabled state
|
|
[245769.405191] tap509i0: entered allmulticast mode
|
|
[245769.405302] fwbr509i0: port 2(tap509i0) entered blocking state
|
|
[245769.405307] fwbr509i0: port 2(tap509i0) entered forwarding state
|
|
[245770.777085] tap509i1: entered promiscuous mode
|
|
[245770.887421] datanet: port 2(fwpr509p1) entered blocking state
|
|
[245770.887429] datanet: port 2(fwpr509p1) entered disabled state
|
|
[245770.887454] fwpr509p1: entered allmulticast mode
|
|
[245770.887514] fwpr509p1: entered promiscuous mode
|
|
[245770.887573] datanet: port 2(fwpr509p1) entered blocking state
|
|
[245770.887579] datanet: port 2(fwpr509p1) entered forwarding state
|
|
[245770.902493] fwbr509i1: port 1(fwln509i1) entered blocking state
|
|
[245770.902501] fwbr509i1: port 1(fwln509i1) entered disabled state
|
|
[245770.902526] fwln509i1: entered allmulticast mode
|
|
[245770.902584] fwln509i1: entered promiscuous mode
|
|
[245770.902660] fwbr509i1: port 1(fwln509i1) entered blocking state
|
|
[245770.902665] fwbr509i1: port 1(fwln509i1) entered forwarding state
|
|
[245770.919220] fwbr509i1: port 2(tap509i1) entered blocking state
|
|
[245770.919227] fwbr509i1: port 2(tap509i1) entered disabled state
|
|
[245770.919241] tap509i1: entered allmulticast mode
|
|
[245770.919335] fwbr509i1: port 2(tap509i1) entered blocking state
|
|
[245770.919339] fwbr509i1: port 2(tap509i1) entered forwarding state
|
|
[245947.350531] audit: type=1400 audit(1785184466.531:2949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245947.352769] audit: type=1400 audit(1785184466.533:2950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[245947.423360] audit: type=1400 audit(1785184466.604:2951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246240.775564] audit: type=1400 audit(1785184759.954:2952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246240.777676] audit: type=1400 audit(1785184759.956:2953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246240.843509] audit: type=1400 audit(1785184760.022:2954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246510.626638] audit: type=1400 audit(1785185029.804:2955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246510.628817] audit: type=1400 audit(1785185029.806:2956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246510.697600] audit: type=1400 audit(1785185029.875:2957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246768.201908] audit: type=1400 audit(1785185287.377:2958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246768.204189] audit: type=1400 audit(1785185287.379:2959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[246768.268746] audit: type=1400 audit(1785185287.444:2960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247012.510004] audit: type=1400 audit(1785185531.684:2961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247012.511848] audit: type=1400 audit(1785185531.685:2962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247012.573407] audit: type=1400 audit(1785185531.747:2963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247246.047560] audit: type=1400 audit(1785185765.220:2964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247246.049662] audit: type=1400 audit(1785185765.222:2965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247246.111551] audit: type=1400 audit(1785185765.284:2966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247535.850312] audit: type=1400 audit(1785186055.020:2967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247535.852564] audit: type=1400 audit(1785186055.023:2968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247535.923818] audit: type=1400 audit(1785186055.094:2969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247774.557927] audit: type=1400 audit(1785186293.727:2970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247774.560040] audit: type=1400 audit(1785186293.729:2971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[247774.620168] audit: type=1400 audit(1785186293.789:2972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248023.073853] audit: type=1400 audit(1785186542.241:2973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248023.076003] audit: type=1400 audit(1785186542.243:2974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248023.139777] audit: type=1400 audit(1785186542.307:2975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248276.126223] audit: type=1400 audit(1785186795.292:2976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248276.128454] audit: type=1400 audit(1785186795.294:2977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248276.202920] audit: type=1400 audit(1785186795.368:2978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248565.604564] audit: type=1400 audit(1785187084.769:2979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248565.606572] audit: type=1400 audit(1785187084.770:2980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248565.664911] audit: type=1400 audit(1785187084.829:2981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248865.600376] audit: type=1400 audit(1785187384.762:2982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248865.602599] audit: type=1400 audit(1785187384.764:2983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[248865.669732] audit: type=1400 audit(1785187384.831:2984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249129.497902] audit: type=1400 audit(1785187648.658:2985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249129.499937] audit: type=1400 audit(1785187648.660:2986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249129.564404] audit: type=1400 audit(1785187648.724:2987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249357.020625] audit: type=1400 audit(1785187876.179:2988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249357.022725] audit: type=1400 audit(1785187876.181:2989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249357.095520] audit: type=1400 audit(1785187876.254:2990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249591.883140] audit: type=1400 audit(1785188111.040:2991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249591.885303] audit: type=1400 audit(1785188111.042:2992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249591.940818] audit: type=1400 audit(1785188111.098:2993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249878.620736] audit: type=1400 audit(1785188397.776:2994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249878.621653] audit: type=1400 audit(1785188397.777:2995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[249878.684153] audit: type=1400 audit(1785188397.839:2996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250129.481870] audit: type=1400 audit(1785188648.635:2997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250129.484083] audit: type=1400 audit(1785188648.637:2998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250129.545597] audit: type=1400 audit(1785188648.699:2999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250407.052121] audit: type=1400 audit(1785188926.204:3000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250407.053905] audit: type=1400 audit(1785188926.205:3001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250407.121942] audit: type=1400 audit(1785188926.273:3002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250706.088694] audit: type=1400 audit(1785189225.238:3003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250706.091239] audit: type=1400 audit(1785189225.241:3004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250706.157167] audit: type=1400 audit(1785189225.307:3005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250968.852621] audit: type=1400 audit(1785189488.000:3006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250968.854718] audit: type=1400 audit(1785189488.003:3007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[250968.918694] audit: type=1400 audit(1785189488.067:3008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251210.426278] audit: type=1400 audit(1785189729.573:3009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251210.428386] audit: type=1400 audit(1785189729.575:3010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251210.488506] audit: type=1400 audit(1785189729.635:3011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251454.201943] audit: type=1400 audit(1785189973.347:3012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251454.203922] audit: type=1400 audit(1785189973.349:3013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251454.282457] audit: type=1400 audit(1785189973.427:3014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251682.624331] audit: type=1400 audit(1785190201.768:3015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251682.626093] audit: type=1400 audit(1785190201.769:3016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251682.702213] audit: type=1400 audit(1785190201.845:3017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251977.586215] audit: type=1400 audit(1785190496.727:3018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251977.589903] audit: type=1400 audit(1785190496.731:3019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[251977.654056] audit: type=1400 audit(1785190496.795:3020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252269.755250] audit: type=1400 audit(1785190788.895:3021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252269.757364] audit: type=1400 audit(1785190788.896:3022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252269.815558] audit: type=1400 audit(1785190788.954:3023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252531.475954] audit: type=1400 audit(1785191050.614:3024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252531.478214] audit: type=1400 audit(1785191050.616:3025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252531.545018] audit: type=1400 audit(1785191050.683:3026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252786.523505] audit: type=1400 audit(1785191305.660:3027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252786.525777] audit: type=1400 audit(1785191305.662:3028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[252786.591477] audit: type=1400 audit(1785191305.727:3029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253045.471888] audit: type=1400 audit(1785191564.606:3030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253045.474097] audit: type=1400 audit(1785191564.608:3031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253045.537843] audit: type=1400 audit(1785191564.672:3032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253279.252748] audit: type=1400 audit(1785191798.386:3033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253279.254983] audit: type=1400 audit(1785191798.388:3034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253279.334445] audit: type=1400 audit(1785191798.467:3035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253534.556394] audit: type=1400 audit(1785192053.688:3036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253534.558358] audit: type=1400 audit(1785192053.690:3037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253534.629107] audit: type=1400 audit(1785192053.760:3038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253822.449748] audit: type=1400 audit(1785192341.579:3039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253822.451878] audit: type=1400 audit(1785192341.581:3040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[253822.515942] audit: type=1400 audit(1785192341.645:3041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254069.395974] audit: type=1400 audit(1785192588.524:3042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254069.398039] audit: type=1400 audit(1785192588.526:3043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254069.470799] audit: type=1400 audit(1785192588.598:3044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254330.830336] audit: type=1400 audit(1785192849.956:3045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254330.832513] audit: type=1400 audit(1785192849.959:3046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254330.900082] audit: type=1400 audit(1785192850.026:3047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254611.731482] audit: type=1400 audit(1785193130.856:3048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254611.733588] audit: type=1400 audit(1785193130.858:3049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254611.804690] audit: type=1400 audit(1785193130.929:3050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254844.460049] audit: type=1400 audit(1785193363.583:3051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254844.462252] audit: type=1400 audit(1785193363.585:3052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[254844.526162] audit: type=1400 audit(1785193363.649:3053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255091.435714] audit: type=1400 audit(1785193610.557:3054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255091.437862] audit: type=1400 audit(1785193610.559:3055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255091.505690] audit: type=1400 audit(1785193610.627:3056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255392.807648] audit: type=1400 audit(1785193911.927:3057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255392.809844] audit: type=1400 audit(1785193911.929:3058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255392.876082] audit: type=1400 audit(1785193911.995:3059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255644.610279] audit: type=1400 audit(1785194163.728:3060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255644.612553] audit: type=1400 audit(1785194163.730:3061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255644.680582] audit: type=1400 audit(1785194163.798:3062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255911.627083] audit: type=1400 audit(1785194430.743:3063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255911.628893] audit: type=1400 audit(1785194430.744:3064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[255911.700340] audit: type=1400 audit(1785194430.816:3065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256184.600900] audit: type=1400 audit(1785194703.715:3066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256184.603148] audit: type=1400 audit(1785194703.717:3067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256184.669312] audit: type=1400 audit(1785194703.783:3068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256441.774255] audit: type=1400 audit(1785194960.886:3069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256441.776450] audit: type=1400 audit(1785194960.889:3070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256441.839488] audit: type=1400 audit(1785194960.952:3071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256724.107608] audit: type=1400 audit(1785195243.218:3072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256724.109741] audit: type=1400 audit(1785195243.220:3073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256724.173612] audit: type=1400 audit(1785195243.284:3074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256974.261100] audit: type=1400 audit(1785195493.370:3075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256974.264898] audit: type=1400 audit(1785195493.374:3076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[256974.326830] audit: type=1400 audit(1785195493.435:3077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257260.354854] audit: type=1400 audit(1785195779.462:3078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257260.357078] audit: type=1400 audit(1785195779.464:3079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257260.428290] audit: type=1400 audit(1785195779.535:3080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257497.099934] audit: type=1400 audit(1785196016.205:3081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257497.101984] audit: type=1400 audit(1785196016.207:3082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257497.163586] audit: type=1400 audit(1785196016.269:3083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257729.886938] audit: type=1400 audit(1785196248.991:3084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257729.889087] audit: type=1400 audit(1785196248.993:3085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257729.958464] audit: type=1400 audit(1785196249.062:3086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257987.083371] audit: type=1400 audit(1785196506.185:3087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257987.085604] audit: type=1400 audit(1785196506.188:3088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[257987.144736] audit: type=1400 audit(1785196506.247:3089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258242.054921] audit: type=1400 audit(1785196761.155:3090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258242.057121] audit: type=1400 audit(1785196761.158:3091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258242.114620] audit: type=1400 audit(1785196761.215:3092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258483.895829] audit: type=1400 audit(1785197002.995:3093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258483.897735] audit: type=1400 audit(1785197002.997:3094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258483.966655] audit: type=1400 audit(1785197003.065:3095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258736.860314] audit: type=1400 audit(1785197255.958:3096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258736.862429] audit: type=1400 audit(1785197255.960:3097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258736.927691] audit: type=1400 audit(1785197256.025:3098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258987.849078] audit: type=1400 audit(1785197506.945:3099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258987.851346] audit: type=1400 audit(1785197506.947:3100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[258987.914055] audit: type=1400 audit(1785197507.010:3101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259253.325801] audit: type=1400 audit(1785197772.420:3102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259253.327763] audit: type=1400 audit(1785197772.422:3103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259253.391791] audit: type=1400 audit(1785197772.486:3104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259485.635181] audit: type=1400 audit(1785198004.728:3105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259485.637851] audit: type=1400 audit(1785198004.730:3106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259485.702139] audit: type=1400 audit(1785198004.795:3107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259747.815593] audit: type=1400 audit(1785198266.906:3108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259747.817910] audit: type=1400 audit(1785198266.909:3109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[259747.888458] audit: type=1400 audit(1785198266.979:3110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260046.564907] audit: type=1400 audit(1785198565.654:3111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260046.567030] audit: type=1400 audit(1785198565.656:3112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260046.632062] audit: type=1400 audit(1785198565.721:3113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260327.194584] audit: type=1400 audit(1785198846.282:3114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260327.196710] audit: type=1400 audit(1785198846.284:3115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260327.267238] audit: type=1400 audit(1785198846.354:3116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260604.847514] audit: type=1400 audit(1785199123.933:3117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260604.849906] audit: type=1400 audit(1785199123.935:3118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260604.909818] audit: type=1400 audit(1785199123.995:3119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260844.942734] audit: type=1400 audit(1785199364.026:3120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260844.944743] audit: type=1400 audit(1785199364.028:3121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[260845.013352] audit: type=1400 audit(1785199364.097:3122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261073.019967] audit: type=1400 audit(1785199592.102:3123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261073.021872] audit: type=1400 audit(1785199592.104:3124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261073.083272] audit: type=1400 audit(1785199592.166:3125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261326.537467] audit: type=1400 audit(1785199845.618:3126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261326.539597] audit: type=1400 audit(1785199845.620:3127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261326.601309] audit: type=1400 audit(1785199845.682:3128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261571.325487] audit: type=1400 audit(1785200090.405:3129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261571.327344] audit: type=1400 audit(1785200090.407:3130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261571.396322] audit: type=1400 audit(1785200090.475:3131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261844.371919] audit: type=1400 audit(1785200363.449:3132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261844.374163] audit: type=1400 audit(1785200363.452:3133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[261844.448695] audit: type=1400 audit(1785200363.526:3134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262135.029622] audit: type=1400 audit(1785200654.105:3135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262135.031737] audit: type=1400 audit(1785200654.107:3136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262135.092008] audit: type=1400 audit(1785200654.168:3137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262369.394707] audit: type=1400 audit(1785200888.469:3138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262369.396887] audit: type=1400 audit(1785200888.471:3139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262369.461201] audit: type=1400 audit(1785200888.535:3140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262668.163016] audit: type=1400 audit(1785201187.235:3141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262668.165365] audit: type=1400 audit(1785201187.238:3142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262668.229270] audit: type=1400 audit(1785201187.302:3143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262937.591872] audit: type=1400 audit(1785201456.662:3144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262937.593141] audit: type=1400 audit(1785201456.664:3145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[262937.664880] audit: type=1400 audit(1785201456.735:3146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263224.439076] audit: type=1400 audit(1785201743.508:3147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263224.441192] audit: type=1400 audit(1785201743.510:3148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263224.508745] audit: type=1400 audit(1785201743.578:3149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263501.157902] audit: type=1400 audit(1785202020.225:3150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263501.160480] audit: type=1400 audit(1785202020.227:3151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263501.226018] audit: type=1400 audit(1785202020.293:3152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263755.660712] audit: type=1400 audit(1785202274.726:3153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263755.662646] audit: type=1400 audit(1785202274.728:3154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263755.729622] audit: type=1400 audit(1785202274.794:3155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263995.032515] audit: type=1400 audit(1785202514.096:3156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263995.034779] audit: type=1400 audit(1785202514.099:3157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[263995.090819] audit: type=1400 audit(1785202514.155:3158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264259.150425] audit: type=1400 audit(1785202778.213:3159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264259.152679] audit: type=1400 audit(1785202778.215:3160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264259.210290] audit: type=1400 audit(1785202778.273:3161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264544.267620] audit: type=1400 audit(1785203063.329:3162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264544.269457] audit: type=1400 audit(1785203063.331:3163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264544.328090] audit: type=1400 audit(1785203063.388:3164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264786.327523] audit: type=1400 audit(1785203305.386:3165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264786.331388] audit: type=1400 audit(1785203305.390:3166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[264786.389804] audit: type=1400 audit(1785203305.449:3167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265027.361245] audit: type=1400 audit(1785203546.419:3168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265027.363191] audit: type=1400 audit(1785203546.421:3169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265027.426375] audit: type=1400 audit(1785203546.484:3170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265321.181576] audit: type=1400 audit(1785203840.237:3171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265321.183429] audit: type=1400 audit(1785203840.239:3172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265321.245114] audit: type=1400 audit(1785203840.301:3173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265613.696732] audit: type=1400 audit(1785204132.751:3174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265613.698600] audit: type=1400 audit(1785204132.752:3175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265613.764228] audit: type=1400 audit(1785204132.818:3176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265895.407847] audit: type=1400 audit(1785204414.460:3177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265895.410164] audit: type=1400 audit(1785204414.462:3178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[265895.473276] audit: type=1400 audit(1785204414.525:3179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266152.326331] audit: type=1400 audit(1785204671.378:3180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266152.328473] audit: type=1400 audit(1785204671.380:3181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266152.392747] audit: type=1400 audit(1785204671.444:3182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266442.078953] audit: type=1400 audit(1785204961.128:3183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266442.081140] audit: type=1400 audit(1785204961.130:3184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266442.152669] audit: type=1400 audit(1785204961.201:3185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266673.604477] audit: type=1400 audit(1785205192.652:3186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266673.606182] audit: type=1400 audit(1785205192.653:3187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266673.672812] audit: type=1400 audit(1785205192.720:3188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266917.876278] audit: type=1400 audit(1785205436.922:3189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266917.878454] audit: type=1400 audit(1785205436.924:3190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[266917.950188] audit: type=1400 audit(1785205436.996:3191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267145.580845] audit: type=1400 audit(1785205664.625:3192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267145.582948] audit: type=1400 audit(1785205664.627:3193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267145.645345] audit: type=1400 audit(1785205664.690:3194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267392.699918] audit: type=1400 audit(1785205911.743:3195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267392.701838] audit: type=1400 audit(1785205911.745:3196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267392.781919] audit: type=1400 audit(1785205911.825:3197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267655.567394] audit: type=1400 audit(1785206174.608:3198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267655.569483] audit: type=1400 audit(1785206174.610:3199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267655.641440] audit: type=1400 audit(1785206174.682:3200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267918.345073] audit: type=1400 audit(1785206437.384:3201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267918.347422] audit: type=1400 audit(1785206437.387:3202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[267918.410895] audit: type=1400 audit(1785206437.450:3203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[268213.557403] audit: type=1400 audit(1785206732.595:3204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[268213.561437] audit: type=1400 audit(1785206732.599:3205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[268213.623694] audit: type=1400 audit(1785206732.661:3206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[268477.723019] audit: type=1400 audit(1785206996.759:3207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[268477.724939] audit: type=1400 audit(1785206996.761:3208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[268477.792766] audit: type=1400 audit(1785206996.828:3209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
|
|
--- cpu MHz (live snapshot)
|
|
$ grep -c ^processor /proc/cpuinfo
|
|
8
|
|
|
|
###############################################################################
|
|
# 5. MEMORY / NUMA / SWAP
|
|
###############################################################################
|
|
|
|
--- free -h
|
|
$ free -h
|
|
total used free shared buff/cache available
|
|
Mem: 94Gi 34Gi 42Gi 55Mi 18Gi 59Gi
|
|
Swap: 8.0Gi 0B 8.0Gi
|
|
|
|
--- free -b
|
|
$ free -b
|
|
total used free shared buff/cache available
|
|
Mem: 101246885888 37028061184 45251768320 57671680 20042473472 64218824704
|
|
Swap: 8589930496 0 8589930496
|
|
|
|
--- swapon
|
|
$ swapon --show
|
|
NAME TYPE SIZE USED PRIO
|
|
/dev/dm-0 partition 8G 0B -2
|
|
|
|
--- /proc/meminfo highlights
|
|
$ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo
|
|
MemTotal: 98873912 kB
|
|
MemFree: 44190824 kB
|
|
MemAvailable: 62713340 kB
|
|
Buffers: 1427784 kB
|
|
Cached: 17601212 kB
|
|
SwapTotal: 8388604 kB
|
|
SwapFree: 8388604 kB
|
|
Dirty: 4416 kB
|
|
Writeback: 40 kB
|
|
AnonPages: 34320368 kB
|
|
Mapped: 231728 kB
|
|
Shmem: 56320 kB
|
|
Slab: 736768 kB
|
|
SReclaimable: 543736 kB
|
|
SUnreclaim: 193032 kB
|
|
KernelStack: 9368 kB
|
|
PageTables: 88880 kB
|
|
SecPageTables: 20812 kB
|
|
NFS_Unstable: 0 kB
|
|
WritebackTmp: 0 kB
|
|
AnonHugePages: 32497664 kB
|
|
ShmemHugePages: 0 kB
|
|
ShmemPmdMapped: 0 kB
|
|
FilePmdMapped: 0 kB
|
|
HugePages_Total: 0
|
|
HugePages_Free: 0
|
|
Hugepagesize: 2048 kB
|
|
DirectMap4k: 411620 kB
|
|
DirectMap2M: 24752128 kB
|
|
DirectMap1G: 75497472 kB
|
|
|
|
--- numa stat
|
|
$ cat /proc/sys/vm/numa_stat
|
|
1
|
|
|
|
--- numa_balancing
|
|
$ cat /proc/sys/kernel/numa_balancing
|
|
0
|
|
|
|
--- zone reclaim
|
|
$ cat /proc/sys/vm/zone_reclaim_mode
|
|
0
|
|
|
|
--- slab top (top 20)
|
|
$ slabtop -o -s c
|
|
Active / Total Objects (% used) : 5481603 / 5502619 (99.6%)
|
|
Active / Total Slabs (% used) : 139135 / 139135 (100.0%)
|
|
Active / Total Caches (% used) : 372 / 471 (79.0%)
|
|
Active / Total Size (% used) : 661767.23K / 667436.73K (99.2%)
|
|
Minimum / Average / Maximum Object : 0.01K / 0.12K / 16.00K
|
|
|
|
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
|
|
4525638 4525638 100% 0.10K 116042 39 464168K buffer_head
|
|
47992 47992 100% 0.57K 1714 28 27424K radix_tree_node
|
|
13456 13456 100% 1.10K 464 29 14848K ext4_inode_cache
|
|
25760 23957 93% 0.50K 805 32 12880K kmalloc-rnd-04-512
|
|
64140 63973 99% 0.13K 2138 30 8552K kernfs_node_cache
|
|
43617 43617 100% 0.19K 2077 21 8308K dentry
|
|
630 622 98% 10.12K 210 3 6720K task_struct
|
|
169116 169116 100% 0.04K 1658 102 6632K extent_status
|
|
30723 29703 96% 0.19K 1463 21 5852K vm_area_struct
|
|
8325 8325 100% 0.62K 333 25 5328K inode_cache
|
|
28808 28808 100% 0.15K 1108 26 4432K ext4_groupinfo_4k
|
|
5865 5659 96% 0.69K 255 23 4080K proc_inode_cache
|
|
3456 3340 96% 1.00K 108 32 3456K iommu_iova_magazine
|
|
34638 34638 100% 0.09K 753 46 3012K lsm_inode_cache
|
|
15400 15400 100% 0.16K 616 25 2464K dm_bufio_buffer-16-1
|
|
3020 2689 89% 0.77K 151 20 2416K shmem_inode_cache
|
|
544 544 100% 4.00K 68 8 2176K kmalloc-rnd-13-4k
|
|
528 528 100% 4.00K 66 8 2112K kmalloc-rnd-04-4k
|
|
20202 19448 96% 0.10K 518 39 2072K anon_vma
|
|
3225 3143 97% 0.63K 129 25 2064K debugfs_inode_cache
|
|
27840 25758 92% 0.06K 435 64 1740K anon_vma_chain
|
|
864 760 87% 2.00K 54 16 1728K kmalloc-cg-2k
|
|
848 825 97% 2.00K 53 16 1696K kmalloc-rnd-12-2k
|
|
424 424 100% 4.00K 53 8 1696K kmalloc-rnd-07-4k
|
|
5792 3508 60% 0.25K 181 32 1448K kmalloc-rnd-04-256
|
|
2880 2880 100% 0.50K 90 32 1440K kmalloc-512
|
|
344 334 97% 4.00K 43 8 1376K kmalloc-cg-4k
|
|
688 631 91% 2.00K 43 16 1376K kmalloc-2k
|
|
7203 5479 76% 0.19K 343 21 1372K kmalloc-rnd-04-192
|
|
21632 21575 99% 0.06K 338 64 1352K dmaengine-unmap-2
|
|
7056 6888 97% 0.19K 336 21 1344K filp
|
|
540 488 90% 2.06K 36 15 1152K sighand_cache
|
|
288 282 97% 4.00K 36 8 1152K kmalloc-rnd-14-4k
|
|
4576 3612 78% 0.25K 143 32 1144K maple_node
|
|
18304 17998 98% 0.06K 286 64 1144K kmalloc-cg-64
|
|
1587 1553 97% 0.69K 69 23 1104K skbuff_small_head
|
|
5874 5804 98% 0.18K 267 22 1068K kvm_mmu_page_header
|
|
99 99 100% 8.94K 33 3 1056K kvm_vcpu
|
|
1287 1179 91% 0.81K 33 39 1056K sock_inode_cache
|
|
924 840 90% 1.12K 33 28 1056K signal_cache
|
|
240 212 88% 4.00K 30 8 960K biovec-max
|
|
928 745 80% 1.00K 29 32 928K kmalloc-cg-1k
|
|
216 174 80% 4.00K 27 8 864K kmalloc-4k
|
|
884 714 80% 0.94K 26 34 832K nfs_read_data
|
|
1536 1430 93% 0.50K 48 32 768K pool_workqueue
|
|
230 188 81% 3.16K 23 10 736K kcopyd_job
|
|
88 88 100% 8.00K 22 4 704K kmalloc-rnd-11-8k
|
|
1344 1268 94% 0.50K 42 32 672K kmalloc-cg-512
|
|
7056 7056 100% 0.09K 168 42 672K kmalloc-cg-96
|
|
168 155 92% 4.00K 21 8 672K kmalloc-rnd-12-4k
|
|
320 280 87% 2.00K 20 16 640K biovec-128
|
|
80 80 100% 8.00K 20 4 640K kmalloc-rnd-09-8k
|
|
160 160 100% 4.00K 20 8 640K kmalloc-rnd-09-4k
|
|
160 160 100% 4.00K 20 8 640K kmalloc-rnd-06-4k
|
|
152 119 78% 4.00K 19 8 608K kmalloc-rnd-15-4k
|
|
2336 2129 91% 0.25K 73 32 584K skbuff_head_cache
|
|
72 72 100% 8.00K 18 4 576K kmalloc-rnd-02-8k
|
|
238 238 100% 2.19K 17 14 544K mem_cgroup
|
|
68 68 100% 8.00K 17 4 544K kmalloc-rnd-12-8k
|
|
7392 6502 87% 0.07K 132 56 528K vmap_area
|
|
4608 4461 96% 0.11K 128 36 512K ext4_prealloc_space
|
|
64 64 100% 8.00K 16 4 512K kmalloc-cg-8k
|
|
1024 965 94% 0.50K 32 32 512K kmalloc-rnd-06-512
|
|
4000 3976 99% 0.12K 125 32 500K eventpoll_epi
|
|
195 195 100% 2.38K 15 13 480K TCP
|
|
255 255 100% 1.88K 15 17 480K mem_cgroup_per_node
|
|
120 120 100% 4.00K 15 8 480K names_cache
|
|
315 315 100% 1.50K 15 21 480K mm_struct
|
|
480 480 100% 1.00K 15 32 480K kmalloc-rnd-10-1k
|
|
480 480 100% 1.00K 15 32 480K kmalloc-rnd-02-1k
|
|
480 480 100% 1.00K 15 32 480K kmalloc-rnd-01-1k
|
|
928 928 100% 0.50K 29 32 464K kmalloc-rnd-13-512
|
|
4620 4620 100% 0.09K 110 42 440K trace_event_file
|
|
1728 1728 100% 0.25K 54 32 432K io_kiocb
|
|
7884 7884 100% 0.05K 108 73 432K ftrace_event_field
|
|
52 52 100% 8.00K 13 4 416K kmalloc-rnd-15-8k
|
|
416 416 100% 1.00K 13 32 416K kmalloc-rnd-13-1k
|
|
208 208 100% 2.00K 13 16 416K kmalloc-rnd-10-2k
|
|
52 52 100% 8.00K 13 4 416K kmalloc-rnd-06-8k
|
|
384 384 100% 1.00K 12 32 384K kmalloc-rnd-15-1k
|
|
48 48 100% 8.00K 12 4 384K kmalloc-rnd-14-8k
|
|
192 192 100% 2.00K 12 16 384K kmalloc-rnd-07-2k
|
|
264 217 82% 1.31K 11 24 352K perf_event
|
|
352 352 100% 1.00K 11 32 352K kmalloc-rnd-12-1k
|
|
176 176 100% 2.00K 11 16 352K kmalloc-rnd-09-2k
|
|
352 352 100% 1.00K 11 32 352K kmalloc-rnd-07-1k
|
|
352 352 100% 1.00K 11 32 352K kmalloc-rnd-06-1k
|
|
1827 1669 91% 0.19K 87 21 348K pid
|
|
1376 1316 95% 0.25K 43 32 344K kmalloc-rnd-12-256
|
|
1344 1243 92% 0.25K 42 32 336K nf_conntrack
|
|
882 839 95% 0.38K 42 21 336K mnt_cache
|
|
672 672 100% 0.50K 21 32 336K kmalloc-rnd-11-512
|
|
3402 3310 97% 0.09K 81 42 324K kmalloc-rnd-14-96
|
|
120 120 100% 2.61K 10 12 320K x86_emulator
|
|
260 260 100% 1.19K 10 26 320K RAWv6
|
|
160 160 100% 2.00K 10 16 320K kmalloc-rnd-14-2k
|
|
40 40 100% 8.00K 10 4 320K kmalloc-rnd-13-8k
|
|
320 320 100% 1.00K 10 32 320K kmalloc-rnd-08-1k
|
|
320 320 100% 1.00K 10 32 320K kmalloc-rnd-04-1k
|
|
40 40 100% 8.00K 10 4 320K kmalloc-8k
|
|
9856 9216 93% 0.03K 77 128 308K kmalloc-rnd-01-32
|
|
608 608 100% 0.50K 19 32 304K kmalloc-rnd-08-512
|
|
252 252 100% 1.14K 9 28 288K nfs_inode_cache
|
|
288 288 100% 1.00K 9 32 288K RAW
|
|
288 288 100% 1.00K 9 32 288K kmalloc-rnd-14-1k
|
|
144 144 100% 2.00K 9 16 288K kmalloc-rnd-13-2k
|
|
72 72 100% 4.00K 9 8 288K kmalloc-rnd-11-4k
|
|
36 36 100% 8.00K 9 4 288K kmalloc-rnd-10-8k
|
|
144 144 100% 2.00K 9 16 288K kmalloc-rnd-03-2k
|
|
288 288 100% 1.00K 9 32 288K kmalloc-rnd-03-1k
|
|
72 72 100% 4.00K 9 8 288K kmalloc-rnd-02-4k
|
|
576 576 100% 0.50K 18 32 288K kmalloc-rnd-02-512
|
|
2898 2898 100% 0.09K 69 42 276K kmalloc-rnd-01-96
|
|
1221 1221 100% 0.21K 33 37 264K nfs_direct_cache
|
|
184 184 100% 1.38K 8 23 256K UDPv6
|
|
96 96 100% 2.56K 8 12 256K TCPv6
|
|
288 288 100% 0.88K 8 36 256K fuse_inode
|
|
256 256 100% 1.00K 8 32 256K PING
|
|
208 208 100% 1.19K 8 26 256K UDP
|
|
312 312 100% 0.81K 8 39 256K dax_cache
|
|
256 256 100% 0.98K 8 32 256K request_queue
|
|
64 64 100% 4.00K 8 8 256K memdup_user-4k
|
|
128 128 100% 2.00K 8 16 256K memdup_user-2k
|
|
256 256 100% 1.00K 8 32 256K memdup_user-1k
|
|
152 152 100% 1.62K 8 19 256K bdev_cache
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-15-2k
|
|
1024 785 76% 0.25K 32 32 256K kmalloc-rnd-14-256
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-11-2k
|
|
256 256 100% 1.00K 8 32 256K kmalloc-rnd-11-1k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-10-4k
|
|
256 256 100% 1.00K 8 32 256K kmalloc-rnd-09-1k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-08-4k
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-08-2k
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-06-2k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-05-4k
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-05-2k
|
|
256 256 100% 1.00K 8 32 256K kmalloc-rnd-05-1k
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-04-2k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-03-4k
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-02-2k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-01-4k
|
|
128 128 100% 2.00K 8 16 256K kmalloc-rnd-01-2k
|
|
256 256 100% 1.00K 8 32 256K kmalloc-1k
|
|
1281 1281 100% 0.19K 61 21 244K proc_dir_entry
|
|
345 345 100% 0.69K 15 23 240K files_cache
|
|
960 960 100% 0.25K 30 32 240K kmalloc-rnd-08-256
|
|
928 928 100% 0.25K 29 32 232K kmalloc-rnd-05-256
|
|
168 168 100% 1.32K 7 24 224K nfs4_client
|
|
28 28 100% 8.00K 7 4 224K kmalloc-rnd-07-8k
|
|
1155 1155 100% 0.19K 55 21 220K kmalloc-cg-192
|
|
3456 3063 88% 0.06K 54 64 216K kmalloc-64
|
|
416 416 100% 0.50K 13 32 208K kmalloc-rnd-15-512
|
|
416 416 100% 0.50K 13 32 208K kmalloc-rnd-07-512
|
|
775 775 100% 0.26K 25 31 200K tw_sock_TCP
|
|
8330 7922 95% 0.02K 49 170 196K lsm_file_cache
|
|
3072 3072 100% 0.06K 48 64 192K kmalloc-rnd-15-64
|
|
2016 1618 80% 0.09K 48 42 192K kmalloc-rnd-06-96
|
|
24 24 100% 8.00K 6 4 192K kmalloc-rnd-05-8k
|
|
24 24 100% 8.00K 6 4 192K kmalloc-rnd-03-8k
|
|
24 24 100% 8.00K 6 4 192K kmalloc-rnd-01-8k
|
|
575 454 78% 0.31K 23 25 184K bio-264
|
|
736 736 100% 0.25K 23 32 184K bio-200
|
|
1890 1890 100% 0.09K 45 42 180K kmalloc-rcl-96
|
|
945 945 100% 0.19K 45 21 180K kmalloc-rnd-14-192
|
|
11520 11172 96% 0.02K 45 256 180K kmalloc-rnd-02-16
|
|
264 264 100% 0.65K 11 24 176K tracefs_inode_cache
|
|
352 352 100% 0.50K 11 32 176K kmalloc-rnd-09-512
|
|
5632 5450 96% 0.03K 44 128 176K kmalloc-rnd-02-32
|
|
1376 1376 100% 0.12K 43 32 172K bio_integrity_data
|
|
903 903 100% 0.19K 43 21 172K file_lock_cache
|
|
441 420 95% 0.38K 21 21 168K bio-320
|
|
525 525 100% 0.31K 21 25 168K bio-256
|
|
1344 1219 90% 0.12K 42 32 168K kmalloc-cg-128
|
|
1312 1312 100% 0.12K 41 32 164K scsi_sense_cache
|
|
250 250 100% 0.62K 10 25 160K task_group
|
|
320 320 100% 0.50K 10 32 160K kmalloc-rnd-12-512
|
|
640 640 100% 0.25K 20 32 160K kmem_cache
|
|
1184 1184 100% 0.12K 37 32 148K kmalloc-rnd-04-128
|
|
207 207 100% 0.69K 9 23 144K rpc_inode_cache
|
|
288 288 100% 0.50K 9 32 144K kmalloc-rnd-10-512
|
|
576 576 100% 0.25K 18 32 144K kmalloc-rnd-02-256
|
|
2176 2040 93% 0.06K 34 64 136K kmalloc-rnd-08-64
|
|
2176 2176 100% 0.06K 34 64 136K kmalloc-rnd-05-64
|
|
544 544 100% 0.25K 17 32 136K kmalloc-256
|
|
1386 1244 89% 0.09K 33 42 132K kmalloc-96
|
|
272 272 100% 0.46K 8 34 128K nfs4_delegation
|
|
224 224 100% 0.56K 8 28 128K kioctx
|
|
200 200 100% 0.62K 8 25 128K hugetlbfs_inode_cache
|
|
256 256 100% 0.50K 8 32 128K memdup_user-512
|
|
232 232 100% 0.55K 8 29 128K taskstats
|
|
256 256 100% 0.50K 8 32 128K kmalloc-rnd-14-512
|
|
256 256 100% 0.50K 8 32 128K kmalloc-rnd-05-512
|
|
256 256 100% 0.50K 8 32 128K kmalloc-rnd-03-512
|
|
256 256 100% 0.50K 8 32 128K kmalloc-rnd-01-512
|
|
1581 1377 87% 0.08K 31 51 124K sigqueue
|
|
651 651 100% 0.19K 31 21 124K kmalloc-rnd-03-192
|
|
630 630 100% 0.19K 30 21 120K kmalloc-rnd-06-192
|
|
588 588 100% 0.19K 28 21 112K kmalloc-rnd-09-192
|
|
1971 1606 81% 0.05K 27 73 108K mb_cache_entry
|
|
864 864 100% 0.12K 27 32 108K kmalloc-rcl-128
|
|
1134 1134 100% 0.09K 27 42 108K kmalloc-rnd-09-96
|
|
2652 2652 100% 0.04K 26 102 104K khugepaged_mm_slot
|
|
546 546 100% 0.19K 26 21 104K kmalloc-rnd-12-192
|
|
416 416 100% 0.25K 13 32 104K kmalloc-rnd-09-256
|
|
3200 2988 93% 0.03K 25 128 100K kmalloc-cg-32
|
|
800 800 100% 0.12K 25 32 100K kmalloc-128
|
|
6 6 100% 16.00K 3 2 96K zio_buf_comb_16384
|
|
12 12 100% 8.00K 3 4 96K memdup_user-8k
|
|
156 156 100% 0.60K 6 26 96K user_namespace
|
|
15 15 100% 5.81K 3 5 96K net_namespace
|
|
222 222 100% 0.42K 6 37 96K uts_namespace
|
|
384 384 100% 0.25K 12 32 96K kmalloc-cg-256
|
|
12 12 100% 8.00K 3 4 96K kmalloc-rnd-04-8k
|
|
352 352 100% 0.25K 11 32 88K bio-240
|
|
352 352 100% 0.25K 11 32 88K kmalloc-rnd-13-256
|
|
352 352 100% 0.25K 11 32 88K kmalloc-rnd-10-256
|
|
680 680 100% 0.12K 20 34 80K jbd2_journal_head
|
|
399 399 100% 0.19K 19 21 76K jbd2_transaction_s
|
|
2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-09-32
|
|
378 378 100% 0.19K 18 21 72K bio-136
|
|
288 288 100% 0.25K 9 32 72K kmalloc-rnd-07-256
|
|
9216 7680 83% 0.01K 18 512 72K kmalloc-rnd-03-8
|
|
288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256
|
|
2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-14-32
|
|
160 160 100% 0.39K 8 20 64K nfs4_openowner
|
|
100 100 100% 0.62K 4 25 64K netfs_request
|
|
208 208 100% 0.30K 8 26 64K btrfs_delayed_node
|
|
248 248 100% 0.26K 8 31 64K tw_sock_TCPv6
|
|
200 200 100% 0.31K 8 25 64K request_sock_TCP
|
|
256 256 100% 0.25K 8 32 64K task_delay_info
|
|
256 256 100% 0.25K 8 32 64K kmalloc-rnd-15-256
|
|
256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256
|
|
8 8 100% 8.00K 2 4 64K kmalloc-rnd-08-8k
|
|
256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256
|
|
256 256 100% 0.25K 8 32 64K kmalloc-rnd-03-256
|
|
765 765 100% 0.08K 15 51 60K Acpi-State
|
|
1275 1275 100% 0.05K 15 85 60K shared_policy_node
|
|
315 315 100% 0.19K 15 21 60K kmalloc-rnd-08-192
|
|
7680 7671 99% 0.01K 15 512 60K kmalloc-rnd-02-8
|
|
224 224 100% 0.25K 7 32 56K memdup_user-256
|
|
448 448 100% 0.12K 14 32 56K kmalloc-rnd-13-128
|
|
294 294 100% 0.19K 14 21 56K kmalloc-rnd-07-192
|
|
448 448 100% 0.12K 14 32 56K kmalloc-rnd-06-128
|
|
896 896 100% 0.06K 14 64 56K kmalloc-rnd-06-64
|
|
3584 3584 100% 0.02K 14 256 56K kmalloc-rnd-04-16
|
|
896 896 100% 0.06K 14 64 56K kmalloc-rnd-03-64
|
|
588 588 100% 0.09K 14 42 56K kmalloc-rnd-02-96
|
|
1664 1408 84% 0.03K 13 128 52K pending_reservation
|
|
832 832 100% 0.06K 13 64 52K kmalloc-rnd-13-64
|
|
832 832 100% 0.06K 13 64 52K kmalloc-rnd-11-64
|
|
1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-11-32
|
|
546 546 100% 0.09K 13 42 52K kmalloc-rnd-11-96
|
|
832 832 100% 0.06K 13 64 52K kmalloc-rnd-07-64
|
|
1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-06-32
|
|
240 140 58% 0.20K 12 20 48K ip4-frags
|
|
504 504 100% 0.09K 12 42 48K kmalloc-rnd-12-96
|
|
768 768 100% 0.06K 12 64 48K kmalloc-rnd-09-64
|
|
3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-06-16
|
|
768 768 100% 0.06K 12 64 48K kmalloc-rnd-02-64
|
|
1536 1536 100% 0.03K 12 128 48K kmalloc-32
|
|
768 768 100% 0.06K 12 64 48K kmem_cache_node
|
|
231 231 100% 0.19K 11 21 44K kmalloc-rnd-13-192
|
|
462 462 100% 0.09K 11 42 44K kmalloc-rnd-13-96
|
|
352 352 100% 0.12K 11 32 44K kmalloc-rnd-08-128
|
|
1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-04-32
|
|
231 231 100% 0.19K 11 21 44K kmalloc-rnd-02-192
|
|
231 231 100% 0.19K 11 21 44K kmalloc-rnd-01-192
|
|
231 231 100% 0.19K 11 21 44K kmalloc-192
|
|
420 420 100% 0.09K 10 42 40K kmalloc-rnd-15-96
|
|
1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-13-32
|
|
640 640 100% 0.06K 10 64 40K kmalloc-rnd-12-64
|
|
420 420 100% 0.09K 10 42 40K kmalloc-rnd-08-96
|
|
640 640 100% 0.06K 10 64 40K kmalloc-rnd-04-64
|
|
576 576 100% 0.06K 9 64 36K ext4_io_end
|
|
189 189 100% 0.19K 9 21 36K kmalloc-rcl-192
|
|
189 189 100% 0.19K 9 21 36K kmalloc-rnd-10-192
|
|
288 288 100% 0.12K 9 32 36K kmalloc-rnd-07-128
|
|
4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-06-8
|
|
288 288 100% 0.12K 9 32 36K kmalloc-rnd-05-128
|
|
378 378 100% 0.09K 9 42 36K kmalloc-rnd-04-96
|
|
288 288 100% 0.12K 9 32 36K kmalloc-rnd-02-128
|
|
2304 2304 100% 0.02K 9 256 36K kmalloc-rnd-01-16
|
|
42 42 100% 0.75K 2 21 32K nfs_commit_data
|
|
15 15 100% 2.06K 1 15 32K MPTCPv6
|
|
176 176 100% 0.18K 8 22 32K ip6-frags
|
|
34 34 100% 0.94K 1 34 32K mqueue_inode_cache
|
|
184 184 100% 0.17K 8 23 32K fuse_request
|
|
192 192 100% 0.16K 8 24 32K ext4_allocation_context
|
|
1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache
|
|
16 16 100% 1.94K 1 16 32K MPTCP
|
|
680 680 100% 0.05K 8 85 32K ip_fib_trie
|
|
584 584 100% 0.05K 8 73 32K ip_fib_alias
|
|
2048 2048 100% 0.02K 8 256 32K ep_head
|
|
512 512 100% 0.06K 8 64 32K memdup_user-64
|
|
1024 1024 100% 0.03K 8 128 32K memdup_user-32
|
|
2048 2048 100% 0.02K 8 256 32K memdup_user-16
|
|
4096 4096 100% 0.01K 8 512 32K memdup_user-8
|
|
168 168 100% 0.19K 8 21 32K memdup_user-192
|
|
15 15 100% 2.06K 1 15 32K dmaengine-unmap-256
|
|
30 30 100% 1.06K 1 30 32K dmaengine-unmap-128
|
|
200 200 100% 0.16K 8 25 32K file_lease_cache
|
|
1024 1024 100% 0.03K 8 128 32K pidfs_attr_cache
|
|
816 816 100% 0.04K 8 102 32K pde_opener
|
|
272 272 100% 0.12K 8 34 32K seq_file
|
|
448 448 100% 0.07K 8 56 32K nsproxy
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-15-128
|
|
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-15-32
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-15-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-15-8
|
|
168 168 100% 0.19K 8 21 32K kmalloc-rnd-15-192
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-14-128
|
|
512 512 100% 0.06K 8 64 32K kmalloc-rnd-14-64
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-14-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-14-8
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-13-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-13-8
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-12-128
|
|
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-12-32
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-12-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-12-8
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-11-128
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-11-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-11-8
|
|
168 168 100% 0.19K 8 21 32K kmalloc-rnd-11-192
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-10-128
|
|
512 512 100% 0.06K 8 64 32K kmalloc-rnd-10-64
|
|
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-10-32
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8
|
|
336 336 100% 0.09K 8 42 32K kmalloc-rnd-10-96
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-09-128
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-09-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-09-8
|
|
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-08-32
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-08-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-08-8
|
|
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-07-32
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-07-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-07-8
|
|
336 336 100% 0.09K 8 42 32K kmalloc-rnd-07-96
|
|
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-05-32
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-05-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-05-8
|
|
168 168 100% 0.19K 8 21 32K kmalloc-rnd-05-192
|
|
336 336 100% 0.09K 8 42 32K kmalloc-rnd-05-96
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-04-8
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-03-128
|
|
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-03-32
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16
|
|
336 336 100% 0.09K 8 42 32K kmalloc-rnd-03-96
|
|
256 256 100% 0.12K 8 32 32K kmalloc-rnd-01-128
|
|
512 512 100% 0.06K 8 64 32K kmalloc-rnd-01-64
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8
|
|
2048 2048 100% 0.02K 8 256 32K kmalloc-16
|
|
4096 4096 100% 0.01K 8 512 32K kmalloc-8
|
|
273 273 100% 0.10K 7 39 28K Acpi-ParseExt
|
|
126 126 100% 0.19K 6 21 24K bio-176
|
|
60 60 100% 0.38K 3 20 24K request_sock_subflow_v4
|
|
252 252 100% 0.09K 6 42 24K memdup_user-96
|
|
1280 1280 100% 0.02K 5 256 20K jbd2_revoke_table_s
|
|
36 36 100% 0.44K 1 36 16K bio-384
|
|
36 36 100% 0.44K 1 36 16K bio-400
|
|
32 32 100% 0.50K 1 32 16K bio-456
|
|
50 50 100% 0.31K 2 25 16K bio-280
|
|
126 126 100% 0.09K 3 42 12K abd_t
|
|
34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full
|
|
170 170 100% 0.05K 2 85 8K bio_post_read_ctx
|
|
30 30 100% 0.27K 1 30 8K numa_policy
|
|
32 32 100% 0.12K 1 32 4K memdup_user-128
|
|
36 36 100% 0.11K 1 36 4K kmalloc_buckets
|
|
0 0 0% 0.35K 0 22 0K nfs4_lockowner
|
|
0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache
|
|
0 0 0% 0.20K 0 39 0K nf_conntrack_expect
|
|
0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache
|
|
0 0 0% 1.09K 0 29 0K zfs_znode_cache
|
|
0 0 0% 1.03K 0 31 0K zap_attr_long_cache
|
|
0 0 0% 1.07K 0 29 0K zap_name_long
|
|
0 0 0% 0.28K 0 28 0K zap_attr_cache
|
|
0 0 0% 0.32K 0 24 0K zap_name
|
|
0 0 0% 0.16K 0 24 0K sio_cache_2
|
|
0 0 0% 0.15K 0 26 0K sio_cache_1
|
|
0 0 0% 0.13K 0 30 0K sio_cache_0
|
|
0 0 0% 0.15K 0 26 0K zil_zcw_cache
|
|
0 0 0% 0.38K 0 20 0K zil_lwb_cache
|
|
0 0 0% 0.36K 0 22 0K dbuf_dirty_record_t
|
|
0 0 0% 0.36K 0 22 0K dmu_buf_impl_t
|
|
0 0 0% 0.03K 0 128 0K arc_buf_t
|
|
0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only
|
|
0 0 0% 0.93K 0 34 0K dnode_t
|
|
0 0 0% 0.25K 0 32 0K sa_cache
|
|
0 0 0% 16.00K 0 2 0K lz4_cache
|
|
0 0 0% 12.00K 0 2 0K zio_buf_comb_12288
|
|
0 0 0% 8.00K 0 4 0K zio_buf_comb_8192
|
|
0 0 0% 6.00K 0 5 0K zio_buf_comb_6144
|
|
0 0 0% 4.00K 0 8 0K zio_buf_comb_4096
|
|
0 0 0% 3.00K 0 10 0K zio_buf_comb_3072
|
|
0 0 0% 2.00K 0 16 0K zio_buf_comb_2048
|
|
0 0 0% 1.50K 0 21 0K zio_buf_comb_1536
|
|
0 0 0% 1.00K 0 32 0K zio_buf_comb_1024
|
|
0 0 0% 0.50K 0 32 0K zio_buf_comb_512
|
|
0 0 0% 0.05K 0 85 0K zio_link_cache
|
|
0 0 0% 1.19K 0 26 0K zio_cache
|
|
0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache
|
|
0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache
|
|
0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache
|
|
0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache
|
|
0 0 0% 0.16K 0 24 0K brt_entry_cache
|
|
0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache
|
|
0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache
|
|
0 0 0% 0.06K 0 64 0K kcf_context_cache
|
|
0 0 0% 0.41K 0 39 0K btrfs_ordered_extent
|
|
0 0 0% 0.23K 0 34 0K btrfs_extent_buffer
|
|
0 0 0% 1.00K 0 32 0K btrfs_inode
|
|
0 0 0% 0.26K 0 31 0K fsverity_info
|
|
0 0 0% 0.12K 0 32 0K fscrypt_inode_info
|
|
0 0 0% 0.31K 0 25 0K request_sock_TCPv6
|
|
0 0 0% 2.82K 0 11 0K dm_uevent
|
|
0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache
|
|
0 0 0% 0.02K 0 256 0K ecryptfs_file_cache
|
|
0 0 0% 0.77K 0 20 0K fat_inode_cache
|
|
0 0 0% 0.04K 0 102 0K fat_cache
|
|
0 0 0% 0.69K 0 23 0K squashfs_inode_cache
|
|
0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache
|
|
0 0 0% 0.11K 0 36 0K fanotify_perm_event
|
|
0 0 0% 0.03K 0 128 0K dnotify_struct
|
|
0 0 0% 0.28K 0 28 0K pid_namespace
|
|
0 0 0% 0.38K 0 20 0K request_sock_subflow_v6
|
|
0 0 0% 0.31K 0 25 0K xfrm_dst
|
|
0 0 0% 0.81K 0 39 0K xfrm_state
|
|
0 0 0% 0.25K 0 32 0K dquot
|
|
0 0 0% 8.00K 0 4 0K msg_msg-8k
|
|
0 0 0% 4.00K 0 8 0K msg_msg-4k
|
|
0 0 0% 2.00K 0 16 0K msg_msg-2k
|
|
0 0 0% 1.00K 0 32 0K msg_msg-1k
|
|
0 0 0% 0.50K 0 32 0K msg_msg-512
|
|
0 0 0% 0.25K 0 32 0K msg_msg-256
|
|
0 0 0% 0.12K 0 32 0K msg_msg-128
|
|
0 0 0% 0.06K 0 64 0K msg_msg-64
|
|
0 0 0% 0.03K 0 128 0K msg_msg-32
|
|
0 0 0% 0.02K 0 256 0K msg_msg-16
|
|
0 0 0% 0.01K 0 512 0K msg_msg-8
|
|
0 0 0% 0.19K 0 21 0K msg_msg-192
|
|
0 0 0% 0.09K 0 42 0K msg_msg-96
|
|
0 0 0% 0.02K 0 256 0K pidfs_xattr_cache
|
|
0 0 0% 0.25K 0 32 0K bfilp
|
|
0 0 0% 0.10K 0 39 0K ima_iint_cache
|
|
0 0 0% 8.00K 0 4 0K dma-kmalloc-8k
|
|
0 0 0% 4.00K 0 8 0K dma-kmalloc-4k
|
|
0 0 0% 2.00K 0 16 0K dma-kmalloc-2k
|
|
0 0 0% 1.00K 0 32 0K dma-kmalloc-1k
|
|
0 0 0% 0.50K 0 32 0K dma-kmalloc-512
|
|
0 0 0% 0.25K 0 32 0K dma-kmalloc-256
|
|
0 0 0% 0.12K 0 32 0K dma-kmalloc-128
|
|
0 0 0% 0.06K 0 64 0K dma-kmalloc-64
|
|
0 0 0% 0.03K 0 128 0K dma-kmalloc-32
|
|
0 0 0% 0.02K 0 256 0K dma-kmalloc-16
|
|
0 0 0% 0.01K 0 512 0K dma-kmalloc-8
|
|
0 0 0% 0.19K 0 21 0K dma-kmalloc-192
|
|
0 0 0% 0.09K 0 42 0K dma-kmalloc-96
|
|
0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k
|
|
0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k
|
|
0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k
|
|
0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k
|
|
0 0 0% 0.50K 0 32 0K kmalloc-rcl-512
|
|
0 0 0% 0.25K 0 32 0K kmalloc-rcl-256
|
|
0 0 0% 0.06K 0 64 0K kmalloc-rcl-64
|
|
0 0 0% 0.03K 0 128 0K kmalloc-rcl-32
|
|
0 0 0% 0.02K 0 256 0K kmalloc-rcl-16
|
|
0 0 0% 0.01K 0 512 0K kmalloc-rcl-8
|
|
|
|
--- kswapd stats
|
|
$ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat
|
|
pgdemote_kswapd 0
|
|
pgsteal_kswapd 0
|
|
pgscan_kswapd 0
|
|
kswapd_inodesteal 0
|
|
kswapd_low_wmark_hit_quickly 0
|
|
kswapd_high_wmark_hit_quickly 0
|
|
pgmigrate_success 0
|
|
pgmigrate_fail 0
|
|
compact_migrate_scanned 0
|
|
compact_free_scanned 0
|
|
compact_isolated 0
|
|
compact_stall 0
|
|
compact_fail 0
|
|
compact_success 0
|
|
compact_daemon_wake 0
|
|
compact_daemon_migrate_scanned 0
|
|
compact_daemon_free_scanned 0
|
|
|
|
###############################################################################
|
|
# 6. KERNEL TUNABLES / SYSCTL
|
|
###############################################################################
|
|
|
|
--- vm.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)'
|
|
vm.admin_reserve_kbytes = 8192
|
|
vm.compact_unevictable_allowed = 1
|
|
vm.dirty_background_bytes = 0
|
|
vm.dirty_background_ratio = 10
|
|
vm.dirty_bytes = 0
|
|
vm.dirty_expire_centisecs = 3000
|
|
vm.dirty_ratio = 40
|
|
vm.dirty_writeback_centisecs = 500
|
|
vm.min_free_kbytes = 67584
|
|
vm.nr_hugepages = 0
|
|
vm.nr_hugepages_mempolicy = 0
|
|
vm.nr_overcommit_hugepages = 0
|
|
vm.overcommit_memory = 0
|
|
vm.overcommit_ratio = 50
|
|
vm.stat_interval = 1
|
|
vm.swappiness = 1
|
|
vm.user_reserve_kbytes = 131072
|
|
vm.vfs_cache_pressure = 100
|
|
vm.vfs_cache_pressure_denom = 100
|
|
vm.watermark_scale_factor = 10
|
|
vm.zone_reclaim_mode = 0
|
|
|
|
--- fs.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)'
|
|
fs.aio-max-nr = 1048576
|
|
fs.aio-nr = 0
|
|
fs.file-max = 9223372036854775807
|
|
fs.file-nr = 6576 0 9223372036854775807
|
|
fs.lease-break-time = 45
|
|
fs.mqueue.msg_default = 10
|
|
fs.mqueue.msg_max = 10
|
|
fs.mqueue.msgsize_default = 8192
|
|
fs.mqueue.msgsize_max = 8192
|
|
fs.mqueue.queues_max = 256
|
|
fs.nr_open = 1073741816
|
|
fs.pipe-max-size = 1048576
|
|
|
|
--- kernel.* perf-relevant
|
|
$ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)'
|
|
kernel.hung_task_all_cpu_backtrace = 0
|
|
kernel.hung_task_check_count = 4194304
|
|
kernel.hung_task_check_interval_secs = 0
|
|
kernel.hung_task_detect_count = 0
|
|
kernel.hung_task_panic = 0
|
|
kernel.hung_task_timeout_secs = 120
|
|
kernel.hung_task_warnings = 10
|
|
kernel.nmi_watchdog = 1
|
|
kernel.numa_balancing = 0
|
|
kernel.numa_balancing_promote_rate_limit_MBps = 65536
|
|
kernel.randomize_va_space = 2
|
|
kernel.sched_rt_period_us = 1000000
|
|
kernel.sched_rt_runtime_us = 950000
|
|
kernel.threads-max = 771699
|
|
kernel.watchdog = 1
|
|
kernel.watchdog_cpumask = 0-7
|
|
kernel.watchdog_thresh = 10
|
|
|
|
###############################################################################
|
|
# 7. NETWORK SYSCTL / TCP
|
|
###############################################################################
|
|
|
|
--- net.core.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)'
|
|
net.core.busy_poll = 0
|
|
net.core.busy_read = 0
|
|
net.core.default_qdisc = fq
|
|
net.core.dev_weight = 64
|
|
net.core.dev_weight_rx_bias = 1
|
|
net.core.dev_weight_tx_bias = 1
|
|
net.core.netdev_budget = 300
|
|
net.core.netdev_budget_usecs = 2000
|
|
net.core.netdev_max_backlog = 250000
|
|
net.core.netdev_tstamp_prequeue = 1
|
|
net.core.optmem_max = 131072
|
|
net.core.rmem_default = 26214400
|
|
net.core.rmem_max = 134217728
|
|
net.core.somaxconn = 65535
|
|
net.core.wmem_default = 26214400
|
|
net.core.wmem_max = 134217728
|
|
net.core.xfrm_acq_expires = 30
|
|
net.core.xfrm_aevent_etime = 10
|
|
net.core.xfrm_aevent_rseqth = 2
|
|
net.core.xfrm_larval_drop = 1
|
|
|
|
--- net.ipv4.tcp.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)'
|
|
net.ipv4.tcp_abort_on_overflow = 0
|
|
net.ipv4.tcp_available_congestion_control = reno cubic bbr
|
|
net.ipv4.tcp_congestion_control = bbr
|
|
net.ipv4.tcp_ecn = 2
|
|
net.ipv4.tcp_ecn_fallback = 1
|
|
net.ipv4.tcp_fastopen = 1
|
|
net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0
|
|
net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000
|
|
net.ipv4.tcp_fin_timeout = 60
|
|
net.ipv4.tcp_keepalive_intvl = 75
|
|
net.ipv4.tcp_keepalive_probes = 9
|
|
net.ipv4.tcp_keepalive_time = 7200
|
|
net.ipv4.tcp_low_latency = 0
|
|
net.ipv4.tcp_max_syn_backlog = 4096
|
|
net.ipv4.tcp_mtu_probing = 0
|
|
net.ipv4.tcp_no_metrics_save = 0
|
|
net.ipv4.tcp_no_ssthresh_metrics_save = 1
|
|
net.ipv4.tcp_pacing_ca_ratio = 120
|
|
net.ipv4.tcp_pacing_ss_ratio = 200
|
|
net.ipv4.tcp_rmem = 4096 87380 134217728
|
|
net.ipv4.tcp_sack = 1
|
|
net.ipv4.tcp_slow_start_after_idle = 1
|
|
net.ipv4.tcp_syncookies = 1
|
|
net.ipv4.tcp_timestamps = 1
|
|
net.ipv4.tcp_tw_reuse = 2
|
|
net.ipv4.tcp_tw_reuse_delay = 1000
|
|
net.ipv4.tcp_window_scaling = 1
|
|
net.ipv4.tcp_wmem = 4096 65536 134217728
|
|
|
|
--- other net.* sysctls
|
|
$ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)'
|
|
net.core.netdev_budget = 300
|
|
net.core.netdev_budget_usecs = 2000
|
|
net.ipv4.conf.all.accept_redirects = 1
|
|
net.ipv4.conf.all.rp_filter = 2
|
|
net.ipv4.conf.all.send_redirects = 1
|
|
net.ipv4.conf.default.forwarding = 0
|
|
net.ipv4.ip_local_port_range = 32768 60999
|
|
net.ipv4.ip_local_reserved_ports =
|
|
net.ipv4.ip_no_pmtu_disc = 0
|
|
net.ipv6.conf.all.disable_ipv6 = 0
|
|
|
|
--- sysctl.d
|
|
total 16
|
|
drwxr-xr-x 2 root root 4096 Jul 26 15:48 .
|
|
drwxr-xr-x 106 root root 4096 Jul 27 21:49 ..
|
|
-rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf
|
|
-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl
|
|
|
|
--- /etc/sysctl.conf
|
|
[missing: /etc/sysctl.conf]
|
|
|
|
--- non-default sysctl values (sorted, filtered)
|
|
$ # Show only sysctls that differ from running state vs an empty config;
|
|
# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content.
|
|
for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do
|
|
[ -r "$f" ] || continue
|
|
echo "=== $f ==="
|
|
grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null
|
|
done
|
|
=== /etc/sysctl.d/99-perfopt.conf ===
|
|
vm.swappiness = 1
|
|
net.ipv4.tcp_congestion_control = bbr
|
|
net.core.default_qdisc = fq
|
|
net.core.rmem_max = 134217728
|
|
net.core.wmem_max = 134217728
|
|
net.core.rmem_default = 26214400
|
|
net.core.wmem_default = 26214400
|
|
net.core.netdev_max_backlog = 250000
|
|
net.core.somaxconn = 65535
|
|
net.ipv4.tcp_rmem = 4096 87380 134217728
|
|
net.ipv4.tcp_wmem = 4096 65536 134217728
|
|
|
|
###############################################################################
|
|
# 8. tuned / irqbalance / udev
|
|
###############################################################################
|
|
|
|
--- tuned-adm active
|
|
$ tuned-adm active
|
|
Current active profile: network-throughput
|
|
|
|
--- tuned-adm list
|
|
$ tuned-adm list
|
|
Available profiles:
|
|
- accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states
|
|
- atomic-guest - Optimize virtual guests based on the Atomic variant
|
|
- atomic-host - Optimize bare metal systems running the Atomic variant
|
|
- aws - Optimize for aws ec2 instances
|
|
- balanced - General non-specialized tuned profile
|
|
- balanced-battery - Balanced profile biased towards power savings changes for battery
|
|
- cpu-partitioning - Optimize for CPU partitioning
|
|
- cpu-partitioning-powersave - Optimize for CPU partitioning with additional powersave
|
|
- default - Legacy default tuned profile
|
|
- desktop - Optimize for the desktop use-case
|
|
- desktop-powersave - Optmize for the desktop use-case with power saving
|
|
- enterprise-storage - Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile
|
|
- hpc-compute - Optimize for HPC compute workloads
|
|
- intel-sst - Configure for Intel Speed Select Base Frequency
|
|
- laptop-ac-powersave - Optimize for laptop with power savings
|
|
- laptop-battery-powersave - Optimize laptop profile with more aggressive power saving
|
|
- latency-performance - Optimize for deterministic performance at the cost of increased power consumption
|
|
- mssql - Optimize for Microsoft SQL Server
|
|
- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
|
|
- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks
|
|
- openshift - Optimize systems running OpenShift (parent profile)
|
|
- openshift-control-plane - Optimize systems running OpenShift control plane
|
|
- openshift-node - Optimize systems running OpenShift nodes
|
|
- optimize-serial-console - Optimize for serial console use.
|
|
- oracle - Optimize for Oracle RDBMS
|
|
- postgresql - Optimize for PostgreSQL server
|
|
- powersave - Optimize for low power consumption
|
|
- realtime - Optimize for realtime workloads
|
|
- realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest
|
|
- realtime-virtual-host - Optimize for KVM guests running realtime workloads
|
|
- sap-hana - Optimize for SAP HANA
|
|
- sap-hana-kvm-guest - Optimize for running SAP HANA on KVM inside a virtual guest
|
|
- sap-netweaver - Optimize for SAP NetWeaver
|
|
- server-powersave - Optimize for server power savings
|
|
- spectrumscale-ece - Optimized for Spectrum Scale Erasure Code Edition Servers
|
|
- spindown-disk - Optimize for power saving by spinning-down rotational disks
|
|
- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads
|
|
- virtual-guest - Optimize for running inside a virtual guest
|
|
- virtual-host - Optimize for running KVM guests
|
|
Current active profile: network-throughput
|
|
|
|
--- systemctl is-active tuned
|
|
$ systemctl is-active tuned
|
|
active
|
|
|
|
--- irqbalance status
|
|
$ systemctl is-active irqbalance
|
|
inactive
|
|
[exit=4 / not installed or not permitted]
|
|
|
|
--- irqbalance config
|
|
[missing: /etc/default/irqbalance]
|
|
[missing: /etc/irqbalance.conf]
|
|
|
|
--- modprobe.d
|
|
total 20
|
|
drwxr-xr-x 2 root root 4096 Jul 26 12:29 .
|
|
drwxr-xr-x 106 root root 4096 Jul 27 21:49 ..
|
|
-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf
|
|
-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf
|
|
-rw-r--r-- 1 root root 0 Apr 10 17:33 tuned.conf
|
|
-rw-r--r-- 1 root root 36 Feb 26 09:03 zfs.conf
|
|
|
|
--- udev rules.d
|
|
total 8
|
|
drwxr-xr-x 2 root root 4096 Feb 26 09:03 .
|
|
drwxr-xr-x 4 root root 4096 Jul 22 20:20 ..
|
|
lrwxrwxrwx 1 root root 9 Feb 26 09:03 60-bridge-network-interface.rules -> /dev/null
|
|
|
|
--- modprobe.d files
|
|
--- /etc/modprobe.d/intel-microcode-blacklist.conf ---
|
|
# The microcode module attempts to apply a microcode update when
|
|
# it autoloads. This is not always safe, so we block it by default.
|
|
blacklist microcode
|
|
--- /etc/modprobe.d/pve-blacklist.conf ---
|
|
# This file contains a list of modules which are not supported by Proxmox VE
|
|
|
|
# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
|
|
blacklist nvidiafb
|
|
--- /etc/modprobe.d/tuned.conf ---
|
|
--- /etc/modprobe.d/zfs.conf ---
|
|
options zfs zfs_arc_max=10125049856
|
|
|
|
--- module params: kvm_intel
|
|
$ for p in /sys/module/kvm_intel/parameters/*; do
|
|
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
|
|
done
|
|
allow_smaller_maxphyaddr = N
|
|
dump_invalid_vmcs = N
|
|
emulate_invalid_guest_state = Y
|
|
enable_apicv = N
|
|
enable_device_posted_irqs = N
|
|
enable_ipiv = N
|
|
enable_shadow_vmcs = N
|
|
enlightened_vmcs = N
|
|
ept = Y
|
|
eptad = N
|
|
error_on_inconsistent_vmcs_config = Y
|
|
fasteoi = Y
|
|
flexpriority = Y
|
|
nested = Y
|
|
nested_early_check = N
|
|
ple_gap = 128
|
|
ple_window = 4096
|
|
ple_window_grow = 2
|
|
ple_window_max = 4294967295
|
|
ple_window_shrink = 0
|
|
pml = N
|
|
preemption_timer = Y
|
|
sgx = N
|
|
tdx = N
|
|
unrestricted_guest = Y
|
|
vmentry_l1d_flush = cond
|
|
vnmi = Y
|
|
vpid = Y
|
|
|
|
--- module params: kvm_amd
|
|
$ for p in /sys/module/kvm_amd/parameters/*; do
|
|
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
|
|
done
|
|
[exit=1]
|
|
|
|
--- module params: relevant net drivers
|
|
$ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do
|
|
[ -d "/sys/module/$mod/parameters" ] || continue
|
|
echo "=== $mod ==="
|
|
for p in /sys/module/$mod/parameters/*; do
|
|
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
|
|
done
|
|
done
|
|
=== virtio_net ===
|
|
csum = Y
|
|
gso = Y
|
|
napi_tx = Y
|
|
napi_weight = 64
|
|
|
|
###############################################################################
|
|
# 9. PROXMOX VERSION & CLUSTER
|
|
###############################################################################
|
|
|
|
--- pveversion
|
|
$ pveversion
|
|
pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve)
|
|
|
|
--- pveversion -v
|
|
$ pveversion -v
|
|
proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve)
|
|
pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef)
|
|
proxmox-kernel-helper: 9.2.0
|
|
proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6
|
|
proxmox-kernel-7.0: 7.0.14-6
|
|
proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19
|
|
proxmox-kernel-6.17: 6.17.13-19
|
|
proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1
|
|
ceph-fuse: 19.2.3-pve2
|
|
corosync: 3.1.10-pve3
|
|
criu: 4.1.1-1
|
|
frr-pythontools: 10.6.1-1+pve2
|
|
ifupdown2: 3.3.0-1+pmx12
|
|
intel-microcode: 3.20251111.1~deb13u1
|
|
ksm-control-daemon: 1.5-1
|
|
libjs-extjs: 7.0.0-5
|
|
libproxmox-acme-perl: 1.7.1
|
|
libproxmox-backup-qemu0: 2.0.2
|
|
libproxmox-rs-perl: 0.4.1
|
|
libpve-access-control: 9.1.1
|
|
libpve-apiclient-perl: 3.4.2
|
|
libpve-cluster-api-perl: 9.1.6
|
|
libpve-cluster-perl: 9.1.6
|
|
libpve-common-perl: 9.1.19
|
|
libpve-guest-common-perl: 6.0.5
|
|
libpve-http-server-perl: 6.0.5
|
|
libpve-network-perl: 1.6.7
|
|
libpve-notify-perl: 9.1.6
|
|
libpve-rs-perl: 0.15.3
|
|
libpve-storage-perl: 9.1.6
|
|
libspice-server1: 0.15.2-1+b1
|
|
lvm2: 2.03.31-2+pmx1
|
|
lxc-pve: 7.0.0-2
|
|
lxcfs: 7.0.0-pve1
|
|
novnc-pve: 1.7.0-2
|
|
proxmox-backup-client: 4.2.3-1
|
|
proxmox-backup-file-restore: 4.2.3-1
|
|
proxmox-backup-restore-image: 1.0.0
|
|
proxmox-firewall: 1.2.3
|
|
proxmox-kernel-helper: 9.2.0
|
|
proxmox-mail-forward: 1.0.3
|
|
proxmox-mini-journalreader: 1.7
|
|
proxmox-offline-mirror-helper: 0.7.4
|
|
proxmox-widget-toolkit: 5.2.6
|
|
pve-cluster: 9.1.6
|
|
pve-container: 6.1.12
|
|
pve-docs: 9.2.3
|
|
pve-edk2-firmware: 4.2025.05-2
|
|
pve-esxi-import-tools: 1.0.1
|
|
pve-firewall: 6.0.5
|
|
pve-firmware: 3.18-5
|
|
pve-ha-manager: 5.2.4
|
|
pve-i18n: 3.9.0
|
|
pve-qemu-kvm: 11.0.2-2
|
|
pve-xtermjs: 6.0.0-2
|
|
qemu-server: 9.2.1
|
|
smartmontools: 7.5-pve2
|
|
spiceterm: 3.4.2
|
|
swtpm: 0.8.0+pve3
|
|
vncterm: 1.9.2
|
|
zfsutils-linux: 2.4.3-pve1
|
|
|
|
--- pvecm status
|
|
$ pvecm status
|
|
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
|
|
[exit=2 / not installed or not permitted]
|
|
|
|
--- pvecm nodes
|
|
$ pvecm nodes
|
|
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
|
|
[exit=2 / not installed or not permitted]
|
|
|
|
--- pvecm expected
|
|
$ pvecm expected
|
|
400 not enough arguments
|
|
pvecm expected <expected>
|
|
[exit=255 / not installed or not permitted]
|
|
|
|
--- pveperf
|
|
$ timeout 15 pveperf
|
|
CPU BOGOMIPS: 38303.76
|
|
REGEX/SECOND: 1543369
|
|
HD SIZE: 93.93 GB (/dev/mapper/pve-root)
|
|
BUFFERED READS: 112.63 MB/sec
|
|
AVERAGE SEEK TIME: 8.27 ms
|
|
FSYNCS/SECOND: 25.62
|
|
[exit=124 / not installed or not permitted]
|
|
|
|
--- corosync.conf
|
|
[missing: /etc/pve/corosync.conf]
|
|
|
|
--- datacenter.cfg
|
|
--- /etc/pve/datacenter.cfg ---
|
|
keyboard: en-us
|
|
|
|
--- storage.cfg
|
|
--- /etc/pve/storage.cfg ---
|
|
dir: local
|
|
path /var/lib/vz
|
|
content backup,iso,import,vztmpl
|
|
|
|
lvmthin: local-lvm
|
|
thinpool data
|
|
vgname pve
|
|
content rootdir,images
|
|
|
|
nfs: D2
|
|
export /mnt/tsys4/D2
|
|
path /mnt/pve/D2
|
|
server pfv-tsys4-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: D3
|
|
export /mnt/tsys4/D3
|
|
path /mnt/pve/D3
|
|
server pfv-tsys4-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: D5
|
|
export /mnt/tsys4/D5
|
|
path /mnt/pve/D5
|
|
server pfv-tsys4-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
dir: SSD
|
|
path /mnt/pfv-tsys5/ssd
|
|
content images
|
|
prune-backups keep-all=1
|
|
shared 0
|
|
|
|
dir: local-nonprod
|
|
path /mnt/pfv-tsys5/S1
|
|
content images
|
|
prune-backups keep-all=1
|
|
shared 0
|
|
|
|
|
|
--- user.cfg
|
|
--- /etc/pve/user.cfg ---
|
|
user:root@pam:1:0:::coo@turnsys.com::x:
|
|
token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Thu, 26 Feb 2026 09%3A57%3A30 -0600:
|
|
|
|
|
|
|
|
|
|
|
|
--- domains.cfg
|
|
[missing: /etc/pve/domains.cfg]
|
|
|
|
--- cluster resources (compact)
|
|
$ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \
|
|
| jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \
|
|
|| pvesh get /cluster/resources --type node 2>/dev/null
|
|
┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬───────────┬──────┬───────────┐
|
|
│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │
|
|
╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪═══════════╪═══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪═══════════╪══════╪═══════════╡
|
|
│ node/pfv-tsys5 │ node │ 2 │ │ 11.19% │ 17.11 GiB │ │ │ │ │ │ │ 8 │ 93.93 GiB │ 94.29 GiB │ 34.32 GiB │ │ │ │ │ │ │ pfv-tsys5 │ │ │ │ │ │ online │ │ │ │ 3d 2h 35m │ │ │
|
|
└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘
|
|
|
|
###############################################################################
|
|
# 10. NETWORK: INTERFACES
|
|
###############################################################################
|
|
|
|
--- ip -d link
|
|
$ ip -d link
|
|
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 60 maxmtu 1500
|
|
bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:06:00.0
|
|
altname enx18037343cede
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9212
|
|
bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:1b:78:5c:e9:ce queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> ad_partner_oper_port_state 61 ad_partner_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.0
|
|
altname enx001b785ce9ce
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf promiscuity 1 allmulti 1 minmtu 68 maxmtu 9212
|
|
bond_slave state BACKUP mii_status UP link_failure_count 5 perm_hwaddr 00:1b:78:5c:e9:cf queue_id 0 prio 0 ad_aggregator_id 2 ad_actor_oper_port_state 69 ad_actor_oper_port_state_str <active,aggregating,defaulted> ad_partner_oper_port_state 0 ad_partner_oper_port_state_str <> addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.1
|
|
altname enx001b785ce9cf
|
|
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
|
|
link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 9.71 fdb_n_learned 106 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 14.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
11: tap5101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
12: tap5105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
13: tap5106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
14: tap5107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
15: tap5108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8008 port_no 0x8 designated_port 32776 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
16: tap5109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8009 port_no 0x9 designated_port 32777 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
17: tap51010i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800a port_no 0xa designated_port 32778 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
18: tap51011i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800b port_no 0xb designated_port 32779 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
19: tap51012i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800c port_no 0xc designated_port 32780 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
20: tap51013i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800d port_no 0xd designated_port 32781 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
21: tap53100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800e port_no 0xe designated_port 32782 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
22: tap53101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800f port_no 0xf designated_port 32783 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
23: tap53102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8010 port_no 0x10 designated_port 32784 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
35: tap6000i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8011 port_no 0x11 designated_port 32785 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
37: tap5111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
38: tap5112i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
48: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer2+3 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow coupled_control on ad_select stable ad_aggregator 1 ad_num_ports 1 ad_actor_key 9 ad_partner_key 51 ad_partner_mac a4:ba:db:6f:ce:28 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1
|
|
bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
49: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 139.98 fdb_n_learned 11 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
50: tap509i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:90:51:99:78:64 designated_root 8000.d6:90:51:99:78:64 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
51: fwbr509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:90:51:99:78:64 designated_root 8000.d6:90:51:99:78:64 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 9.71 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 53 mcast_querier_ipv4_other_timer 14.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
52: fwpr509p0@fwln509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8012 port_no 0x12 designated_port 32786 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
53: fwln509i0@fwpr509p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:90:51:99:78:64 designated_root 8000.d6:90:51:99:78:64 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
54: tap509i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.22:70:b4:1f:fc:bd designated_root 8000.22:70:b4:1f:fc:bd hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
55: fwbr509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.22:70:b4:1f:fc:bd designated_root 8000.22:70:b4:1f:fc:bd root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 139.98 fdb_n_learned 4 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
56: fwpr509p1@fwln509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
57: fwln509i1@fwpr509p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.22:70:b4:1f:fc:bd designated_root 8000.22:70:b4:1f:fc:bd hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
|
|
--- ip -o link
|
|
$ ip -o link
|
|
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
|
|
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff\ altname enx18037343cede
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff\ altname enx001b785ce9ce
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf\ altname enx001b785ce9cf
|
|
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none
|
|
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff
|
|
11: tap5101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff
|
|
12: tap5105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff
|
|
13: tap5106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff
|
|
14: tap5107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff
|
|
15: tap5108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff
|
|
16: tap5109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff
|
|
17: tap51010i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff
|
|
18: tap51011i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff
|
|
19: tap51012i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff
|
|
20: tap51013i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff
|
|
21: tap53100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff
|
|
22: tap53101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff
|
|
23: tap53102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff
|
|
35: tap6000i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff
|
|
37: tap5111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff
|
|
38: tap5112i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff
|
|
48: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
49: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
50: tap509i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff
|
|
51: fwbr509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff
|
|
52: fwpr509p0@fwln509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff
|
|
53: fwln509i0@fwpr509p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff
|
|
54: tap509i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff
|
|
55: fwbr509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff
|
|
56: fwpr509p1@fwln509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff
|
|
57: fwln509i1@fwpr509p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000\ link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff
|
|
|
|
--- ip -o -4 addr
|
|
$ ip -o -4 addr
|
|
1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever
|
|
5: tailscale0 inet 100.87.135.12/32 scope global tailscale0\ valid_lft forever preferred_lft forever
|
|
6: vmbr0 inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 526sec preferred_lft 526sec
|
|
49: datanet inet 10.100.100.5/24 scope global datanet\ valid_lft forever preferred_lft forever
|
|
|
|
--- ip -o -6 addr (link-local filter)
|
|
$ ip -o -6 addr
|
|
1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever
|
|
5: tailscale0 inet6 fd7a:115c:a1e0::da3b:870c/128 scope global \ valid_lft forever preferred_lft forever
|
|
5: tailscale0 inet6 fe80::81c6:df85:28c1:a303/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
6: vmbr0 inet6 fe80::1a03:73ff:fe43:cede/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
49: datanet inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
|
|
--- ip addr
|
|
$ ip addr
|
|
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
|
|
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 noprefixroute
|
|
valid_lft forever preferred_lft forever
|
|
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
|
|
link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff
|
|
altname enx18037343cede
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
altname enx001b785ce9ce
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf
|
|
altname enx001b785ce9cf
|
|
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500
|
|
link/none
|
|
inet 100.87.135.12/32 scope global tailscale0
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fd7a:115c:a1e0::da3b:870c/128 scope global
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::81c6:df85:28c1:a303/64 scope link stable-privacy proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff
|
|
inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0
|
|
valid_lft 526sec preferred_lft 526sec
|
|
inet6 fe80::1a03:73ff:fe43:cede/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
11: tap5101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff
|
|
12: tap5105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff
|
|
13: tap5106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff
|
|
14: tap5107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff
|
|
15: tap5108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff
|
|
16: tap5109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff
|
|
17: tap51010i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff
|
|
18: tap51011i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff
|
|
19: tap51012i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff
|
|
20: tap51013i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff
|
|
21: tap53100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff
|
|
22: tap53101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff
|
|
23: tap53102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff
|
|
35: tap6000i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff
|
|
37: tap5111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff
|
|
38: tap5112i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
|
|
link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff
|
|
48: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
49: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
inet 10.100.100.5/24 scope global datanet
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
50: tap509i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN group default qlen 1000
|
|
link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff
|
|
51: fwbr509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff
|
|
52: fwpr509p0@fwln509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
|
link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff
|
|
53: fwln509i0@fwpr509p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i0 state UP group default qlen 1000
|
|
link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff
|
|
54: tap509i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN group default qlen 1000
|
|
link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff
|
|
55: fwbr509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff
|
|
56: fwpr509p1@fwln509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000
|
|
link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff
|
|
57: fwln509i1@fwpr509p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i1 state UP group default qlen 1000
|
|
link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff
|
|
|
|
--- ip route
|
|
$ ip route
|
|
default via 192.168.3.254 dev vmbr0
|
|
10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.5
|
|
192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.0.20
|
|
|
|
--- ip rule
|
|
$ ip rule
|
|
0: from all lookup local
|
|
5210: from all fwmark 0x80000/0xff0000 lookup main
|
|
5230: from all fwmark 0x80000/0xff0000 lookup default
|
|
5250: from all fwmark 0x80000/0xff0000 unreachable
|
|
5270: from all lookup 52
|
|
32766: from all lookup main
|
|
32767: from all lookup default
|
|
|
|
--- ip -s -s link (counters/errors)
|
|
$ ip -s -s link
|
|
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
|
|
RX: bytes packets errors dropped missed mcast
|
|
109468251 583778 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
109468251 583778 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
39435641844 40583905 0 8952 212661 6687522
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
4728792452 8787476 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 1
|
|
altname enx18037343cede
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
19057909968 17007023 0 0 0 28801
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
40406737812 30352604 0 7 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 8
|
|
altname enx001b785ce9ce
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf
|
|
RX: bytes packets errors dropped missed mcast
|
|
18163221711 18046770 3756 0 0 200878
|
|
RX errors: length crc frame fifo overrun
|
|
0 3756 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
4177504964 12609590 0 4 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 138
|
|
altname enx001b785ce9cf
|
|
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
|
|
link/none
|
|
RX: bytes packets errors dropped missed mcast
|
|
223031665 836916 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
916252611 686349 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
5418070542 11745383 0 0 0 5720193
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
3285509285 1984150 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
11: tap5101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2998439 32536 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
888628375 8130572 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
12: tap5105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2089056 21556 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847601458 8118143 0 362 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
13: tap5106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2098242 21589 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847573719 8117929 0 483 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
14: tap5107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2110918 21626 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847564417 8117805 0 525 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
15: tap5108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2094812 21558 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847499744 8117185 0 884 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
16: tap5109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2089187 21543 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847444824 8116692 0 1090 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
17: tap51010i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2084679 21543 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847436569 8116505 0 1138 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
18: tap51011i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
3194181 33830 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
887953195 8129730 0 1404 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
19: tap51012i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2169086 22423 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847609062 8116248 0 1091 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
20: tap51013i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2100268 21525 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847326682 8115516 0 1439 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
21: tap53100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2079693 21467 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847278916 8115019 0 1634 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
22: tap53101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2725363 29389 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
887651458 8124490 0 1701 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
23: tap53102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2722229 24327 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
847740674 8117493 0 1596 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
35: tap6000i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
27709418 182074 0 1450 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
1675396057 8041133 0 35911 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
37: tap5111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
929818756 2344073 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
22078734450 12575789 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
38: tap5112i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
44976641 430874 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
6480870014 8501296 0 32 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
48: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
19056803333 17000001 3114 1052 0 28655
|
|
RX errors: length crc frame fifo overrun
|
|
0 3114 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
40397961592 30345088 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
49: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
18351049611 9318486 0 5 0 26540
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
38598065298 4915053 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
50: tap509i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
29181382 144467 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
122619411 792536 0 11 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
51: fwbr509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
56279551 604977 0 930 0 404618
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
0 0 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
52: fwpr509p0@fwln509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
29370622 145227 0 760 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
122621502 792548 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
53: fwln509i0@fwpr509p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
122621502 792548 0 760 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
29370622 145227 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
54: tap509i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
0 0 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
248 1 0 19843 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
55: fwbr509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
1644853 20099 0 0 0 18932
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
0 0 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
56: fwpr509p1@fwln509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
189240 760 0 760 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
2115479 20859 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
57: fwln509i1@fwpr509p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2115479 20859 0 760 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
189240 760 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
|
|
--- ip neigh
|
|
$ ip neigh
|
|
192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
|
|
10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE
|
|
192.168.3.252 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
|
|
10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE
|
|
192.168.1.45 dev vmbr0 FAILED
|
|
192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE
|
|
192.168.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE
|
|
192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE
|
|
192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE
|
|
192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE
|
|
10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE
|
|
192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE
|
|
192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
|
|
192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE
|
|
192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE
|
|
192.168.3.191 dev vmbr0 lladdr 98:90:96:c4:96:9a STALE
|
|
192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE
|
|
10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE
|
|
192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE
|
|
192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE
|
|
192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE
|
|
10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c REACHABLE
|
|
10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE
|
|
192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
|
|
192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE
|
|
192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE
|
|
192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE
|
|
192.168.2.27 dev vmbr0 FAILED
|
|
192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE
|
|
fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE
|
|
fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE
|
|
fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE
|
|
fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE
|
|
fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE
|
|
fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE
|
|
fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE
|
|
fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE
|
|
fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE
|
|
fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE
|
|
fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE
|
|
fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE
|
|
fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE
|
|
fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE
|
|
fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE
|
|
fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
|
|
fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE
|
|
fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE
|
|
fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE
|
|
fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE
|
|
fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE
|
|
fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE
|
|
fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE
|
|
fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
|
|
fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
|
|
fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
|
|
fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE
|
|
fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
|
|
fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE
|
|
fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE
|
|
fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
|
|
fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE
|
|
fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
|
|
fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE
|
|
fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE
|
|
fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
|
|
fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE
|
|
fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE
|
|
fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE
|
|
fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE
|
|
fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
|
|
fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
|
|
fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE
|
|
fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE
|
|
fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
|
|
fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE
|
|
fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE
|
|
fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE
|
|
fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE
|
|
fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE
|
|
fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE
|
|
fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE
|
|
fe80::571e:6df3:f3d6:ad57 dev vmbr0 lladdr bc:24:11:6d:60:fb STALE
|
|
fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE
|
|
fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
|
|
fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE
|
|
fe80::11be:70aa:7f52:bcc4 dev vmbr0 lladdr bc:24:11:7a:44:5f STALE
|
|
fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE
|
|
fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE
|
|
fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE
|
|
fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE
|
|
fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE
|
|
fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE
|
|
fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE
|
|
fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE
|
|
fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE
|
|
fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
|
|
fe80::be24:11ff:feeb:f00f dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
|
|
fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE
|
|
|
|
--- /proc/net/dev (counters)
|
|
$ cat /proc/net/dev
|
|
Inter-| Receive | Transmit
|
|
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
|
|
lo: 109468251 583778 0 0 0 0 0 0 109468251 583778 0 0 0 0 0 0
|
|
nic0: 39435641844 40583905 0 221613 0 0 0 6687522 4728792452 8787476 0 0 0 0 0 0
|
|
nic1: 19057909968 17007023 0 0 0 0 0 28801 40406737812 30352604 0 7 0 0 0 0
|
|
nic2: 18163221711 18046770 3756 0 0 3756 0 200878 4177504964 12609590 0 4 0 0 0 0
|
|
tailscale0: 223031665 836916 0 0 0 0 0 0 916252611 686349 0 0 0 0 0 0
|
|
vmbr0: 5418070542 11745383 0 0 0 0 0 5720193 3285509285 1984150 0 0 0 0 0 0
|
|
tap5101i0: 2998439 32536 0 0 0 0 0 0 888628375 8130572 0 0 0 0 0 0
|
|
tap5105i0: 2089056 21556 0 0 0 0 0 0 847601458 8118143 0 362 0 0 0 0
|
|
tap5106i0: 2098242 21589 0 0 0 0 0 0 847573719 8117929 0 483 0 0 0 0
|
|
tap5107i0: 2110918 21626 0 0 0 0 0 0 847564417 8117805 0 525 0 0 0 0
|
|
tap5108i0: 2094812 21558 0 0 0 0 0 0 847499744 8117185 0 884 0 0 0 0
|
|
tap5109i0: 2089187 21543 0 0 0 0 0 0 847444824 8116692 0 1090 0 0 0 0
|
|
tap51010i0: 2084679 21543 0 0 0 0 0 0 847436569 8116505 0 1138 0 0 0 0
|
|
tap51011i0: 3194181 33830 0 0 0 0 0 0 887953195 8129730 0 1404 0 0 0 0
|
|
tap51012i0: 2169086 22423 0 0 0 0 0 0 847609062 8116248 0 1091 0 0 0 0
|
|
tap51013i0: 2100268 21525 0 0 0 0 0 0 847326682 8115516 0 1439 0 0 0 0
|
|
tap53100i0: 2079693 21467 0 0 0 0 0 0 847278916 8115019 0 1634 0 0 0 0
|
|
tap53101i0: 2725363 29389 0 0 0 0 0 0 887651458 8124490 0 1701 0 0 0 0
|
|
tap53102i0: 2722229 24327 0 0 0 0 0 0 847740674 8117493 0 1596 0 0 0 0
|
|
tap6000i0: 27709418 182074 0 1450 0 0 0 0 1675396057 8041133 0 35911 0 0 0 0
|
|
tap5111i0: 929818756 2344073 0 0 0 0 0 0 22078734450 12575789 0 0 0 0 0 0
|
|
tap5112i0: 44976641 430874 0 0 0 0 0 0 6480870014 8501296 0 32 0 0 0 0
|
|
bond0: 19056803333 17000001 3114 1052 0 3114 0 28655 40397961592 30345088 0 0 0 0 0 0
|
|
datanet: 18351049611 9318486 0 5 0 0 0 26540 38598065298 4915053 0 0 0 0 0 0
|
|
tap509i0: 29181382 144467 0 0 0 0 0 0 122619411 792536 0 11 0 0 0 0
|
|
fwbr509i0: 56279551 604977 0 930 0 0 0 404618 0 0 0 0 0 0 0 0
|
|
fwpr509p0: 29370622 145227 0 760 0 0 0 0 122621502 792548 0 0 0 0 0 0
|
|
fwln509i0: 122621502 792548 0 760 0 0 0 0 29370622 145227 0 0 0 0 0 0
|
|
tap509i1: 0 0 0 0 0 0 0 0 248 1 0 19843 0 0 0 0
|
|
fwbr509i1: 1644853 20099 0 0 0 0 0 18932 0 0 0 0 0 0 0 0
|
|
fwpr509p1: 189240 760 0 760 0 0 0 0 2115479 20859 0 0 0 0 0 0
|
|
fwln509i1: 2115479 20859 0 760 0 0 0 0 189240 760 0 0 0 0 0 0
|
|
|
|
--- ip -6 route (brief)
|
|
$ ip -6 route
|
|
fd7a:115c:a1e0::da3b:870c dev tailscale0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev tailscale0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev vmbr0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev datanet proto kernel metric 256 pref medium
|
|
|
|
--- sysfs interface attributes
|
|
$ for ifc in $NETIFS; do
|
|
d="/sys/class/net/$ifc"
|
|
[ -d "$d" ] || continue
|
|
printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \
|
|
"$ifc" \
|
|
"$(cat "$d/speed" 2>/dev/null)" \
|
|
"$(cat "$d/duplex" 2>/dev/null)" \
|
|
"$(cat "$d/mtu" 2>/dev/null)" \
|
|
"$(cat "$d/carrier" 2>/dev/null)" \
|
|
"$(cat "$d/tx_queue_len" 2>/dev/null)" \
|
|
"$(cat "$d/tx_queue_len" 2>/dev/null)" \
|
|
"$(cat "$d/type" 2>/dev/null)"
|
|
done
|
|
bond0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr509i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr509i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln509i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln509i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr509p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr509p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic1 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic2 speed=10 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap509i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap509i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap51010i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap51011i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap51012i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap51013i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5111i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap5112i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap53100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap53101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap53102i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap6000i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
|
|
--- ethtool per-interface deep dump
|
|
$ for ifc in $NETIFS; do
|
|
[ -e "/sys/class/net/$ifc" ] || continue
|
|
echo ""
|
|
echo "----- ethtool: $ifc -----"
|
|
echo "[driver/version/firmware/bus-info -i]"
|
|
ethtool -i "$ifc" 2>&1
|
|
echo "[settings - speed/duplex/autoneg/port]"
|
|
ethtool "$ifc" 2>&1
|
|
echo "[channels -l (RX/TX/combined queue counts)]"
|
|
ethtool -l "$ifc" 2>&1
|
|
echo "[coalesce -c (interrupt moderation)]"
|
|
ethtool -c "$ifc" 2>&1
|
|
echo "[ring -g (descriptor counts)]"
|
|
ethtool -g "$ifc" 2>&1
|
|
echo "[pause / flow-control -a]"
|
|
ethtool -a "$ifc" 2>&1
|
|
echo "[offload features -k]"
|
|
ethtool -k "$ifc" 2>&1
|
|
echo "[private flags --show-priv-flags]"
|
|
ethtool --show-priv-flags "$ifc" 2>&1
|
|
echo "[ntuple/RSS -n]"
|
|
ethtool -n "$ifc" 2>&1 | head -n 40
|
|
echo "[SFP/DOM transceiver -m]"
|
|
ethtool -m "$ifc" 2>&1
|
|
echo "[statistics -S (key error/drop counters only)]"
|
|
ethtool -S "$ifc" 2>/dev/null \
|
|
| grep -iE 'drop|discard|error|crc|miss|pause|fifo|no_buff|rx_no_|_err|fw_|_bad|oversiz|undersize|frag|jabber|length_err|alignment' \
|
|
| head -n 60
|
|
echo "[statistics -S (throughput counters)]"
|
|
ethtool -S "$ifc" 2>/dev/null \
|
|
| grep -iE 'rx_(octets|bytes|packets)|tx_(octets|bytes|packets)|rx_(unicast|multicast|broadcast)|tx_(unicast|multicast|broadcast)' \
|
|
| head -n 30
|
|
done
|
|
|
|
----- ethtool: bond0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bonding
|
|
version: 6.17.2-1-pve
|
|
firmware-version: 2
|
|
expansion-rom-version:
|
|
bus-info:
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for bond0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Other
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for bond0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: off [requested on]
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [requested on]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on [fixed]
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: on
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: on [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [requested on]
|
|
tx-esp-segmentation: off
|
|
tx-udp-segmentation: off [requested on]
|
|
tx-gso-list: off [requested on]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on [fixed]
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: on
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off
|
|
esp-tx-csum-hw-offload: off
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: datanet -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bridge
|
|
version: 2.3
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info: N/A
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for datanet:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Unknown! (255)
|
|
Auto-negotiation: off
|
|
Port: Other
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for datanet:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [requested on]
|
|
tx-fcoe-segmentation: off [requested on]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: on
|
|
tx-tunnel-remcsum-segmentation: on
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: on
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwbr509i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bridge
|
|
version: 2.3
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info: N/A
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwbr509i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Unknown! (255)
|
|
Auto-negotiation: off
|
|
Port: Other
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwbr509i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [requested on]
|
|
tx-fcoe-segmentation: off [requested on]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: on
|
|
tx-tunnel-remcsum-segmentation: on
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: on
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwbr509i1 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bridge
|
|
version: 2.3
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info: N/A
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwbr509i1:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Unknown! (255)
|
|
Auto-negotiation: off
|
|
Port: Other
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwbr509i1:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [requested on]
|
|
tx-fcoe-segmentation: off [requested on]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: on
|
|
tx-tunnel-remcsum-segmentation: on
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: on
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwln509i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: veth
|
|
version: 1.0
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info:
|
|
supports-statistics: yes
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwln509i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for fwln509i0:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwln509i0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: on
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: off
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_queue_0_drops: 0
|
|
rx_queue_0_xdp_drops: 0
|
|
rx_queue_0_xdp_tx_errors: 0
|
|
tx_queue_0_xdp_xmit_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwln509i1 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: veth
|
|
version: 1.0
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info:
|
|
supports-statistics: yes
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwln509i1:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for fwln509i1:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwln509i1:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: on
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: off
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_queue_0_drops: 0
|
|
rx_queue_0_xdp_drops: 0
|
|
rx_queue_0_xdp_tx_errors: 0
|
|
tx_queue_0_xdp_xmit_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwpr509p0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: veth
|
|
version: 1.0
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info:
|
|
supports-statistics: yes
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwpr509p0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for fwpr509p0:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwpr509p0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: on
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: off
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_queue_0_drops: 0
|
|
rx_queue_0_xdp_drops: 0
|
|
rx_queue_0_xdp_tx_errors: 0
|
|
tx_queue_0_xdp_xmit_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: fwpr509p1 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: veth
|
|
version: 1.0
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info:
|
|
supports-statistics: yes
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for fwpr509p1:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for fwpr509p1:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for fwpr509p1:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: on
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: off
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_queue_0_drops: 0
|
|
rx_queue_0_xdp_drops: 0
|
|
rx_queue_0_xdp_tx_errors: 0
|
|
tx_queue_0_xdp_xmit_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: nic0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tg3
|
|
version: 6.17.2-1-pve
|
|
firmware-version: 5761-v3.68
|
|
expansion-rom-version:
|
|
bus-info: 0000:06:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic0:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Half 1000baseT/Full
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: Yes
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Half 1000baseT/Full
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Link partner advertised link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Link partner advertised pause frame use: No
|
|
Link partner advertised auto-negotiation: Yes
|
|
Link partner advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: on
|
|
Supports Wake-on: g
|
|
Wake-on: g
|
|
Current message level: 0x000000ff (255)
|
|
drv probe link timer ifdown ifup rx_err tx_err
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic0:
|
|
Pre-set maximums:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 1
|
|
TX: 1
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 0
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 20
|
|
rx-frames: 5
|
|
rx-usecs-irq: 0
|
|
rx-frames-irq: 5
|
|
|
|
tx-usecs: 72
|
|
tx-frames: 53
|
|
tx-usecs-irq: 0
|
|
tx-frames-irq: 5
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
Ring parameters for nic0:
|
|
Pre-set maximums:
|
|
RX: 511
|
|
RX Mini: n/a
|
|
RX Jumbo: n/a
|
|
TX: 511
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 200
|
|
RX Mini: n/a
|
|
RX Jumbo: n/a
|
|
TX: 511
|
|
RX Buf Len: n/a
|
|
CQE Size: n/a
|
|
TX Push: off
|
|
RX Push: off
|
|
TX push buff len: n/a
|
|
TCP data split: n/a
|
|
[pause / flow-control -a]
|
|
Pause parameters for nic0:
|
|
Autonegotiate: on
|
|
RX: on
|
|
TX: on
|
|
RX negotiated: off
|
|
TX negotiated: off
|
|
|
|
[offload features -k]
|
|
Features for nic0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: off [fixed]
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on [fixed]
|
|
tx-vlan-offload: on [fixed]
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off [fixed]
|
|
tx-udp_tnl-csum-segmentation: off [fixed]
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: off [fixed]
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: off [fixed]
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_fragments: 0
|
|
rx_fcs_errors: 0
|
|
rx_align_errors: 0
|
|
rx_xon_pause_rcvd: 0
|
|
rx_xoff_pause_rcvd: 0
|
|
rx_frame_too_long_errors: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_in_length_errors: 0
|
|
rx_out_length_errors: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_sense_errors: 0
|
|
tx_discards: 0
|
|
tx_errors: 0
|
|
rx_discards: 212661
|
|
rx_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_octets: 39435648770
|
|
tx_octets: 4728797090
|
|
|
|
----- ethtool: nic1 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: e1000e
|
|
version: 6.17.2-1-pve
|
|
firmware-version: 5.11-2
|
|
expansion-rom-version:
|
|
bus-info: 0000:22:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: yes
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic1:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: Symmetric Receive-only
|
|
Supports auto-negotiation: Yes
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Advertised pause frame use: Symmetric Receive-only
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Link partner advertised link modes: 10baseT/Full
|
|
100baseT/Full
|
|
1000baseT/Full
|
|
Link partner advertised pause frame use: No
|
|
Link partner advertised auto-negotiation: Yes
|
|
Link partner advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off (auto)
|
|
Supports Wake-on: pumbg
|
|
Wake-on: g
|
|
Current message level: 0x00000007 (7)
|
|
drv probe link
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic1:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 3
|
|
rx-frames: n/a
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
Ring parameters for nic1:
|
|
Pre-set maximums:
|
|
RX: 4096
|
|
RX Mini: n/a
|
|
RX Jumbo: n/a
|
|
TX: 4096
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 256
|
|
RX Mini: n/a
|
|
RX Jumbo: n/a
|
|
TX: 256
|
|
RX Buf Len: n/a
|
|
CQE Size: n/a
|
|
TX Push: off
|
|
RX Push: off
|
|
TX push buff len: n/a
|
|
TCP data split: n/a
|
|
[pause / flow-control -a]
|
|
Pause parameters for nic1:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
RX negotiated: off
|
|
TX negotiated: off
|
|
|
|
[offload features -k]
|
|
Features for nic1:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: off [fixed]
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: off [fixed]
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: on
|
|
highdma: on [fixed]
|
|
rx-vlan-filter: on [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off [fixed]
|
|
tx-udp_tnl-csum-segmentation: off [fixed]
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: off [fixed]
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off
|
|
rx-all: off
|
|
tx-vlan-stag-hw-insert: off [fixed]
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
Private flags for nic1:
|
|
s0ix-enabled: off
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_errors: 0
|
|
tx_errors: 0
|
|
tx_dropped: 7
|
|
rx_length_errors: 0
|
|
rx_over_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_frame_errors: 0
|
|
rx_no_buffer_count: 0
|
|
rx_missed_errors: 0
|
|
tx_aborted_errors: 0
|
|
tx_carrier_errors: 0
|
|
tx_fifo_errors: 0
|
|
tx_heartbeat_errors: 0
|
|
tx_window_errors: 0
|
|
rx_long_length_errors: 0
|
|
rx_short_length_errors: 0
|
|
rx_align_errors: 0
|
|
rx_csum_offload_errors: 0
|
|
dropped_smbus: 0
|
|
uncorr_ecc_errors: 0
|
|
corr_ecc_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_packets: 17007155
|
|
tx_packets: 30352781
|
|
rx_bytes: 19057925270
|
|
tx_bytes: 40406947778
|
|
rx_broadcast: 1720
|
|
tx_broadcast: 110
|
|
rx_multicast: 28802
|
|
tx_multicast: 2128
|
|
|
|
----- ethtool: nic2 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: e1000e
|
|
version: 6.17.2-1-pve
|
|
firmware-version: 5.11-2
|
|
expansion-rom-version:
|
|
bus-info: 0000:22:00.1
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: yes
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic2:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: Symmetric Receive-only
|
|
Supports auto-negotiation: Yes
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Advertised pause frame use: Symmetric Receive-only
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Link partner advertised link modes: 10baseT/Full
|
|
100baseT/Full
|
|
1000baseT/Full
|
|
Link partner advertised pause frame use: No
|
|
Link partner advertised auto-negotiation: Yes
|
|
Link partner advertised FEC modes: Not reported
|
|
Speed: 10Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off (auto)
|
|
Supports Wake-on: d
|
|
Wake-on: d
|
|
Current message level: 0x00000007 (7)
|
|
drv probe link
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic2:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 3
|
|
rx-frames: n/a
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
Ring parameters for nic2:
|
|
Pre-set maximums:
|
|
RX: 4096
|
|
RX Mini: n/a
|
|
RX Jumbo: n/a
|
|
TX: 4096
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 256
|
|
RX Mini: n/a
|
|
RX Jumbo: n/a
|
|
TX: 256
|
|
RX Buf Len: n/a
|
|
CQE Size: n/a
|
|
TX Push: off
|
|
RX Push: off
|
|
TX push buff len: n/a
|
|
TCP data split: n/a
|
|
[pause / flow-control -a]
|
|
Pause parameters for nic2:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
RX negotiated: off
|
|
TX negotiated: off
|
|
|
|
[offload features -k]
|
|
Features for nic2:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: off [fixed]
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: off [fixed]
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: on
|
|
highdma: on [fixed]
|
|
rx-vlan-filter: on [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off [fixed]
|
|
tx-udp_tnl-csum-segmentation: off [fixed]
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: off [fixed]
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off
|
|
rx-all: off
|
|
tx-vlan-stag-hw-insert: off [fixed]
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
Private flags for nic2:
|
|
s0ix-enabled: off
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
rx_errors: 3756
|
|
tx_errors: 0
|
|
tx_dropped: 4
|
|
rx_length_errors: 0
|
|
rx_over_errors: 0
|
|
rx_crc_errors: 3756
|
|
rx_frame_errors: 0
|
|
rx_no_buffer_count: 0
|
|
rx_missed_errors: 0
|
|
tx_aborted_errors: 0
|
|
tx_carrier_errors: 0
|
|
tx_fifo_errors: 0
|
|
tx_heartbeat_errors: 0
|
|
tx_window_errors: 0
|
|
rx_long_length_errors: 0
|
|
rx_short_length_errors: 0
|
|
rx_align_errors: 0
|
|
rx_csum_offload_errors: 0
|
|
dropped_smbus: 0
|
|
uncorr_ecc_errors: 0
|
|
corr_ecc_errors: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_packets: 18046770
|
|
tx_packets: 12609590
|
|
rx_bytes: 18163221711
|
|
tx_bytes: 4177504964
|
|
rx_broadcast: 11967
|
|
tx_broadcast: 5908
|
|
rx_multicast: 200878
|
|
tx_multicast: 17572
|
|
|
|
----- ethtool: tap509i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap509i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap509i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap509i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap509i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap509i1 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap509i1:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap509i1:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap509i1:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap509i1:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap51010i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap51010i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap51010i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap51010i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap51010i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap51011i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap51011i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap51011i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap51011i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap51011i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap51012i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap51012i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap51012i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap51012i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap51012i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap51013i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap51013i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap51013i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap51013i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap51013i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5101i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5101i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5101i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5101i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5101i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5105i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5105i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5105i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5105i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5105i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5106i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5106i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5106i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5106i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5106i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5107i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5107i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5107i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5107i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5107i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5108i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5108i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5108i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5108i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5108i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5109i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5109i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5109i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5109i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5109i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5111i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5111i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5111i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5111i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5111i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap5112i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap5112i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap5112i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap5112i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap5112i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap53100i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap53100i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap53100i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap53100i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap53100i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap53101i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap53101i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap53101i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap53101i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap53101i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap53102i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap53102i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap53102i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap53102i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap53102i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap6000i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap6000i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap6000i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap6000i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap6000i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: vmbr0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bridge
|
|
version: 2.3
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info: N/A
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for vmbr0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Unknown! (255)
|
|
Auto-negotiation: off
|
|
Port: Other
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
netlink error: Operation not supported
|
|
[coalesce -c (interrupt moderation)]
|
|
netlink error: Operation not supported
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for vmbr0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: on
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: on
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [requested on]
|
|
tx-fcoe-segmentation: off [requested on]
|
|
tx-gre-segmentation: on
|
|
tx-gre-csum-segmentation: on
|
|
tx-ipxip4-segmentation: on
|
|
tx-ipxip6-segmentation: on
|
|
tx-udp_tnl-segmentation: on
|
|
tx-udp_tnl-csum-segmentation: on
|
|
tx-gso-partial: on
|
|
tx-tunnel-remcsum-segmentation: on
|
|
tx-sctp-segmentation: on
|
|
tx-esp-segmentation: on
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: on
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
###############################################################################
|
|
# 11. NETWORK: BRIDGES / BONDS / VLANS
|
|
###############################################################################
|
|
|
|
--- bridge link
|
|
$ bridge link
|
|
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 5
|
|
11: tap5101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
12: tap5105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
13: tap5106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
14: tap5107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
15: tap5108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
16: tap5109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
17: tap51010i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
18: tap51011i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
19: tap51012i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
20: tap51013i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
21: tap53100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
22: tap53101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
23: tap53102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
35: tap6000i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
37: tap5111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
38: tap5112i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
48: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 5
|
|
50: tap509i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2
|
|
52: fwpr509p0@fwln509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
53: fwln509i0@fwpr509p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2
|
|
54: tap509i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2
|
|
56: fwpr509p1@fwln509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 2
|
|
57: fwln509i1@fwpr509p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2
|
|
|
|
--- bridge -d link
|
|
$ bridge -d link
|
|
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 5
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 31 mcast_max_groups 0
|
|
11: tap5101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
12: tap5105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
13: tap5106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
14: tap5107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
15: tap5108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
16: tap5109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
17: tap51010i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
18: tap51011i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
19: tap51012i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
20: tap51013i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
21: tap53100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
22: tap53101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
23: tap53102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
35: tap6000i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
37: tap5111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 4 mcast_max_groups 0
|
|
38: tap5112i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 4 mcast_max_groups 0
|
|
48: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 5
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0
|
|
50: tap509i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
52: fwpr509p0@fwln509i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
53: fwln509i0@fwpr509p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0
|
|
54: tap509i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
56: fwpr509p1@fwln509i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
|
|
57: fwln509i1@fwpr509p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2
|
|
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0
|
|
|
|
--- bridge vlan
|
|
$ bridge vlan
|
|
port vlan-id
|
|
nic0 1 PVID Egress Untagged
|
|
vmbr0 1 PVID Egress Untagged
|
|
tap5101i0 1 PVID Egress Untagged
|
|
tap5105i0 1 PVID Egress Untagged
|
|
tap5106i0 1 PVID Egress Untagged
|
|
tap5107i0 1 PVID Egress Untagged
|
|
tap5108i0 1 PVID Egress Untagged
|
|
tap5109i0 1 PVID Egress Untagged
|
|
tap51010i0 1 PVID Egress Untagged
|
|
tap51011i0 1 PVID Egress Untagged
|
|
tap51012i0 1 PVID Egress Untagged
|
|
tap51013i0 1 PVID Egress Untagged
|
|
tap53100i0 1 PVID Egress Untagged
|
|
tap53101i0 1 PVID Egress Untagged
|
|
tap53102i0 1 PVID Egress Untagged
|
|
tap6000i0 1 PVID Egress Untagged
|
|
tap5111i0 1 PVID Egress Untagged
|
|
tap5112i0 1 PVID Egress Untagged
|
|
bond0 1 PVID Egress Untagged
|
|
datanet 1 PVID Egress Untagged
|
|
tap509i0 1 PVID Egress Untagged
|
|
fwbr509i0 1 PVID Egress Untagged
|
|
fwpr509p0 1 PVID Egress Untagged
|
|
fwln509i0 1 PVID Egress Untagged
|
|
tap509i1 1 PVID Egress Untagged
|
|
fwbr509i1 1 PVID Egress Untagged
|
|
fwpr509p1 1 PVID Egress Untagged
|
|
fwln509i1 1 PVID Egress Untagged
|
|
|
|
--- bridge vlan show
|
|
$ bridge vlan show
|
|
port vlan-id
|
|
nic0 1 PVID Egress Untagged
|
|
vmbr0 1 PVID Egress Untagged
|
|
tap5101i0 1 PVID Egress Untagged
|
|
tap5105i0 1 PVID Egress Untagged
|
|
tap5106i0 1 PVID Egress Untagged
|
|
tap5107i0 1 PVID Egress Untagged
|
|
tap5108i0 1 PVID Egress Untagged
|
|
tap5109i0 1 PVID Egress Untagged
|
|
tap51010i0 1 PVID Egress Untagged
|
|
tap51011i0 1 PVID Egress Untagged
|
|
tap51012i0 1 PVID Egress Untagged
|
|
tap51013i0 1 PVID Egress Untagged
|
|
tap53100i0 1 PVID Egress Untagged
|
|
tap53101i0 1 PVID Egress Untagged
|
|
tap53102i0 1 PVID Egress Untagged
|
|
tap6000i0 1 PVID Egress Untagged
|
|
tap5111i0 1 PVID Egress Untagged
|
|
tap5112i0 1 PVID Egress Untagged
|
|
bond0 1 PVID Egress Untagged
|
|
datanet 1 PVID Egress Untagged
|
|
tap509i0 1 PVID Egress Untagged
|
|
fwbr509i0 1 PVID Egress Untagged
|
|
fwpr509p0 1 PVID Egress Untagged
|
|
fwln509i0 1 PVID Egress Untagged
|
|
tap509i1 1 PVID Egress Untagged
|
|
fwbr509i1 1 PVID Egress Untagged
|
|
fwpr509p1 1 PVID Egress Untagged
|
|
fwln509i1 1 PVID Egress Untagged
|
|
|
|
--- brctl show
|
|
$ brctl show
|
|
bridge name bridge id STP enabled interfaces
|
|
datanet 8000.001b785ce9ce no bond0
|
|
fwpr509p1
|
|
fwbr509i0 8000.d69051997864 no fwln509i0
|
|
tap509i0
|
|
fwbr509i1 8000.2270b41ffcbd no fwln509i1
|
|
tap509i1
|
|
vmbr0 8000.18037343cede no fwpr509p0
|
|
nic0
|
|
tap51010i0
|
|
tap51011i0
|
|
tap51012i0
|
|
tap51013i0
|
|
tap5101i0
|
|
tap5105i0
|
|
tap5106i0
|
|
tap5107i0
|
|
tap5108i0
|
|
tap5109i0
|
|
tap5111i0
|
|
tap5112i0
|
|
tap53100i0
|
|
tap53101i0
|
|
tap53102i0
|
|
tap6000i0
|
|
|
|
--- bonding state
|
|
--- /proc/net/bonding/bond0 ---
|
|
Ethernet Channel Bonding Driver: v6.17.2-1-pve
|
|
|
|
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
|
|
Transmit Hash Policy: layer2+3 (2)
|
|
MII Status: up
|
|
MII Polling Interval (ms): 100
|
|
Up Delay (ms): 0
|
|
Down Delay (ms): 0
|
|
Peer Notification Delay (ms): 0
|
|
|
|
802.3ad info
|
|
LACP active: on
|
|
LACP rate: slow
|
|
Min links: 0
|
|
Aggregator selection policy (ad_select): stable
|
|
System priority: 65535
|
|
System MAC address: 00:1b:78:5c:e9:ce
|
|
Active Aggregator Info:
|
|
Aggregator ID: 1
|
|
Number of ports: 1
|
|
Actor Key: 9
|
|
Partner Key: 51
|
|
Partner Mac Address: a4:ba:db:6f:ce:28
|
|
|
|
Slave Interface: nic1
|
|
MII Status: up
|
|
Speed: 1000 Mbps
|
|
Duplex: full
|
|
Link Failure Count: 0
|
|
Permanent HW addr: 00:1b:78:5c:e9:ce
|
|
Slave queue ID: 0
|
|
Aggregator ID: 1
|
|
Actor Churn State: none
|
|
Partner Churn State: none
|
|
Actor Churned Count: 0
|
|
Partner Churned Count: 0
|
|
details actor lacp pdu:
|
|
system priority: 65535
|
|
system mac address: 00:1b:78:5c:e9:ce
|
|
port key: 9
|
|
port priority: 255
|
|
port number: 1
|
|
port state: 61
|
|
details partner lacp pdu:
|
|
system priority: 1
|
|
system mac address: a4:ba:db:6f:ce:28
|
|
oper key: 51
|
|
port priority: 1
|
|
port number: 34
|
|
port state: 61
|
|
|
|
Slave Interface: nic2
|
|
MII Status: up
|
|
Speed: 10 Mbps
|
|
Duplex: full
|
|
Link Failure Count: 5
|
|
Permanent HW addr: 00:1b:78:5c:e9:cf
|
|
Slave queue ID: 0
|
|
Aggregator ID: 2
|
|
Actor Churn State: churned
|
|
Partner Churn State: churned
|
|
Actor Churned Count: 1
|
|
Partner Churned Count: 1
|
|
details actor lacp pdu:
|
|
system priority: 65535
|
|
system mac address: 00:1b:78:5c:e9:ce
|
|
port key: 5
|
|
port priority: 255
|
|
port number: 2
|
|
port state: 69
|
|
details partner lacp pdu:
|
|
system priority: 65535
|
|
system mac address: 00:00:00:00:00:00
|
|
oper key: 1
|
|
port priority: 255
|
|
port number: 1
|
|
port state: 0
|
|
|
|
--- vlan config
|
|
$ cat /proc/net/vlan/config
|
|
cat: /proc/net/vlan/config: No such file or directory
|
|
[exit=1 / not installed or not permitted]
|
|
|
|
--- /proc/net/vlan
|
|
[missing: /proc/net/vlan]
|
|
|
|
--- /etc/network/interfaces
|
|
--- /etc/network/interfaces ---
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
### mgmt net
|
|
iface nic0 inet manual
|
|
|
|
auto vmbr0
|
|
iface vmbr0 inet dhcp
|
|
bridge-ports nic0
|
|
bridge-stp off
|
|
bridge-fd 0
|
|
|
|
|
|
|
|
### datanet
|
|
|
|
### datanet (2gbps bond to pfv-core-sw01 switch ports 33,34)
|
|
|
|
# Datanet members
|
|
auto nic1
|
|
iface nic1 inet manual
|
|
|
|
auto nic2
|
|
iface nic2 inet manual
|
|
|
|
auto bond0
|
|
iface bond0 inet manual
|
|
bond-slaves nic1 nic2
|
|
bond-miimon 100
|
|
bond-mode 802.3ad
|
|
bond-xmit-hash-policy layer2+3
|
|
|
|
### bring up bridge on lacp
|
|
|
|
auto datanet
|
|
iface datanet inet static
|
|
address 10.100.100.5
|
|
netmask 255.255.255.0
|
|
bridge-ports bond0
|
|
bridge-stp off
|
|
bridge-fd 0
|
|
|
|
source /etc/network/interfaces.d/*
|
|
|
|
--- interfaces.d (per file)
|
|
$ for f in /etc/network/interfaces.d/*; do
|
|
[ -r "$f" ] || continue
|
|
echo "--- $f ---"
|
|
cat "$f"
|
|
done
|
|
|
|
###############################################################################
|
|
# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET
|
|
###############################################################################
|
|
|
|
--- /proc/interrupts
|
|
$ cat /proc/interrupts
|
|
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
|
|
0: 142 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer
|
|
1: 0 0 0 0 4 0 0 0 IR-IO-APIC 1-edge i8042
|
|
7: 0 0 0 0 0 0 0 0 IR-IO-APIC 7-edge parport0
|
|
8: 0 0 0 0 0 1 0 0 IR-IO-APIC 8-edge rtc0
|
|
9: 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi
|
|
12: 0 0 0 6 0 0 0 0 IR-IO-APIC 12-edge i8042
|
|
16: 0 14429675 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi uhci_hcd:usb3, ioc0
|
|
17: 0 0 0 0 0 0 0 0 IR-IO-APIC 17-fasteoi uhci_hcd:usb4, uhci_hcd:usb8
|
|
18: 0 0 0 2 0 0 0 0 IR-IO-APIC 18-fasteoi uhci_hcd:usb9, firewire_ohci
|
|
20: 0 0 493221 0 0 0 0 0 IR-IO-APIC 20-fasteoi ata_piix, ata_piix, i801_smbus
|
|
22: 0 0 0 0 0 0 0 0 IR-IO-APIC 22-fasteoi ehci_hcd:usb2, uhci_hcd:usb5
|
|
23: 0 0 0 0 0 0 29 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1, uhci_hcd:usb7
|
|
24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0
|
|
25: 0 0 0 1 0 0 0 0 DMAR-MSI 1-edge dmar1
|
|
26: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:01.0 0-edge PCIe bwctrl
|
|
27: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:03.0 0-edge PCIe bwctrl
|
|
28: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:07.0 0-edge PCIe bwctrl
|
|
29: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:03.0 0-edge PCIe bwctrl
|
|
30: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:07.0 0-edge PCIe bwctrl
|
|
31: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:09.0 0-edge PCIe bwctrl
|
|
33: 7197027 0 0 0 0 0 0 0 IR-PCI-MSI-0000:22:00.0 0-edge nic1
|
|
35: 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:23:00.0 0-edge xhci_hcd
|
|
45: 0 0 0 0 0 17865 0 0 IR-PCI-MSI-0000:22:00.1 0-edge nic2
|
|
46: 0 0 0 0 0 0 161 0 IR-PCI-MSIX-0000:24:00.0 0-edge xhci_hcd
|
|
54: 321 0 0 0 0 0 0 0 IR-IO-APIC 10-fasteoi snd_hda_intel:card1
|
|
55: 0 474 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card0
|
|
57: 0 0 10639463 0 0 0 0 0 IR-PCI-MSI-0000:03:00.0 0-edge nvkm
|
|
58: 0 0 0 22096233 0 0 0 0 IR-PCI-MSI-0000:06:00.0 0-edge nic0
|
|
NMI: 30247 29728 29350 26500 28340 29068 27950 30184 Non-maskable interrupts
|
|
LOC: 219095299 212881932 205271980 190056633 204706695 211568568 202402987 206182665 Local timer interrupts
|
|
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
|
|
PMI: 30247 29728 29350 26500 28340 29068 27950 30184 Performance monitoring interrupts
|
|
IWI: 0 1 3 3 0 0 0 0 IRQ work interrupts
|
|
RTR: 2 0 0 0 0 0 0 0 APIC ICR read retries
|
|
RES: 6594333 6262106 7558198 7185124 6817368 7133172 7713307 8291414 Rescheduling interrupts
|
|
CAL: 23589160 20686792 18683374 15940658 17524952 17960447 17473374 17684378 Function call interrupts
|
|
TLB: 102288 103022 101951 102478 98994 102691 100058 102659 TLB shootdowns
|
|
TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
|
|
THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
|
|
DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts
|
|
MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
|
|
MCP: 820 821 821 821 821 821 821 821 Machine check polls
|
|
ERR: 0
|
|
MIS: 0
|
|
PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event
|
|
NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event
|
|
PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event
|
|
|
|
--- NIC IRQ affinities (which CPUs handle which queue)
|
|
$ for ifc in $NETIFS; do
|
|
[ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue
|
|
echo "=== $ifc IRQ list (first 40) ==="
|
|
ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40
|
|
done
|
|
=== nic0 IRQ list (first 40) ===
|
|
58
|
|
=== nic1 IRQ list (first 40) ===
|
|
33
|
|
=== nic2 IRQ list (first 40) ===
|
|
45
|
|
|
|
--- RPS masks (non-zero only)
|
|
$ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do
|
|
[ -e "$q" ] || continue
|
|
val=$(cat "$q")
|
|
[ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val"
|
|
done | head -n 60
|
|
/sys/class/net/bond0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-10/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-11/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-12/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-13/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-14/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-15/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-1/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-2/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-3/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-4/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-5/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-6/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-7/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-8/rps_cpus = 00
|
|
/sys/class/net/bond0/queues/rx-9/rps_cpus = 00
|
|
/sys/class/net/datanet/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/fwbr509i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/fwbr509i1/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/fwln509i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/fwln509i1/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/fwpr509p0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/fwpr509p1/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/lo/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/nic0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/nic1/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/nic2/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tailscale0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap509i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap509i1/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap51010i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap51011i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap51012i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap51013i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5101i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5105i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5106i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5107i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5108i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5109i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5111i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap5112i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap53100i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap53101i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap53102i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/tap6000i0/queues/rx-0/rps_cpus = 00
|
|
/sys/class/net/vmbr0/queues/rx-0/rps_cpus = 00
|
|
|
|
--- XPS masks (non-zero only)
|
|
$ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do
|
|
[ -e "$q" ] || continue
|
|
val=$(cat "$q")
|
|
[ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val"
|
|
done | head -n 60
|
|
cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr509i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr509i1/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/nic1/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/nic2/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap509i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap509i1/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap51010i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap51011i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap51012i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap51013i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5101i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5105i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5106i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5107i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5108i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5109i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5111i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap5112i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap53100i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap53101i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap53102i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/tap6000i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory
|
|
/sys/class/net/bond0/queues/tx-0/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-10/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-11/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-12/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-13/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-14/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-15/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-1/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-2/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-3/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-4/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-5/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-6/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-7/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-8/xps_cpus = 00
|
|
/sys/class/net/bond0/queues/tx-9/xps_cpus = 00
|
|
/sys/class/net/datanet/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr509i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr509i1/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwln509i0/queues/tx-0/xps_cpus = 00
|
|
/sys/class/net/fwln509i1/queues/tx-0/xps_cpus = 00
|
|
/sys/class/net/fwpr509p0/queues/tx-0/xps_cpus = 00
|
|
/sys/class/net/fwpr509p1/queues/tx-0/xps_cpus = 00
|
|
/sys/class/net/lo/queues/tx-0/xps_cpus =
|
|
/sys/class/net/nic0/queues/tx-0/xps_cpus = 00
|
|
/sys/class/net/nic1/queues/tx-0/xps_cpus =
|
|
/sys/class/net/nic2/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tailscale0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap509i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap509i1/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap51010i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap51011i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap51012i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap51013i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5101i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5105i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5106i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5107i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5108i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5109i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5111i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap5112i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap53100i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap53101i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap53102i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/tap6000i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/vmbr0/queues/tx-0/xps_cpus =
|
|
|
|
--- RFS flow counts
|
|
$ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do
|
|
[ -e "$q" ] || continue
|
|
printf ' %s = %s\n' "$q" "$(cat "$q")"
|
|
done | head -n 60
|
|
/sys/class/net/bond0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-10/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-11/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-12/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-13/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-14/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-15/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-5/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-6/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-7/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-8/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-9/rps_flow_cnt = 0
|
|
/sys/class/net/datanet/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr509i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr509i1/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln509i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln509i1/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr509p0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr509p1/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap509i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap509i1/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap51010i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap51011i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap51012i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap51013i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5101i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5105i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5106i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5107i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5108i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5109i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5111i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap5112i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap53100i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap53101i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap53102i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/tap6000i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0
|
|
|
|
--- /proc/net/softnet_stat (drops/backlog)
|
|
$ cat /proc/net/softnet_stat
|
|
01b91bcb 00000000 00000007 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
|
000c6096 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
|
|
000bffa7 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000
|
|
0312a74f 00000000 000052da 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000
|
|
000f76d3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000
|
|
034d3004 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000
|
|
000cd75a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000
|
|
000cfa68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000
|
|
|
|
--- softnet_stat decoded
|
|
$ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT
|
|
awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n",
|
|
NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat
|
|
cpu0 total=01b91bcb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu1 total=000c6096 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu2 total=000bffa7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu3 total=0312a757 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu4 total=000f76d4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu5 total=034d3004 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu6 total=000cd75a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu7 total=000cfa6b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
|
|
--- netstat drop counters (significant ones)
|
|
$ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \
|
|
netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60
|
|
IpReasmFails 8170 0.0
|
|
IpFragFails 0 0.0
|
|
TcpAttemptFails 3534 0.0
|
|
TcpRetransSegs 439773 0.0
|
|
TcpInErrs 13 0.0
|
|
Ip6ReasmFails 0 0.0
|
|
Ip6FragFails 0 0.0
|
|
TcpExtSyncookiesFailed 1 0.0
|
|
TcpExtEmbryonicRsts 6 0.0
|
|
TcpExtLockDroppedIcmps 0 0.0
|
|
TcpExtListenOverflows 0 0.0
|
|
TcpExtListenDrops 0 0.0
|
|
TcpExtTCPLossUndo 26 0.0
|
|
TcpExtTCPLostRetransmit 80034 0.0
|
|
TcpExtTCPRenoFailures 0 0.0
|
|
TcpExtTCPSackFailures 1 0.0
|
|
TcpExtTCPLossFailures 37 0.0
|
|
TcpExtTCPFastRetrans 427969 0.0
|
|
TcpExtTCPSlowStartRetrans 1979 0.0
|
|
TcpExtTCPLossProbes 10047 0.0
|
|
TcpExtTCPLossProbeRecovery 205 0.0
|
|
TcpExtTCPRenoRecoveryFail 0 0.0
|
|
TcpExtTCPSackRecoveryFail 252 0.0
|
|
TcpExtTCPAbortOnData 2453 0.0
|
|
TcpExtTCPAbortOnClose 12 0.0
|
|
TcpExtTCPAbortOnMemory 0 0.0
|
|
TcpExtTCPAbortOnTimeout 9 0.0
|
|
TcpExtTCPAbortOnLinger 0 0.0
|
|
TcpExtTCPAbortFailed 55 0.0
|
|
TcpExtTCPMD5Failure 0 0.0
|
|
TcpExtTCPBacklogDrop 0 0.0
|
|
TcpExtPFMemallocDrop 0 0.0
|
|
TcpExtTCPMinTTLDrop 0 0.0
|
|
TcpExtTCPDeferAcceptDrop 0 0.0
|
|
TcpExtTCPTimeWaitOverflow 0 0.0
|
|
TcpExtTCPReqQFullDrop 0 0.0
|
|
TcpExtTCPRetransFail 0 0.0
|
|
TcpExtTCPOFODrop 0 0.0
|
|
TcpExtTCPFastOpenActiveFail 0 0.0
|
|
TcpExtTCPFastOpenPassiveFail 0 0.0
|
|
TcpExtTCPFastOpenListenOverflow 0 0.0
|
|
TcpExtTCPSynRetrans 1116 0.0
|
|
TcpExtTCPMTUPFail 0 0.0
|
|
TcpExtTCPZeroWindowDrop 0 0.0
|
|
TcpExtTCPRcvQDrop 0 0.0
|
|
TcpExtTCPMigrateReqFailure 0 0.0
|
|
TcpExtTCPAODroppedIcmps 0 0.0
|
|
MPTcpExtMPCapableSYNTXDrop 0 0.0
|
|
MPTcpExtMPTCPRetrans 0 0.0
|
|
MPTcpExtMPJoinSynAckHMacFailure 0 0.0
|
|
MPTcpExtMPJoinAckHMacFailure 0 0.0
|
|
MPTcpExtAddAddrTxDrop 0 0.0
|
|
MPTcpExtEchoAddTxDrop 0 0.0
|
|
MPTcpExtAddAddrDrop 0 0.0
|
|
MPTcpExtRmAddrDrop 0 0.0
|
|
MPTcpExtRmAddrTxDrop 0 0.0
|
|
MPTcpExtMPFailTx 0 0.0
|
|
MPTcpExtMPFailRx 0 0.0
|
|
MPTcpExtFallbackFailed 0 0.0
|
|
|
|
###############################################################################
|
|
# 13. NETWORK: SOCKET / TCP STATE
|
|
###############################################################################
|
|
|
|
--- ss -s
|
|
$ ss -s
|
|
Total: 527
|
|
TCP: 97 (estab 28, closed 45, orphaned 0, timewait 43)
|
|
|
|
Transport Total IP IPv6
|
|
RAW 0 0 0
|
|
UDP 18 10 8
|
|
TCP 52 39 13
|
|
INET 70 49 21
|
|
FRAG 0 0 0
|
|
|
|
|
|
--- ss -t -m (top TCP with skmem/cwnd/rto)
|
|
$ ss -tno state established ( dport != :22 and sport != :22 ) -m
|
|
Recv-Q Send-Q Local Address:Port Peer Address:Port
|
|
0 0 10.100.100.5:2049 10.100.100.3:959
|
|
skmem:(r0,rb260048,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.9:1018
|
|
skmem:(r0,rb8010762,t0,tb3290112,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.1:836
|
|
skmem:(r0,rb11511474,t0,tb2689536,f0,w0,o0,bl0,d87)
|
|
0 0 10.100.100.5:2049 10.100.100.6:951
|
|
skmem:(r0,rb12448948,t0,tb3577344,f0,w0,o0,bl0,d64)
|
|
0 0 10.100.100.5:2049 10.100.100.3:676
|
|
skmem:(r0,rb259824,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.9:1004
|
|
skmem:(r0,rb4861952,t0,tb3133440,f0,w0,o0,bl0,d3)
|
|
0 0 10.100.100.5:726 10.100.100.4:2049 timer:(keepalive,,0)
|
|
skmem:(r0,rb1027992,t0,tb3864576,f0,w0,o0,bl0,d61)
|
|
0 0 10.100.100.5:2049 10.100.100.7:974
|
|
skmem:(r0,rb5951360,t0,tb2402304,f0,w0,o0,bl0,d214)
|
|
0 0 10.100.100.5:2049 10.100.100.1:969
|
|
skmem:(r0,rb13834240,t0,tb2741760,f0,w0,o0,bl0,d54)
|
|
0 0 192.168.0.20:52460 9.9.9.9:443 timer:(keepalive,19sec,0)
|
|
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.1:911
|
|
skmem:(r0,rb14523669,t0,tb2167296,f0,w0,o0,bl0,d95)
|
|
0 0 192.168.0.20:50226 199.165.136.101:443 timer:(keepalive,10sec,0)
|
|
skmem:(r0,rb144374,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.9:682
|
|
skmem:(r0,rb6100992,t0,tb3394560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.9:825
|
|
skmem:(r0,rb5942838,t0,tb3394560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.3:843
|
|
skmem:(r0,rb259984,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 192.168.0.20:56566 192.200.0.107:443 timer:(keepalive,10sec,0)
|
|
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.6:810
|
|
skmem:(r0,rb8921687,t0,tb3838464,f0,w0,o0,bl0,d85)
|
|
0 0 10.100.100.5:2049 10.100.100.3:985
|
|
skmem:(r0,rb260080,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.7:832
|
|
skmem:(r0,rb14906496,t0,tb130560,f0,w0,o0,bl0,d218)
|
|
0 0 192.168.0.20:49980 178.156.134.232:443 timer:(keepalive,13sec,0)
|
|
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 192.168.0.20:55730 192.73.248.83:443 timer:(keepalive,19sec,0)
|
|
skmem:(r0,rb144700,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.5:2049 10.100.100.7:804
|
|
skmem:(r0,rb16316901,t0,tb130560,f0,w0,o0,bl0,d237)
|
|
0 0 10.100.100.5:2049 10.100.100.6:825
|
|
skmem:(r0,rb6862293,t0,tb3734016,f0,w0,o0,bl0,d62)
|
|
0 0 10.100.100.5:2049 10.100.100.6:814
|
|
skmem:(r0,rb8667136,t0,tb4256256,f0,w0,o0,bl0,d90)
|
|
0 0 10.100.100.5:2049 10.100.100.1:897
|
|
skmem:(r0,rb20646198,t0,tb6906624,f0,w0,o0,bl0,d52)
|
|
0 0 10.100.100.5:2049 10.100.100.7:807
|
|
skmem:(r0,rb8489921,t0,tb130560,f0,w0,o0,bl0,d230)
|
|
0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:60792 timer:(keepalive,739ms,0)
|
|
skmem:(r0,rb439127,t0,tb130560,f0,w0,o0,bl0,d1464)
|
|
|
|
--- ss -ti (TCP internals)
|
|
$ ss -ti
|
|
State Recv-Q Send-Q Local Address:Port Peer Address:Port
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:959
|
|
bbr wscale:12,12 rto:216 rtt:15.172/19.192 ato:49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:46 bytes_sent:762800 bytes_acked:762800 bytes_received:693860 segs_out:4116 segs_in:8167 data_segs_out:4107 data_segs_in:4107 bbr:(bw:9.31Mbps,mrtt:1.244,pacing_gain:2.88672,cwnd_gain:2.88672) send 35.1Mbps lastsnd:1391 lastrcv:1391 lastack:1390 pacing_rate 172Mbps delivery_rate 9.31Mbps delivered:4108 app_limited busy:29001ms rcv_rtt:55578.5 rcv_space:65012 rcv_ssthresh:129544 minrtt:1.244 snd_wnd:471040 rcv_wnd:131072
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:1018
|
|
bbr wscale:12,12 rto:207 rtt:6.943/10.229 ato:49 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:190 ssthresh:152 bytes_sent:322728544 bytes_retrans:116 bytes_acked:322728428 bytes_received:336749316 segs_out:246304 segs_in:320789 data_segs_out:228786 data_segs_in:238204 bbr:(bw:875Mbps,mrtt:0.341,pacing_gain:1.25,cwnd_gain:2) send 317Mbps lastsnd:7664 lastrcv:7664 lastack:7663 pacing_rate 1.08Gbps delivery_rate 535Mbps delivered:228787 app_limited busy:61767ms rwnd_limited:2ms(0.0%) retrans:0/1 dsack_dups:1 rcv_rtt:1 rcv_space:1462344 rcv_ssthresh:5944774 minrtt:0.247 rcv_ooopack:8583 snd_wnd:933888 rcv_wnd:5947392
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:836
|
|
bbr wscale:12,12 rto:211 rtt:10.832/15.468 ato:42 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:132 ssthresh:142 bytes_sent:553197240 bytes_retrans:153137500 bytes_acked:400059740 bytes_received:1859748060 segs_out:979666 segs_in:1437295 data_segs_out:407580 data_segs_in:1296869 bbr:(bw:299Mbps,mrtt:1.234,pacing_gain:1.25,cwnd_gain:2) send 141Mbps lastsnd:4015 lastrcv:4015 lastack:3973 pacing_rate 370Mbps delivery_rate 71.5Mbps delivered:301792 app_limited busy:273956ms retrans:0/105889 dsack_dups:62 reord_seen:2 rcv_rtt:1.125 rcv_space:2534000 rcv_ssthresh:7644338 minrtt:0.839 rcv_ooopack:84062 snd_wnd:1478656 rcv_wnd:7647232 rehash:25
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:951
|
|
bbr wscale:12,12 rto:210 rtt:9.656/16.139 ato:51 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:154 ssthresh:136 bytes_sent:8482534000 bytes_retrans:1880 bytes_acked:8482532120 bytes_received:859539564 segs_out:5941696 segs_in:1193415 data_segs_out:5876113 data_segs_in:611850 bbr:(bw:1.04Gbps,mrtt:0.083,pacing_gain:1.25,cwnd_gain:2) send 185Mbps lastsnd:9707 lastrcv:9707 lastack:9665 pacing_rate 1.29Gbps delivery_rate 140Mbps delivered:5876112 app_limited busy:322089ms rwnd_limited:1ms(0.0%) retrans:0/5 dsack_dups:3 rcv_rtt:6.625 rcv_space:2772920 rcv_ssthresh:8266879 minrtt:0.083 rcv_ooopack:231840 snd_wnd:2998272 rcv_wnd:8269824
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:676
|
|
bbr wscale:12,12 rto:211 rtt:10.262/14.589 ato:72 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:42 bytes_sent:759024 bytes_acked:759024 bytes_received:693892 segs_out:4117 segs_in:8168 data_segs_out:4108 data_segs_in:4108 bbr:(bw:9.36Mbps,mrtt:1.238,pacing_gain:2.88672,cwnd_gain:2.88672) send 47.4Mbps lastsnd:1538 lastrcv:1538 lastack:1537 pacing_rate 164Mbps delivery_rate 9.36Mbps delivered:4109 app_limited busy:28166ms rcv_rtt:45272.6 rcv_space:64956 rcv_ssthresh:129432 minrtt:1.238 snd_wnd:471040 rcv_wnd:131072
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:1004
|
|
bbr wscale:12,12 rto:206 rtt:5.919/8.549 ato:44 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:134 ssthresh:212 bytes_sent:335091608 bytes_acked:335091608 bytes_received:323436856 segs_out:255217 segs_in:320818 data_segs_out:237348 data_segs_in:229049 bbr:(bw:344Mbps,mrtt:0.421,pacing_gain:1.25,cwnd_gain:2) send 262Mbps lastsnd:7502 lastrcv:7503 lastack:7501 pacing_rate 425Mbps delivery_rate 230Mbps delivered:237349 busy:61367ms rwnd_limited:6ms(0.0%) rcv_rtt:1.375 rcv_space:1478408 rcv_ssthresh:3436873 minrtt:0.291 rcv_ooopack:7521 snd_wnd:876544 rcv_wnd:3440640
|
|
ESTAB 0 0 10.100.100.5:726 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:203 rtt:2.437/1.605 ato:48 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:102 ssthresh:217 bytes_sent:765921132 bytes_retrans:3066320 bytes_acked:762834977 bytes_received:195892684 segs_out:658574 segs_in:412345 data_segs_out:556166 data_segs_in:267245 bbr:(bw:228Mbps,mrtt:0.223,pacing_gain:1.25,cwnd_gain:2) send 485Mbps lastsnd:1350 lastrcv:1164 lastack:1164 pacing_rate 282Mbps delivery_rate 182Mbps delivered:554975 app_limited busy:317409ms rwnd_limited:341ms(0.1%) retrans:0/3216 dsack_dups:2575 rcv_rtt:1.125 rcv_space:377060 rcv_ssthresh:754931 minrtt:0.223 rcv_ooopack:26 snd_wnd:855552 rcv_wnd:757760 rehash:39
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:974
|
|
bbr wscale:12,12 rto:205 rtt:4.891/8.868 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:40 ssthresh:138 bytes_sent:24793316 bytes_retrans:116 bytes_acked:24793200 bytes_received:1372935676 segs_out:106298 segs_in:971696 data_segs_out:32777 data_segs_in:954700 bbr:(bw:111Mbps,mrtt:0.11,pacing_gain:1.25,cwnd_gain:2) send 94.7Mbps lastsnd:386 lastrcv:414 lastack:386 pacing_rate 138Mbps delivery_rate 111Mbps delivered:32777 busy:102221ms retrans:0/1 rcv_rtt:4 rcv_space:1705196 rcv_ssthresh:4450055 minrtt:0.104 rcv_ooopack:60414 snd_wnd:13029376 rcv_wnd:4444160
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:969
|
|
bbr wscale:12,12 rto:213 rtt:12.566/17.568 ato:45 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:172 ssthresh:156 bytes_sent:562725664 bytes_retrans:156069504 bytes_acked:406656160 bytes_received:1848023148 segs_out:984804 segs_in:1434348 data_segs_out:414211 data_segs_in:1288676 bbr:(bw:404Mbps,mrtt:0.613,pacing_gain:1.25,cwnd_gain:2) send 159Mbps lastsnd:2061 lastrcv:2061 lastack:2060 pacing_rate 500Mbps delivery_rate 213Mbps delivered:306367 app_limited busy:270393ms rwnd_limited:1ms(0.0%) retrans:0/107899 dsack_dups:46 reordering:10 reord_seen:1 rcv_rtt:6.75 rcv_space:2922064 rcv_ssthresh:9186800 minrtt:0.613 rcv_ooopack:79980 snd_wnd:1245184 rcv_wnd:9187328 rehash:23
|
|
ESTAB 0 0 192.168.0.20:52460 9.9.9.9:https
|
|
bbr wscale:11,12 rto:216 rtt:15.273/10.841 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:824 bytes_acked:825 bytes_received:4579 segs_out:15 segs_in:14 data_segs_out:8 data_segs_in:8 bbr:(bw:4.42Mbps,mrtt:9.141,pacing_gain:2.88672,cwnd_gain:2.88672) send 13.7Mbps lastsnd:9406 lastrcv:9396 lastack:9396 pacing_rate 27.9Mbps delivery_rate 4.42Mbps delivered:9 app_limited busy:87ms rcv_space:14480 rcv_ssthresh:54875 minrtt:9.141 snd_wnd:45056 rcv_wnd:57344
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:911
|
|
bbr wscale:12,12 rto:209 rtt:8.959/13.193 ato:53 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:104 ssthresh:142 bytes_sent:527661648 bytes_retrans:146547700 bytes_acked:381113948 bytes_received:1788542852 segs_out:940858 segs_in:1391307 data_segs_out:389942 data_segs_in:1247677 bbr:(bw:266Mbps,mrtt:0.43,pacing_gain:1.25,cwnd_gain:2) send 134Mbps lastsnd:1942 lastrcv:1942 lastack:1941 pacing_rate 329Mbps delivery_rate 69.3Mbps delivered:288652 app_limited busy:271253ms retrans:0/101303 dsack_dups:10 rcv_rtt:6.013 rcv_space:2968400 rcv_ssthresh:10268687 minrtt:0.43 rcv_ooopack:72506 snd_wnd:1171456 rcv_wnd:10272768 rehash:16
|
|
ESTAB 0 0 192.168.0.20:50226 199.165.136.101:https
|
|
bbr wscale:7,12 rto:267 rtt:66.525/6.802 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:36 bytes_sent:2446077 bytes_acked:2446078 bytes_received:513370 segs_out:10492 segs_in:8258 data_segs_out:5258 data_segs_in:5243 bbr:(bw:2.45Mbps,mrtt:42.643,pacing_gain:2.88672,cwnd_gain:2.88672) send 6.27Mbps lastsnd:2150 lastrcv:2085 lastack:2085 pacing_rate 7.13Mbps delivery_rate 2.45Mbps delivered:5259 app_limited busy:343942ms rcv_rtt:39180.8 rcv_space:46527 rcv_ssthresh:66459 minrtt:42.643 snd_wnd:73216 rcv_wnd:69632
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:682
|
|
bbr wscale:12,12 rto:211 rtt:10.528/14.063 ato:46 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:200 ssthresh:160 bytes_sent:322295028 bytes_retrans:560 bytes_acked:322294468 bytes_received:326753836 segs_out:245662 segs_in:324486 data_segs_out:228519 data_segs_in:231333 bbr:(bw:740Mbps,mrtt:0.479,pacing_gain:1.25,cwnd_gain:2) send 220Mbps lastsnd:7523 lastrcv:7523 lastack:7522 pacing_rate 916Mbps delivery_rate 342Mbps delivered:228520 app_limited busy:62216ms retrans:0/1 dsack_dups:1 rcv_rtt:1.125 rcv_space:1142472 rcv_ssthresh:4313592 minrtt:0.257 rcv_ooopack:7450 snd_wnd:794624 rcv_wnd:4317184
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:825
|
|
bbr wscale:12,12 rto:207 rtt:6.673/9.779 ato:62 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:154 ssthresh:152 bytes_sent:349998392 bytes_acked:349998392 bytes_received:324455180 segs_out:264794 segs_in:336574 data_segs_out:247621 data_segs_in:229751 bbr:(bw:674Mbps,mrtt:0.129,pacing_gain:1.25,cwnd_gain:2) send 267Mbps lastsnd:7603 lastrcv:7603 lastack:7602 pacing_rate 834Mbps delivery_rate 400Mbps delivered:247622 busy:61674ms rcv_rtt:1 rcv_space:1935976 rcv_ssthresh:4363566 minrtt:0.129 rcv_ooopack:7008 snd_wnd:901120 rcv_wnd:4366336
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:843
|
|
bbr wscale:12,12 rto:217 rtt:16.263/18.235 ato:45 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:46 bytes_sent:760368 bytes_retrans:164 bytes_acked:760204 bytes_received:693604 segs_out:4112 segs_in:8178 data_segs_out:4107 data_segs_in:4106 bbr:(bw:26.1Mbps,mrtt:0.443,pacing_gain:2.88672,cwnd_gain:2.88672) send 32.8Mbps lastsnd:11548 lastrcv:11548 lastack:11506 pacing_rate 175Mbps delivery_rate 26.1Mbps delivered:4108 app_limited busy:28894ms retrans:0/1 dsack_dups:1 rcv_rtt:55614.3 rcv_space:64996 rcv_ssthresh:129512 minrtt:0.443 snd_wnd:466944 rcv_wnd:131072
|
|
ESTAB 0 0 100.87.135.12:ssh 100.101.187.119:33158
|
|
bbr wscale:7,12 rto:206 rtt:5.162/8.516 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5441 bytes_acked:5441 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:33.5Mbps,mrtt:0.586,pacing_gain:2.88672,cwnd_gain:2.88672) send 51.4Mbps lastsnd:1304 lastrcv:1304 lastack:1303 pacing_rate 272Mbps delivery_rate 33.5Mbps delivered:18 app_limited busy:62ms rcv_rtt:5 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.586 snd_wnd:76544 rcv_wnd:81920
|
|
ESTAB 0 0 192.168.0.20:56566 192.200.0.107:https
|
|
bbr wscale:10,12 rto:344 rtt:141.764/3.378 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:22 bytes_sent:5774 bytes_acked:5775 bytes_received:87669 segs_out:1159 segs_in:1167 data_segs_out:21 data_segs_in:610 bbr:(bw:411kbps,mrtt:139.3,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.8Mbps lastsnd:267869 lastrcv:50013 lastack:19772 pacing_rate 2.34Mbps delivery_rate 411kbps delivered:22 app_limited busy:2118ms rcv_rtt:451.875 rcv_space:19780 rcv_ssthresh:55700 minrtt:139.3 snd_wnd:81920 rcv_wnd:57344
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:810
|
|
bbr wscale:12,12 rto:205 rtt:4.959/9.409 ato:131 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:152 ssthresh:138 bytes_sent:8480823056 bytes_retrans:728 bytes_acked:8480822328 bytes_received:869589784 segs_out:5940405 segs_in:1203426 data_segs_out:5874864 data_segs_in:618789 bbr:(bw:774Mbps,mrtt:0.09,pacing_gain:1.25,cwnd_gain:2) send 355Mbps lastsnd:2380 lastrcv:2380 lastack:2379 pacing_rate 958Mbps delivery_rate 701Mbps delivered:5874863 app_limited busy:321832ms retrans:0/5 dsack_dups:3 rcv_rtt:9.484 rcv_space:2080776 rcv_ssthresh:6307911 minrtt:0.086 rcv_ooopack:223159 snd_wnd:1097728 rcv_wnd:6311936
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:985
|
|
bbr wscale:12,12 rto:213 rtt:12.612/17.281 ato:73 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:46 bytes_sent:760944 bytes_acked:760944 bytes_received:693564 segs_out:4111 segs_in:8173 data_segs_out:4106 data_segs_in:4106 bbr:(bw:10.3Mbps,mrtt:1.129,pacing_gain:2.88672,cwnd_gain:2.88672) send 42.3Mbps lastsnd:1373 lastrcv:1373 lastack:1372 pacing_rate 170Mbps delivery_rate 10.3Mbps delivered:4107 app_limited busy:28219ms rcv_rtt:55487.9 rcv_space:65020 rcv_ssthresh:129560 minrtt:1.129 snd_wnd:466944 rcv_wnd:131072
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:832
|
|
bbr wscale:12,12 rto:205 rtt:4.645/8.707 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:46 ssthresh:136 bytes_sent:23513852 bytes_retrans:604 bytes_acked:23513248 bytes_received:1357164400 segs_out:104502 segs_in:960499 data_segs_out:31818 data_segs_in:943749 bbr:(bw:125Mbps,mrtt:0.115,pacing_gain:1.25,cwnd_gain:2) send 115Mbps lastsnd:419 lastrcv:443 lastack:419 pacing_rate 155Mbps delivery_rate 125Mbps delivered:31818 app_limited busy:98425ms retrans:0/4 dsack_dups:3 rcv_rtt:9.125 rcv_space:3933424 rcv_ssthresh:11066927 minrtt:0.115 rcv_ooopack:84679 snd_wnd:1605632 rcv_wnd:11067392
|
|
ESTAB 0 0 192.168.0.20:49980 178.156.134.232:https
|
|
bbr wscale:7,12 rto:247 rtt:46.229/0.678 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:26 bytes_sent:100420 bytes_acked:100421 bytes_received:16708 segs_out:1451 segs_in:1443 data_segs_out:499 data_segs_in:465 bbr:(bw:1.71Mbps,mrtt:39.802,pacing_gain:2.88672,cwnd_gain:2.88672) send 6.52Mbps lastsnd:32359 lastrcv:37063 lastack:1950 pacing_rate 4.88Mbps delivery_rate 1.71Mbps delivered:500 app_limited busy:22942ms retrans:0/1 rcv_space:14480 rcv_ssthresh:52317 minrtt:39.802 snd_wnd:197376 rcv_wnd:53248 rehash:1
|
|
ESTAB 0 0 192.168.0.20:55730 192.73.248.83:https
|
|
bbr wscale:7,12 rto:221 rtt:20.696/14.385 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:4 bytes_sent:39214 bytes_acked:39215 bytes_received:177454 segs_out:1757 segs_in:1702 data_segs_out:221 data_segs_in:1017 bbr:(bw:2.35Mbps,mrtt:12.66,pacing_gain:1,cwnd_gain:1) send 2.24Mbps lastsnd:10410 lastrcv:10394 lastack:10394 pacing_rate 20.3Mbps delivery_rate 2.35Mbps delivered:222 app_limited busy:2012ms rcv_rtt:308804 rcv_space:46632 rcv_ssthresh:92644 minrtt:12.059 snd_wnd:64128 rcv_wnd:94208
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:804
|
|
bbr wscale:12,12 rto:204 rtt:3.95/7.294 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:46 ssthresh:136 bytes_sent:25113404 bytes_retrans:1044 bytes_acked:25112360 bytes_received:1355874132 segs_out:104869 segs_in:959916 data_segs_out:32914 data_segs_in:942883 bbr:(bw:127Mbps,mrtt:0.113,pacing_gain:1.25,cwnd_gain:2) send 135Mbps lastsnd:5732 lastrcv:5785 lastack:5732 pacing_rate 157Mbps delivery_rate 127Mbps delivered:32909 app_limited busy:99207ms retrans:0/3 dsack_dups:3 rcv_rtt:12.725 rcv_space:1745508 rcv_ssthresh:11536558 minrtt:0.106 rcv_ooopack:82173 snd_wnd:663552 rcv_wnd:11538432 rehash:1
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:825
|
|
bbr wscale:12,12 rto:203 rtt:2.765/5.236 ato:75 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:158 ssthresh:136 bytes_sent:8478033688 bytes_retrans:2440 bytes_acked:8478031248 bytes_received:845003640 segs_out:5947785 segs_in:1186516 data_segs_out:5873192 data_segs_in:602085 bbr:(bw:1.11Gbps,mrtt:0.095,pacing_gain:1.25,cwnd_gain:2) send 662Mbps lastsnd:2163 lastrcv:2163 lastack:2163 pacing_rate 1.37Gbps delivery_rate 356Mbps delivered:5873191 app_limited busy:322841ms retrans:0/11 dsack_dups:9 rcv_rtt:1 rcv_space:1656344 rcv_ssthresh:4556991 minrtt:0.095 rcv_ooopack:269960 snd_wnd:868352 rcv_wnd:4558848
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:814
|
|
bbr wscale:12,12 rto:204 rtt:3.968/7.321 ato:61 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:152 ssthresh:136 bytes_sent:8467973708 bytes_retrans:2812 bytes_acked:8467970896 bytes_received:948567268 segs_out:5938660 segs_in:1257521 data_segs_out:5866218 data_segs_in:673567 bbr:(bw:907Mbps,mrtt:0.089,pacing_gain:1.25,cwnd_gain:2) send 444Mbps lastsnd:2190 lastrcv:2190 lastack:2189 pacing_rate 1.12Gbps delivery_rate 130Mbps delivered:5866218 app_limited busy:321645ms retrans:0/10 dsack_dups:9 rcv_rtt:10.154 rcv_space:2205304 rcv_ssthresh:6127936 minrtt:0.089 rcv_ooopack:274330 snd_wnd:884736 rcv_wnd:6131712
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:897
|
|
bbr wscale:12,12 rto:210 rtt:9.88/14.168 ato:42 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:94 ssthresh:136 bytes_sent:507232460 bytes_retrans:140462764 bytes_acked:366769696 bytes_received:1856427628 segs_out:949770 segs_in:1429918 data_segs_out:375968 data_segs_in:1294583 bbr:(bw:217Mbps,mrtt:0.633,pacing_gain:1.25,cwnd_gain:2) send 110Mbps lastsnd:2118 lastrcv:2118 lastack:2116 pacing_rate 269Mbps delivery_rate 70.2Mbps delivered:278892 app_limited busy:272948ms retrans:0/97120 dsack_dups:17 rcv_rtt:1 rcv_space:4270152 rcv_ssthresh:13307119 minrtt:0.633 rcv_ooopack:81589 snd_wnd:1622016 rcv_wnd:13307904 rehash:20
|
|
ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:807
|
|
bbr wscale:12,12 rto:201 rtt:0.587/0.826 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:42 ssthresh:136 bytes_sent:23093688 bytes_retrans:340 bytes_acked:23093348 bytes_received:1366132660 segs_out:104222 segs_in:966735 data_segs_out:31603 data_segs_in:950005 bbr:(bw:121Mbps,mrtt:0.104,pacing_gain:1.25,cwnd_gain:2) send 829Mbps lastsnd:5788 lastrcv:5823 lastack:5788 pacing_rate 150Mbps delivery_rate 121Mbps delivered:31603 app_limited busy:97736ms retrans:0/3 dsack_dups:2 rcv_rtt:9.765 rcv_space:2347548 rcv_ssthresh:6002639 minrtt:0.104 rcv_ooopack:79473 snd_wnd:3747840 rcv_wnd:6004736
|
|
ESTAB 0 124 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:60792
|
|
bbr wscale:11,12 rto:250 rtt:49.584/1.36 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:20 bytes_sent:630171 bytes_acked:630047 bytes_received:110691 segs_out:6522 segs_in:5959 data_segs_out:2108 data_segs_in:2497 bbr:(bw:877kbps,mrtt:47.76,pacing_gain:2.88672,cwnd_gain:2.88672) send 3.96Mbps lastsnd:17 lastrcv:318 lastack:318 pacing_rate 5.52Mbps delivery_rate 878kbps delivered:2106 app_limited busy:73708ms unacked:3 rcv_rtt:456996 rcv_space:65183 rcv_ssthresh:38912 minrtt:47.724 snd_wnd:555008 rcv_wnd:65536
|
|
|
|
--- /proc/net/snmp (TCP summary)
|
|
$ grep -A1 ^Tcp: /proc/net/snmp
|
|
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
|
|
Tcp: 1 200 120000 -1 190659 809900 3534 38 28 29526375 46238368 439773 13 5964 0
|
|
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors
|
|
|
|
--- TCP retrans stats
|
|
$ grep -A1 ^Tcp: /proc/net/snmp
|
|
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
|
|
Tcp: 1 200 120000 -1 190659 809900 3534 38 28 29526375 46238368 439773 13 5964 0
|
|
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors
|
|
|
|
--- nstat TCP summary
|
|
$ nstat -az Tcp_RetransSegs Tcp_InErrs Tcp_OutRsts Tcp_ActiveOpens Tcp_PassiveOpens
|
|
#kernel
|
|
|
|
###############################################################################
|
|
# 14. STORAGE: BLOCK DEVICES
|
|
###############################################################################
|
|
|
|
--- lsblk (key cols)
|
|
$ lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE,MODEL,SERIAL,STATE,ROTA,DISC-GRAN,DISC-MAX
|
|
NAME SIZE TYPE MOUNTPOINT FSTYPE MODEL SERIAL STATE ROTA DISC-GRAN DISC-MAX
|
|
sda 931.5G disk /mnt/pfv-tsys5/S3 ext4 ST1000VN002-2EY102 Z9C13271 running 1 0B 0B
|
|
sdb 465.8G disk /mnt/pfv-tsys5/S4 ext4 TOSHIBA DT01ACA050 Z58M3U4KS running 1 0B 0B
|
|
sdc 238.5G disk Samsung SSD 860 PRO 256GB S45GNG0K805039L running 0 0B 0B
|
|
└─sdc1 238.5G part /mnt/pfv-tsys5/ssd ext4 0 0B 0B
|
|
sdd 1.8T disk HITACHI HUS724020ALA640 P2G2SZUJ running 1 0B 0B
|
|
├─sdd1 1007K part 1 0B 0B
|
|
├─sdd2 1G part vfat 1 0B 0B
|
|
└─sdd3 1.8T part LVM2_member 1 0B 0B
|
|
├─pve-swap 8G lvm [SWAP] swap running 1 0B 0B
|
|
├─pve-root 96G lvm / ext4 running 1 0B 0B
|
|
├─pve-data_tmeta 15.9G lvm running 1 0B 0B
|
|
│ └─pve-data-tpool 1.7T lvm running 1 0B 0B
|
|
│ ├─pve-data 1.7T lvm running 1 0B 0B
|
|
│ ├─pve-vm--5112--disk--0 288G lvm running 1 64K 64M
|
|
│ └─pve-base--5100--disk--0 32G lvm running 1 64K 64M
|
|
└─pve-data_tdata 1.7T lvm running 1 0B 0B
|
|
└─pve-data-tpool 1.7T lvm running 1 0B 0B
|
|
├─pve-data 1.7T lvm running 1 0B 0B
|
|
├─pve-vm--5112--disk--0 288G lvm running 1 64K 64M
|
|
└─pve-base--5100--disk--0 32G lvm running 1 64K 64M
|
|
sde 931.5G disk /mnt/pfv-tsys5/S1 ext4 ST1000VN002-2EY102 Z9C132K8 running 1 0B 0B
|
|
sdf 931.5G disk /mnt/pfv-tsys5/S2 ext4 ST1000VN002-2EY102 Z9C132TV running 1 0B 0B
|
|
|
|
--- lsblk -t
|
|
$ lsblk -t
|
|
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
|
|
sda 0 4096 0 4096 512 1 mq-deadline 2 8192 0B
|
|
sdb 0 4096 0 4096 512 1 mq-deadline 2 8192 0B
|
|
sdc 0 512 131072 512 512 0 mq-deadline 254 4096 0B
|
|
└─sdc1 0 512 131072 512 512 0 mq-deadline 254 4096 0B
|
|
sdd 0 512 131072 512 512 1 mq-deadline 254 4096 0B
|
|
├─sdd1 0 512 131072 512 512 1 mq-deadline 254 4096 0B
|
|
├─sdd2 0 512 131072 512 512 1 mq-deadline 254 4096 0B
|
|
└─sdd3 0 512 131072 512 512 1 mq-deadline 254 4096 0B
|
|
├─pve-swap 0 512 131072 512 512 1 4096 0B
|
|
├─pve-root 0 512 131072 512 512 1 4096 0B
|
|
├─pve-data_tmeta 0 512 131072 512 512 1 4096 0B
|
|
│ └─pve-data-tpool 0 512 131072 512 512 1 4096 0B
|
|
│ ├─pve-data 0 512 131072 512 512 1 4096 0B
|
|
│ ├─pve-vm--5112--disk--0 0 512 131072 512 512 1 4096 0B
|
|
│ └─pve-base--5100--disk--0 0 512 131072 512 512 1 4096 0B
|
|
└─pve-data_tdata 0 512 131072 512 512 1 4096 0B
|
|
└─pve-data-tpool 0 512 131072 512 512 1 4096 0B
|
|
├─pve-data 0 512 131072 512 512 1 4096 0B
|
|
├─pve-vm--5112--disk--0 0 512 131072 512 512 1 4096 0B
|
|
└─pve-base--5100--disk--0 0 512 131072 512 512 1 4096 0B
|
|
sde 0 512 131072 512 512 1 mq-deadline 254 4096 0B
|
|
sdf 0 512 131072 512 512 1 mq-deadline 254 4096 0B
|
|
|
|
--- lsblk -O (everything, capped)
|
|
$ lsblk -O
|
|
ALIGNMENT ID-LINK ID DISC-ALN DAX DISC-GRAN DISK-SEQ DISC-MAX DISC-ZERO FSAVAIL FSROOTS FSSIZE FSTYPE FSUSED FSUSE% FSVER GROUP HCTL HOTPLUG KNAME LABEL LOG-SEC MAJ:MIN MAJ MIN MIN-IO MODE MODEL MQ NAME OPT-IO OWNER PARTFLAGS PARTLABEL PARTN PARTTYPE PARTTYPENAME PARTUUID PATH PHY-SEC PKNAME PTTYPE PTUUID RA RAND REV RM RO ROTA RQ-SIZE SCHED SERIAL SIZE START STATE SUBSYSTEMS MOUNTPOINT MOUNTPOINTS TRAN TYPE UUID VENDOR WSAME WWN ZONED ZONE-SZ ZONE-WGRAN ZONE-APP ZONE-NR ZONE-OMAX ZONE-AMAX
|
|
0 wwn-0x5000c500a1f41c72 0x5000c500a1f41c72 0 0 0B 9 0B 0 862.3G / 915.8G ext4 7G 1% 1.0 disk 0:0:0:0 0 sda 512 8:0 8 0 4096 brw-rw---- ST1000VN002-2EY102 1 sda 0 root /dev/sda 4096 8192 1 SC60 0 0 1 2 mq-deadline Z9C13271 931.5G running block:scsi:pci /mnt/pfv-tsys5/S3 /mnt/pfv-tsys5/S3 ata disk f0ce9391-a061-4c99-9257-3781dbfd0b63 ATA 0B 0x5000c500a1f41c72 none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5000039fe4e4e05d 0x5000039fe4e4e05d 0 0 0B 10 0B 0 434.1G / 457.4G ext4 2M 0% 1.0 disk 1:0:0:0 0 sdb 512 8:16 8 16 4096 brw-rw---- TOSHIBA DT01ACA050 1 sdb 0 root /dev/sdb 4096 8192 1 MS1OA7S0 0 0 1 2 mq-deadline Z58M3U4KS 465.8G running block:scsi:pci /mnt/pfv-tsys5/S4 /mnt/pfv-tsys5/S4 ata disk 67accd89-6ff5-4560-8f07-47fbdf76db6d ATA 0B 0x5000039fe4e4e05d none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5002538e70081ee4 0x5002538e70081ee4 0 0 0B 11 0B 0 disk 4:0:0:0 0 sdc 512 8:32 8 32 512 brw-rw---- Samsung SSD 860 PRO 256GB 1 sdc 131072 root /dev/sdc 512 gpt cf34f3d7-9bda-41db-b030-121fbe5c26fe 4096 0 RVM01B6Q 0 0 0 254 mq-deadline S45GNG0K805039L 238.5G running block:scsi:pci sas disk ATA 0B 0x5002538e70081ee4 none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5002538e70081ee4-part1 0x5002538e70081ee4-part1 0 0 0B 11 0B 0 100.7G / 233.7G ext4 121G 52% 1.0 disk 0 sdc1 512 8:33 8 33 512 brw-rw---- 1 └─sdc1 131072 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 17c50b78-8d2b-4e65-9e45-88e9b1e994f4 /dev/sdc1 512 sdc gpt cf34f3d7-9bda-41db-b030-121fbe5c26fe 4096 0 0 0 0 254 mq-deadline 238.5G 2048 block:scsi:pci /mnt/pfv-tsys5/ssd /mnt/pfv-tsys5/ssd part d726f088-6424-4e42-ac47-d21ef3fc0963 0B 0x5002538e70081ee4 none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5000cca24bc142d0 0x5000cca24bc142d0 0 0 0B 12 0B 0 disk 4:0:1:0 0 sdd 512 8:48 8 48 512 brw-rw---- HITACHI HUS724020ALA640 1 sdd 131072 root /dev/sdd 512 gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 MF6ONS00 0 0 1 254 mq-deadline P2G2SZUJ 1.8T running block:scsi:pci sas disk ATA 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5000cca24bc142d0-part1 0x5000cca24bc142d0-part1 0 0 0B 12 0B 0 disk 0 sdd1 512 8:49 8 49 512 brw-rw---- 1 ├─sdd1 131072 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot df406eb7-a6c7-4b08-8fe8-67746ad7e022 /dev/sdd1 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1007K 34 block:scsi:pci part 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5000cca24bc142d0-part2 0x5000cca24bc142d0-part2 0 0 0B 12 0B 0 vfat FAT32 disk 0 sdd2 512 8:50 8 50 512 brw-rw---- 1 ├─sdd2 131072 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 8f08a991-4a15-4cb4-883b-021f2dd29754 /dev/sdd2 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1G 2048 block:scsi:pci part 0268-2282 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5000cca24bc142d0-part3 0x5000cca24bc142d0-part3 0 0 0B 12 0B 0 LVM2_member LVM2 001 disk 0 sdd3 512 8:51 8 51 512 brw-rw---- 1 └─sdd3 131072 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM eb628765-b459-404f-acae-90a21227ef02 /dev/sdd3 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1.8T 2099200 block:scsi:pci part 3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-swap name-pve-swap 0 0 0B 15 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 131072 root /dev/mapper/pve-swap 512 sdd3 4096 0 0 0 1 8G running block [SWAP] [SWAP] lvm 23d797ce-6767-445f-8996-0e9dd3851a41 0B none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-root name-pve-root 0 0 0B 16 0B 0 72G / 93.9G ext4 17.1G 18% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 131072 root /dev/mapper/pve-root 512 sdd3 4096 0 0 0 1 96G running block / / lvm b6e3c50b-ecb5-4003-bcca-80b041b80d9d 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 17 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 131072 root /dev/mapper/pve-data_tmeta 512 sdd3 4096 0 0 0 1 15.9G running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 19 0B 0 disk 0 dm-4 512 252:4 252 4 512 brw-rw---- 1 │ └─pve-data-tpool 131072 root /dev/mapper/pve-data-tpool 512 dm-2 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 20 0B 0 disk 0 dm-5 512 252:5 252 5 512 brw-rw---- 1 │ ├─pve-data 131072 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-vm--5112--disk--0 name-pve-vm--5112--disk--0 0 0 64K 22 64M 0 disk 0 dm-7 512 252:7 252 7 512 brw-rw---- 1 │ ├─pve-vm--5112--disk--0 131072 root /dev/mapper/pve-vm--5112--disk--0 512 dm-4 dos b4015da9 4096 0 0 0 1 288G running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-base--5100--disk--0 name-pve-base--5100--disk--0 0 0 64K 38 64M 0 disk 0 dm-8 512 252:8 252 8 512 brw-rw---- 1 │ └─pve-base--5100--disk--0 131072 root /dev/mapper/pve-base--5100--disk--0 512 dm-4 4096 0 0 1 1 32G running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 18 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 131072 root /dev/mapper/pve-data_tdata 512 sdd3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 19 0B 0 disk 0 dm-4 512 252:4 252 4 512 brw-rw---- 1 └─pve-data-tpool 131072 root /dev/mapper/pve-data-tpool 512 dm-3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 20 0B 0 disk 0 dm-5 512 252:5 252 5 512 brw-rw---- 1 ├─pve-data 131072 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-vm--5112--disk--0 name-pve-vm--5112--disk--0 0 0 64K 22 64M 0 disk 0 dm-7 512 252:7 252 7 512 brw-rw---- 1 ├─pve-vm--5112--disk--0 131072 root /dev/mapper/pve-vm--5112--disk--0 512 dm-4 dos b4015da9 4096 0 0 0 1 288G running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-base--5100--disk--0 name-pve-base--5100--disk--0 0 0 64K 38 64M 0 disk 0 dm-8 512 252:8 252 8 512 brw-rw---- 1 └─pve-base--5100--disk--0 131072 root /dev/mapper/pve-base--5100--disk--0 512 dm-4 4096 0 0 1 1 32G running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5000c500a1f40e9b 0x5000c500a1f40e9b 0 0 0B 13 0B 0 809.8G / 915.8G ext4 59.5G 6% 1.0 disk 4:0:2:0 0 sde 512 8:64 8 64 512 brw-rw---- ST1000VN002-2EY102 1 sde 131072 root /dev/sde 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132K8 931.5G running block:scsi:pci /mnt/pfv-tsys5/S1 /mnt/pfv-tsys5/S1 sas disk 86a503f7-ccff-46eb-beef-f228c8f6a337 ATA 0B 0x5000c500a1f40e9b none 0B 0B 0B 0 0 0
|
|
0 wwn-0x5000c500a1f41e07 0x5000c500a1f41e07 0 0 0B 14 0B 0 862.4G / 915.8G ext4 6.8G 1% 1.0 disk 4:0:3:0 0 sdf 512 8:80 8 80 512 brw-rw---- ST1000VN002-2EY102 1 sdf 131072 root /dev/sdf 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132TV 931.5G running block:scsi:pci /mnt/pfv-tsys5/S2 /mnt/pfv-tsys5/S2 sas disk fa33da34-350d-42db-911e-43615dfa8e76 ATA 0B 0x5000c500a1f41e07 none 0B 0B 0B 0 0 0
|
|
|
|
--- blkid
|
|
$ blkid
|
|
/dev/mapper/pve-root: UUID="b6e3c50b-ecb5-4003-bcca-80b041b80d9d" BLOCK_SIZE="4096" TYPE="ext4"
|
|
/dev/sdd2: UUID="0268-2282" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8f08a991-4a15-4cb4-883b-021f2dd29754"
|
|
/dev/sdd3: UUID="3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor" TYPE="LVM2_member" PARTUUID="eb628765-b459-404f-acae-90a21227ef02"
|
|
/dev/mapper/pve-swap: UUID="23d797ce-6767-445f-8996-0e9dd3851a41" TYPE="swap"
|
|
/dev/sdc1: UUID="d726f088-6424-4e42-ac47-d21ef3fc0963" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="17c50b78-8d2b-4e65-9e45-88e9b1e994f4"
|
|
/dev/sde: UUID="86a503f7-ccff-46eb-beef-f228c8f6a337" BLOCK_SIZE="4096" TYPE="ext4"
|
|
/dev/sdf: UUID="fa33da34-350d-42db-911e-43615dfa8e76" BLOCK_SIZE="4096" TYPE="ext4"
|
|
/dev/sda: UUID="f0ce9391-a061-4c99-9257-3781dbfd0b63" BLOCK_SIZE="4096" TYPE="ext4"
|
|
/dev/sdb: UUID="67accd89-6ff5-4560-8f07-47fbdf76db6d" BLOCK_SIZE="4096" TYPE="ext4"
|
|
/dev/sdd1: PARTUUID="df406eb7-a6c7-4b08-8fe8-67746ad7e022"
|
|
/dev/mapper/pve-vm--5112--disk--0: PTUUID="b4015da9" PTTYPE="dos"
|
|
|
|
--- /proc/partitions
|
|
$ cat /proc/partitions
|
|
major minor #blocks name
|
|
|
|
8 0 976762584 sda
|
|
8 16 488386584 sdb
|
|
8 32 250059096 sdc
|
|
8 33 250057728 sdc1
|
|
8 64 976762584 sde
|
|
8 80 976762584 sdf
|
|
8 48 1953514584 sdd
|
|
8 49 1007 sdd1
|
|
8 50 1048576 sdd2
|
|
8 51 1952464967 sdd3
|
|
252 0 8388608 dm-0
|
|
252 1 100663296 dm-1
|
|
252 2 16650240 dm-2
|
|
252 3 1793077248 dm-3
|
|
252 4 1793077248 dm-4
|
|
252 5 1793077248 dm-5
|
|
252 7 301989888 dm-7
|
|
252 8 33554432 dm-8
|
|
|
|
--- fdisk -l
|
|
$ fdisk -l
|
|
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
|
|
Disk model: ST1000VN002-2EY1
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 4096 bytes
|
|
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
|
|
|
|
|
|
Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors
|
|
Disk model: TOSHIBA DT01ACA0
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 4096 bytes
|
|
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
|
|
|
|
|
|
Disk /dev/sdc: 238.47 GiB, 256060514304 bytes, 500118192 sectors
|
|
Disk model: Samsung SSD 860
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
Disklabel type: gpt
|
|
Disk identifier: CF34F3D7-9BDA-41DB-B030-121FBE5C26FE
|
|
|
|
Device Start End Sectors Size Type
|
|
/dev/sdc1 2048 500117503 500115456 238.5G Linux filesystem
|
|
|
|
|
|
Disk /dev/sde: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
|
|
Disk model: ST1000VN002-2EY1
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
|
|
|
|
Disk /dev/sdf: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
|
|
Disk model: ST1000VN002-2EY1
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
|
|
|
|
Disk /dev/sdd: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
|
|
Disk model: HITACHI HUS72402
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
Disklabel type: gpt
|
|
Disk identifier: DE5FA9EE-AABE-43E7-9A03-99EB07728826
|
|
|
|
Device Start End Sectors Size Type
|
|
/dev/sdd1 34 2047 2014 1007K BIOS boot
|
|
/dev/sdd2 2048 2099199 2097152 1G EFI System
|
|
/dev/sdd3 2099200 3907029134 3904929935 1.8T Linux LVM
|
|
|
|
|
|
Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
|
|
|
|
Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
|
|
|
|
Disk /dev/mapper/pve-vm--5112--disk--0: 288 GiB, 309237645312 bytes, 603979776 sectors
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
Disklabel type: dos
|
|
Disk identifier: 0xb4015da9
|
|
|
|
Device Boot Start End Sectors Size Id Type
|
|
/dev/mapper/pve-vm--5112--disk--0-part1 * 2048 591693823 591691776 282.1G 83 Linux
|
|
/dev/mapper/pve-vm--5112--disk--0-part2 591695870 603977727 12281858 5.9G f W95 Ext'd (LBA)
|
|
/dev/mapper/pve-vm--5112--disk--0-part5 591695872 603977727 12281856 5.9G 82 Linux swap / Solaris
|
|
|
|
|
|
Disk /dev/mapper/pve-base--5100--disk--0: 32 GiB, 34359738368 bytes, 67108864 sectors
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 131072 bytes
|
|
|
|
--- parted -l
|
|
$ parted -l
|
|
/root/check.sh: line 45: parted: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- block device queue settings (per device)
|
|
$ for d in $(ls /sys/block/ 2>/dev/null | grep -vE '^(loop|ram|md|dm-|sr|fd)'); do
|
|
q="/sys/block/$d/queue"
|
|
[ -d "$q" ] || continue
|
|
printf '----- %s -----\n' "$d"
|
|
for k in scheduler rotational nr_requests read_ahead_kb max_sectors_kb max_hw_sectors_kb \
|
|
logical_block_size physical_block_size discard_granularity discard_max_hw_bytes \
|
|
rq_affinity nomerges wbt_lat_usec write_cache stable_writes io_poll io_poll_delay \
|
|
fua rot_stable_writes add_random zoned dma_alignment iostats;
|
|
do
|
|
f="$q/$k"
|
|
[ -r "$f" ] && printf ' %-22s = %s\n' "$k" "$(cat "$f" 2>/dev/null)"
|
|
done
|
|
# NVMe-specific
|
|
for f in /sys/block/$d/device/model /sys/block/$d/device/serial /sys/block/$d/device/transport /sys/block/$d/device/queue_count; do
|
|
[ -r "$f" ] && printf ' %s = %s\n' "$(echo "$f" | sed "s|/sys/block/$d/device/||")" "$(cat "$f")"
|
|
done
|
|
done
|
|
/root/check.sh: line 62: printf: --: invalid option
|
|
printf: usage: printf [-v var] format [arguments]
|
|
scheduler = none [mq-deadline]
|
|
rotational = 1
|
|
nr_requests = 2
|
|
read_ahead_kb = 8192
|
|
max_sectors_kb = 4096
|
|
max_hw_sectors_kb = 32767
|
|
logical_block_size = 512
|
|
physical_block_size = 4096
|
|
discard_granularity = 0
|
|
discard_max_hw_bytes = 0
|
|
rq_affinity = 1
|
|
nomerges = 0
|
|
wbt_lat_usec = 75000
|
|
write_cache = write back
|
|
stable_writes = 0
|
|
io_poll = 0
|
|
io_poll_delay = -1
|
|
fua = 0
|
|
add_random = 1
|
|
zoned = none
|
|
dma_alignment = 511
|
|
iostats = 1
|
|
model = ST1000VN002-2EY1
|
|
/root/check.sh: line 62: printf: --: invalid option
|
|
printf: usage: printf [-v var] format [arguments]
|
|
scheduler = none [mq-deadline]
|
|
rotational = 1
|
|
nr_requests = 2
|
|
read_ahead_kb = 8192
|
|
max_sectors_kb = 4096
|
|
max_hw_sectors_kb = 32767
|
|
logical_block_size = 512
|
|
physical_block_size = 4096
|
|
discard_granularity = 0
|
|
discard_max_hw_bytes = 0
|
|
rq_affinity = 1
|
|
nomerges = 0
|
|
wbt_lat_usec = 75000
|
|
write_cache = write back
|
|
stable_writes = 0
|
|
io_poll = 0
|
|
io_poll_delay = -1
|
|
fua = 0
|
|
add_random = 1
|
|
zoned = none
|
|
dma_alignment = 511
|
|
iostats = 1
|
|
model = TOSHIBA DT01ACA0
|
|
/root/check.sh: line 62: printf: --: invalid option
|
|
printf: usage: printf [-v var] format [arguments]
|
|
scheduler = none [mq-deadline]
|
|
rotational = 0
|
|
nr_requests = 254
|
|
read_ahead_kb = 4096
|
|
max_sectors_kb = 4096
|
|
max_hw_sectors_kb = 4096
|
|
logical_block_size = 512
|
|
physical_block_size = 512
|
|
discard_granularity = 0
|
|
discard_max_hw_bytes = 0
|
|
rq_affinity = 1
|
|
nomerges = 0
|
|
wbt_lat_usec = 2000
|
|
write_cache = write back
|
|
stable_writes = 0
|
|
io_poll = 0
|
|
io_poll_delay = -1
|
|
fua = 0
|
|
add_random = 0
|
|
zoned = none
|
|
dma_alignment = 511
|
|
iostats = 1
|
|
model = Samsung SSD 860
|
|
/root/check.sh: line 62: printf: --: invalid option
|
|
printf: usage: printf [-v var] format [arguments]
|
|
scheduler = none [mq-deadline]
|
|
rotational = 1
|
|
nr_requests = 254
|
|
read_ahead_kb = 4096
|
|
max_sectors_kb = 4096
|
|
max_hw_sectors_kb = 4096
|
|
logical_block_size = 512
|
|
physical_block_size = 512
|
|
discard_granularity = 0
|
|
discard_max_hw_bytes = 0
|
|
rq_affinity = 1
|
|
nomerges = 0
|
|
wbt_lat_usec = 75000
|
|
write_cache = write back
|
|
stable_writes = 0
|
|
io_poll = 0
|
|
io_poll_delay = -1
|
|
fua = 0
|
|
add_random = 1
|
|
zoned = none
|
|
dma_alignment = 511
|
|
iostats = 1
|
|
model = HITACHI HUS72402
|
|
/root/check.sh: line 62: printf: --: invalid option
|
|
printf: usage: printf [-v var] format [arguments]
|
|
scheduler = none [mq-deadline]
|
|
rotational = 1
|
|
nr_requests = 254
|
|
read_ahead_kb = 4096
|
|
max_sectors_kb = 4096
|
|
max_hw_sectors_kb = 4096
|
|
logical_block_size = 512
|
|
physical_block_size = 512
|
|
discard_granularity = 0
|
|
discard_max_hw_bytes = 0
|
|
rq_affinity = 1
|
|
nomerges = 0
|
|
wbt_lat_usec = 75000
|
|
write_cache = write back
|
|
stable_writes = 0
|
|
io_poll = 0
|
|
io_poll_delay = -1
|
|
fua = 0
|
|
add_random = 1
|
|
zoned = none
|
|
dma_alignment = 511
|
|
iostats = 1
|
|
model = ST1000VN002-2EY1
|
|
/root/check.sh: line 62: printf: --: invalid option
|
|
printf: usage: printf [-v var] format [arguments]
|
|
scheduler = none [mq-deadline]
|
|
rotational = 1
|
|
nr_requests = 254
|
|
read_ahead_kb = 4096
|
|
max_sectors_kb = 4096
|
|
max_hw_sectors_kb = 4096
|
|
logical_block_size = 512
|
|
physical_block_size = 512
|
|
discard_granularity = 0
|
|
discard_max_hw_bytes = 0
|
|
rq_affinity = 1
|
|
nomerges = 0
|
|
wbt_lat_usec = 75000
|
|
write_cache = write back
|
|
stable_writes = 0
|
|
io_poll = 0
|
|
io_poll_delay = -1
|
|
fua = 0
|
|
add_random = 1
|
|
zoned = none
|
|
dma_alignment = 511
|
|
iostats = 1
|
|
model = ST1000VN002-2EY1
|
|
[exit=1]
|
|
|
|
--- df -h (filesystem usage)
|
|
$ df -h
|
|
Filesystem Size Used Avail Use% Mounted on
|
|
udev 48G 0 48G 0% /dev
|
|
tmpfs 9.5G 11M 9.5G 1% /run
|
|
/dev/mapper/pve-root 94G 18G 73G 20% /
|
|
tmpfs 48G 40M 48G 1% /dev/shm
|
|
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
|
|
tmpfs 5.0M 0 5.0M 0% /run/lock
|
|
tmpfs 48G 32K 48G 1% /tmp
|
|
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3
|
|
/dev/sde 916G 60G 810G 7% /mnt/pfv-tsys5/S1
|
|
/dev/sdf 916G 6.9G 863G 1% /mnt/pfv-tsys5/S2
|
|
/dev/sdc1 234G 122G 101G 55% /mnt/pfv-tsys5/ssd
|
|
/dev/sda 916G 7.0G 863G 1% /mnt/pfv-tsys5/S3
|
|
/dev/sdb 458G 2.1M 435G 1% /mnt/pfv-tsys5/S4
|
|
tmpfs 9.5G 4.0K 9.5G 1% /run/user/0
|
|
/dev/fuse 128M 32K 128M 1% /etc/pve
|
|
|
|
--- df -i (inode usage)
|
|
$ df -i
|
|
Filesystem Inodes IUsed IFree IUse% Mounted on
|
|
udev 12347242 724 12346518 1% /dev
|
|
tmpfs 12359239 1386 12357853 1% /run
|
|
/dev/mapper/pve-root 6291456 82067 6209389 2% /
|
|
tmpfs 12359239 93 12359146 1% /dev/shm
|
|
tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service
|
|
tmpfs 12359239 39 12359200 1% /run/lock
|
|
tmpfs 1048576 15 1048561 1% /tmp
|
|
tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3
|
|
/dev/sde 61054976 48 61054928 1% /mnt/pfv-tsys5/S1
|
|
/dev/sdf 61054976 19 61054957 1% /mnt/pfv-tsys5/S2
|
|
/dev/sdc1 15630336 15 15630321 1% /mnt/pfv-tsys5/ssd
|
|
/dev/sda 61054976 19 61054957 1% /mnt/pfv-tsys5/S3
|
|
/dev/sdb 30531584 13 30531571 1% /mnt/pfv-tsys5/S4
|
|
tmpfs 2471847 27 2471820 1% /run/user/0
|
|
/dev/fuse 262144 60 262084 1% /etc/pve
|
|
|
|
###############################################################################
|
|
# 15. STORAGE: MOUNTS & FILESYSTEMS
|
|
###############################################################################
|
|
|
|
--- mount (filtered)
|
|
$ mount
|
|
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
|
|
proc on /proc type proc (rw,relatime)
|
|
udev on /dev type devtmpfs (rw,nosuid,relatime,size=49388968k,nr_inodes=12347242,mode=755,inode64)
|
|
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000)
|
|
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=9887392k,mode=755,inode64)
|
|
/dev/mapper/pve-root on / type ext4 (rw,noatime,errors=remount-ro,stripe=32)
|
|
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
|
|
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
|
|
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime)
|
|
none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
|
|
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
|
|
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1739)
|
|
tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
|
|
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
|
|
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
|
|
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
|
|
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
|
|
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
|
|
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
|
|
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
|
|
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64)
|
|
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
|
|
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
|
|
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
|
|
tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4)
|
|
/dev/sde on /mnt/pfv-tsys5/S1 type ext4 (rw,relatime,stripe=32)
|
|
/dev/sdf on /mnt/pfv-tsys5/S2 type ext4 (rw,relatime,stripe=32)
|
|
/dev/sdc1 on /mnt/pfv-tsys5/ssd type ext4 (rw,noatime,errors=remount-ro,stripe=32)
|
|
/dev/sda on /mnt/pfv-tsys5/S3 type ext4 (rw,noatime,errors=remount-ro)
|
|
/dev/sdb on /mnt/pfv-tsys5/S4 type ext4 (rw,noatime,errors=remount-ro)
|
|
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
|
|
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=9887388k,nr_inodes=2471847,mode=700,inode64)
|
|
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
|
|
|
|
--- findmnt (tree)
|
|
$ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs
|
|
TARGET SOURCE FSTYPE OPTIONS
|
|
/ /dev/mapper/pve-root ext4 rw,noatime,errors=remount-ro,stripe=32
|
|
├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4
|
|
├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4
|
|
├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4
|
|
├─/mnt/pfv-tsys5/S1 /dev/sde ext4 rw,relatime,stripe=32
|
|
├─/mnt/pfv-tsys5/S2 /dev/sdf ext4 rw,relatime,stripe=32
|
|
├─/mnt/pfv-tsys5/ssd /dev/sdc1 ext4 rw,noatime,errors=remount-ro,stripe=32
|
|
├─/mnt/pfv-tsys5/S3 /dev/sda ext4 rw,noatime,errors=remount-ro
|
|
└─/mnt/pfv-tsys5/S4 /dev/sdb ext4 rw,noatime,errors=remount-ro
|
|
|
|
--- /etc/fstab
|
|
--- /etc/fstab ---
|
|
# <file system> <mount point> <type> <options> <dump> <pass>
|
|
/dev/pve/root / ext4 noatime,errors=remount-ro 0 1
|
|
/dev/pve/swap none swap sw 0 0
|
|
proc /proc proc defaults 0 0
|
|
|
|
# SSD
|
|
|
|
#/dev/sdc1: UUID="d726f088-6424-4e42-ac47-d21ef3fc0963" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="17c50b78-8d2b-4e65-9e45-8
|
|
UUID="d726f088-6424-4e42-ac47-d21ef3fc0963" /mnt/pfv-tsys5/ssd ext4 noatime,errors=remount-ro 0 1
|
|
|
|
|
|
|
|
#S1
|
|
#/dev/sde: UUID="86a503f7-ccff-46eb-beef-f228c8f6a337" BLOCK_SIZE="4096" TYPE="ext4"
|
|
UUID="86a503f7-ccff-46eb-beef-f228c8f6a337" /mnt/pfv-tsys5/S1 ext4 noatime,errors=remount-ro 0 1
|
|
|
|
#S2
|
|
#/dev/sdf: UUID="fa33da34-350d-42db-911e-43615dfa8e76" BLOCK_SIZE="4096" TYPE="ext4"
|
|
UUID="fa33da34-350d-42db-911e-43615dfa8e76" /mnt/pfv-tsys5/S2 ext4 noatime,errors=remount-ro 0 1
|
|
|
|
#S3
|
|
# /dev/sda: UUID="f0ce9391-a061-4c99-9257-3781dbfd0b63" BLOCK_SIZE="4096" TYPE="ext4"
|
|
UUID="f0ce9391-a061-4c99-9257-3781dbfd0b63" /mnt/pfv-tsys5/S3 ext4 noatime,errors=remount-ro 0 1
|
|
|
|
#S4
|
|
#/dev/sdb: UUID="67accd89-6ff5-4560-8f07-47fbdf76db6d" BLOCK_SIZE="4096" TYPE="ext4"
|
|
UUID="67accd89-6ff5-4560-8f07-47fbdf76db6d" /mnt/pfv-tsys5/S4 ext4 noatime,errors=remount-ro 0 1
|
|
|
|
|
|
|
|
--- ext4 reserved block % (per fs)
|
|
$ for dev in $(awk '$3=="ext4"{print $1}' /proc/mounts 2>/dev/null); do
|
|
echo "=== $dev ==="
|
|
dumpe2fs -h "$dev" 2>/dev/null | grep -E 'Reserved|Block count|Free blocks|Block size|Mount count|Maximum mount|Last'
|
|
done
|
|
=== /dev/mapper/pve-root ===
|
|
Last mounted on: /
|
|
Block count: 25165824
|
|
Reserved block count: 1258291
|
|
Free blocks: 20139816
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Fri Jul 24 19:15:58 2026
|
|
Last write time: Mon Jul 27 21:19:00 2026
|
|
Mount count: 11
|
|
Maximum mount count: -1
|
|
Last checked: Thu Feb 26 09:00:54 2026
|
|
Reserved blocks uid: 0 (user root)
|
|
Reserved blocks gid: 0 (group root)
|
|
=== /dev/sde ===
|
|
Last mounted on: /mnt/pfv-tsys5/S1
|
|
Block count: 244190646
|
|
Reserved block count: 12209532
|
|
Free blocks: 224486612
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Fri Jul 24 22:31:31 2026
|
|
Last write time: Mon Jul 27 21:33:57 2026
|
|
Mount count: 1
|
|
Maximum mount count: -1
|
|
Last checked: Fri Jul 24 22:30:26 2026
|
|
Reserved blocks uid: 0 (user root)
|
|
Reserved blocks gid: 0 (group root)
|
|
=== /dev/sdf ===
|
|
Last mounted on: /mnt/pfv-tsys5/S2
|
|
Block count: 244190646
|
|
Reserved block count: 12209532
|
|
Free blocks: 238281923
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Fri Jul 24 22:31:36 2026
|
|
Last write time: Mon Jul 27 21:17:51 2026
|
|
Mount count: 1
|
|
Maximum mount count: -1
|
|
Last checked: Fri Jul 24 22:30:39 2026
|
|
Reserved blocks uid: 0 (user root)
|
|
Reserved blocks gid: 0 (group root)
|
|
=== /dev/sdc1 ===
|
|
Last mounted on: /mnt/pfv-tsys5/ssd
|
|
Block count: 62514432
|
|
Reserved block count: 3125721
|
|
Free blocks: 29526326
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Fri Jul 24 22:35:40 2026
|
|
Last write time: Mon Jul 27 21:45:08 2026
|
|
Mount count: 3
|
|
Maximum mount count: -1
|
|
Last checked: Mon Apr 6 08:20:57 2026
|
|
Reserved blocks uid: 0 (user root)
|
|
Reserved blocks gid: 0 (group root)
|
|
=== /dev/sda ===
|
|
Last mounted on: /mnt/pfv-tsys5/S3
|
|
Block count: 244190646
|
|
Reserved block count: 12209532
|
|
Free blocks: 238249209
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Fri Jul 24 22:41:55 2026
|
|
Last write time: Mon Jul 27 21:16:20 2026
|
|
Mount count: 1
|
|
Maximum mount count: -1
|
|
Last checked: Fri Jul 24 22:40:21 2026
|
|
Reserved blocks uid: 0 (user root)
|
|
Reserved blocks gid: 0 (group root)
|
|
=== /dev/sdb ===
|
|
Last mounted on: <not available>
|
|
Block count: 122096646
|
|
Reserved block count: 6104832
|
|
Free blocks: 119898792
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Fri Jul 24 22:45:32 2026
|
|
Last write time: Sat Jul 25 11:31:48 2026
|
|
Mount count: 1
|
|
Maximum mount count: -1
|
|
Last checked: Fri Jul 24 22:43:10 2026
|
|
Reserved blocks uid: 0 (user root)
|
|
Reserved blocks gid: 0 (group root)
|
|
|
|
--- xfs info (per fs)
|
|
$ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do
|
|
echo "=== $mp ==="
|
|
xfs_info "$mp" 2>/dev/null
|
|
done
|
|
|
|
###############################################################################
|
|
# 16. STORAGE: NFS (CLIENT + SERVER)
|
|
###############################################################################
|
|
|
|
--- nfsstat -m (mount options)
|
|
$ nfsstat -m
|
|
/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5
|
|
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4
|
|
|
|
/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2
|
|
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4
|
|
|
|
/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3
|
|
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4
|
|
|
|
|
|
--- nfsstat -c (client stats)
|
|
$ nfsstat -c
|
|
Client rpc stats:
|
|
calls retrans authrefrsh
|
|
782933 41 785173
|
|
|
|
Client nfs v4:
|
|
null read write commit open
|
|
1 0% 42828 5% 620456 79% 3 0% 0 0%
|
|
open_conf open_noat open_dgrd close setattr
|
|
0 0% 128 0% 0 0% 85 0% 0 0%
|
|
fsinfo renew setclntid confirm lock
|
|
12 0% 0 0% 0 0% 0 0% 0 0%
|
|
lockt locku access getattr lookup
|
|
0 0% 0 0% 144 0% 24926 3% 34 0%
|
|
lookup_root remove rename link symlink
|
|
3 0% 2 0% 0 0% 0 0% 0 0%
|
|
create pathconf statfs readlink readdir
|
|
0 0% 12 0% 77367 9% 0 0% 100 0%
|
|
server_caps delegreturn getacl setacl fs_locations
|
|
24 0% 37 0% 0 0% 0 0% 0 0%
|
|
rel_lkowner secinfo fsid_present exchange_id create_session
|
|
0 0% 0 0% 0 0% 4 0% 6 0%
|
|
destroy_session sequence get_lease_time reclaim_comp layoutget
|
|
3 0% 418 0% 3 0% 3 0% 0 0%
|
|
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
|
|
0 0% 0 0% 0 0% 3 0% 0 0%
|
|
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
|
|
0 0% 0 0% 0 0% 0 0% 16235 2%
|
|
allocate deallocate layoutstats clone
|
|
0 0% 0 0% 96 0% 0 0%
|
|
|
|
|
|
--- nfsstat -s (server stats)
|
|
$ nfsstat -s
|
|
Server rpc stats:
|
|
calls badcalls badfmt badauth badclnt
|
|
813900 0 0 0 0
|
|
|
|
Server nfs v4:
|
|
null compound
|
|
18 0% 814053 99%
|
|
|
|
Server nfs v4 operations:
|
|
op0-unused op1-unused op2-future access close
|
|
0 0% 0 0% 0 0% 585 0% 32 0%
|
|
commit create delegpurge delegreturn getattr
|
|
23003 0% 11 0% 0 0% 8 0% 474362 19%
|
|
getfh link lock lockt locku
|
|
710 0% 0 0% 0 0% 0 0% 0 0%
|
|
lookup lookup_root nverify open openattr
|
|
637 0% 0 0% 0 0% 45 0% 0 0%
|
|
open_conf open_dgrd putfh putpubfh putrootfh
|
|
0 0% 0 0% 813662 33% 0 0% 146 0%
|
|
read readdir readlink remove rename
|
|
42886 1% 75 0% 0 0% 4 0% 0 0%
|
|
renew restorefh savefh secinfo setattr
|
|
0 0% 0 0% 0 0% 0 0% 8 0%
|
|
setcltid setcltidconf verify write rellockowner
|
|
0 0% 0 0% 0 0% 225645 9% 0 0%
|
|
bc_ctl bind_conn exchange_id create_ses destroy_ses
|
|
0 0% 32 0% 36 0% 18 0% 12 0%
|
|
free_stateid getdirdeleg getdevinfo getdevlist layoutcommit
|
|
0 0% 72 0% 0 0% 0 0% 0 0%
|
|
layoutget layoutreturn secinfononam sequence set_ssv
|
|
0 0% 0 0% 73 0% 813943 33% 0 0%
|
|
test_stateid want_deleg destroy_clid reclaim_comp allocate
|
|
0 0% 0 0% 12 0% 18 0% 4784 0%
|
|
copy copy_notify deallocate ioadvise layouterror
|
|
0 0% 0 0% 6581 0% 0 0% 0 0%
|
|
layoutstats offloadcancel offloadstatus readplus seek
|
|
0 0% 0 0% 0 0% 0 0% 47739 1%
|
|
write_same
|
|
0 0%
|
|
|
|
|
|
--- nfsstat -234 (version stats)
|
|
$ nfsstat -234
|
|
Server rpc stats:
|
|
calls badcalls badfmt badauth badclnt
|
|
813900 0 0 0 0
|
|
|
|
Server nfs v2:
|
|
null getattr setattr root lookup
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
readlink read wrcache write create
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
remove rename link symlink mkdir
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
rmdir readdir fsstat
|
|
0 0% 0 0% 0 0%
|
|
|
|
Server nfs v3:
|
|
null getattr setattr lookup access
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
readlink read write create mkdir
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
symlink mknod remove rmdir rename
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
link readdir readdirplus fsstat fsinfo
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
pathconf commit
|
|
0 0% 0 0%
|
|
|
|
Server nfs v4:
|
|
null compound
|
|
18 0% 814053 99%
|
|
|
|
Server nfs v4 operations:
|
|
op0-unused op1-unused op2-future access close
|
|
0 0% 0 0% 0 0% 585 0% 32 0%
|
|
commit create delegpurge delegreturn getattr
|
|
23003 0% 11 0% 0 0% 8 0% 474362 19%
|
|
getfh link lock lockt locku
|
|
710 0% 0 0% 0 0% 0 0% 0 0%
|
|
lookup lookup_root nverify open openattr
|
|
637 0% 0 0% 0 0% 45 0% 0 0%
|
|
open_conf open_dgrd putfh putpubfh putrootfh
|
|
0 0% 0 0% 813662 33% 0 0% 146 0%
|
|
read readdir readlink remove rename
|
|
42886 1% 75 0% 0 0% 4 0% 0 0%
|
|
renew restorefh savefh secinfo setattr
|
|
0 0% 0 0% 0 0% 0 0% 8 0%
|
|
setcltid setcltidconf verify write rellockowner
|
|
0 0% 0 0% 0 0% 225645 9% 0 0%
|
|
bc_ctl bind_conn exchange_id create_ses destroy_ses
|
|
0 0% 32 0% 36 0% 18 0% 12 0%
|
|
free_stateid getdirdeleg getdevinfo getdevlist layoutcommit
|
|
0 0% 72 0% 0 0% 0 0% 0 0%
|
|
layoutget layoutreturn secinfononam sequence set_ssv
|
|
0 0% 0 0% 73 0% 813943 33% 0 0%
|
|
test_stateid want_deleg destroy_clid reclaim_comp allocate
|
|
0 0% 0 0% 12 0% 18 0% 4784 0%
|
|
copy copy_notify deallocate ioadvise layouterror
|
|
0 0% 0 0% 6581 0% 0 0% 0 0%
|
|
layoutstats offloadcancel offloadstatus readplus seek
|
|
0 0% 0 0% 0 0% 0 0% 47739 1%
|
|
write_same
|
|
0 0%
|
|
|
|
Client rpc stats:
|
|
calls retrans authrefrsh
|
|
782933 41 785173
|
|
|
|
Client nfs v2:
|
|
null getattr setattr root lookup
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
readlink read wrcache write create
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
remove rename link symlink mkdir
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
rmdir readdir fsstat
|
|
0 0% 0 0% 0 0%
|
|
|
|
Client nfs v3:
|
|
null getattr setattr lookup access
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
readlink read write create mkdir
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
symlink mknod remove rmdir rename
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
link readdir readdirplus fsstat fsinfo
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
pathconf commit
|
|
0 0% 0 0%
|
|
|
|
Client nfs v4:
|
|
null read write commit open
|
|
1 0% 42828 5% 620456 79% 3 0% 0 0%
|
|
open_conf open_noat open_dgrd close setattr
|
|
0 0% 128 0% 0 0% 85 0% 0 0%
|
|
fsinfo renew setclntid confirm lock
|
|
12 0% 0 0% 0 0% 0 0% 0 0%
|
|
lockt locku access getattr lookup
|
|
0 0% 0 0% 144 0% 24926 3% 34 0%
|
|
lookup_root remove rename link symlink
|
|
3 0% 2 0% 0 0% 0 0% 0 0%
|
|
create pathconf statfs readlink readdir
|
|
0 0% 12 0% 77367 9% 0 0% 100 0%
|
|
server_caps delegreturn getacl setacl fs_locations
|
|
24 0% 37 0% 0 0% 0 0% 0 0%
|
|
rel_lkowner secinfo fsid_present exchange_id create_session
|
|
0 0% 0 0% 0 0% 4 0% 6 0%
|
|
destroy_session sequence get_lease_time reclaim_comp layoutget
|
|
3 0% 418 0% 3 0% 3 0% 0 0%
|
|
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
|
|
0 0% 0 0% 0 0% 3 0% 0 0%
|
|
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
|
|
0 0% 0 0% 0 0% 0 0% 16235 2%
|
|
allocate deallocate layoutstats clone
|
|
0 0% 0 0% 96 0% 0 0%
|
|
|
|
|
|
--- showmount -e (exports)
|
|
$ showmount -e
|
|
clnt_create: RPC: Timed out
|
|
[exit=1 / not installed or not permitted]
|
|
|
|
--- /proc/net/rpc/nfs
|
|
$ cat /proc/net/rpc/nfs
|
|
net 0 0 0 0
|
|
rpc 783921 41 786168
|
|
proc4 71 1 42828 621367 3 0 0 128 0 85 0 12 0 0 0 0 0 0 144 24944 34 3 2 0 0 0 0 12 77424 0 100 24 37 0 0 0 0 0 0 4 6 3 418 3 3 0 0 0 0 3 0 0 0 0 0 16235 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
--- /proc/net/rpc/nfsd
|
|
$ cat /proc/net/rpc/nfsd
|
|
rc 0 0 815366
|
|
fh 0 0 0 0 0
|
|
io 36890800384 23822819328
|
|
th 16 0 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
ra 0 0 0 0 0 0 0 0 0 0 0 0
|
|
net 815245 0 815231 103
|
|
rpc 815194 0 0 0 0
|
|
proc3 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
proc4 2 18 815348
|
|
proc4ops 76 0 0 0 662 50 23029 11 0 13 475262 710 0 0 0 0 637 0 0 77 0 0 0 814957 0 146 42948 106 0 4 0 0 0 0 0 13 0 0 0 226133 0 0 32 36 18 12 0 98 0 0 0 0 0 73 815238 0 0 0 12 18 4784 0 0 6581 0 0 0 0 0 0 47739 0 0 0 0 0 0
|
|
wdeleg_getattr 6
|
|
|
|
--- exports
|
|
--- /etc/exports ---
|
|
# /etc/exports: the access control list for filesystems which may be exported
|
|
# to NFS clients. See exports(5).
|
|
#
|
|
# Example for NFSv2 and NFSv3:
|
|
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
|
|
#
|
|
# Example for NFSv4:
|
|
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
|
|
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
|
|
#
|
|
|
|
/mnt/pfv-tsys5/ssd *(rw,no_root_squash)
|
|
|
|
#preprpod, not shared for now
|
|
#/mnt/pfv-tsys5/S1 *(rw,no_root_squash)
|
|
|
|
/mnt/pfv-tsys5/S2 *(rw,no_root_squash)
|
|
/mnt/pfv-tsys5/S3 *(rw,no_root_squash)
|
|
/mnt/pfv-tsys5/S4 *(rw,no_root_squash)
|
|
|
|
[missing: /etc/exports.d/*.exports]
|
|
|
|
--- nfs.conf
|
|
--- /etc/nfs.conf ---
|
|
#
|
|
# This is a general configuration for the
|
|
# NFS daemons and tools
|
|
#
|
|
[general]
|
|
pipefs-directory=/run/rpc_pipefs
|
|
#
|
|
[nfsrahead]
|
|
# nfs=15000
|
|
# nfs4=16000
|
|
#
|
|
[exports]
|
|
# rootdir=/export
|
|
#
|
|
[exportfs]
|
|
# debug=0
|
|
#
|
|
[gssd]
|
|
# verbosity=0
|
|
# rpc-verbosity=0
|
|
# use-memcache=0
|
|
# use-machine-creds=1
|
|
# use-gss-proxy=0
|
|
# avoid-dns=1
|
|
# limit-to-legacy-enctypes=0
|
|
# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96
|
|
# context-timeout=0
|
|
# rpc-timeout=5
|
|
# keytab-file=/etc/krb5.keytab
|
|
# cred-cache-directory=
|
|
# preferred-realm=
|
|
# set-home=1
|
|
# upcall-timeout=30
|
|
# cancel-timed-out-upcalls=0
|
|
#
|
|
[lockd]
|
|
# port=0
|
|
# udp-port=0
|
|
#
|
|
[exportd]
|
|
# debug="all|auth|call|general|parse"
|
|
# manage-gids=n
|
|
# state-directory-path=/var/lib/nfs
|
|
# threads=1
|
|
# cache-use-ipaddr=n
|
|
# ttl=1800
|
|
[mountd]
|
|
# debug="all|auth|call|general|parse"
|
|
manage-gids=y
|
|
# descriptors=0
|
|
# port=0
|
|
# threads=1
|
|
# reverse-lookup=n
|
|
# state-directory-path=/var/lib/nfs
|
|
# ha-callout=
|
|
# cache-use-ipaddr=n
|
|
# ttl=1800
|
|
#
|
|
[nfsdcld]
|
|
# debug=0
|
|
# storagedir=/var/lib/nfs/nfsdcld
|
|
#
|
|
[nfsd]
|
|
listen=0.0.0.0
|
|
# debug=0
|
|
# threads=16
|
|
# host=
|
|
# port=0
|
|
# grace-time=90
|
|
# lease-time=90
|
|
# udp=n
|
|
# tcp=y
|
|
# vers3=y
|
|
# vers4=y
|
|
# vers4.0=y
|
|
# vers4.1=y
|
|
# vers4.2=y
|
|
# rdma=n
|
|
# rdma-port=20049
|
|
|
|
[statd]
|
|
# debug=0
|
|
# port=0
|
|
# outgoing-port=0
|
|
# name=
|
|
# state-directory-path=/var/lib/nfs/statd
|
|
# ha-callout=
|
|
# no-notify=0
|
|
#
|
|
[sm-notify]
|
|
# debug=0
|
|
# force=0
|
|
# retry-time=900
|
|
# outgoing-port=
|
|
# outgoing-addr=
|
|
# lift-grace=y
|
|
#
|
|
[svcgssd]
|
|
# principal=
|
|
[missing: /etc/nfs.conf.d/*.conf]
|
|
|
|
--- nfs defaults
|
|
--- /etc/default/nfs-kernel-server ---
|
|
# Runtime priority of server (see nice(1))
|
|
RPCNFSDPRIORITY=0
|
|
|
|
# Do you want to start the svcgssd daemon? It is only required for Kerberos
|
|
# exports. Valid alternatives are "yes" and "no"; the default is "no".
|
|
NEED_SVCGSSD=""
|
|
--- /etc/default/nfs-common ---
|
|
# If you do not set values for the NEED_ options, they will be attempted
|
|
# autodetected; this should be sufficient for most people. Valid alternatives
|
|
# for the NEED_ options are "yes" and "no".
|
|
|
|
# Do you want to start the statd daemon? It is not needed for NFSv4.
|
|
NEED_STATD=
|
|
|
|
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
|
|
NEED_IDMAPD=
|
|
|
|
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
|
|
NEED_GSSD=
|
|
|
|
--- idmapd.conf
|
|
--- /etc/idmapd.conf ---
|
|
[General]
|
|
|
|
Verbosity = 0
|
|
# set your own domain here, if it differs from FQDN minus hostname
|
|
# Domain = localdomain
|
|
|
|
[Mapping]
|
|
|
|
Nobody-User = nobody
|
|
Nobody-Group = nogroup
|
|
|
|
--- pvesm status
|
|
$ pvesm status
|
|
Name Type Status Total (KiB) Used (KiB) Available (KiB) %
|
|
D2 nfs active 2883130368 195178496 2541422592 6.77%
|
|
D3 nfs active 491133952 2048 466110464 0.00%
|
|
D5 nfs active 1921726464 246711296 1577322496 12.84%
|
|
SSD dir active 245023004 126919044 105584692 51.80%
|
|
local dir active 98497780 17938316 75509916 18.21%
|
|
local-lvm lvmthin active 1793077248 42495930 1750581317 2.37%
|
|
local-nonprod dir active 960303848 62360280 849089056 6.49%
|
|
|
|
--- pvesm list per storage
|
|
$ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do
|
|
echo "--- storage: $s ---"
|
|
pvesm list "$s" 2>/dev/null | head -n 30
|
|
echo "--- pvesm config $s ---"
|
|
pvesm config "$s" 2>/dev/null
|
|
done
|
|
--- storage: D2 ---
|
|
Volid Format Type Size VMID
|
|
D2:100/vm-100-disk-0.raw raw images 34359738368 100
|
|
D2:100/vm-100-disk-1.raw raw images 540672 100
|
|
D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101
|
|
D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104
|
|
D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105
|
|
D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108
|
|
D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109
|
|
D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114
|
|
D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117
|
|
D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000
|
|
D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500
|
|
D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509
|
|
D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600
|
|
D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601
|
|
D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702
|
|
D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703
|
|
D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704
|
|
D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705
|
|
D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901
|
|
D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904
|
|
--- pvesm config D2 ---
|
|
--- storage: D3 ---
|
|
Volid Format Type Size VMID
|
|
--- pvesm config D3 ---
|
|
--- storage: D5 ---
|
|
Volid Format Type Size VMID
|
|
D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100
|
|
D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103
|
|
D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313
|
|
D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530
|
|
D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531
|
|
D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532
|
|
D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533
|
|
D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534
|
|
D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535
|
|
D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536
|
|
D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537
|
|
D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538
|
|
D5:538/vm-812-disk-2.raw raw images 429496729600 538
|
|
D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541
|
|
D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701
|
|
D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902
|
|
D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903
|
|
D5:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906
|
|
--- pvesm config D5 ---
|
|
--- storage: SSD ---
|
|
Volid Format Type Size VMID
|
|
SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111
|
|
--- pvesm config SSD ---
|
|
--- storage: local ---
|
|
Volid Format Type Size VMID
|
|
local:iso/debian13.iso iso iso 790626304
|
|
local:iso/proxmox-backup-server_4.2-1.iso iso iso 1480032256
|
|
local:iso/proxmox-datacenter-manager_1.1-1.iso iso iso 1458884608
|
|
local:iso/proxmox-mail-gateway_9.1-1.iso iso iso 1694324736
|
|
local:iso/proxmox-ve_9.2-1.iso iso iso 1706178560
|
|
local:iso/ubuntur-24.04.4.iso iso iso 3303444480
|
|
--- pvesm config local ---
|
|
--- storage: local-lvm ---
|
|
Volid Format Type Size VMID
|
|
local-lvm:base-5100-disk-0 raw images 34359738368 5100
|
|
local-lvm:vm-5102-disk-0 raw images 34359738368 5102
|
|
local-lvm:vm-5103-disk-0 raw images 34359738368 5103
|
|
local-lvm:vm-5104-disk-0 raw images 34359738368 5104
|
|
local-lvm:vm-5112-disk-0 raw images 309237645312 5112
|
|
--- pvesm config local-lvm ---
|
|
--- storage: local-nonprod ---
|
|
Volid Format Type Size VMID
|
|
local-nonprod:5101/vm-5101-disk-0.qcow2 qcow2 images 141733920768 5101
|
|
local-nonprod:51010/vm-51010-disk-0.qcow2 qcow2 images 34359738368 51010
|
|
local-nonprod:51011/vm-51011-disk-0.qcow2 qcow2 images 34359738368 51011
|
|
local-nonprod:51012/vm-51012-disk-0.qcow2 qcow2 images 34359738368 51012
|
|
local-nonprod:51013/vm-51013-disk-0.qcow2 qcow2 images 34359738368 51013
|
|
local-nonprod:51014/vm-51014-disk-0.qcow2 qcow2 images 34359738368 51014
|
|
local-nonprod:5105/vm-5105-disk-0.qcow2 qcow2 images 309237645312 5105
|
|
local-nonprod:5106/vm-5106-disk-0.qcow2 qcow2 images 34359738368 5106
|
|
local-nonprod:5107/vm-5107-disk-0.qcow2 qcow2 images 34359738368 5107
|
|
local-nonprod:5108/vm-5108-disk-0.qcow2 qcow2 images 34359738368 5108
|
|
local-nonprod:5109/vm-5109-disk-0.qcow2 qcow2 images 34359738368 5109
|
|
local-nonprod:515/vm-515-disk-0.qcow2 qcow2 images 107374182400 515
|
|
local-nonprod:53100/vm-53100-disk-0.qcow2 qcow2 images 171798691840 53100
|
|
local-nonprod:53101/vm-53101-disk-0.qcow2 qcow2 images 34359738368 53101
|
|
local-nonprod:53102/vm-53102-disk-0.qcow2 qcow2 images 34359738368 53102
|
|
local-nonprod:53103/vm-53103-disk-0.qcow2 qcow2 images 34359738368 53103
|
|
local-nonprod:6000/vm-6000-disk-0.qcow2 qcow2 images 34359738368 6000
|
|
local-nonprod:6000/vm-6000-state-pre-knel-deploy-20260727-092011.raw raw images 2125897728 6000
|
|
--- pvesm config local-nonprod ---
|
|
[exit=255]
|
|
|
|
###############################################################################
|
|
# 17. STORAGE: LVM
|
|
###############################################################################
|
|
|
|
--- pvs
|
|
$ pvs -v
|
|
PV VG Fmt Attr PSize PFree DevSize PV UUID
|
|
/dev/sdd3 pve lvm2 a-- <1.82t 16.24g <1.82t 3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor
|
|
|
|
--- vgs
|
|
$ vgs -v
|
|
VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile
|
|
pve wz--n- 4.00m 1 8 0 <1.82t 16.24g DQJIQ2-Hytg-wkk8-t8XN-ftB8-CSS3-PkAt5l
|
|
|
|
--- lvs
|
|
$ lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b
|
|
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout Role Pool Data% Meta%
|
|
base-5100-disk-0 pve Vri-a-tz-k 34359738368B data 0.00 thin,sparse public data 0.00
|
|
data pve twi-aotz-- 1836111101952B 2.37 0.23 thin,pool private 2.37 0.23
|
|
root pve -wi-ao---- 103079215104B linear public
|
|
swap pve -wi-ao---- 8589934592B linear public
|
|
vm-5102-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data
|
|
vm-5103-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data
|
|
vm-5104-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data
|
|
vm-5112-disk-0 pve Vwi-aotz-- 309237645312B data 14.09 thin,sparse public data 14.09
|
|
|
|
--- pvdisplay
|
|
$ pvdisplay
|
|
--- Physical volume ---
|
|
PV Name /dev/sdd3
|
|
VG Name pve
|
|
PV Size <1.82 TiB / not usable <4.07 MiB
|
|
Allocatable yes
|
|
PE Size 4.00 MiB
|
|
Total PE 476675
|
|
Free PE 4158
|
|
Allocated PE 472517
|
|
PV UUID 3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor
|
|
|
|
|
|
--- vgdisplay
|
|
$ vgdisplay
|
|
--- Volume group ---
|
|
VG Name pve
|
|
System ID
|
|
Format lvm2
|
|
Metadata Areas 1
|
|
Metadata Sequence No 129
|
|
VG Access read/write
|
|
VG Status resizable
|
|
MAX LV 0
|
|
Cur LV 8
|
|
Open LV 3
|
|
Max PV 0
|
|
Cur PV 1
|
|
Act PV 1
|
|
VG Size <1.82 TiB
|
|
PE Size 4.00 MiB
|
|
Total PE 476675
|
|
Alloc PE / Size 472517 / 1.80 TiB
|
|
Free PE / Size 4158 / 16.24 GiB
|
|
VG UUID DQJIQ2-Hytg-wkk8-t8XN-ftB8-CSS3-PkAt5l
|
|
|
|
|
|
--- lvdisplay
|
|
$ lvdisplay
|
|
--- Logical volume ---
|
|
LV Name data
|
|
VG Name pve
|
|
LV UUID as93nk-voWB-8ldF-uixQ-dq5t-qQjc-a1PjX2
|
|
LV Write Access read/write (activated read only)
|
|
LV Creation host, time proxmox, 2026-02-26 02:55:19 -0600
|
|
LV Pool metadata data_tmeta
|
|
LV Pool data data_tdata
|
|
LV Status available
|
|
# open 0
|
|
LV Size <1.67 TiB
|
|
Allocated pool data 2.37%
|
|
Allocated metadata 0.23%
|
|
Current LE 437763
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:5
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/swap
|
|
LV Name swap
|
|
VG Name pve
|
|
LV UUID 09lGw1-urVX-Myv2-9Ig4-5aZf-f9ev-2MWD8d
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-02-26 02:55:19 -0600
|
|
LV Status available
|
|
# open 1
|
|
LV Size 8.00 GiB
|
|
Current LE 2048
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:0
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/root
|
|
LV Name root
|
|
VG Name pve
|
|
LV UUID eHzPs4-lmmu-f5vz-prX5-HBBJ-cOxr-uGzifs
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-02-26 02:55:19 -0600
|
|
LV Status available
|
|
# open 1
|
|
LV Size 96.00 GiB
|
|
Current LE 24576
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:1
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/base-5100-disk-0
|
|
LV Name base-5100-disk-0
|
|
VG Name pve
|
|
LV UUID Xti0mZ-RfJk-3kBx-kGep-bf6Y-o83w-SbQUgU
|
|
LV Write Access read only
|
|
LV Creation host, time pfv-tsys5, 2026-07-23 10:13:04 -0500
|
|
LV Pool name data
|
|
LV Status available
|
|
# open 0
|
|
LV Size 32.00 GiB
|
|
Mapped size 0.00%
|
|
Current LE 8192
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:8
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/vm-5102-disk-0
|
|
LV Name vm-5102-disk-0
|
|
VG Name pve
|
|
LV UUID yr60b8-ndB7-YV5x-DkLj-T7C1-53me-fPbe3V
|
|
LV Write Access read/write
|
|
LV Creation host, time pfv-tsys5, 2026-07-23 10:14:53 -0500
|
|
LV Pool name data
|
|
LV Status NOT available
|
|
LV Size 32.00 GiB
|
|
Current LE 8192
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/vm-5103-disk-0
|
|
LV Name vm-5103-disk-0
|
|
VG Name pve
|
|
LV UUID 0hHhm5-bs1j-5jaC-4dOO-Uiyj-fZrU-LAlCLs
|
|
LV Write Access read/write
|
|
LV Creation host, time pfv-tsys5, 2026-07-23 10:15:12 -0500
|
|
LV Pool name data
|
|
LV Status NOT available
|
|
LV Size 32.00 GiB
|
|
Current LE 8192
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/vm-5104-disk-0
|
|
LV Name vm-5104-disk-0
|
|
VG Name pve
|
|
LV UUID aV3Ov4-Ourf-XXTA-kfoJ-LaXO-BKCx-3do310
|
|
LV Write Access read/write
|
|
LV Creation host, time pfv-tsys5, 2026-07-23 10:15:32 -0500
|
|
LV Pool name data
|
|
LV Status NOT available
|
|
LV Size 32.00 GiB
|
|
Current LE 8192
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/vm-5112-disk-0
|
|
LV Name vm-5112-disk-0
|
|
VG Name pve
|
|
LV UUID I80n0e-Z2fQ-8F61-aSIW-rIT3-PYgE-zneTFu
|
|
LV Write Access read/write
|
|
LV Creation host, time pfv-tsys5, 2026-07-23 10:16:59 -0500
|
|
LV Pool name data
|
|
LV Status available
|
|
# open 1
|
|
LV Size 288.00 GiB
|
|
Mapped size 14.09%
|
|
Current LE 73728
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:7
|
|
|
|
|
|
--- lvm/lvm.conf (filters only)
|
|
--- /etc/lvm/lvm.conf ---
|
|
# This is an example configuration file for the LVM2 system.
|
|
# It contains the default settings that would be used if there was no
|
|
# /etc/lvm/lvm.conf file.
|
|
#
|
|
# Refer to 'man lvm.conf' for further information including the file layout.
|
|
#
|
|
# Refer to 'man lvm.conf' for information about how settings configured in
|
|
# this file are combined with built-in values and command line options to
|
|
# arrive at the final values used by LVM.
|
|
#
|
|
# Refer to 'man lvmconfig' for information about displaying the built-in
|
|
# and configured values used by LVM.
|
|
#
|
|
# If a default value is set in this file (not commented out), then a
|
|
# new version of LVM using this file will continue using that value,
|
|
# even if the new version of LVM changes the built-in default value.
|
|
#
|
|
# To put this file in a different directory and override /etc/lvm set
|
|
# the environment variable LVM_SYSTEM_DIR before running the tools.
|
|
#
|
|
# N.B. Take care that each setting only appears once if uncommenting
|
|
# example settings in this file.
|
|
|
|
|
|
# Configuration section config.
|
|
# How LVM configuration settings are handled.
|
|
config {
|
|
|
|
# Configuration option config/checks.
|
|
# If enabled, any LVM configuration mismatch is reported.
|
|
# This implies checking that the configuration key is understood by
|
|
# LVM and that the value of the key is the proper type. If disabled,
|
|
# any configuration mismatch is ignored and the default value is used
|
|
# without any warning (a message about the configuration key not being
|
|
# found is issued in verbose mode only).
|
|
# This configuration option has an automatic default value.
|
|
# checks = 1
|
|
|
|
# Configuration option config/validate_metadata.
|
|
# Allows to select the level of validation after metadata transformation.
|
|
# Validation takes extra CPU time to verify internal consistency.
|
|
# Accepted values:
|
|
# full
|
|
# Do a full metadata validation before disk write.
|
|
# none
|
|
# Skip any checks (unrecommended, slightly faster).
|
|
#
|
|
# This configuration option is advanced.
|
|
# This configuration option has an automatic default value.
|
|
# validate_metadata = "full"
|
|
|
|
# Configuration option config/abort_on_errors.
|
|
# Abort the LVM process if a configuration mismatch is found.
|
|
# This configuration option has an automatic default value.
|
|
# abort_on_errors = 0
|
|
|
|
# Configuration option config/profile_dir.
|
|
# Directory where LVM looks for configuration profiles.
|
|
# This configuration option has an automatic default value.
|
|
# profile_dir = "/etc/lvm/profile"
|
|
}
|
|
|
|
# Configuration section devices.
|
|
# How LVM uses block devices.
|
|
devices {
|
|
|
|
# Configuration option devices/dir.
|
|
# Directory in which to create volume group device nodes.
|
|
# Commands also accept this as a prefix on volume group names.
|
|
# This configuration option is advanced.
|
|
# This configuration option has an automatic default value.
|
|
# dir = "/dev"
|
|
|
|
# Configuration option devices/scan.
|
|
# Directories containing device nodes to use with LVM.
|
|
# This configuration option is advanced.
|
|
# This configuration option has an automatic default value.
|
|
# scan = [ "/dev" ]
|
|
|
|
# Configuration option devices/obtain_device_list_from_udev.
|
|
# Obtain the list of available devices from udev.
|
|
# This avoids opening or using any inapplicable non-block devices or
|
|
# subdirectories found in the udev directory. Any device node or
|
|
# symlink not managed by udev in the udev directory is ignored. This
|
|
# setting applies only to the udev-managed device directory; other
|
|
# directories will be scanned fully. LVM needs to be compiled with
|
|
# udev support for this setting to apply.
|
|
# This configuration option has an automatic default value.
|
|
# obtain_device_list_from_udev = 0
|
|
|
|
# Configuration option devices/external_device_info_source.
|
|
# Enable device information from udev.
|
|
# If set to "udev", lvm will supplement its own native device information
|
|
# with information from libudev. This can potentially improve the detection
|
|
# of MD component devices and multipath component devices.
|
|
# This configuration option has an automatic default value.
|
|
# external_device_info_source = "none"
|
|
|
|
# Configuration option devices/hints.
|
|
# Use a local file to remember which devices have PVs on them.
|
|
# Some commands will use this as an optimization to reduce device
|
|
# scanning, and will only scan the listed PVs. Removing the hint file
|
|
# will cause lvm to generate a new one. Disable hints if PVs will
|
|
# be copied onto devices using non-lvm commands, like dd.
|
|
#
|
|
# Accepted values:
|
|
# all
|
|
# Use all hints.
|
|
# none
|
|
# Use no hints.
|
|
#
|
|
# This configuration option has an automatic default value.
|
|
# hints = "all"
|
|
|
|
# Configuration option devices/preferred_names.
|
|
# Select which path name to display for a block device.
|
|
# If multiple path names exist for a block device, and LVM needs to
|
|
# display a name for the device, the path names are matched against
|
|
# each item in this list of regular expressions. The first match is
|
|
# used. Try to avoid using undescriptive /dev/dm-N names, if present.
|
|
# If no preferred name matches, or if preferred_names are not defined,
|
|
# the following built-in preferences are applied in order until one
|
|
# produces a preferred name:
|
|
# Prefer names with path prefixes in the order of:
|
|
# /dev/mapper, /dev/disk, /dev/dm-*, /dev/block.
|
|
# Prefer the name with the least number of slashes.
|
|
# Prefer a name that is a symlink.
|
|
# Prefer the path with least value in lexicographical order.
|
|
#
|
|
# Example
|
|
# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
|
|
#
|
|
# This configuration option does not have a default value defined.
|
|
|
|
# Configuration option devices/use_devicesfile.
|
|
# Enable or disable the use of a devices file.
|
|
# When enabled, lvm will only use devices that
|
|
# are listed in the devices file. A devices file will
|
|
# be used, regardless of this setting, when the --devicesfile
|
|
# option is set to a specific file name.
|
|
# This configuration option has an automatic default value.
|
|
# use_devicesfile = 0
|
|
|
|
# Configuration option devices/devicesfile.
|
|
# The name of the system devices file, listing devices that LVM should use.
|
|
# This should not be used to select a non-system devices file.
|
|
# The --devicesfile option is intended for alternative devices files.
|
|
# This configuration option has an automatic default value.
|
|
# devicesfile = "system.devices"
|
|
|
|
# Configuration option devices/devicesfile_backup_limit.
|
|
# The max number of backup files to keep in /etc/lvm/devices/backup.
|
|
# LVM creates a backup of the devices file each time a new
|
|
# version is created, or each time a modification is detected.
|
|
# When the max number of backups is reached, the oldest are
|
|
# removed to remain at the limit. Set to 0 to disable backups.
|
|
# Only the system devices file is backed up.
|
|
# This configuration option has an automatic default value.
|
|
# devicesfile_backup_limit = 50
|
|
|
|
# Configuration option devices/search_for_devnames.
|
|
# Look outside of the devices file for missing devname entries.
|
|
# A devname entry is used for a device that does not have a stable
|
|
# device id, e.g. wwid, so the unstable device name is used as
|
|
# the device id. After reboot, or if the device is reattached,
|
|
# the device name may change, in which case lvm will not find
|
|
# the expected PV on the device listed in the devices file.
|
|
# This setting controls whether lvm will search other devices,
|
|
# outside the devices file, to look for the missing PV on a
|
|
# renamed device. If "none", lvm will not look at other devices,
|
|
# and the PV may appear to be missing. If "auto", lvm will look
|
|
# at other devices, but only those that are likely to have the PV.
|
|
# If "all", lvm will look at all devices on the system.
|
|
# This configuration option has an automatic default value.
|
|
# search_for_devnames = "all"
|
|
|
|
# Configuration option devices/device_ids_refresh.
|
|
# Find PVs on new devices and update the device IDs in the devices file.
|
|
# If PVs are restored or moved to a new system with new devices, but
|
|
# an old system.devices remains with old device IDs, then search for
|
|
# the PVIDs on new devices and update the device IDs in system.devices.
|
|
# The original device IDs must also not be found on the new system.
|
|
# See device_ids_refresh_check for conditions that trigger the refresh.
|
|
# This configuration option has an automatic default value.
|
|
# device_ids_refresh = 1
|
|
|
|
# Configuration option devices/device_ids_refresh_checks.
|
|
# Conditions that trigger device_ids_refresh to locate PVIDs on new devices.
|
|
# product_uuid: refresh if /sys/devices/virtual/dmi/id/product_uuid does not
|
|
# match the value saved in system.devices.
|
|
# hostname: refresh if hostname does not match the value saved in system.devices.
|
|
# (hostname is used if product_uuid is not available.)
|
|
# Remove values from this list to prevent lvm from using them.
|
|
# This configuration option has an automatic default value.
|
|
# device_ids_refresh_checks = [ "product_uuid", "hostname" ]
|
|
|
|
# Configuration option devices/filter.
|
|
# Limit the block devices that are used by LVM commands.
|
|
# This is a list of regular expressions used to accept or reject block
|
|
# device path names. Each regex is delimited by a vertical bar '|'
|
|
# (or any character) and is preceded by 'a' to accept the path, or
|
|
# by 'r' to reject the path. The first regex in the list to match the
|
|
# path is used, producing the 'a' or 'r' result for the device.
|
|
# When multiple path names exist for a block device, if any path name
|
|
# matches an 'a' pattern before an 'r' pattern, then the device is
|
|
# accepted. If all the path names match an 'r' pattern first, then the
|
|
# device is rejected. Unmatching path names do not affect the accept
|
|
# or reject decision. If no path names for a device match a pattern,
|
|
# then the device is accepted. Be careful mixing 'a' and 'r' patterns,
|
|
# as the combination might produce unexpected results (test changes.)
|
|
# Run vgscan after changing the filter to regenerate the cache.
|
|
#
|
|
# Example
|
|
# Accept every block device:
|
|
# filter = [ "a|.*|" ]
|
|
# Reject the cdrom drive:
|
|
# filter = [ "r|/dev/cdrom|" ]
|
|
# Work with just loopback devices, e.g. for testing:
|
|
# filter = [ "a|loop|", "r|.*|" ]
|
|
# Accept all loop devices and ide drives except hdc:
|
|
# filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ]
|
|
# Use anchors to be very specific:
|
|
# filter = [ "a|^/dev/hda8$|", "r|.*|" ]
|
|
#
|
|
# This configuration option has an automatic default value.
|
|
# filter = [ "a|.*|" ]
|
|
|
|
# Configuration option devices/global_filter.
|
|
# Limit the block devices that are used by LVM system components.
|
|
# Because devices/filter may be overridden from the command line, it is
|
|
# not suitable for system-wide device filtering, e.g. udev.
|
|
# Use global_filter to hide devices from these LVM system components.
|
|
# The syntax is the same as devices/filter. Devices rejected by
|
|
# global_filter are not opened by LVM.
|
|
# This configuration option has an automatic default value.
|
|
# global_filter = [ "a|.*|" ]
|
|
|
|
# Configuration option devices/types.
|
|
# List of additional acceptable block device types.
|
|
# These are of device type names from /proc/devices, followed by the
|
|
# maximum number of partitions.
|
|
#
|
|
# Example
|
|
# types = [ "fd", 16 ]
|
|
#
|
|
# This configuration option is advanced.
|
|
# This configuration option does not have a default value defined.
|
|
|
|
# Configuration option devices/sysfs_scan.
|
|
# Restrict device scanning to block devices appearing in sysfs.
|
|
# This is a quick way of filtering out block devices that are not
|
|
# present on the system. sysfs must be part of the kernel and mounted.)
|
|
# This configuration option has an automatic default value.
|
|
# sysfs_scan = 1
|
|
|
|
# Configuration option devices/scan_lvs.
|
|
# Allow LVM LVs to be used as PVs. When enabled, LVM commands will
|
|
# scan active LVs to look for other PVs. Caution is required to
|
|
# avoid using PVs that belong to guest images stored on LVs.
|
|
# When enabled, the LVs scanned should be restricted using the
|
|
# devices file or the filter. This option does not enable autoactivation
|
|
# of layered VGs, which requires editing LVM udev rules (see LVM_PVSCAN_ON_LVS.)
|
|
# This configuration option has an automatic default value.
|
|
# scan_lvs = 0
|
|
|
|
# Configuration option devices/multipath_component_detection.
|
|
# Ignore devices that are components of DM multipath devices.
|
|
# This configuration option has an automatic default value.
|
|
# multipath_component_detection = 1
|
|
|
|
# Configuration option devices/multipath_wwids_file.
|
|
# The path to the multipath wwids file used for multipath component detection.
|
|
# Set this to an empty string to disable the use of the multipath wwids file.
|
|
# This configuration option has an automatic default value.
|
|
# multipath_wwids_file = "/etc/multipath/wwids"
|
|
|
|
# Configuration option devices/md_component_detection.
|
|
# Enable detection and exclusion of MD component devices.
|
|
# An MD component device is a block device that MD uses as part
|
|
# of a software RAID virtual device. When an LVM PV is created
|
|
# on an MD device, LVM must only use the top level MD device as
|
|
# the PV, and should ignore the underlying component devices.
|
|
# In cases where the MD superblock is located at the end of the
|
|
# component devices, it is more difficult for LVM to consistently
|
|
# identify an MD component, see the md_component_checks setting.
|
|
# This configuration option has an automatic default value.
|
|
# md_component_detection = 1
|
|
|
|
# Configuration option devices/md_component_checks.
|
|
# The checks LVM should use to detect MD component devices.
|
|
# MD component devices are block devices used by MD software RAID.
|
|
#
|
|
# Accepted values:
|
|
# auto
|
|
# LVM will skip scanning the end of devices when it has other
|
|
# indications that the device is not an MD component.
|
|
# start
|
|
# LVM will only scan the start of devices for MD superblocks.
|
|
# This does not incur extra I/O by LVM.
|
|
# full
|
|
|
|
--- lvm.conf active filter
|
|
$ grep -E '^\s*(filter|global_filter|use_devicesfile|obtain_device_list_from_udev)' /etc/lvm/lvm.conf 2>/dev/null
|
|
global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|"]
|
|
|
|
###############################################################################
|
|
# 18. STORAGE: MULTIPATH
|
|
###############################################################################
|
|
|
|
--- multipath -ll
|
|
$ multipath -ll
|
|
/root/check.sh: line 45: multipath: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- multipath -v3 -ll (verbose, capped)
|
|
$ multipath -v3 -ll
|
|
/root/check.sh: line 45: multipath: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- multipath.conf
|
|
[missing: /etc/multipath.conf]
|
|
|
|
--- systemctl is-active multipathd
|
|
$ systemctl is-active multipathd
|
|
inactive
|
|
[exit=4 / not installed or not permitted]
|
|
|
|
###############################################################################
|
|
# 19. STORAGE: ZFS
|
|
###############################################################################
|
|
|
|
--- zfs version (userland)
|
|
$ zfs version
|
|
zfs-2.4.3-pve1
|
|
zfs-kmod-2.3.4-pve1
|
|
|
|
--- zpool version
|
|
$ zpool version
|
|
zfs-2.4.3-pve1
|
|
zfs-kmod-2.3.4-pve1
|
|
|
|
--- zpool list -v
|
|
$ zpool list -v
|
|
no pools available
|
|
|
|
--- zpool status -v
|
|
$ zpool status -v
|
|
no pools available
|
|
|
|
--- zpool key properties
|
|
$ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly
|
|
|
|
--- zfs per-dataset key properties
|
|
$ zfs get -r -o name,property,value,source \
|
|
compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null
|
|
[exit=2]
|
|
|
|
--- ARC stats
|
|
$ cat /proc/spl/kstat/zfs/arcstats
|
|
21 1 0x01 147 39984 38395389884 268769739884009
|
|
name type data
|
|
hits 4 0
|
|
iohits 4 0
|
|
misses 4 0
|
|
demand_data_hits 4 0
|
|
demand_data_iohits 4 0
|
|
demand_data_misses 4 0
|
|
demand_metadata_hits 4 0
|
|
demand_metadata_iohits 4 0
|
|
demand_metadata_misses 4 0
|
|
prefetch_data_hits 4 0
|
|
prefetch_data_iohits 4 0
|
|
prefetch_data_misses 4 0
|
|
prefetch_metadata_hits 4 0
|
|
prefetch_metadata_iohits 4 0
|
|
prefetch_metadata_misses 4 0
|
|
mru_hits 4 0
|
|
mru_ghost_hits 4 0
|
|
mfu_hits 4 0
|
|
mfu_ghost_hits 4 0
|
|
uncached_hits 4 0
|
|
deleted 4 0
|
|
mutex_miss 4 0
|
|
access_skip 4 0
|
|
evict_skip 4 0
|
|
evict_not_enough 4 0
|
|
evict_l2_cached 4 0
|
|
evict_l2_eligible 4 0
|
|
evict_l2_eligible_mfu 4 0
|
|
evict_l2_eligible_mru 4 0
|
|
evict_l2_ineligible 4 0
|
|
evict_l2_skip 4 0
|
|
hash_elements 4 0
|
|
hash_elements_max 4 0
|
|
hash_collisions 4 0
|
|
hash_chains 4 0
|
|
hash_chain_max 4 0
|
|
meta 4 1073741824
|
|
pd 4 2147483648
|
|
pm 4 2147483648
|
|
c 4 3163965184
|
|
c_min 4 3163965184
|
|
c_max 4 10125049856
|
|
size 4 1920
|
|
compressed_size 4 0
|
|
uncompressed_size 4 0
|
|
overhead_size 4 0
|
|
hdr_size 4 1920
|
|
data_size 4 0
|
|
metadata_size 4 0
|
|
dbuf_size 4 0
|
|
dnode_size 4 0
|
|
bonus_size 4 0
|
|
anon_size 4 0
|
|
anon_data 4 0
|
|
anon_metadata 4 0
|
|
anon_evictable_data 4 0
|
|
anon_evictable_metadata 4 0
|
|
mru_size 4 0
|
|
mru_data 4 0
|
|
mru_metadata 4 0
|
|
mru_evictable_data 4 0
|
|
mru_evictable_metadata 4 0
|
|
mru_ghost_size 4 0
|
|
mru_ghost_data 4 0
|
|
mru_ghost_metadata 4 0
|
|
mru_ghost_evictable_data 4 0
|
|
mru_ghost_evictable_metadata 4 0
|
|
mfu_size 4 0
|
|
mfu_data 4 0
|
|
mfu_metadata 4 0
|
|
mfu_evictable_data 4 0
|
|
mfu_evictable_metadata 4 0
|
|
mfu_ghost_size 4 0
|
|
mfu_ghost_data 4 0
|
|
mfu_ghost_metadata 4 0
|
|
mfu_ghost_evictable_data 4 0
|
|
mfu_ghost_evictable_metadata 4 0
|
|
uncached_size 4 0
|
|
uncached_data 4 0
|
|
uncached_metadata 4 0
|
|
uncached_evictable_data 4 0
|
|
uncached_evictable_metadata 4 0
|
|
l2_hits 4 0
|
|
l2_misses 4 0
|
|
l2_prefetch_asize 4 0
|
|
l2_mru_asize 4 0
|
|
l2_mfu_asize 4 0
|
|
l2_bufc_data_asize 4 0
|
|
l2_bufc_metadata_asize 4 0
|
|
l2_feeds 4 0
|
|
l2_rw_clash 4 0
|
|
l2_read_bytes 4 0
|
|
l2_write_bytes 4 0
|
|
l2_writes_sent 4 0
|
|
l2_writes_done 4 0
|
|
l2_writes_error 4 0
|
|
l2_writes_lock_retry 4 0
|
|
l2_evict_lock_retry 4 0
|
|
l2_evict_reading 4 0
|
|
l2_evict_l1cached 4 0
|
|
l2_free_on_write 4 0
|
|
l2_abort_lowmem 4 0
|
|
l2_cksum_bad 4 0
|
|
l2_io_error 4 0
|
|
l2_size 4 0
|
|
l2_asize 4 0
|
|
l2_hdr_size 4 0
|
|
l2_log_blk_writes 4 0
|
|
l2_log_blk_avg_asize 4 0
|
|
l2_log_blk_asize 4 0
|
|
l2_log_blk_count 4 0
|
|
l2_data_to_meta_ratio 4 0
|
|
l2_rebuild_success 4 0
|
|
l2_rebuild_unsupported 4 0
|
|
l2_rebuild_io_errors 4 0
|
|
l2_rebuild_dh_errors 4 0
|
|
l2_rebuild_cksum_lb_errors 4 0
|
|
l2_rebuild_lowmem 4 0
|
|
l2_rebuild_size 4 0
|
|
l2_rebuild_asize 4 0
|
|
l2_rebuild_bufs 4 0
|
|
l2_rebuild_bufs_precached 4 0
|
|
l2_rebuild_log_blks 4 0
|
|
memory_throttle_count 4 0
|
|
memory_direct_count 4 0
|
|
memory_indirect_count 4 0
|
|
memory_all_bytes 4 101246885888
|
|
memory_free_bytes 4 64876666880
|
|
memory_available_bytes 3 61407237376
|
|
arc_no_grow 4 0
|
|
arc_tempreserve 4 0
|
|
arc_loaned_bytes 4 0
|
|
arc_prune 4 0
|
|
arc_meta_used 4 1920
|
|
arc_dnode_limit 4 1012504985
|
|
async_upgrade_sync 4 0
|
|
predictive_prefetch 4 0
|
|
demand_hit_predictive_prefetch 4 0
|
|
demand_iohit_predictive_prefetch 4 0
|
|
prescient_prefetch 4 0
|
|
demand_hit_prescient_prefetch 4 0
|
|
demand_iohit_prescient_prefetch 4 0
|
|
arc_need_free 4 0
|
|
arc_sys_free 4 3469429504
|
|
arc_raw_size 4 0
|
|
cached_only_in_progress 4 0
|
|
abd_chunk_waste_size 4 0
|
|
|
|
--- dmu_tx
|
|
$ cat /proc/spl/kstat/zfs/dmu_tx
|
|
17 1 0x01 13 3536 38375826540 268769741427460
|
|
name type data
|
|
dmu_tx_assigned 4 0
|
|
dmu_tx_delay 4 0
|
|
dmu_tx_error 4 0
|
|
dmu_tx_suspended 4 0
|
|
dmu_tx_group 4 0
|
|
dmu_tx_memory_reserve 4 0
|
|
dmu_tx_memory_reclaim 4 0
|
|
dmu_tx_dirty_throttle 4 0
|
|
dmu_tx_dirty_delay 4 0
|
|
dmu_tx_dirty_over_max 4 0
|
|
dmu_tx_dirty_frees_delay 4 0
|
|
dmu_tx_wrlog_delay 4 0
|
|
dmu_tx_quota 4 0
|
|
|
|
--- zfetchstats
|
|
$ cat /proc/spl/kstat/zfs/zfetchstats
|
|
16 1 0x01 8 2176 38375825551 268769742860174
|
|
name type data
|
|
hits 4 0
|
|
future 4 0
|
|
stride 4 0
|
|
past 4 0
|
|
misses 4 0
|
|
max_streams 4 0
|
|
io_issued 4 0
|
|
io_active 4 0
|
|
|
|
--- vdev_cache_stats
|
|
$ cat /proc/spl/kstat/zfs/vdev_cache_stats
|
|
cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory
|
|
[exit=1 / not installed or not permitted]
|
|
|
|
--- abdstats
|
|
$ cat /proc/spl/kstat/zfs/abdstats
|
|
14 1 0x01 20 5440 38375695230 268769746325326
|
|
name type data
|
|
struct_size 4 96
|
|
linear_cnt 4 0
|
|
linear_data_size 4 0
|
|
scatter_cnt 4 1
|
|
scatter_data_size 4 4096
|
|
scatter_chunk_waste 4 0
|
|
scatter_order_0 4 0
|
|
scatter_order_1 4 0
|
|
scatter_order_2 4 0
|
|
scatter_order_3 4 0
|
|
scatter_order_4 4 0
|
|
scatter_order_5 4 0
|
|
scatter_order_6 4 0
|
|
scatter_order_7 4 0
|
|
scatter_order_8 4 0
|
|
scatter_order_9 4 0
|
|
scatter_page_multi_chunk 4 1
|
|
scatter_page_multi_zone 4 0
|
|
scatter_page_alloc_retry 4 0
|
|
scatter_sg_table_retry 4 0
|
|
|
|
--- ZFS module parameters (perf-relevant)
|
|
$ for f in /sys/module/zfs/parameters/*; do
|
|
[ -r "$f" ] || continue
|
|
name="$(basename "$f")"
|
|
case "$name" in
|
|
zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;;
|
|
*) continue ;;
|
|
esac
|
|
printf ' %-50s = %s\n' "$name" "$(cat "$f")"
|
|
done
|
|
l2arc_exclude_special = 0
|
|
l2arc_feed_again = 1
|
|
l2arc_feed_min_ms = 200
|
|
l2arc_feed_secs = 1
|
|
l2arc_headroom = 8
|
|
l2arc_headroom_boost = 200
|
|
l2arc_meta_percent = 33
|
|
l2arc_mfuonly = 0
|
|
l2arc_noprefetch = 1
|
|
l2arc_norw = 0
|
|
l2arc_rebuild_blocks_min_l2size = 1073741824
|
|
l2arc_rebuild_enabled = 1
|
|
l2arc_trim_ahead = 0
|
|
l2arc_write_boost = 33554432
|
|
l2arc_write_max = 33554432
|
|
zfs_abd_scatter_enabled = 1
|
|
zfs_abd_scatter_max_order = 9
|
|
zfs_abd_scatter_min_size = 1536
|
|
zfs_arc_average_blocksize = 8192
|
|
zfs_arc_dnode_limit = 0
|
|
zfs_arc_dnode_limit_percent = 10
|
|
zfs_arc_dnode_reduce_percent = 10
|
|
zfs_arc_evict_batch_limit = 10
|
|
zfs_arc_eviction_pct = 200
|
|
zfs_arc_evict_threads = 3
|
|
zfs_arc_grow_retry = 0
|
|
zfs_arc_lotsfree_percent = 10
|
|
zfs_arc_max = 10125049856
|
|
zfs_arc_meta_balance = 500
|
|
zfs_arc_min = 0
|
|
zfs_arc_min_prefetch_ms = 0
|
|
zfs_arc_min_prescient_prefetch_ms = 0
|
|
zfs_arc_pc_percent = 0
|
|
zfs_arc_prune_task_threads = 1
|
|
zfs_arc_shrinker_limit = 0
|
|
zfs_arc_shrinker_seeks = 2
|
|
zfs_arc_shrink_shift = 0
|
|
zfs_arc_sys_free = 0
|
|
zfs_dbuf_state_index = 0
|
|
zfs_dio_enabled = 1
|
|
zfs_dio_write_verify_events_per_second = 20
|
|
zfs_dirty_data_max = 4294967296
|
|
zfs_dirty_data_max_max = 4294967296
|
|
zfs_dirty_data_max_max_percent = 25
|
|
zfs_dirty_data_max_percent = 10
|
|
zfs_dirty_data_sync_percent = 20
|
|
zfs_prefetch_disable = 0
|
|
zfs_slow_io_events_per_second = 20
|
|
zfs_sync_pass_deferred_free = 2
|
|
zfs_sync_pass_dont_compress = 8
|
|
zfs_sync_pass_rewrite = 2
|
|
zfs_txg_history = 100
|
|
zfs_txg_timeout = 5
|
|
zfs_vdev_aggregation_limit = 1048576
|
|
zfs_vdev_aggregation_limit_non_rotating = 131072
|
|
zfs_vdev_async_read_max_active = 3
|
|
zfs_vdev_async_read_min_active = 1
|
|
zfs_vdev_async_write_active_max_dirty_percent = 60
|
|
zfs_vdev_async_write_active_min_dirty_percent = 30
|
|
zfs_vdev_async_write_max_active = 10
|
|
zfs_vdev_async_write_min_active = 2
|
|
zfs_vdev_default_ms_count = 200
|
|
zfs_vdev_default_ms_shift = 29
|
|
zfs_vdev_def_queue_depth = 32
|
|
zfs_vdev_direct_write_verify = 1
|
|
zfs_vdev_disk_classic = 0
|
|
zfs_vdev_disk_max_segs = 0
|
|
zfs_vdev_failfast_mask = 1
|
|
zfs_vdev_initializing_max_active = 1
|
|
zfs_vdev_initializing_min_active = 1
|
|
zfs_vdev_max_active = 1000
|
|
zfs_vdev_max_auto_ashift = 14
|
|
zfs_vdev_max_ms_shift = 34
|
|
zfs_vdev_min_auto_ashift = 9
|
|
zfs_vdev_min_ms_count = 16
|
|
zfs_vdev_mirror_non_rotating_inc = 0
|
|
zfs_vdev_mirror_non_rotating_seek_inc = 1
|
|
zfs_vdev_mirror_rotating_inc = 0
|
|
zfs_vdev_mirror_rotating_seek_inc = 5
|
|
zfs_vdev_mirror_rotating_seek_offset = 1048576
|
|
zfs_vdev_ms_count_limit = 131072
|
|
zfs_vdev_nia_credit = 5
|
|
zfs_vdev_nia_delay = 5
|
|
zfs_vdev_open_timeout_ms = 1000
|
|
zfs_vdev_queue_depth_pct = 1000
|
|
zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3
|
|
zfs_vdev_read_gap_limit = 32768
|
|
zfs_vdev_rebuild_max_active = 3
|
|
zfs_vdev_rebuild_min_active = 1
|
|
zfs_vdev_removal_max_active = 2
|
|
zfs_vdev_removal_min_active = 1
|
|
zfs_vdev_scheduler = unused
|
|
zfs_vdev_scrub_max_active = 3
|
|
zfs_vdev_scrub_min_active = 1
|
|
zfs_vdev_sync_read_max_active = 10
|
|
zfs_vdev_sync_read_min_active = 10
|
|
zfs_vdev_sync_write_max_active = 10
|
|
zfs_vdev_sync_write_min_active = 10
|
|
zfs_vdev_trim_max_active = 2
|
|
zfs_vdev_trim_min_active = 1
|
|
zfs_vdev_write_gap_limit = 4096
|
|
zfs_zil_clean_taskq_maxalloc = 1048576
|
|
zfs_zil_clean_taskq_minalloc = 1024
|
|
zfs_zil_clean_taskq_nthr_pct = 100
|
|
zvol_blk_mq_blocks_per_thread = 8
|
|
zvol_blk_mq_queue_depth = 128
|
|
zvol_enforce_quotas = 1
|
|
zvol_inhibit_dev = 0
|
|
zvol_major = 230
|
|
zvol_max_discard_blocks = 16384
|
|
zvol_num_taskqs = 0
|
|
zvol_open_timeout_ms = 1000
|
|
zvol_prefetch_bytes = 131072
|
|
zvol_request_sync = 0
|
|
zvol_threads = 0
|
|
zvol_use_blk_mq = 0
|
|
zvol_volmode = 1
|
|
|
|
--- zpool iostat snapshot
|
|
$ zpool iostat 1 1
|
|
no pools available
|
|
|
|
--- arc_summary (if present)
|
|
$ arc_summary
|
|
|
|
------------------------------------------------------------------------
|
|
ZFS Subsystem Report Mon Jul 27 21:54:50 2026
|
|
Linux 6.17.2-1-pve 2.3.4-pve1
|
|
Machine: pfv-tsys5 (x86_64) 2.3.4-pve1
|
|
|
|
ARC status:
|
|
Total memory size: 94.3 GiB
|
|
Min target size: 3.1 % 2.9 GiB
|
|
Max target size: 10.0 % 9.4 GiB
|
|
Target size (adaptive): < 0.1 % 2.9 GiB
|
|
Current size: < 0.1 % 1.9 KiB
|
|
Free memory size: 60.5 GiB
|
|
Available memory size: 57.2 GiB
|
|
|
|
ARC structural breakdown (current size): 1.9 KiB
|
|
Compressed size: 0.0 % 0 Bytes
|
|
Overhead size: 0.0 % 0 Bytes
|
|
Bonus size: 0.0 % 0 Bytes
|
|
Dnode size: 0.0 % 0 Bytes
|
|
Dbuf size: 0.0 % 0 Bytes
|
|
Header size: 100.0 % 1.9 KiB
|
|
L2 header size: 0.0 % 0 Bytes
|
|
ABD chunk waste size: 0.0 % 0 Bytes
|
|
|
|
ARC types breakdown (compressed + overhead): 0 Bytes
|
|
Data size: n/a 0 Bytes
|
|
Metadata size: n/a 0 Bytes
|
|
|
|
ARC states breakdown (compressed + overhead): 0 Bytes
|
|
Anonymous data size: n/a 0 Bytes
|
|
Anonymous metadata size: n/a 0 Bytes
|
|
MFU data target: 37.5 % 0 Bytes
|
|
MFU data size: n/a 0 Bytes
|
|
MFU evictable data size: n/a 0 Bytes
|
|
MFU ghost data size: 0 Bytes
|
|
MFU metadata target: 12.5 % 0 Bytes
|
|
MFU metadata size: n/a 0 Bytes
|
|
MFU evictable metadata size: n/a 0 Bytes
|
|
MFU ghost metadata size: 0 Bytes
|
|
MRU data target: 37.5 % 0 Bytes
|
|
MRU data size: n/a 0 Bytes
|
|
MRU evictable data size: n/a 0 Bytes
|
|
MRU ghost data size: 0 Bytes
|
|
MRU metadata target: 12.5 % 0 Bytes
|
|
MRU metadata size: n/a 0 Bytes
|
|
MRU evictable metadata size: n/a 0 Bytes
|
|
MRU ghost metadata size: 0 Bytes
|
|
Uncached data size: n/a 0 Bytes
|
|
Uncached metadata size: n/a 0 Bytes
|
|
|
|
ARC hash breakdown:
|
|
Elements: 0
|
|
Collisions: 0
|
|
Chain max: 0
|
|
Chains: 0
|
|
|
|
ARC misc:
|
|
Uncompressed size: n/a 0 Bytes
|
|
Memory throttles: 0
|
|
Memory direct reclaims: 0
|
|
Memory indirect reclaims: 0
|
|
Deleted: 0
|
|
Mutex misses: 0
|
|
Eviction skips: 0
|
|
Eviction skips due to L2 writes: 0
|
|
L2 cached evictions: 0 Bytes
|
|
L2 eligible evictions: 0 Bytes
|
|
L2 eligible MFU evictions: n/a 0 Bytes
|
|
L2 eligible MRU evictions: n/a 0 Bytes
|
|
L2 ineligible evictions: 0 Bytes
|
|
|
|
ARC total accesses: 0
|
|
Total hits: n/a 0
|
|
Total I/O hits: n/a 0
|
|
Total misses: n/a 0
|
|
|
|
ARC demand data accesses: n/a 0
|
|
Demand data hits: n/a 0
|
|
Demand data I/O hits: n/a 0
|
|
Demand data misses: n/a 0
|
|
|
|
ARC demand metadata accesses: n/a 0
|
|
Demand metadata hits: n/a 0
|
|
Demand metadata I/O hits: n/a 0
|
|
Demand metadata misses: n/a 0
|
|
|
|
ARC prefetch data accesses: n/a 0
|
|
Prefetch data hits: n/a 0
|
|
Prefetch data I/O hits: n/a 0
|
|
Prefetch data misses: n/a 0
|
|
|
|
ARC prefetch metadata accesses: n/a 0
|
|
Prefetch metadata hits: n/a 0
|
|
Prefetch metadata I/O hits: n/a 0
|
|
Prefetch metadata misses: n/a 0
|
|
|
|
ARC predictive prefetches: n/a 0
|
|
Demand hits after predictive: n/a 0
|
|
Demand I/O hits after predictive: n/a 0
|
|
Never demanded after predictive: n/a 0
|
|
|
|
ARC prescient prefetches: n/a 0
|
|
Demand hits after prescient: n/a 0
|
|
Demand I/O hits after prescient: n/a 0
|
|
Never demanded after prescient: n/a 0
|
|
|
|
ARC states hits of all accesses:
|
|
Most frequently used (MFU): n/a 0
|
|
Most recently used (MRU): n/a 0
|
|
Most frequently used (MFU) ghost: n/a 0
|
|
Most recently used (MRU) ghost: n/a 0
|
|
Uncached: n/a 0
|
|
|
|
DMU predictive prefetcher calls: 0
|
|
Stream hits: n/a 0
|
|
Hits ahead of stream: n/a 0
|
|
Hits behind stream: n/a 0
|
|
Stream misses: n/a 0
|
|
Streams limit reached: n/a 0
|
|
Stream strides: 0
|
|
Prefetches issued 0
|
|
|
|
L2ARC not detected, skipping section
|
|
|
|
Solaris Porting Layer (SPL):
|
|
spl_hostid 0
|
|
spl_hostid_path /etc/hostid
|
|
spl_kmem_alloc_max 1048576
|
|
spl_kmem_alloc_warn 65536
|
|
spl_kmem_cache_kmem_threads 4
|
|
spl_kmem_cache_magazine_size 0
|
|
spl_kmem_cache_max_size 32
|
|
spl_kmem_cache_obj_per_slab 8
|
|
spl_kmem_cache_slab_limit 16384
|
|
spl_panic_halt 0
|
|
spl_schedule_hrtimeout_slack_us 0
|
|
spl_taskq_kick 0
|
|
spl_taskq_thread_bind 0
|
|
spl_taskq_thread_dynamic 1
|
|
spl_taskq_thread_priority 1
|
|
spl_taskq_thread_sequential 4
|
|
spl_taskq_thread_timeout_ms 5000
|
|
|
|
Tunables:
|
|
brt_zap_default_bs 12
|
|
brt_zap_default_ibs 12
|
|
brt_zap_prefetch 1
|
|
dbuf_cache_hiwater_pct 10
|
|
dbuf_cache_lowater_pct 10
|
|
dbuf_cache_max_bytes 18446744073709551615
|
|
dbuf_cache_shift 5
|
|
dbuf_metadata_cache_max_bytes 18446744073709551615
|
|
dbuf_metadata_cache_shift 6
|
|
dbuf_mutex_cache_shift 0
|
|
ddt_zap_default_bs 15
|
|
ddt_zap_default_ibs 15
|
|
dmu_ddt_copies 0
|
|
dmu_object_alloc_chunk_shift 7
|
|
dmu_prefetch_max 134217728
|
|
icp_aes_impl cycle [fastest] generic x86_64 aesni
|
|
icp_gcm_avx_chunk_size 32736
|
|
icp_gcm_impl cycle [fastest] generic pclmulqdq
|
|
l2arc_exclude_special 0
|
|
l2arc_feed_again 1
|
|
l2arc_feed_min_ms 200
|
|
l2arc_feed_secs 1
|
|
l2arc_headroom 8
|
|
l2arc_headroom_boost 200
|
|
l2arc_meta_percent 33
|
|
l2arc_mfuonly 0
|
|
l2arc_noprefetch 1
|
|
l2arc_norw 0
|
|
l2arc_rebuild_blocks_min_l2size 1073741824
|
|
l2arc_rebuild_enabled 1
|
|
l2arc_trim_ahead 0
|
|
l2arc_write_boost 33554432
|
|
l2arc_write_max 33554432
|
|
metaslab_aliquot 1048576
|
|
metaslab_bias_enabled 1
|
|
metaslab_debug_load 0
|
|
metaslab_debug_unload 0
|
|
metaslab_df_max_search 16777216
|
|
metaslab_df_use_largest_segment 0
|
|
metaslab_force_ganging 16777217
|
|
metaslab_force_ganging_pct 3
|
|
metaslab_fragmentation_factor_enabled 1
|
|
metaslab_lba_weighting_enabled 1
|
|
metaslab_preload_enabled 1
|
|
metaslab_preload_limit 10
|
|
metaslab_preload_pct 50
|
|
metaslab_unload_delay 32
|
|
metaslab_unload_delay_ms 600000
|
|
raidz_expand_max_copy_bytes 167772160
|
|
raidz_expand_max_reflow_bytes 0
|
|
raidz_io_aggregate_rows 4
|
|
send_holes_without_birth_time 1
|
|
spa_asize_inflation 24
|
|
spa_config_path /etc/zfs/zpool.cache
|
|
spa_cpus_per_allocator 4
|
|
spa_load_print_vdev_tree 0
|
|
spa_load_verify_data 1
|
|
spa_load_verify_metadata 1
|
|
spa_load_verify_shift 4
|
|
spa_num_allocators 4
|
|
spa_slop_shift 5
|
|
spa_upgrade_errlog_limit 0
|
|
vdev_file_logical_ashift 9
|
|
vdev_file_physical_ashift 9
|
|
vdev_removal_max_span 32768
|
|
vdev_validate_skip 0
|
|
zap_iterate_prefetch 1
|
|
zap_micro_max_size 131072
|
|
zap_shrink_enabled 1
|
|
zfetch_hole_shift 2
|
|
zfetch_max_distance 67108864
|
|
zfetch_max_idistance 134217728
|
|
zfetch_max_reorder 16777216
|
|
zfetch_max_sec_reap 2
|
|
zfetch_max_streams 8
|
|
zfetch_min_distance 4194304
|
|
zfetch_min_sec_reap 1
|
|
zfs_abd_scatter_enabled 1
|
|
zfs_abd_scatter_max_order 9
|
|
zfs_abd_scatter_min_size 1536
|
|
zfs_active_allocator dynamic
|
|
zfs_admin_snapshot 0
|
|
zfs_allow_redacted_dataset_mount 0
|
|
zfs_arc_average_blocksize 8192
|
|
zfs_arc_dnode_limit 0
|
|
zfs_arc_dnode_limit_percent 10
|
|
zfs_arc_dnode_reduce_percent 10
|
|
zfs_arc_evict_batch_limit 10
|
|
zfs_arc_evict_threads 3
|
|
zfs_arc_eviction_pct 200
|
|
zfs_arc_grow_retry 0
|
|
zfs_arc_lotsfree_percent 10
|
|
zfs_arc_max 10125049856
|
|
zfs_arc_meta_balance 500
|
|
zfs_arc_min 0
|
|
zfs_arc_min_prefetch_ms 0
|
|
zfs_arc_min_prescient_prefetch_ms 0
|
|
zfs_arc_pc_percent 0
|
|
zfs_arc_prune_task_threads 1
|
|
zfs_arc_shrink_shift 0
|
|
zfs_arc_shrinker_limit 0
|
|
zfs_arc_shrinker_seeks 2
|
|
zfs_arc_sys_free 0
|
|
zfs_async_block_max_blocks 18446744073709551615
|
|
zfs_autoimport_disable 1
|
|
zfs_bclone_enabled 1
|
|
zfs_bclone_wait_dirty 1
|
|
zfs_blake3_impl cycle [fastest] generic sse2 sse41
|
|
zfs_btree_verify_intensity 0
|
|
zfs_checksum_events_per_second 20
|
|
zfs_commit_timeout_pct 10
|
|
zfs_compressed_arc_enabled 1
|
|
zfs_condense_indirect_commit_entry_delay_ms 0
|
|
zfs_condense_indirect_obsolete_pct 25
|
|
zfs_condense_indirect_vdevs_enable 1
|
|
zfs_condense_max_obsolete_bytes 1073741824
|
|
zfs_condense_min_mapping_bytes 131072
|
|
zfs_dbgmsg_enable 1
|
|
zfs_dbgmsg_maxsize 4194304
|
|
zfs_dbuf_state_index 0
|
|
zfs_ddt_data_is_special 1
|
|
zfs_deadman_checktime_ms 60000
|
|
zfs_deadman_enabled 1
|
|
zfs_deadman_events_per_second 1
|
|
zfs_deadman_failmode wait
|
|
zfs_deadman_synctime_ms 600000
|
|
zfs_deadman_ziotime_ms 300000
|
|
zfs_dedup_log_cap 4294967295
|
|
zfs_dedup_log_flush_entries_max 4294967295
|
|
zfs_dedup_log_flush_entries_min 200
|
|
zfs_dedup_log_flush_flow_rate_txgs 10
|
|
zfs_dedup_log_flush_min_time_ms 1000
|
|
zfs_dedup_log_flush_txgs 100
|
|
zfs_dedup_log_hard_cap 0
|
|
zfs_dedup_log_mem_max 1012468858
|
|
zfs_dedup_log_mem_max_percent 1
|
|
zfs_dedup_log_txg_max 8
|
|
zfs_dedup_prefetch 0
|
|
zfs_default_bs 9
|
|
zfs_default_ibs 17
|
|
zfs_delay_min_dirty_percent 60
|
|
zfs_delay_scale 500000
|
|
zfs_delete_blocks 20480
|
|
zfs_dio_enabled 1
|
|
zfs_dio_write_verify_events_per_second 20
|
|
zfs_dirty_data_max 4294967296
|
|
zfs_dirty_data_max_max 4294967296
|
|
zfs_dirty_data_max_max_percent 25
|
|
zfs_dirty_data_max_percent 10
|
|
zfs_dirty_data_sync_percent 20
|
|
zfs_disable_ivset_guid_check 0
|
|
zfs_dmu_offset_next_sync 1
|
|
zfs_embedded_slog_min_ms 64
|
|
zfs_expire_snapshot 300
|
|
zfs_fallocate_reserve_percent 110
|
|
zfs_flags 0
|
|
zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3
|
|
zfs_free_bpobj_enabled 1
|
|
zfs_free_leak_on_eio 0
|
|
zfs_free_min_time_ms 1000
|
|
zfs_history_output_max 1048576
|
|
zfs_immediate_write_sz 32768
|
|
zfs_initialize_chunk_size 1048576
|
|
zfs_initialize_value 16045690984833335022
|
|
zfs_keep_log_spacemaps_at_export 0
|
|
zfs_key_max_salt_uses 400000000
|
|
zfs_livelist_condense_new_alloc 0
|
|
zfs_livelist_condense_sync_cancel 0
|
|
zfs_livelist_condense_sync_pause 0
|
|
zfs_livelist_condense_zthr_cancel 0
|
|
zfs_livelist_condense_zthr_pause 0
|
|
zfs_livelist_max_entries 500000
|
|
zfs_livelist_min_percent_shared 75
|
|
zfs_lua_max_instrlimit 100000000
|
|
zfs_lua_max_memlimit 104857600
|
|
zfs_max_async_dedup_frees 100000
|
|
zfs_max_dataset_nesting 50
|
|
zfs_max_log_walking 5
|
|
zfs_max_logsm_summary_length 10
|
|
zfs_max_missing_tvds 0
|
|
zfs_max_nvlist_src_size 0
|
|
zfs_max_recordsize 16777216
|
|
zfs_metaslab_find_max_tries 100
|
|
zfs_metaslab_fragmentation_threshold 77
|
|
zfs_metaslab_max_size_cache_sec 3600
|
|
zfs_metaslab_mem_limit 25
|
|
zfs_metaslab_segment_weight_enabled 1
|
|
zfs_metaslab_switch_threshold 2
|
|
zfs_metaslab_try_hard_before_gang 0
|
|
zfs_mg_fragmentation_threshold 95
|
|
zfs_mg_noalloc_threshold 0
|
|
zfs_min_metaslabs_to_flush 1
|
|
zfs_multihost_fail_intervals 10
|
|
zfs_multihost_history 0
|
|
zfs_multihost_import_intervals 20
|
|
zfs_multihost_interval 1000
|
|
zfs_multilist_num_sublists 0
|
|
zfs_no_scrub_io 0
|
|
zfs_no_scrub_prefetch 0
|
|
zfs_nocacheflush 0
|
|
zfs_nopwrite_enabled 1
|
|
zfs_object_mutex_size 64
|
|
zfs_obsolete_min_time_ms 500
|
|
zfs_override_estimate_recordsize 0
|
|
zfs_pd_bytes_max 52428800
|
|
zfs_per_txg_dirty_frees_percent 30
|
|
zfs_prefetch_disable 0
|
|
zfs_read_history 0
|
|
zfs_read_history_hits 0
|
|
zfs_rebuild_max_segment 1048576
|
|
zfs_rebuild_scrub_enabled 1
|
|
zfs_rebuild_vdev_limit 67108864
|
|
zfs_reconstruct_indirect_combinations_max 4096
|
|
zfs_recover 0
|
|
zfs_recv_best_effort_corrective 0
|
|
zfs_recv_queue_ff 20
|
|
zfs_recv_queue_length 16777216
|
|
zfs_recv_write_batch_size 1048576
|
|
zfs_removal_ignore_errors 0
|
|
zfs_removal_suspend_progress 0
|
|
zfs_remove_max_segment 16777216
|
|
zfs_resilver_defer_percent 10
|
|
zfs_resilver_disable_defer 0
|
|
zfs_resilver_min_time_ms 3000
|
|
zfs_scan_blkstats 0
|
|
zfs_scan_checkpoint_intval 7200
|
|
zfs_scan_fill_weight 3
|
|
zfs_scan_ignore_errors 0
|
|
zfs_scan_issue_strategy 0
|
|
zfs_scan_legacy 0
|
|
zfs_scan_max_ext_gap 2097152
|
|
zfs_scan_mem_lim_fact 20
|
|
zfs_scan_mem_lim_soft_fact 20
|
|
zfs_scan_report_txgs 0
|
|
zfs_scan_strict_mem_lim 0
|
|
zfs_scan_suspend_progress 0
|
|
zfs_scan_vdev_limit 16777216
|
|
zfs_scrub_after_expand 1
|
|
zfs_scrub_error_blocks_per_txg 4096
|
|
zfs_scrub_min_time_ms 1000
|
|
zfs_send_corrupt_data 0
|
|
zfs_send_no_prefetch_queue_ff 20
|
|
zfs_send_no_prefetch_queue_length 1048576
|
|
zfs_send_queue_ff 20
|
|
zfs_send_queue_length 16777216
|
|
zfs_send_unmodified_spill_blocks 1
|
|
zfs_sha256_impl cycle [fastest] generic x64 ssse3
|
|
zfs_sha512_impl cycle [fastest] generic x64
|
|
zfs_slow_io_events_per_second 20
|
|
zfs_snapshot_history_enabled 1
|
|
zfs_snapshot_no_setuid 0
|
|
zfs_spa_discard_memory_limit 16777216
|
|
zfs_special_class_metadata_reserve_pct 25
|
|
zfs_sync_pass_deferred_free 2
|
|
zfs_sync_pass_dont_compress 8
|
|
zfs_sync_pass_rewrite 2
|
|
zfs_traverse_indirect_prefetch_limit 32
|
|
zfs_trim_extent_bytes_max 134217728
|
|
zfs_trim_extent_bytes_min 32768
|
|
zfs_trim_metaslab_skip 0
|
|
zfs_trim_queue_limit 10
|
|
zfs_trim_txg_batch 32
|
|
zfs_txg_history 100
|
|
zfs_txg_timeout 5
|
|
zfs_unflushed_log_block_max 131072
|
|
zfs_unflushed_log_block_min 1000
|
|
zfs_unflushed_log_block_pct 400
|
|
zfs_unflushed_log_txg_max 1000
|
|
zfs_unflushed_max_mem_amt 1073741824
|
|
zfs_unflushed_max_mem_ppm 1000
|
|
zfs_unlink_suspend_progress 0
|
|
zfs_user_indirect_is_special 1
|
|
zfs_vdev_aggregation_limit 1048576
|
|
zfs_vdev_aggregation_limit_non_rotating 131072
|
|
zfs_vdev_async_read_max_active 3
|
|
zfs_vdev_async_read_min_active 1
|
|
zfs_vdev_async_write_active_max_dirty_percent 60
|
|
zfs_vdev_async_write_active_min_dirty_percent 30
|
|
zfs_vdev_async_write_max_active 10
|
|
zfs_vdev_async_write_min_active 2
|
|
zfs_vdev_def_queue_depth 32
|
|
zfs_vdev_default_ms_count 200
|
|
zfs_vdev_default_ms_shift 29
|
|
zfs_vdev_direct_write_verify 1
|
|
zfs_vdev_disk_classic 0
|
|
zfs_vdev_disk_max_segs 0
|
|
zfs_vdev_failfast_mask 1
|
|
zfs_vdev_initializing_max_active 1
|
|
zfs_vdev_initializing_min_active 1
|
|
zfs_vdev_max_active 1000
|
|
zfs_vdev_max_auto_ashift 14
|
|
zfs_vdev_max_ms_shift 34
|
|
zfs_vdev_min_auto_ashift 9
|
|
zfs_vdev_min_ms_count 16
|
|
zfs_vdev_mirror_non_rotating_inc 0
|
|
zfs_vdev_mirror_non_rotating_seek_inc 1
|
|
zfs_vdev_mirror_rotating_inc 0
|
|
zfs_vdev_mirror_rotating_seek_inc 5
|
|
zfs_vdev_mirror_rotating_seek_offset 1048576
|
|
zfs_vdev_ms_count_limit 131072
|
|
zfs_vdev_nia_credit 5
|
|
zfs_vdev_nia_delay 5
|
|
zfs_vdev_open_timeout_ms 1000
|
|
zfs_vdev_queue_depth_pct 1000
|
|
zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3
|
|
zfs_vdev_read_gap_limit 32768
|
|
zfs_vdev_rebuild_max_active 3
|
|
zfs_vdev_rebuild_min_active 1
|
|
zfs_vdev_removal_max_active 2
|
|
zfs_vdev_removal_min_active 1
|
|
zfs_vdev_scheduler unused
|
|
zfs_vdev_scrub_max_active 3
|
|
zfs_vdev_scrub_min_active 1
|
|
zfs_vdev_sync_read_max_active 10
|
|
zfs_vdev_sync_read_min_active 10
|
|
zfs_vdev_sync_write_max_active 10
|
|
zfs_vdev_sync_write_min_active 10
|
|
zfs_vdev_trim_max_active 2
|
|
zfs_vdev_trim_min_active 1
|
|
zfs_vdev_write_gap_limit 4096
|
|
zfs_vnops_read_chunk_size 33554432
|
|
zfs_wrlog_data_max 8589934592
|
|
zfs_xattr_compat 0
|
|
zfs_zevent_len_max 512
|
|
zfs_zevent_retain_expire_secs 900
|
|
zfs_zevent_retain_max 2000
|
|
zfs_zil_clean_taskq_maxalloc 1048576
|
|
zfs_zil_clean_taskq_minalloc 1024
|
|
zfs_zil_clean_taskq_nthr_pct 100
|
|
zfs_zil_saxattr 1
|
|
zil_maxblocksize 131072
|
|
zil_maxcopied 7680
|
|
zil_nocacheflush 0
|
|
zil_replay_disable 0
|
|
zil_slog_bulk 67108864
|
|
zio_deadman_log_all 0
|
|
zio_dva_throttle_enabled 1
|
|
zio_requeue_io_start_cut_in_line 1
|
|
zio_slow_io_ms 30000
|
|
zio_taskq_batch_pct 80
|
|
zio_taskq_batch_tpq 0
|
|
zio_taskq_read fixed,1,8 null scale null
|
|
zio_taskq_write sync null scale null
|
|
zio_taskq_write_tpq 16
|
|
zstd_abort_size 131072
|
|
zstd_earlyabort_pass 1
|
|
zvol_blk_mq_blocks_per_thread 8
|
|
zvol_blk_mq_queue_depth 128
|
|
zvol_enforce_quotas 1
|
|
zvol_inhibit_dev 0
|
|
zvol_major 230
|
|
zvol_max_discard_blocks 16384
|
|
zvol_num_taskqs 0
|
|
zvol_open_timeout_ms 1000
|
|
zvol_prefetch_bytes 131072
|
|
zvol_request_sync 0
|
|
zvol_threads 0
|
|
zvol_use_blk_mq 0
|
|
zvol_volmode 1
|
|
|
|
ZIL committed transactions: 0
|
|
Commit requests: 0
|
|
Flushes to stable storage: 0
|
|
Transactions to SLOG storage pool: 0 Bytes 0
|
|
Transactions to non-SLOG storage pool: 0 Bytes 0
|
|
|
|
|
|
--- zpool events -v (recent)
|
|
$ zpool events -v
|
|
TIME CLASS
|
|
|
|
--- zpool history (last 30 events)
|
|
$ zpool history -il 2>/dev/null | tail -n 30
|
|
|
|
###############################################################################
|
|
# 20. STORAGE: DRIVE HEALTH
|
|
###############################################################################
|
|
|
|
--- nvme list
|
|
$ nvme list
|
|
/root/check.sh: line 45: nvme: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- nvme smart-log per device
|
|
$ for n in /dev/nvme[0-9]*; do
|
|
[ -b "$n" ] || continue
|
|
echo "--- $n smart-log ---"
|
|
nvme smart-log "$n" 2>&1
|
|
echo "--- $n error-log (first 5) ---"
|
|
nvme error-log "$n" 2>&1 | head -n 80
|
|
done
|
|
|
|
--- nvme id-ctrl per device (key fields)
|
|
$ for n in /dev/nvme[0-9]*; do
|
|
[ -b "$n" ] || continue
|
|
echo "--- $n id-ctrl (filtered) ---"
|
|
nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)'
|
|
done
|
|
|
|
--- smartctl -a per disk
|
|
$ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do
|
|
dev="/dev/$d"
|
|
[ -b "$dev" ] || continue
|
|
echo "--- smartctl -a $dev ---"
|
|
smartctl -a "$dev" 2>&1 | head -n 200
|
|
done
|
|
--- smartctl -a /dev/sda ---
|
|
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
|
|
|
|
=== START OF INFORMATION SECTION ===
|
|
Model Family: Seagate IronWolf
|
|
Device Model: ST1000VN002-2EY102
|
|
Serial Number: Z9C13271
|
|
LU WWN Device Id: 5 000c50 0a1f41c72
|
|
Firmware Version: SC60
|
|
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
|
|
Sector Sizes: 512 bytes logical, 4096 bytes physical
|
|
Rotation Rate: 5900 rpm
|
|
Form Factor: 3.5 inches
|
|
Device is: In smartctl database 7.5/5706
|
|
ATA Version is: ATA8-ACS T13/1699-D revision 4
|
|
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
|
|
Local Time is: Mon Jul 27 21:54:50 2026 CDT
|
|
SMART support is: Available - device has SMART capability.
|
|
SMART support is: Enabled
|
|
|
|
=== START OF READ SMART DATA SECTION ===
|
|
SMART overall-health self-assessment test result: PASSED
|
|
|
|
General SMART Values:
|
|
Offline data collection status: (0x82) Offline data collection activity
|
|
was completed without error.
|
|
Auto Offline Data Collection: Enabled.
|
|
Self-test execution status: ( 0) The previous self-test routine completed
|
|
without error or no self-test has ever
|
|
been run.
|
|
Total time to complete Offline
|
|
data collection: ( 592) seconds.
|
|
Offline data collection
|
|
capabilities: (0x7b) SMART execute Offline immediate.
|
|
Auto Offline data collection on/off support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
Offline surface scan supported.
|
|
Self-test supported.
|
|
Conveyance Self-test supported.
|
|
Selective Self-test supported.
|
|
SMART capabilities: (0x0003) Saves SMART data before entering
|
|
power-saving mode.
|
|
Supports SMART auto save timer.
|
|
Error logging capability: (0x01) Error logging supported.
|
|
General Purpose Logging supported.
|
|
Short self-test routine
|
|
recommended polling time: ( 1) minutes.
|
|
Extended self-test routine
|
|
recommended polling time: ( 125) minutes.
|
|
Conveyance self-test routine
|
|
recommended polling time: ( 2) minutes.
|
|
SCT capabilities: (0x10bf) SCT Status supported.
|
|
SCT Error Recovery Control supported.
|
|
SCT Feature Control supported.
|
|
SCT Data Table supported.
|
|
|
|
SMART Attributes Data Structure revision number: 10
|
|
Vendor Specific SMART Attributes with Thresholds:
|
|
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
|
|
1 Raw_Read_Error_Rate 0x000f 081 063 006 Pre-fail Always - 138407988
|
|
3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0
|
|
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 196
|
|
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
|
|
7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 291572005
|
|
9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38388
|
|
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
|
|
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182
|
|
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
|
|
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
|
|
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0 0 0
|
|
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
|
|
190 Airflow_Temperature_Cel 0x0022 065 061 040 Old_age Always - 35 (Min/Max 26/37)
|
|
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1819
|
|
194 Temperature_Celsius 0x0022 035 014 000 Old_age Always - 35 (0 14 0 0 0)
|
|
195 Hardware_ECC_Recovered 0x001a 024 003 000 Old_age Always - 138407988
|
|
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
|
|
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
|
|
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
|
|
|
|
SMART Error Log Version: 1
|
|
No Errors Logged
|
|
|
|
SMART Self-test log structure revision number 1
|
|
No self-tests have been logged. [To run self-tests, use: smartctl -t]
|
|
|
|
SMART Selective self-test log data structure revision number 1
|
|
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
|
|
1 0 0 Not_testing
|
|
2 0 0 Not_testing
|
|
3 0 0 Not_testing
|
|
4 0 0 Not_testing
|
|
5 0 0 Not_testing
|
|
Selective self-test flags (0x0):
|
|
After scanning selected spans, do NOT read-scan remainder of disk.
|
|
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
|
|
|
The above only provides legacy SMART information - try 'smartctl -x' for more
|
|
|
|
--- smartctl -a /dev/sdb ---
|
|
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
|
|
|
|
=== START OF INFORMATION SECTION ===
|
|
Model Family: Toshiba 3.5" DT01ACA... Desktop HDD
|
|
Device Model: TOSHIBA DT01ACA050
|
|
Serial Number: Z58M3U4KS
|
|
LU WWN Device Id: 5 000039 fe4e4e05d
|
|
Add. Product Id: DELL(tm)
|
|
Firmware Version: MS1OA7S0
|
|
User Capacity: 500,107,862,016 bytes [500 GB]
|
|
Sector Sizes: 512 bytes logical, 4096 bytes physical
|
|
Rotation Rate: 7200 rpm
|
|
Form Factor: 3.5 inches
|
|
Device is: In smartctl database 7.5/5706
|
|
ATA Version is: ATA8-ACS T13/1699-D revision 4
|
|
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
|
|
Local Time is: Mon Jul 27 21:54:51 2026 CDT
|
|
SMART support is: Available - device has SMART capability.
|
|
SMART support is: Enabled
|
|
|
|
=== START OF READ SMART DATA SECTION ===
|
|
SMART overall-health self-assessment test result: PASSED
|
|
|
|
General SMART Values:
|
|
Offline data collection status: (0x84) Offline data collection activity
|
|
was suspended by an interrupting command from host.
|
|
Auto Offline Data Collection: Enabled.
|
|
Self-test execution status: ( 0) The previous self-test routine completed
|
|
without error or no self-test has ever
|
|
been run.
|
|
Total time to complete Offline
|
|
data collection: ( 3547) seconds.
|
|
Offline data collection
|
|
capabilities: (0x5b) SMART execute Offline immediate.
|
|
Auto Offline data collection on/off support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
Offline surface scan supported.
|
|
Self-test supported.
|
|
No Conveyance Self-test supported.
|
|
Selective Self-test supported.
|
|
SMART capabilities: (0x0003) Saves SMART data before entering
|
|
power-saving mode.
|
|
Supports SMART auto save timer.
|
|
Error logging capability: (0x01) Error logging supported.
|
|
General Purpose Logging supported.
|
|
Short self-test routine
|
|
recommended polling time: ( 1) minutes.
|
|
Extended self-test routine
|
|
recommended polling time: ( 60) minutes.
|
|
SCT capabilities: (0x003d) SCT Status supported.
|
|
SCT Error Recovery Control supported.
|
|
SCT Feature Control supported.
|
|
SCT Data Table supported.
|
|
|
|
SMART Attributes Data Structure revision number: 16
|
|
Vendor Specific SMART Attributes with Thresholds:
|
|
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
|
|
1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0
|
|
2 Throughput_Performance 0x0004 142 142 000 Old_age Offline - 69
|
|
3 Spin_Up_Time 0x0007 134 134 024 Pre-fail Always - 173 (Average 170)
|
|
4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 198
|
|
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
|
|
7 Seek_Error_Rate 0x000a 100 100 000 Old_age Always - 0
|
|
8 Seek_Time_Performance 0x0004 110 110 000 Old_age Offline - 36
|
|
9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 82320
|
|
10 Spin_Retry_Count 0x0012 100 100 000 Old_age Always - 0
|
|
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 197
|
|
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 295
|
|
193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 295
|
|
194 Temperature_Celsius 0x0002 141 141 000 Old_age Always - 39 (Min/Max 21/47)
|
|
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
|
|
197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0
|
|
198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0
|
|
199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0
|
|
240 Head_Flying_Hours 0x0012 089 089 000 Old_age Always - 82310
|
|
241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 171552874496
|
|
242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 131294832446
|
|
|
|
SMART Error Log Version: 1
|
|
No Errors Logged
|
|
|
|
SMART Self-test log structure revision number 1
|
|
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
|
|
# 1 Short offline Completed without error 00% 0 -
|
|
|
|
SMART Selective self-test log data structure revision number 1
|
|
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
|
|
1 0 0 Not_testing
|
|
2 0 0 Not_testing
|
|
3 0 0 Not_testing
|
|
4 0 0 Not_testing
|
|
5 0 0 Not_testing
|
|
Selective self-test flags (0x0):
|
|
After scanning selected spans, do NOT read-scan remainder of disk.
|
|
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
|
|
|
The above only provides legacy SMART information - try 'smartctl -x' for more
|
|
|
|
--- smartctl -a /dev/sdc ---
|
|
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
|
|
|
|
=== START OF INFORMATION SECTION ===
|
|
Model Family: Samsung based SSDs
|
|
Device Model: Samsung SSD 860 PRO 256GB
|
|
Serial Number: S45GNG0K805039L
|
|
LU WWN Device Id: 5 002538 e70081ee4
|
|
Firmware Version: RVM01B6Q
|
|
User Capacity: 256,060,514,304 bytes [256 GB]
|
|
Sector Size: 512 bytes logical/physical
|
|
Rotation Rate: Solid State Device
|
|
Form Factor: 2.5 inches
|
|
TRIM Command: Available, deterministic, zeroed
|
|
Device is: In smartctl database 7.5/5706
|
|
ATA Version is: ACS-4 T13/BSR INCITS 529 revision 5
|
|
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s)
|
|
Local Time is: Mon Jul 27 21:54:52 2026 CDT
|
|
SMART support is: Available - device has SMART capability.
|
|
SMART support is: Enabled
|
|
|
|
=== START OF READ SMART DATA SECTION ===
|
|
SMART overall-health self-assessment test result: PASSED
|
|
|
|
General SMART Values:
|
|
Offline data collection status: (0x00) Offline data collection activity
|
|
was never started.
|
|
Auto Offline Data Collection: Disabled.
|
|
Self-test execution status: ( 0) The previous self-test routine completed
|
|
without error or no self-test has ever
|
|
been run.
|
|
Total time to complete Offline
|
|
data collection: ( 0) seconds.
|
|
Offline data collection
|
|
capabilities: (0x53) SMART execute Offline immediate.
|
|
Auto Offline data collection on/off support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
No Offline surface scan supported.
|
|
Self-test supported.
|
|
No Conveyance Self-test supported.
|
|
Selective Self-test supported.
|
|
SMART capabilities: (0x0003) Saves SMART data before entering
|
|
power-saving mode.
|
|
Supports SMART auto save timer.
|
|
Error logging capability: (0x01) Error logging supported.
|
|
General Purpose Logging supported.
|
|
Short self-test routine
|
|
recommended polling time: ( 2) minutes.
|
|
Extended self-test routine
|
|
recommended polling time: ( 85) minutes.
|
|
SCT capabilities: (0x003d) SCT Status supported.
|
|
SCT Error Recovery Control supported.
|
|
SCT Feature Control supported.
|
|
SCT Data Table supported.
|
|
|
|
SMART Attributes Data Structure revision number: 1
|
|
Vendor Specific SMART Attributes with Thresholds:
|
|
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
|
|
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
|
|
9 Power_On_Hours 0x0032 090 090 000 Old_age Always - 48673
|
|
12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 165
|
|
177 Wear_Leveling_Count 0x0013 083 083 000 Pre-fail Always - 375
|
|
179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0
|
|
181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0
|
|
182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0
|
|
183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0
|
|
187 Uncorrectable_Error_Cnt 0x0032 100 100 000 Old_age Always - 0
|
|
190 Airflow_Temperature_Cel 0x0032 062 049 000 Old_age Always - 38
|
|
195 ECC_Error_Rate 0x001a 200 200 000 Old_age Always - 0
|
|
199 CRC_Error_Count 0x003e 099 099 000 Old_age Always - 8
|
|
235 POR_Recovery_Count 0x0012 099 099 000 Old_age Always - 162
|
|
241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 72081907087
|
|
|
|
SMART Error Log Version: 1
|
|
No Errors Logged
|
|
|
|
SMART Self-test log structure revision number 1
|
|
No self-tests have been logged. [To run self-tests, use: smartctl -t]
|
|
|
|
SMART Selective self-test log data structure revision number 1
|
|
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
|
|
1 0 0 Not_testing
|
|
2 0 0 Not_testing
|
|
3 0 0 Not_testing
|
|
4 0 0 Not_testing
|
|
5 0 0 Not_testing
|
|
Selective self-test flags (0x0):
|
|
After scanning selected spans, do NOT read-scan remainder of disk.
|
|
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
|
|
|
The above only provides legacy SMART information - try 'smartctl -x' for more
|
|
|
|
--- smartctl -a /dev/sdd ---
|
|
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
|
|
|
|
=== START OF INFORMATION SECTION ===
|
|
Model Family: Hitachi/HGST Ultrastar 7K4000
|
|
Device Model: HITACHI HUS724020ALA640
|
|
Serial Number: P2G2SZUJ
|
|
LU WWN Device Id: 5 000cca 24bc142d0
|
|
Firmware Version: MF6ONS00
|
|
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
|
|
Sector Size: 512 bytes logical/physical
|
|
Rotation Rate: 7200 rpm
|
|
Form Factor: 3.5 inches
|
|
Device is: In smartctl database 7.5/5706
|
|
ATA Version is: ATA8-ACS T13/1699-D revision 4
|
|
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 1.5 Gb/s)
|
|
Local Time is: Mon Jul 27 21:54:52 2026 CDT
|
|
SMART support is: Available - device has SMART capability.
|
|
SMART support is: Enabled
|
|
|
|
=== START OF READ SMART DATA SECTION ===
|
|
SMART overall-health self-assessment test result: PASSED
|
|
|
|
General SMART Values:
|
|
Offline data collection status: (0x00) Offline data collection activity
|
|
was never started.
|
|
Auto Offline Data Collection: Disabled.
|
|
Self-test execution status: ( 0) The previous self-test routine completed
|
|
without error or no self-test has ever
|
|
been run.
|
|
Total time to complete Offline
|
|
data collection: (19652) seconds.
|
|
Offline data collection
|
|
capabilities: (0x5b) SMART execute Offline immediate.
|
|
Auto Offline data collection on/off support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
Offline surface scan supported.
|
|
Self-test supported.
|
|
No Conveyance Self-test supported.
|
|
Selective Self-test supported.
|
|
SMART capabilities: (0x0003) Saves SMART data before entering
|
|
power-saving mode.
|
|
Supports SMART auto save timer.
|
|
Error logging capability: (0x01) Error logging supported.
|
|
General Purpose Logging supported.
|
|
Short self-test routine
|
|
recommended polling time: ( 1) minutes.
|
|
Extended self-test routine
|
|
recommended polling time: ( 328) minutes.
|
|
SCT capabilities: (0x003d) SCT Status supported.
|
|
SCT Error Recovery Control supported.
|
|
SCT Feature Control supported.
|
|
SCT Data Table supported.
|
|
|
|
SMART Attributes Data Structure revision number: 16
|
|
Vendor Specific SMART Attributes with Thresholds:
|
|
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
|
|
1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0
|
|
2 Throughput_Performance 0x0005 100 100 054 Pre-fail Offline - 0
|
|
3 Spin_Up_Time 0x0007 214 214 024 Pre-fail Always - 269 (Average 315)
|
|
4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 107
|
|
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
|
|
7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0
|
|
8 Seek_Time_Performance 0x0005 100 100 020 Pre-fail Offline - 0
|
|
9 Power_On_Hours 0x0012 093 093 000 Old_age Always - 52249
|
|
10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0
|
|
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 107
|
|
192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 2002
|
|
193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 2002
|
|
194 Temperature_Celsius 0x0002 142 142 000 Old_age Always - 42 (Min/Max 18/50)
|
|
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
|
|
197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0
|
|
198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0
|
|
199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0
|
|
|
|
SMART Error Log Version: 1
|
|
No Errors Logged
|
|
|
|
SMART Self-test log structure revision number 1
|
|
No self-tests have been logged. [To run self-tests, use: smartctl -t]
|
|
|
|
SMART Selective self-test log data structure revision number 1
|
|
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
|
|
1 0 0 Not_testing
|
|
2 0 0 Not_testing
|
|
3 0 0 Not_testing
|
|
4 0 0 Not_testing
|
|
5 0 0 Not_testing
|
|
Selective self-test flags (0x0):
|
|
After scanning selected spans, do NOT read-scan remainder of disk.
|
|
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
|
|
|
The above only provides legacy SMART information - try 'smartctl -x' for more
|
|
|
|
--- smartctl -a /dev/sde ---
|
|
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
|
|
|
|
=== START OF INFORMATION SECTION ===
|
|
Model Family: Seagate IronWolf
|
|
Device Model: ST1000VN002-2EY102
|
|
Serial Number: Z9C132K8
|
|
LU WWN Device Id: 5 000c50 0a1f40e9b
|
|
Firmware Version: SC60
|
|
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
|
|
Sector Sizes: 512 bytes logical, 4096 bytes physical
|
|
Rotation Rate: 5900 rpm
|
|
Form Factor: 3.5 inches
|
|
Device is: In smartctl database 7.5/5706
|
|
ATA Version is: ATA8-ACS T13/1699-D revision 4
|
|
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
|
|
Local Time is: Mon Jul 27 21:54:53 2026 CDT
|
|
SMART support is: Available - device has SMART capability.
|
|
SMART support is: Enabled
|
|
|
|
=== START OF READ SMART DATA SECTION ===
|
|
SMART overall-health self-assessment test result: PASSED
|
|
|
|
General SMART Values:
|
|
Offline data collection status: (0x82) Offline data collection activity
|
|
was completed without error.
|
|
Auto Offline Data Collection: Enabled.
|
|
Self-test execution status: ( 0) The previous self-test routine completed
|
|
without error or no self-test has ever
|
|
been run.
|
|
Total time to complete Offline
|
|
data collection: ( 592) seconds.
|
|
Offline data collection
|
|
capabilities: (0x7b) SMART execute Offline immediate.
|
|
Auto Offline data collection on/off support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
Offline surface scan supported.
|
|
Self-test supported.
|
|
Conveyance Self-test supported.
|
|
Selective Self-test supported.
|
|
SMART capabilities: (0x0003) Saves SMART data before entering
|
|
power-saving mode.
|
|
Supports SMART auto save timer.
|
|
Error logging capability: (0x01) Error logging supported.
|
|
General Purpose Logging supported.
|
|
Short self-test routine
|
|
recommended polling time: ( 1) minutes.
|
|
Extended self-test routine
|
|
recommended polling time: ( 127) minutes.
|
|
Conveyance self-test routine
|
|
recommended polling time: ( 2) minutes.
|
|
SCT capabilities: (0x10bf) SCT Status supported.
|
|
SCT Error Recovery Control supported.
|
|
SCT Feature Control supported.
|
|
SCT Data Table supported.
|
|
|
|
SMART Attributes Data Structure revision number: 10
|
|
Vendor Specific SMART Attributes with Thresholds:
|
|
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
|
|
1 Raw_Read_Error_Rate 0x000f 076 063 006 Pre-fail Always - 42722849
|
|
3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0
|
|
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 194
|
|
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
|
|
7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 299339394
|
|
9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38393
|
|
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
|
|
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182
|
|
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
|
|
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
|
|
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0 0 0
|
|
189 High_Fly_Writes 0x003a 098 098 000 Old_age Always - 2
|
|
190 Airflow_Temperature_Cel 0x0022 062 061 040 Old_age Always - 38 (Min/Max 26/39)
|
|
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1853
|
|
194 Temperature_Celsius 0x0022 038 014 000 Old_age Always - 38 (0 14 0 0 0)
|
|
195 Hardware_ECC_Recovered 0x001a 034 013 000 Old_age Always - 42722849
|
|
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
|
|
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
|
|
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
|
|
|
|
SMART Error Log Version: 1
|
|
No Errors Logged
|
|
|
|
SMART Self-test log structure revision number 1
|
|
No self-tests have been logged. [To run self-tests, use: smartctl -t]
|
|
|
|
SMART Selective self-test log data structure revision number 1
|
|
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
|
|
1 0 0 Not_testing
|
|
2 0 0 Not_testing
|
|
3 0 0 Not_testing
|
|
4 0 0 Not_testing
|
|
5 0 0 Not_testing
|
|
Selective self-test flags (0x0):
|
|
After scanning selected spans, do NOT read-scan remainder of disk.
|
|
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
|
|
|
The above only provides legacy SMART information - try 'smartctl -x' for more
|
|
|
|
--- smartctl -a /dev/sdf ---
|
|
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
|
|
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
|
|
|
|
=== START OF INFORMATION SECTION ===
|
|
Model Family: Seagate IronWolf
|
|
Device Model: ST1000VN002-2EY102
|
|
Serial Number: Z9C132TV
|
|
LU WWN Device Id: 5 000c50 0a1f41e07
|
|
Firmware Version: SC60
|
|
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
|
|
Sector Sizes: 512 bytes logical, 4096 bytes physical
|
|
Rotation Rate: 5900 rpm
|
|
Form Factor: 3.5 inches
|
|
Device is: In smartctl database 7.5/5706
|
|
ATA Version is: ATA8-ACS T13/1699-D revision 4
|
|
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
|
|
Local Time is: Mon Jul 27 21:54:54 2026 CDT
|
|
SMART support is: Available - device has SMART capability.
|
|
SMART support is: Enabled
|
|
|
|
=== START OF READ SMART DATA SECTION ===
|
|
SMART overall-health self-assessment test result: PASSED
|
|
|
|
General SMART Values:
|
|
Offline data collection status: (0x82) Offline data collection activity
|
|
was completed without error.
|
|
Auto Offline Data Collection: Enabled.
|
|
Self-test execution status: ( 0) The previous self-test routine completed
|
|
without error or no self-test has ever
|
|
been run.
|
|
Total time to complete Offline
|
|
data collection: ( 602) seconds.
|
|
Offline data collection
|
|
capabilities: (0x7b) SMART execute Offline immediate.
|
|
Auto Offline data collection on/off support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
Offline surface scan supported.
|
|
Self-test supported.
|
|
Conveyance Self-test supported.
|
|
Selective Self-test supported.
|
|
SMART capabilities: (0x0003) Saves SMART data before entering
|
|
power-saving mode.
|
|
Supports SMART auto save timer.
|
|
Error logging capability: (0x01) Error logging supported.
|
|
General Purpose Logging supported.
|
|
Short self-test routine
|
|
recommended polling time: ( 1) minutes.
|
|
Extended self-test routine
|
|
recommended polling time: ( 129) minutes.
|
|
Conveyance self-test routine
|
|
recommended polling time: ( 2) minutes.
|
|
SCT capabilities: (0x10bf) SCT Status supported.
|
|
SCT Error Recovery Control supported.
|
|
SCT Feature Control supported.
|
|
SCT Data Table supported.
|
|
|
|
SMART Attributes Data Structure revision number: 10
|
|
Vendor Specific SMART Attributes with Thresholds:
|
|
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
|
|
1 Raw_Read_Error_Rate 0x000f 075 063 006 Pre-fail Always - 36011112
|
|
3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0
|
|
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 194
|
|
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
|
|
7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 295525209
|
|
9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38378
|
|
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
|
|
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182
|
|
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
|
|
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
|
|
188 Command_Timeout 0x0032 100 094 000 Old_age Always - 0 0 12
|
|
189 High_Fly_Writes 0x003a 097 097 000 Old_age Always - 3
|
|
190 Airflow_Temperature_Cel 0x0022 063 059 040 Old_age Always - 37 (Min/Max 26/38)
|
|
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1844
|
|
194 Temperature_Celsius 0x0022 037 015 000 Old_age Always - 37 (0 15 0 0 0)
|
|
195 Hardware_ECC_Recovered 0x001a 055 013 000 Old_age Always - 36011112
|
|
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
|
|
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
|
|
199 UDMA_CRC_Error_Count 0x003e 200 188 000 Old_age Always - 64
|
|
|
|
SMART Error Log Version: 1
|
|
No Errors Logged
|
|
|
|
SMART Self-test log structure revision number 1
|
|
No self-tests have been logged. [To run self-tests, use: smartctl -t]
|
|
|
|
SMART Selective self-test log data structure revision number 1
|
|
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
|
|
1 0 0 Not_testing
|
|
2 0 0 Not_testing
|
|
3 0 0 Not_testing
|
|
4 0 0 Not_testing
|
|
5 0 0 Not_testing
|
|
Selective self-test flags (0x0):
|
|
After scanning selected spans, do NOT read-scan remainder of disk.
|
|
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
|
|
|
The above only provides legacy SMART information - try 'smartctl -x' for more
|
|
|
|
|
|
###############################################################################
|
|
# 21. STORAGE: HBA / RAID CONTROLLERS
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
# 22. VIRTUAL MACHINES (qm)
|
|
###############################################################################
|
|
|
|
--- qm list
|
|
$ qm list
|
|
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
|
|
500 DellOpenManageEnterprise stopped 20000 415.00 0
|
|
509 pfv-k8s-wnode-tsys5 running 32000 32.00 1062073
|
|
515 hfnoc-uisp-preprod stopped 2048 100.00 0
|
|
5100 sectestbed-template stopped 4096 32.00 0
|
|
5101 sectestbed-siem running 10000 132.00 47873
|
|
5102 sectestbed-proxmox-pve stopped 4096 32.00 0
|
|
5103 sectestbed-proxmox-datacenter stopped 4096 32.00 0
|
|
5104 sectestbed-proxmox-pbs stopped 4096 32.00 0
|
|
5105 sectestbed-awx running 4096 288.00 47937
|
|
5106 sectestbed-k8s-cnode running 4096 32.00 48034
|
|
5107 sectestbed-k8s-wnode running 4096 32.00 48099
|
|
5108 sectestbed-librenms running 4096 32.00 48205
|
|
5109 sectestbed-netinfra running 4096 32.00 48303
|
|
5111 ultix-streaming running 9000 288.00 113938
|
|
5112 ultix-offstage running 6000 288.00 115366
|
|
5500 RestoreTemplate stopped 2048 32.00 0
|
|
6000 sectestbed-sandbox running 4096 32.00 88433
|
|
51010 sectestbed-tctc running 4096 32.00 48397
|
|
51011 sectestbed-cloudron running 4096 32.00 48474
|
|
51012 sectestbed-hfnoc running 4096 32.00 48576
|
|
51013 sectestbed-rancherplatform running 4096 32.00 48691
|
|
51014 sectestbed-proxmox-mailgw stopped 4096 32.00 0
|
|
53100 tsys-preprod-awx running 9000 160.00 48805
|
|
53101 tsys-preprod-siem running 12000 32.00 48921
|
|
53102 tsys-preprod-rancherplatform running 8000 32.00 49002
|
|
53103 tsys-preprod-proxmoxmailgw stopped 4096 32.00 0
|
|
|
|
--- qm config per VM
|
|
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
echo "--- VM $vmid ---"
|
|
qm config "$vmid" 2>&1
|
|
echo ""
|
|
done
|
|
--- VM 500 ---
|
|
allow-ksm: 0
|
|
balloon: 0
|
|
bios: ovmf
|
|
boot: order=scsi0
|
|
cores: 4
|
|
cpu: host
|
|
efidisk0: D2:500/vm-500-disk-0.qcow2,efitype=4m,ms-cert=2023,pre-enrolled-keys=1,size=528K
|
|
ide2: none,media=cdrom
|
|
machine: q35
|
|
memory: 20000
|
|
meta: creation-qemu=10.1.2,ctime=1772164799
|
|
name: DellOpenManageEnterprise
|
|
net0: virtio=BC:24:11:AC:F4:6B,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: D7:500/vm-500-disk-0.raw,iothread=1,size=415G
|
|
scsi1: D7:500/vm-500-disk-1.raw,iothread=1,size=415G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=181654ee-e956-4ba8-bfcf-39e056af9b40
|
|
sockets: 1
|
|
vmgenid: 78d17ab1-dab8-46b0-89dc-f8b0111921ca
|
|
|
|
--- VM 509 ---
|
|
balloon: 0
|
|
boot: order=virtio0;ide2;net0
|
|
cores: 2
|
|
cpu: host
|
|
ide2: none,media=cdrom
|
|
memory: 32000
|
|
meta: creation-qemu=10.1.2,ctime=1770665145
|
|
name: pfv-k8s-wnode-tsys5
|
|
net0: virtio=BC:24:11:44:73:92,bridge=vmbr0,firewall=1
|
|
net1: virtio=BC:24:11:24:6C:FA,bridge=datanet,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=7fc2e612-45f8-4d13-9db6-6159296a9043
|
|
sockets: 4
|
|
virtio0: D2:509/vm-509-disk-0.qcow2,iothread=1,size=32G
|
|
vmgenid: b91f02dc-84ee-42ba-8947-f3c02939656b
|
|
|
|
--- VM 515 ---
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: host
|
|
ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K
|
|
memory: 2048
|
|
meta: creation-qemu=10.1.2,ctime=1776451466
|
|
name: hfnoc-uisp-preprod
|
|
net0: virtio=BC:24:11:74:D6:8A,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: local-nonprod:515/vm-515-disk-0.qcow2,iothread=1,size=100G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=ec5d795e-6814-46e4-920b-bd473959bd5f
|
|
sockets: 2
|
|
vmgenid: 18e1f03c-7660-428c-894f-c92c8c04f13e
|
|
|
|
--- VM 5100 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-template
|
|
net0: virtio=BC:24:11:BB:73:31,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-lvm:base-5100-disk-0,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=c444ec6b-e601-46d9-a19f-204a91331f63
|
|
sockets: 2
|
|
template: 1
|
|
vmgenid: eeecff9b-c423-4d67-aa31-2d0c5f87f962
|
|
|
|
--- VM 5101 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K
|
|
memory: 10000
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-siem
|
|
net0: virtio=BC:24:11:C7:11:71,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:5101/vm-5101-disk-0.qcow2,iothread=1,size=132G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=79489ab0-c040-4479-b102-0f4772059356
|
|
sockets: 2
|
|
vmgenid: bc34e73d-14a5-4c4d-a91d-afc079b369d9
|
|
|
|
--- VM 5102 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-proxmox-pve
|
|
net0: virtio=BC:24:11:AC:1A:51,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-lvm:vm-5102-disk-0,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=4fd9e0f1-3139-4c10-b5b8-460865aa4ff5
|
|
sockets: 2
|
|
vmgenid: 3182fc1a-0109-4125-a326-9856ad7c7503
|
|
|
|
--- VM 5103 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-proxmox-datacenter
|
|
net0: virtio=BC:24:11:DC:45:D0,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-lvm:vm-5103-disk-0,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=58bdbcb6-19c9-488d-bcc1-c7270a683ce2
|
|
sockets: 2
|
|
vmgenid: 24a287c9-a823-4a87-a0d7-59b4aabc39b1
|
|
|
|
--- VM 5104 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-proxmox-pbs
|
|
net0: virtio=BC:24:11:8E:1B:23,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-lvm:vm-5104-disk-0,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=e2ec6afd-0ff0-4228-8735-602e9ee5709a
|
|
sockets: 2
|
|
vmgenid: 5205599e-7b2b-4763-b796-6056338e7eca
|
|
|
|
--- VM 5105 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-awx
|
|
net0: virtio=BC:24:11:1E:FE:57,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:5105/vm-5105-disk-0.qcow2,iothread=1,size=288G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=02704679-75b0-4180-8906-071ca00a98a6
|
|
sockets: 2
|
|
vmgenid: 5106467f-6b7c-441a-8393-977045e0a36a
|
|
|
|
--- VM 5106 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-k8s-cnode
|
|
net0: virtio=BC:24:11:CA:B0:CD,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:5106/vm-5106-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=0eff8d5d-b8f3-4fdc-92b5-f93a9eeecc5e
|
|
sockets: 2
|
|
vmgenid: 5846c8f5-518f-4491-835c-a5df8ebae413
|
|
|
|
--- VM 5107 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-k8s-wnode
|
|
net0: virtio=BC:24:11:36:16:3C,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:5107/vm-5107-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=65d9c31b-b4db-4655-8ed9-5b58eb801b42
|
|
sockets: 2
|
|
vmgenid: 25a5ffef-5f47-4ef0-ac62-e158f09f7ca5
|
|
|
|
--- VM 5108 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-librenms
|
|
net0: virtio=BC:24:11:E2:1A:09,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:5108/vm-5108-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=0664920e-125a-4ef3-8505-56b8c4e0f31c
|
|
sockets: 2
|
|
vmgenid: 8c8641b5-50d0-4d87-8817-9c79f19c1c9a
|
|
|
|
--- VM 5109 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-netinfra
|
|
net0: virtio=BC:24:11:80:A1:3C,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:5109/vm-5109-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=f1664d3d-4dd1-451a-87b1-07724c12ca70
|
|
sockets: 2
|
|
vmgenid: 47f317dc-baaf-4aa7-832f-1d447d3f3392
|
|
|
|
--- VM 5111 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES,flags=+nested-virt
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 9000
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: ultix-streaming
|
|
net0: virtio=BC:24:11:1A:8F:6F,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: SSD:5111/vm-5111-disk-0.qcow2,iothread=1,size=288G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=bc74eb91-b156-46e2-b946-808da9b4f037
|
|
sockets: 2
|
|
vmgenid: 06fc08de-c644-497a-a1e9-72304fefd32f
|
|
|
|
--- VM 5112 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 6000
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: ultix-offstage
|
|
net0: virtio=BC:24:11:1F:9D:83,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-lvm:vm-5112-disk-0,iothread=1,size=288G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=8c783209-4cad-4b04-a66f-5b032ae902d5
|
|
sockets: 2
|
|
vmgenid: fa05fd3c-5f30-496c-9600-6335992cb45d
|
|
|
|
--- VM 5500 ---
|
|
agent: 1
|
|
allow-ksm: 0
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: host
|
|
ide2: none,media=cdrom
|
|
memory: 2048
|
|
meta: creation-qemu=10.1.2,ctime=1773957951
|
|
name: RestoreTemplate
|
|
net0: virtio=BC:24:11:E8:78:F3,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: D1:5500/base-5500-disk-0.qcow2,size=32G
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=0d66e977-633a-4111-83a7-cc5d03c5c3b2
|
|
sockets: 2
|
|
template: 1
|
|
vmgenid: c46b7a9e-6275-4ce9-811c-57380dbedbe9
|
|
|
|
--- VM 6000 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-sandbox
|
|
net0: virtio=BC:24:11:EB:F0:0F,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
parent: pre-knel-deploy-20260727-092011
|
|
scsi0: local-nonprod:6000/vm-6000-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=569a6be3-7977-40f5-a3f0-e05719d68f52
|
|
sockets: 2
|
|
vmgenid: 301382b6-e566-45ae-bc2e-c4f1cc36c299
|
|
|
|
--- VM 51010 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-tctc
|
|
net0: virtio=BC:24:11:6D:60:FB,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:51010/vm-51010-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=8c2d84f0-f416-436d-a0a1-df1453037d05
|
|
sockets: 2
|
|
vmgenid: 3f15c0ae-4c5c-457d-90e8-b9396b261209
|
|
|
|
--- VM 51011 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-cloudron
|
|
net0: virtio=BC:24:11:C3:DC:75,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:51011/vm-51011-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=d509a43d-a3d8-45e3-9e93-f6ddf148054e
|
|
sockets: 2
|
|
vmgenid: 01694276-61da-4219-a665-5b114a6d7155
|
|
|
|
--- VM 51012 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-hfnoc
|
|
net0: virtio=BC:24:11:7A:44:5F,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:51012/vm-51012-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=f3f05416-829c-4cfa-9c15-09034cdc18b6
|
|
sockets: 2
|
|
vmgenid: 5ca81070-ed5e-4d1f-a23a-39f5bd613819
|
|
|
|
--- VM 51013 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-rancherplatform
|
|
net0: virtio=BC:24:11:78:11:AC,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:51013/vm-51013-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=94efa581-b963-4fdd-b36a-ddb1b2000860
|
|
sockets: 2
|
|
vmgenid: f4ef5349-ef23-4f86-b22b-9053bd172dc3
|
|
|
|
--- VM 51014 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: sectestbed-proxmox-mailgw
|
|
net0: virtio=BC:24:11:8D:C0:F6,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:51014/vm-51014-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=1d9e15da-16c0-4c9c-8a6a-6a6868e88485
|
|
sockets: 2
|
|
vmgenid: 928b7e49-2a7c-4482-ad29-7ccbf2cc8411
|
|
|
|
--- VM 53100 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 9000
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: tsys-preprod-awx
|
|
net0: virtio=BC:24:11:FB:7D:38,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:53100/vm-53100-disk-0.qcow2,iothread=1,size=160G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=36763d6b-c72e-4207-975c-fc8c46aebc56
|
|
sockets: 2
|
|
vmgenid: 176bfe48-2e3c-488b-a9b6-bcc070d4b7b0
|
|
|
|
--- VM 53101 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K
|
|
memory: 12000
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: tsys-preprod-siem
|
|
net0: virtio=BC:24:11:CB:F7:AA,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:53101/vm-53101-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=e29825a2-eebb-444b-b590-46377075023b
|
|
sockets: 2
|
|
vmgenid: 35ccbc15-72e2-465b-9890-784792df8412
|
|
|
|
--- VM 53102 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 8000
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: tsys-preprod-rancherplatform
|
|
net0: virtio=BC:24:11:6F:B0:06,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:53102/vm-53102-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=f3de9511-0212-4907-8d30-ef58891b5568
|
|
sockets: 2
|
|
vmgenid: 3654bc7e-8744-4561-ab07-a6c7aa357387
|
|
|
|
--- VM 53103 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: x86-64-v2-AES
|
|
ide2: local:iso/debian13.iso,media=cdrom,size=754M
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1784819584
|
|
name: tsys-preprod-proxmoxmailgw
|
|
net0: virtio=BC:24:11:EA:01:CD,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local-nonprod:53103/vm-53103-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=6cbc9c35-beed-4090-ad0f-8e80ac7bdc2c
|
|
sockets: 2
|
|
vmgenid: b774c009-2573-4a34-87a1-caecb8e8fddd
|
|
|
|
|
|
--- VM runtime status (qm guest agent if running)
|
|
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
echo "--- VM $vmid runtime ---"
|
|
qm guest cmd "$vmid" network-get-interfaces 2>/dev/null | head -n 40 || echo " [no agent or VM not running]"
|
|
done
|
|
--- VM 500 runtime ---
|
|
--- VM 509 runtime ---
|
|
--- VM 515 runtime ---
|
|
--- VM 5100 runtime ---
|
|
--- VM 5101 runtime ---
|
|
--- VM 5102 runtime ---
|
|
--- VM 5103 runtime ---
|
|
--- VM 5104 runtime ---
|
|
--- VM 5105 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:1e:fe:57",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.57",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::42",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 5106 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:ca:b0:cd",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.74",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::3d",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 5107 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:36:16:3c",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.56",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::35",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 5108 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:e2:1a:09",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.73",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::3c",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 5109 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:80:a1:3c",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.72",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::1a",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 5111 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 539306,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 3603,
|
|
"tx-bytes" : 539306,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 3603
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:1a:8f:6f",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.78",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::38",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 5112 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 105606,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 984,
|
|
"tx-bytes" : 105606,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 984
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:1f:9d:83",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.79",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::2a",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 5500 runtime ---
|
|
--- VM 6000 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 44983,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 532,
|
|
"tx-bytes" : 44983,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 532
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:eb:f0:0f",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.50",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::10",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 51010 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:6d:60:fb",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.71",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::44",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 51011 runtime ---
|
|
--- VM 51012 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:7a:44:5f",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.59",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::32",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 51013 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:78:11:ac",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.70",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::23",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 51014 runtime ---
|
|
--- VM 53100 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:fb:7d:38",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.69",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::31",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 53101 runtime ---
|
|
--- VM 53102 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 6480,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 80,
|
|
"tx-bytes" : 6480,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 80
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:6f:b0:06",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.68",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00::2e",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
},
|
|
--- VM 53103 runtime ---
|
|
|
|
--- /etc/pve/qemu-server
|
|
lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys5/qemu-server
|
|
|
|
--- /etc/pve/firewall
|
|
total 0
|
|
drwxr-xr-x 2 root www-data 0 Feb 26 09:06 .
|
|
drwxr-xr-x 2 root www-data 0 Dec 31 1969 ..
|
|
|
|
###############################################################################
|
|
# 23. CONTAINERS (pct)
|
|
###############################################################################
|
|
|
|
--- pct list
|
|
$ pct list
|
|
|
|
--- pct config per CT
|
|
$ for ctid in $(pct list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
echo "--- CT $ctid ---"
|
|
pct config "$ctid" 2>&1
|
|
echo ""
|
|
done
|
|
|
|
###############################################################################
|
|
# 24. SERVICES / FAILED UNITS
|
|
###############################################################################
|
|
|
|
--- running services
|
|
$ systemctl list-units --type=service --state=running --no-pager
|
|
UNIT LOAD ACTIVE SUB DESCRIPTION
|
|
beszel-agent.service loaded active running Beszel Agent Service
|
|
chrony.service loaded active running chrony, an NTP client/server
|
|
cron.service loaded active running Regular background program processing daemon
|
|
dbus.service loaded active running D-Bus System Message Bus
|
|
dm-event.service loaded active running Device-mapper event daemon
|
|
fsidd.service loaded active running NFS FSID Daemon
|
|
getty@tty1.service loaded active running Getty on tty1
|
|
glances.service loaded active running Glances
|
|
iperf3.service loaded active running iperf3 server
|
|
ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon
|
|
lldpd.service loaded active running LLDP daemon
|
|
lxc-monitord.service loaded active running LXC Container Monitoring Daemon
|
|
lxcfs.service loaded active running FUSE filesystem for LXC
|
|
nfs-blkmap.service loaded active running pNFS block layout mapping daemon
|
|
nfs-idmapd.service loaded active running NFSv4 ID-name mapping service
|
|
nfs-mountd.service loaded active running NFS Mount Daemon
|
|
nfsdcld.service loaded active running NFSv4 Client Tracking Daemon
|
|
polkit.service loaded active running Authorization Manager
|
|
postfix.service loaded active running Postfix Mail Transport Agent (main/default instance)
|
|
proxmox-firewall.service loaded active running Proxmox nftables firewall
|
|
pve-cluster.service loaded active running The Proxmox VE cluster filesystem
|
|
pve-firewall.service loaded active running Proxmox VE firewall
|
|
pve-ha-crm.service loaded active running PVE Cluster HA Resource Manager Daemon
|
|
pve-ha-lrm.service loaded active running PVE Local HA Resource Manager Daemon
|
|
pve-lxc-syscalld.service loaded active running Proxmox VE LXC Syscall Daemon
|
|
pvedaemon.service loaded active running PVE API Daemon
|
|
pvefw-logger.service loaded active running Proxmox VE firewall logger
|
|
pveproxy.service loaded active running PVE API Proxy Server
|
|
pvescheduler.service loaded active running Proxmox VE scheduler
|
|
pvestatd.service loaded active running PVE Status Daemon
|
|
qmeventd.service loaded active running PVE Qemu Event Daemon
|
|
rpc-statd.service loaded active running NFS status monitor for NFSv2/3 locking.
|
|
rpcbind.service loaded active running RPC bind portmap service
|
|
rrdcached.service loaded active running Data caching daemon for rrdtool
|
|
smartmontools.service loaded active running Self Monitoring and Reporting Technology (SMART) Daemon
|
|
spiceproxy.service loaded active running PVE SPICE Proxy Server
|
|
ssh.service loaded active running OpenBSD Secure Shell server
|
|
systemd-journald.service loaded active running Journal Service
|
|
systemd-logind.service loaded active running User Login Management
|
|
systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files
|
|
tailscaled.service loaded active running Tailscale node agent
|
|
tuned.service loaded active running Dynamic System Tuning Daemon
|
|
user@0.service loaded active running User Manager for UID 0
|
|
watchdog-mux.service loaded active running Proxmox VE watchdog multiplexer
|
|
zfs-zed.service loaded active running ZFS Event Daemon (zed)
|
|
|
|
Legend: LOAD → Reflects whether the unit definition was properly loaded.
|
|
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
|
|
SUB → The low-level unit activation state, values depend on unit type.
|
|
|
|
45 loaded units listed.
|
|
|
|
--- failed services
|
|
$ systemctl --failed --no-pager
|
|
UNIT LOAD ACTIVE SUB DESCRIPTION
|
|
|
|
0 loaded units listed.
|
|
|
|
--- enabled services
|
|
$ systemctl list-unit-files --state=enabled --no-pager
|
|
UNIT FILE STATE PRESET
|
|
apparmor.service enabled enabled
|
|
beszel-agent.service enabled enabled
|
|
blk-availability.service enabled enabled
|
|
chrony.service enabled enabled
|
|
console-setup.service enabled enabled
|
|
corosync.service enabled enabled
|
|
cron.service enabled enabled
|
|
e2scrub_reap.service enabled enabled
|
|
fsidd.service enabled enabled
|
|
getty@.service enabled enabled
|
|
glances.service enabled enabled
|
|
grub-common.service enabled enabled
|
|
iperf3.service enabled enabled
|
|
keyboard-setup.service enabled enabled
|
|
ksmtuned.service enabled enabled
|
|
lldpd.service enabled enabled
|
|
lvm2-monitor.service enabled enabled
|
|
lxc-monitord.service enabled enabled
|
|
lxc-net.service enabled enabled
|
|
lxc.service enabled enabled
|
|
lxcfs.service enabled enabled
|
|
netavark-dhcp-proxy.service enabled enabled
|
|
netavark-firewalld-reload.service enabled enabled
|
|
networking.service enabled enabled
|
|
nfs-blkmap.service enabled enabled
|
|
nfs-server.service enabled enabled
|
|
open-iscsi.service enabled enabled
|
|
postfix.service enabled enabled
|
|
proxmox-boot-cleanup.service enabled enabled
|
|
proxmox-firewall.service enabled enabled
|
|
pve-cluster.service enabled enabled
|
|
pve-firewall-commit.service enabled enabled
|
|
pve-firewall.service enabled enabled
|
|
pve-guests.service enabled enabled
|
|
pve-ha-crm.service enabled enabled
|
|
pve-ha-lrm.service enabled enabled
|
|
pve-lxc-syscalld.service enabled enabled
|
|
pve-query-machine-capabilities.service enabled enabled
|
|
pve-sdn-commit.service enabled enabled
|
|
pvebanner.service enabled enabled
|
|
pvedaemon.service enabled enabled
|
|
pvefw-logger.service enabled enabled
|
|
pvenetcommit.service enabled enabled
|
|
pveproxy.service enabled enabled
|
|
pvescheduler.service enabled enabled
|
|
pvestatd.service enabled enabled
|
|
qmeventd.service enabled enabled
|
|
rbdmap.service enabled enabled
|
|
rpcbind.service enabled enabled
|
|
rrdcached.service enabled enabled
|
|
smartmontools.service enabled enabled
|
|
spiceproxy.service enabled enabled
|
|
ssh.service enabled enabled
|
|
sshd-keygen.service enabled enabled
|
|
systemd-pstore.service enabled enabled
|
|
tailscaled.service enabled enabled
|
|
tuned.service enabled enabled
|
|
wtmpdb-update-boot.service enabled enabled
|
|
zfs-import-cache.service enabled enabled
|
|
zfs-mount.service enabled enabled
|
|
zfs-share.service enabled enabled
|
|
zfs-volume-wait.service enabled enabled
|
|
zfs-zed.service enabled enabled
|
|
system-xfs_scrub.slice enabled enabled
|
|
dm-event.socket enabled enabled
|
|
iscsid.socket enabled enabled
|
|
lvm2-lvmpolld.socket enabled enabled
|
|
netavark-dhcp-proxy.socket enabled enabled
|
|
rpcbind.socket enabled enabled
|
|
rrdcached.socket enabled enabled
|
|
ceph-fuse.target enabled enabled
|
|
ceph.target enabled enabled
|
|
nfs-client.target enabled enabled
|
|
remote-fs.target enabled enabled
|
|
zfs-import.target enabled enabled
|
|
zfs-volumes.target enabled enabled
|
|
zfs.target enabled enabled
|
|
apt-daily-upgrade.timer enabled enabled
|
|
apt-daily.timer enabled enabled
|
|
beszel-agent-update.timer enabled enabled
|
|
dpkg-db-backup.timer enabled enabled
|
|
e2scrub_all.timer enabled enabled
|
|
fstrim.timer enabled enabled
|
|
logrotate.timer enabled enabled
|
|
man-db.timer enabled enabled
|
|
pve-daily-update.timer enabled enabled
|
|
xfs_scrub_all.timer enabled enabled
|
|
|
|
87 unit files listed.
|
|
|
|
--- pve-* service status
|
|
$ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120
|
|
● pve-cluster.service - The Proxmox VE cluster filesystem
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 12:29:15 CDT; 1 day 9h ago
|
|
Invocation: bca2beeb6a4f4d329bf280b314c421ea
|
|
Main PID: 645934 (pmxcfs)
|
|
Tasks: 7 (limit: 115754)
|
|
Memory: 61.5M (peak: 79M)
|
|
CPU: 2min 25.850s
|
|
CGroup: /system.slice/pve-cluster.service
|
|
└─645934 /usr/bin/pmxcfs
|
|
|
|
Jul 26 12:29:14 pfv-tsys5 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem...
|
|
Jul 26 12:29:14 pfv-tsys5 pmxcfs[645933]: [main] notice: resolved node name 'pfv-tsys5' to '192.168.100.2' for default node IP address
|
|
Jul 26 12:29:14 pfv-tsys5 pmxcfs[645933]: [main] notice: resolved node name 'pfv-tsys5' to '192.168.100.2' for default node IP address
|
|
Jul 26 12:29:15 pfv-tsys5 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem.
|
|
|
|
● pvedaemon.service - PVE API Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled)
|
|
Active: active (running) since Fri 2026-07-24 19:17:43 CDT; 3 days ago
|
|
Invocation: f312baf644aa409885b856e383af00cf
|
|
Process: 646772 ExecReload=/usr/bin/pvedaemon restart (code=exited, status=0/SUCCESS)
|
|
Main PID: 1910 (pvedaemon)
|
|
Tasks: 4 (limit: 115754)
|
|
Memory: 198.6M (peak: 50.9G)
|
|
CPU: 16min 59.976s
|
|
CGroup: /system.slice/pvedaemon.service
|
|
├─ 1910 pvedaemon
|
|
├─1093294 "pvedaemon worker"
|
|
├─1095577 "pvedaemon worker"
|
|
└─1101438 "pvedaemon worker"
|
|
|
|
Jul 27 17:48:38 pfv-tsys5 pvedaemon[1066489]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 27 17:48:57 pfv-tsys5 pvedaemon[1062422]: worker exit
|
|
Jul 27 17:48:57 pfv-tsys5 pvedaemon[1910]: worker 1062422 finished
|
|
Jul 27 17:48:57 pfv-tsys5 pvedaemon[1910]: starting 1 worker(s)
|
|
Jul 27 17:48:57 pfv-tsys5 pvedaemon[1910]: worker 1095577 started
|
|
Jul 27 18:04:38 pfv-tsys5 pvedaemon[1093294]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 27 18:13:03 pfv-tsys5 pvedaemon[1066489]: worker exit
|
|
Jul 27 18:13:03 pfv-tsys5 pvedaemon[1910]: worker 1066489 finished
|
|
Jul 27 18:13:03 pfv-tsys5 pvedaemon[1910]: starting 1 worker(s)
|
|
Jul 27 18:13:03 pfv-tsys5 pvedaemon[1910]: worker 1101438 started
|
|
|
|
● pveproxy.service - PVE API Proxy Server
|
|
Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
|
|
Active: active (running) since Sat 2026-07-25 01:10:35 CDT; 2 days ago
|
|
Invocation: 268be364e92e441cb7609cbeaa9a7ef8
|
|
Process: 848994 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS)
|
|
Main PID: 86999 (pveproxy)
|
|
Tasks: 4 (limit: 115754)
|
|
Memory: 338.8M (peak: 667.3M)
|
|
CPU: 13min 11.664s
|
|
CGroup: /system.slice/pveproxy.service
|
|
├─ 86999 pveproxy
|
|
├─1099260 "pveproxy worker"
|
|
├─1100679 "pveproxy worker"
|
|
└─1101728 "pveproxy worker"
|
|
|
|
Jul 27 18:04:07 pfv-tsys5 pveproxy[86999]: worker 1099260 started
|
|
Jul 27 18:09:57 pfv-tsys5 pveproxy[1088468]: worker exit
|
|
Jul 27 18:09:57 pfv-tsys5 pveproxy[86999]: worker 1088468 finished
|
|
Jul 27 18:09:57 pfv-tsys5 pveproxy[86999]: starting 1 worker(s)
|
|
Jul 27 18:09:57 pfv-tsys5 pveproxy[86999]: worker 1100679 started
|
|
Jul 27 18:14:13 pfv-tsys5 pveproxy[1090325]: worker exit
|
|
Jul 27 18:14:13 pfv-tsys5 pveproxy[86999]: worker 1090325 finished
|
|
Jul 27 18:14:13 pfv-tsys5 pveproxy[86999]: starting 1 worker(s)
|
|
Jul 27 18:14:13 pfv-tsys5 pveproxy[86999]: worker 1101728 started
|
|
Jul 27 18:31:45 pfv-tsys5 pveproxy[1087778]: worker exit
|
|
|
|
● pve-firewall.service - Proxmox VE firewall
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled)
|
|
Active: active (running) since Fri 2026-07-24 19:17:42 CDT; 3 days ago
|
|
Invocation: 3b6cc1c640c64ce9a42a74cfce5f3df5
|
|
Main PID: 1884 (pve-firewall)
|
|
Tasks: 1 (limit: 115754)
|
|
Memory: 111.3M (peak: 217.5M)
|
|
CPU: 39min 52.661s
|
|
CGroup: /system.slice/pve-firewall.service
|
|
└─1884 pve-firewall
|
|
|
|
Jul 24 19:17:38 pfv-tsys5 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
|
|
Jul 24 19:17:42 pfv-tsys5 pve-firewall[1884]: starting server
|
|
Jul 24 19:17:42 pfv-tsys5 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
|
|
Jul 26 12:29:19 pfv-tsys5 systemd[1]: Reloading pve-firewall.service - Proxmox VE firewall...
|
|
Jul 26 12:29:20 pfv-tsys5 pve-firewall[646188]: send HUP to 1884
|
|
Jul 26 12:29:20 pfv-tsys5 pve-firewall[1884]: received signal HUP
|
|
Jul 26 12:29:20 pfv-tsys5 pve-firewall[1884]: server shutdown (restart)
|
|
Jul 26 12:29:20 pfv-tsys5 systemd[1]: Reloaded pve-firewall.service - Proxmox VE firewall.
|
|
Jul 26 12:29:22 pfv-tsys5 pve-firewall[1884]: restarting server
|
|
|
|
● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 12:29:34 CDT; 1 day 9h ago
|
|
Invocation: 28417510bf604d3eb0bdb8127a4bda66
|
|
Main PID: 646665 (pve-ha-crm)
|
|
Tasks: 1 (limit: 115754)
|
|
Memory: 118.6M (peak: 137.6M)
|
|
CPU: 14.724s
|
|
CGroup: /system.slice/pve-ha-crm.service
|
|
└─646665 pve-ha-crm
|
|
|
|
Jul 26 12:29:32 pfv-tsys5 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon...
|
|
Jul 26 12:29:34 pfv-tsys5 pve-ha-crm[646665]: starting server
|
|
Jul 26 12:29:34 pfv-tsys5 pve-ha-crm[646665]: status change startup => wait_for_quorum
|
|
Jul 26 12:29:34 pfv-tsys5 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon.
|
|
|
|
● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 12:29:29 CDT; 1 day 9h ago
|
|
Invocation: 469bf827bee94a0d8e44358af268a847
|
|
Main PID: 646555 (pve-ha-lrm)
|
|
Tasks: 1 (limit: 115754)
|
|
Memory: 117.6M (peak: 137M)
|
|
CPU: 22.122s
|
|
CGroup: /system.slice/pve-ha-lrm.service
|
|
└─646555 pve-ha-lrm
|
|
|
|
Jul 26 12:29:27 pfv-tsys5 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon...
|
|
Jul 26 12:29:29 pfv-tsys5 pve-ha-lrm[646555]: starting server
|
|
Jul 26 12:29:29 pfv-tsys5 pve-ha-lrm[646555]: status change startup => wait_for_agent_lock
|
|
Jul 26 12:29:29 pfv-tsys5 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon.
|
|
|
|
--- storage-related service status
|
|
$ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80
|
|
Unit zfs-target.service could not be found.
|
|
● nfs-server.service - NFS server and services
|
|
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled)
|
|
Drop-In: /run/systemd/generator/nfs-server.service.d
|
|
└─order-with-mounts.conf
|
|
Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 2 days ago
|
|
Invocation: b4f2507005fc4a0cb6b0829be9a29948
|
|
Docs: man:rpc.nfsd(8)
|
|
man:exportfs(8)
|
|
Main PID: 253539 (code=exited, status=0/SUCCESS)
|
|
Mem peak: 2.2M
|
|
CPU: 24ms
|
|
|
|
Jul 25 11:30:46 pfv-tsys5 systemd[1]: Starting nfs-server.service - NFS server and services...
|
|
Jul 25 11:30:47 pfv-tsys5 sh[253541]: nfsdctl: lockd configuration failure
|
|
Jul 25 11:30:47 pfv-tsys5 systemd[1]: Finished nfs-server.service - NFS server and services.
|
|
|
|
● nfs-server.service - NFS server and services
|
|
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled)
|
|
Drop-In: /run/systemd/generator/nfs-server.service.d
|
|
└─order-with-mounts.conf
|
|
Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 2 days ago
|
|
Invocation: b4f2507005fc4a0cb6b0829be9a29948
|
|
Docs: man:rpc.nfsd(8)
|
|
man:exportfs(8)
|
|
Main PID: 253539 (code=exited, status=0/SUCCESS)
|
|
Mem peak: 2.2M
|
|
CPU: 24ms
|
|
|
|
Jul 25 11:30:46 pfv-tsys5 systemd[1]: Starting nfs-server.service - NFS server and services...
|
|
Jul 25 11:30:47 pfv-tsys5 sh[253541]: nfsdctl: lockd configuration failure
|
|
Jul 25 11:30:47 pfv-tsys5 systemd[1]: Finished nfs-server.service - NFS server and services.
|
|
|
|
● rpcbind.service - RPC bind portmap service
|
|
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled)
|
|
Active: active (running) since Fri 2026-07-24 19:16:51 CDT; 3 days ago
|
|
Invocation: d9e9d2199b934a0cafaf6e3a9acaae0d
|
|
TriggeredBy: ● rpcbind.socket
|
|
Docs: man:rpcbind(8)
|
|
Main PID: 1147 (rpcbind)
|
|
Tasks: 1 (limit: 115754)
|
|
Memory: 1.5M (peak: 2.8M)
|
|
CPU: 5min 2.079s
|
|
CGroup: /system.slice/rpcbind.service
|
|
└─1147 /usr/sbin/rpcbind -f -w
|
|
|
|
Jul 24 19:16:51 pfv-tsys5 systemd[1]: Starting rpcbind.service - RPC bind portmap service...
|
|
Jul 24 19:16:51 pfv-tsys5 systemd[1]: Started rpcbind.service - RPC bind portmap service.
|
|
|
|
● rpc-statd.service - NFS status monitor for NFSv2/3 locking.
|
|
Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static)
|
|
Active: active (running) since Sat 2026-07-25 11:25:54 CDT; 2 days ago
|
|
Invocation: ad03f166ed574f71b952af3756ad6555
|
|
Docs: man:rpc.statd(8)
|
|
Main PID: 251818 (rpc.statd)
|
|
Tasks: 1 (limit: 115754)
|
|
Memory: 580K (peak: 1.9M)
|
|
CPU: 13ms
|
|
CGroup: /system.slice/rpc-statd.service
|
|
└─251818 /usr/sbin/rpc.statd
|
|
|
|
Jul 25 11:25:54 pfv-tsys5 systemd[1]: Starting rpc-statd.service - NFS status monitor for NFSv2/3 locking....
|
|
Jul 25 11:25:54 pfv-tsys5 rpc.statd[251818]: Version 2.8.3 starting
|
|
Jul 25 11:25:54 pfv-tsys5 rpc.statd[251818]: Flags: TI-RPC
|
|
Jul 25 11:25:54 pfv-tsys5 systemd[1]: Started rpc-statd.service - NFS status monitor for NFSv2/3 locking..
|
|
|
|
○ zfs-import.service
|
|
Loaded: masked (Reason: Unit zfs-import.service is masked.)
|
|
Active: inactive (dead)
|
|
|
|
● zfs-mount.service - Mount ZFS filesystems
|
|
Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled)
|
|
Active: active (exited) since Fri 2026-07-24 19:16:50 CDT; 3 days ago
|
|
Invocation: 1e162984cb5c4402be1795e71e0d324e
|
|
Docs: man:zfs(8)
|
|
Main PID: 1102 (code=exited, status=0/SUCCESS)
|
|
Mem peak: 1.7M
|
|
CPU: 14ms
|
|
|
|
Jul 24 19:16:50 pfv-tsys5 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
|
|
|
|
###############################################################################
|
|
# 25. TIMERS / CRON
|
|
###############################################################################
|
|
|
|
--- systemctl list-timers
|
|
$ systemctl list-timers --all --no-pager
|
|
NEXT LEFT LAST PASSED UNIT ACTIVATES
|
|
Tue 2026-07-28 00:00:00 CDT 2h 3min Mon 2026-07-27 00:00:15 CDT 21h ago dpkg-db-backup.timer dpkg-db-backup.service
|
|
Tue 2026-07-28 00:11:08 CDT 2h 14min Mon 2026-07-27 00:47:15 CDT 21h ago logrotate.timer logrotate.service
|
|
Tue 2026-07-28 02:04:44 CDT 4h 8min Mon 2026-07-27 02:14:15 CDT 19h ago beszel-agent-update.timer beszel-agent-update.service
|
|
Tue 2026-07-28 02:57:43 CDT 5h 1min Mon 2026-07-27 08:40:15 CDT 13h ago apt-daily.timer apt-daily.service
|
|
Tue 2026-07-28 03:39:27 CDT 5h 42min Mon 2026-07-27 07:08:37 CDT 14h ago man-db.timer man-db.service
|
|
Tue 2026-07-28 03:45:04 CDT 5h 48min Mon 2026-07-27 01:34:15 CDT 20h ago pve-daily-update.timer pve-daily-update.service
|
|
Tue 2026-07-28 06:09:19 CDT 8h Mon 2026-07-27 06:15:35 CDT 15h ago apt-daily-upgrade.timer apt-daily-upgrade.service
|
|
Tue 2026-07-28 19:32:35 CDT 21h Mon 2026-07-27 19:32:35 CDT 2h 24min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
|
|
Sun 2026-08-02 03:10:11 CDT 5 days Sun 2026-07-26 03:10:15 CDT 1 day 18h ago e2scrub_all.timer e2scrub_all.service
|
|
Sun 2026-08-02 03:10:20 CDT 5 days Sun 2026-07-26 03:11:15 CDT 1 day 18h ago xfs_scrub_all.timer xfs_scrub_all.service
|
|
Mon 2026-08-03 01:33:32 CDT 6 days Mon 2026-07-27 00:05:35 CDT 21h ago fstrim.timer fstrim.service
|
|
|
|
11 timers listed.
|
|
|
|
--- /etc/cron.d
|
|
total 20
|
|
drwxr-xr-x 2 root root 4096 Jul 26 12:28 .
|
|
drwxr-xr-x 106 root root 4096 Jul 27 21:53 ..
|
|
-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
lrwxrwxrwx 1 root root 20 Feb 26 09:06 vzdump -> /etc/pve/vzdump.cron
|
|
-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux
|
|
|
|
--- /etc/cron.daily
|
|
total 28
|
|
drwxr-xr-x 2 root root 4096 Jul 22 20:18 .
|
|
drwxr-xr-x 106 root root 4096 Jul 27 21:53 ..
|
|
-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat
|
|
-rwxr-xr-x 1 root root 123 May 27 2025 dpkg
|
|
-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate
|
|
-rwxr-xr-x 1 root root 1395 May 2 2025 man-db
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
|
|
--- /etc/cron.hourly
|
|
total 12
|
|
drwxr-xr-x 2 root root 4096 Feb 26 09:02 .
|
|
drwxr-xr-x 106 root root 4096 Jul 27 21:53 ..
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
|
|
--- /etc/cron.weekly
|
|
total 16
|
|
drwxr-xr-x 2 root root 4096 Feb 26 09:03 .
|
|
drwxr-xr-x 106 root root 4096 Jul 27 21:53 ..
|
|
-rwxr-xr-x 1 root root 1055 May 2 2025 man-db
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
|
|
--- crontabs
|
|
--- /etc/crontab ---
|
|
# /etc/crontab: system-wide crontab
|
|
# Unlike any other crontab you don't have to run the `crontab'
|
|
# command to install the new version when you edit this file
|
|
# and files in /etc/cron.d. These files also have username fields,
|
|
# that none of the other crontabs do.
|
|
|
|
SHELL=/bin/sh
|
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
|
|
# Example of job definition:
|
|
# .---------------- minute (0 - 59)
|
|
# | .------------- hour (0 - 23)
|
|
# | | .---------- day of month (1 - 31)
|
|
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
|
|
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
|
|
# | | | | |
|
|
# * * * * * user-name command to be executed
|
|
17 * * * * root cd / && run-parts --report /etc/cron.hourly
|
|
25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
|
|
47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
|
|
52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
|
|
#
|
|
|
|
--- root crontab
|
|
$ crontab -l 2>/dev/null || echo " [no root crontab]"
|
|
[no root crontab]
|
|
|
|
###############################################################################
|
|
# 26. LIVE PERFORMANCE SNAPSHOT
|
|
###############################################################################
|
|
|
|
--- /proc/loadavg
|
|
$ cat /proc/loadavg
|
|
1.94 1.63 1.27 1/548 1159841
|
|
|
|
--- vmstat 1 3
|
|
$ vmstat 1 3
|
|
procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu-------
|
|
r b swpd free buff cache si so bi bo in cs us sy id wa st gu
|
|
6 0 0 63227068 38248 474096 0 0 5246 1857 7228 12 1 2 89 3 0 5
|
|
0 0 0 63243228 38248 474212 0 0 0 16 6910 9586 3 4 89 1 0 3
|
|
0 0 0 63247400 38256 474240 0 0 768 184 8763 11383 1 4 91 1 0 5
|
|
|
|
--- mpstat 1 3 (per-cpu)
|
|
$ mpstat 1 3
|
|
/root/check.sh: line 45: mpstat: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- iostat -xz 1 3
|
|
$ iostat -xz 1 3
|
|
/root/check.sh: line 45: iostat: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- sar -dp 1 2
|
|
$ sar -dp 1 2
|
|
/root/check.sh: line 45: sar: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- sar -n DEV 1 2
|
|
$ sar -n DEV 1 2
|
|
/root/check.sh: line 45: sar: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- sar -n NFS,NFSD 1 2
|
|
$ sar -n NFS,NFSD 1 2
|
|
/root/check.sh: line 45: sar: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- sar -n SOCK 1 1
|
|
$ sar -n SOCK 1 1
|
|
/root/check.sh: line 45: sar: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- sar -n TCP,ETCP 1 2
|
|
$ sar -n TCP,ETCP 1 2
|
|
/root/check.sh: line 45: sar: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- pidstat -d 1 2 (top disk)
|
|
$ pidstat -d 1 2
|
|
/root/check.sh: line 45: pidstat: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- pidstat -u 1 2 (top cpu)
|
|
$ pidstat -u 1 2
|
|
/root/check.sh: line 45: pidstat: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- top (single snapshot, top 30)
|
|
$ top -b -n 1
|
|
top - 21:56:41 up 3 days, 2:41, 2 users, load average: 1.95, 1.64, 1.28
|
|
Tasks: 305 total, 1 running, 304 sleeping, 0 stopped, 0 zombie
|
|
%Cpu(s): 6.2 us, 8.8 sy, 0.0 ni, 83.2 id, 1.8 wa, 0.0 hi, 0.0 si, 0.0 st
|
|
MiB Mem : 96556.6 total, 61762.6 free, 35184.0 used, 500.6 buff/cache
|
|
MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 61372.6 avail Mem
|
|
|
|
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
|
|
113938 root 20 0 13.1g 8.9g 17656 S 18.2 9.4 20,34 kvm
|
|
88433 root 20 0 6941944 4.1g 13856 S 9.1 4.3 103:11.21 kvm
|
|
1159875 root 20 0 10424 5440 3344 R 9.1 0.0 0:00.01 top
|
|
1 root 20 0 25760 16396 10776 S 0.0 0.0 0:52.53 systemd
|
|
2 root 20 0 0 0 0 S 0.0 0.0 0:00.09 kthreadd
|
|
3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+
|
|
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
11 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
14 root 20 0 0 0 0 S 0.0 0.0 0:09.78 ksoftir+
|
|
15 root 20 0 0 0 0 I 0.0 0.0 2:36.50 rcu_pre+
|
|
16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
|
|
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
|
|
18 root rt 0 0 0 0 S 0.0 0.0 0:00.94 migrati+
|
|
19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
|
|
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
|
|
22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
23 root rt 0 0 0 0 S 0.0 0.0 0:01.82 migrati+
|
|
24 root 20 0 0 0 0 S 0.0 0.0 0:04.82 ksoftir+
|
|
26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
|
|
28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
29 root rt 0 0 0 0 S 0.0 0.0 0:01.83 migrati+
|
|
30 root 20 0 0 0 0 S 0.0 0.0 0:01.80 ksoftir+
|
|
32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
|
|
34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
35 root rt 0 0 0 0 S 0.0 0.0 0:01.83 migrati+
|
|
36 root 20 0 0 0 0 S 0.0 0.0 0:31.04 ksoftir+
|
|
38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
|
|
40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
41 root rt 0 0 0 0 S 0.0 0.0 0:01.71 migrati+
|
|
42 root 20 0 0 0 0 S 0.0 0.0 0:01.09 ksoftir+
|
|
44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
|
|
46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
47 root rt 0 0 0 0 S 0.0 0.0 0:01.73 migrati+
|
|
48 root 20 0 0 0 0 S 0.0 0.0 0:04.37 ksoftir+
|
|
50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6
|
|
52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
53 root rt 0 0 0 0 S 0.0 0.0 0:01.71 migrati+
|
|
54 root 20 0 0 0 0 S 0.0 0.0 0:00.89 ksoftir+
|
|
56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7
|
|
58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
59 root rt 0 0 0 0 S 0.0 0.0 0:01.72 migrati+
|
|
60 root 20 0 0 0 0 S 0.0 0.0 0:00.89 ksoftir+
|
|
62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+
|
|
64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
|
|
66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
|
|
67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
|
|
68 root 20 0 0 0 0 S 0.0 0.0 0:00.06 kauditd
|
|
69 root 20 0 0 0 0 S 0.0 0.0 0:00.18 khungta+
|
|
71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
|
|
73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
74 root 20 0 0 0 0 S 0.0 0.0 0:07.50 kcompac+
|
|
75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
|
|
76 root 39 19 0 0 0 S 0.0 0.0 0:01.23 khugepa+
|
|
77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
80 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+
|
|
84 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
90 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
|
|
91 root 0 -20 0 0 0 I 0.0 0.0 0:02.72 kworker+
|
|
92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
|
|
93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+
|
|
94 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
95 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
|
|
98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
|
|
100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
|
|
103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
104 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
|
|
105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
111 root 0 -20 0 0 0 I 0.0 0.0 0:21.33 kworker+
|
|
112 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
118 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
130 root 0 -20 0 0 0 I 0.0 0.0 0:38.28 kworker+
|
|
158 root 0 -20 0 0 0 I 0.0 0.0 0:02.83 kworker+
|
|
162 root 0 -20 0 0 0 I 0.0 0.0 0:02.71 kworker+
|
|
173 root 0 -20 0 0 0 I 0.0 0.0 0:03.15 kworker+
|
|
184 root 0 -20 0 0 0 I 0.0 0.0 0:02.56 kworker+
|
|
194 root 0 -20 0 0 0 I 0.0 0.0 0:02.53 kworker+
|
|
207 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
208 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
209 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
210 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
211 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
220 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
231 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
|
|
232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
259 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
267 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
269 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
270 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
295 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
296 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
297 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
298 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
337 root 20 0 0 0 0 S 0.0 0.0 0:07.38 jbd2/dm+
|
|
338 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
385 root 20 0 105108 78392 76772 S 0.0 0.1 0:08.50 systemd+
|
|
426 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+
|
|
427 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+
|
|
428 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+
|
|
429 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+
|
|
433 root 20 0 36724 10204 7828 S 0.0 0.0 0:01.62 systemd+
|
|
435 root 20 0 77296 22300 9124 S 0.0 0.0 0:13.82 dmeventd
|
|
436 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
437 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
438 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+
|
|
439 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
440 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
441 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
442 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+
|
|
443 root 20 0 0 0 0 S 0.0 0.0 0:04.37 arc_evi+
|
|
444 root 39 19 0 0 0 S 0.0 0.0 0:04.42 arc_reap
|
|
445 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+
|
|
446 root 39 19 0 0 0 S 0.0 0.0 0:04.26 dbuf_ev+
|
|
447 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+
|
|
448 root 20 0 0 0 0 S 0.0 0.0 0:03.72 l2arc_f+
|
|
449 root 20 0 0 0 0 I 0.0 0.0 0:42.51 kworker+
|
|
459 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
1080 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1088 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1089 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
|
|
1090 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
|
|
1147 _rpc 20 0 6704 3924 3364 S 0.0 0.0 5:02.08 rpcbind
|
|
1195 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1196 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1232 root 20 0 5256 1696 1468 S 0.0 0.0 0:00.00 blkmapd
|
|
1263 message+ 20 0 8756 5352 4252 S 0.0 0.0 0:32.02 dbus-da+
|
|
1270 root 20 0 276136 3560 3268 S 0.0 0.0 0:00.00 pve-lxc+
|
|
1273 root 20 0 626044 8484 6924 S 0.0 0.0 1:14.46 rrdcach+
|
|
1278 root 20 0 19248 9172 7760 S 0.0 0.0 0:01.85 systemd+
|
|
1285 root 20 0 1422032 118240 26484 S 0.0 0.1 19:34.71 tailsca+
|
|
1286 root 20 0 7216 2324 1980 S 0.0 0.0 0:05.19 ksmtuned
|
|
1288 root 20 0 2432 1564 1464 S 0.0 0.0 0:08.93 watchdo+
|
|
1296 root 20 0 159064 2508 2140 S 0.0 0.0 0:00.01 lxcfs
|
|
1376 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1531 root 20 0 5984 3552 2712 S 0.0 0.0 0:02.22 dhclient
|
|
1638 beszel 20 0 2231764 16944 10412 S 0.0 0.0 3:25.40 beszel-+
|
|
1639 root 20 0 506252 52696 17348 S 0.0 0.1 0:00.81 glances
|
|
1641 _lldpd 20 0 21376 6572 5404 S 0.0 0.0 0:00.22 lldpd
|
|
1642 root 20 0 5520 2548 2300 S 0.0 0.0 0:00.00 lxc-mon+
|
|
1652 root 20 0 340044 32884 15420 S 0.0 0.0 0:47.62 tuned
|
|
1656 root 20 0 8168 2592 2364 S 0.0 0.0 0:00.01 agetty
|
|
1680 root 20 0 11776 7764 6532 S 0.0 0.0 0:00.68 sshd
|
|
1689 _lldpd 20 0 21504 2936 1736 S 0.0 0.0 0:10.70 lldpd
|
|
1743 root 20 0 6864 2960 2712 S 0.0 0.0 0:00.60 cron
|
|
1837 root 20 0 43984 4800 4156 S 0.0 0.0 0:01.03 master
|
|
1839 postfix 20 0 44524 7700 7008 S 0.0 0.0 0:00.18 qmgr
|
|
1843 polkitd 20 0 306704 8344 7176 S 0.0 0.0 0:06.31 polkitd
|
|
1884 root 20 0 179208 136488 30984 S 0.0 0.1 15:07.75 pve-fir+
|
|
1893 root 20 0 207252 159208 33024 S 0.0 0.2 88:01.98 pvestatd
|
|
1910 root 20 0 230080 182896 32672 S 0.0 0.2 0:06.19 pvedaem+
|
|
1933 www-data 20 0 99252 69800 17748 S 0.0 0.1 0:06.70 spicepr+
|
|
2049 root 20 0 209788 155832 32720 S 0.0 0.2 0:28.04 pvesche+
|
|
2079 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
2085 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+
|
|
40515 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
46341 root 20 0 0 0 0 S 0.0 0.0 0:11.03 jbd2/sd+
|
|
46342 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
46364 root 20 0 0 0 0 S 0.0 0.0 0:01.46 jbd2/sd+
|
|
46365 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
47606 root 20 0 0 0 0 S 0.0 0.0 0:06.81 jbd2/sd+
|
|
47607 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
47873 root 20 0 10.8g 1.5g 11032 S 0.0 1.6 58:12.01 kvm
|
|
47904 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
47937 root 20 0 5138104 744592 11080 S 0.0 0.8 65:39.78 kvm
|
|
47969 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48034 root 20 0 5025420 726620 11084 S 0.0 0.7 64:18.99 kvm
|
|
48066 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48099 root 20 0 5063460 731312 11028 S 0.0 0.7 64:42.31 kvm
|
|
48130 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48205 root 20 0 5100464 733224 11148 S 0.0 0.7 66:03.03 kvm
|
|
48238 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48303 root 20 0 5050956 723488 13412 S 0.0 0.7 64:35.11 kvm
|
|
48337 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48397 root 20 0 5048036 709052 11100 S 0.0 0.7 64:50.15 kvm
|
|
48440 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48474 root 20 0 5196532 1.3g 11352 S 0.0 1.4 57:19.94 kvm
|
|
48522 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+
|
|
48576 root 20 0 5032620 750960 11040 S 0.0 0.8 67:13.72 kvm
|
|
48615 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48691 root 20 0 5098412 723996 11132 S 0.0 0.7 65:57.16 kvm
|
|
48727 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+
|
|
48805 root 20 0 9936.5m 822216 11084 S 0.0 0.8 66:34.96 kvm
|
|
48850 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
48921 root 20 0 12.8g 1.6g 11008 S 0.0 1.7 60:01.52 kvm
|
|
48953 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+
|
|
49002 root 20 0 9059956 800728 13636 S 0.0 0.8 67:42.92 kvm
|
|
49055 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+
|
|
50459 root 20 0 0 0 0 S 0.0 0.0 0:07.94 jbd2/sd+
|
|
50460 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
51445 root 20 0 0 0 0 S 0.0 0.0 0:00.06 jbd2/sd+
|
|
51446 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
54010 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
84667 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
86999 www-data 20 0 231364 184344 32896 S 0.0 0.2 0:10.31 pveproxy
|
|
88471 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
111284 root 20 0 0 0 0 I 0.0 0.0 0:30.38 kworker+
|
|
113986 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
115366 root 20 0 7025332 5.9g 13392 S 0.0 6.3 143:48.34 kvm
|
|
115416 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
251811 root 20 0 5464 3880 3540 S 0.0 0.0 0:00.00 fsidd
|
|
251818 statd 20 0 4552 2028 1680 S 0.0 0.0 0:00.00 rpc.sta+
|
|
251827 root 20 0 5620 2956 2440 S 0.0 0.0 0:00.02 nfsdcld
|
|
253532 root 20 0 2944 2472 2192 S 0.0 0.0 0:00.03 rpc.idm+
|
|
253535 root 20 0 8952 4276 3208 S 0.0 0.0 1:45.72 rpc.mou+
|
|
253543 root 20 0 0 0 0 I 0.0 0.0 0:00.00 lockd
|
|
253544 root 20 0 0 0 0 I 0.0 0.0 0:24.37 nfsd
|
|
253545 root 20 0 0 0 0 I 0.0 0.0 0:31.21 nfsd
|
|
253546 root 20 0 0 0 0 I 0.0 0.0 0:29.53 nfsd
|
|
253547 root 20 0 0 0 0 I 0.0 0.0 0:25.61 nfsd
|
|
253548 root 20 0 0 0 0 I 0.0 0.0 0:26.62 nfsd
|
|
253549 root 20 0 0 0 0 I 0.0 0.0 0:43.42 nfsd
|
|
253550 root 20 0 0 0 0 I 0.0 0.0 0:41.76 nfsd
|
|
253551 root 20 0 0 0 0 I 0.0 0.0 0:41.18 nfsd
|
|
253552 root 20 0 0 0 0 I 0.0 0.0 0:37.54 nfsd
|
|
253553 root 20 0 0 0 0 I 0.0 0.0 0:33.17 nfsd
|
|
253554 root 20 0 0 0 0 I 0.0 0.0 0:32.73 nfsd
|
|
253555 root 20 0 0 0 0 I 0.0 0.0 0:38.23 nfsd
|
|
253556 root 20 0 0 0 0 I 0.0 0.0 0:46.47 nfsd
|
|
253557 root 20 0 0 0 0 I 0.0 0.0 1:02.59 nfsd
|
|
253558 root 20 0 0 0 0 I 0.0 0.0 1:34.53 nfsd
|
|
253559 root 20 0 0 0 0 I 0.0 0.0 1:29.02 nfsd
|
|
385022 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
628773 root 20 0 22436 12688 10084 S 0.0 0.0 0:00.52 systemd
|
|
628775 root 20 0 24404 3840 2040 S 0.0 0.0 0:00.00 (sd-pam)
|
|
628783 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
628923 root 20 0 7168 2612 1920 S 0.0 0.0 0:00.03 screen
|
|
628924 root 20 0 7448 4204 3516 S 0.0 0.0 0:00.00 bash
|
|
631847 root 20 0 10736 6700 4752 S 0.0 0.0 0:00.51 smartd
|
|
632292 _chrony 20 0 19940 5656 4888 S 0.0 0.0 0:00.31 chronyd
|
|
632296 _chrony 20 0 11612 2308 1680 S 0.0 0.0 0:00.00 chronyd
|
|
645851 root 20 0 104420 6340 5188 S 0.0 0.0 0:00.00 zed
|
|
645934 root 20 0 547456 63400 45084 S 0.0 0.1 2:25.83 pmxcfs
|
|
646280 root 20 0 13584 5584 4720 S 0.0 0.0 0:11.57 proxmox+
|
|
646391 root 20 0 5748 2344 2100 S 0.0 0.0 0:00.16 qmeventd
|
|
646555 root 20 0 213188 125372 6112 S 0.0 0.1 0:20.56 pve-ha-+
|
|
646665 root 20 0 214172 126440 6148 S 0.0 0.1 0:13.14 pve-ha-+
|
|
646730 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
727376 iperf3 20 0 11076 4200 3504 S 0.0 0.0 0:00.00 iperf3
|
|
849026 root 20 0 79620 2656 2452 S 0.0 0.0 0:08.84 pvefw-l+
|
|
849033 www-data 20 0 99372 56268 4072 S 0.0 0.1 0:02.65 spicepr+
|
|
999804 root 20 0 0 0 0 I 0.0 0.0 0:04.37 kworker+
|
|
1000939 root 20 0 0 0 0 I 0.0 0.0 0:02.21 kworker+
|
|
1002932 root 20 0 0 0 0 I 0.0 0.0 0:04.98 kworker+
|
|
1003202 root 20 0 0 0 0 I 0.0 0.0 0:05.33 kworker+
|
|
1005626 root 20 0 0 0 0 I 0.0 0.0 0:01.48 kworker+
|
|
1023636 root 20 0 0 0 0 I 0.0 0.0 0:04.65 kworker+
|
|
1026182 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1061865 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1062073 root 20 0 32.5g 1.2g 13780 S 0.0 1.3 9:23.88 kvm
|
|
1062127 root 20 0 0 0 0 I 0.0 0.0 0:03.08 kworker+
|
|
1062130 root 20 0 0 0 0 I 0.0 0.0 0:05.36 kworker+
|
|
1062194 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
1093294 root 20 0 238980 163980 11940 S 0.0 0.2 0:08.24 pvedaem+
|
|
1095577 root 20 0 238880 163496 11536 S 0.0 0.2 0:06.12 pvedaem+
|
|
1099260 www-data 20 0 286944 213268 13240 S 0.0 0.2 0:06.10 pveprox+
|
|
1100679 www-data 20 0 302156 232284 18372 S 0.0 0.2 0:04.99 pveprox+
|
|
1101438 root 20 0 238716 162968 11268 S 0.0 0.2 0:01.36 pvedaem+
|
|
1101728 www-data 20 0 286160 211908 12704 S 0.0 0.2 0:04.23 pveprox+
|
|
1121043 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1137029 root 20 0 0 0 0 I 0.0 0.0 0:00.64 kworker+
|
|
1137803 postfix 20 0 44472 7788 7064 S 0.0 0.0 0:00.01 pickup
|
|
1141475 root 20 0 0 0 0 I 0.0 0.0 0:00.43 kworker+
|
|
1142836 root 20 0 0 0 0 I 0.0 0.0 0:00.49 kworker+
|
|
1146335 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+
|
|
1149446 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+
|
|
1151890 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+
|
|
1152269 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1153493 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+
|
|
1155011 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1155022 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
|
|
1155033 root 20 0 19652 11580 9808 S 0.0 0.0 0:00.03 sshd-se+
|
|
1155034 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1155041 root 20 0 19908 7376 5328 S 0.0 0.0 0:00.00 sshd-se+
|
|
1155042 root 20 0 7316 3700 3172 S 0.0 0.0 0:00.72 bash
|
|
1156009 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+
|
|
1159570 root 20 0 5580 2152 2036 S 0.0 0.0 0:00.00 sleep
|
|
1159873 root 20 0 7316 2248 1720 S 0.0 0.0 0:00.00 bash
|
|
1159874 root 20 0 5588 2160 2048 S 0.0 0.0 0:00.00 head
|
|
|
|
--- zpool iostat 1 2
|
|
$ zpool iostat 1 2
|
|
no pools available
|
|
no pools available
|
|
|
|
--- arcstat 1 2
|
|
$ arcstat 1 2
|
|
time read ddread ddh% dmread dmh% pread ph% size c avail
|
|
21:56:42 0 0 0 0 0 0 0 1.9K 2.9G 57.2G
|
|
21:56:43 0 0 0 0 0 0 0 1.9K 2.9G 57.2G
|
|
|
|
--- /proc/net/dev delta (1s)
|
|
$ awk '{print $1}' /proc/net/dev
|
|
echo "--- t0 ---"
|
|
cat /proc/net/dev
|
|
sleep 1
|
|
echo "--- t1 (1s later) ---"
|
|
cat /proc/net/dev
|
|
Inter-|
|
|
face
|
|
lo:
|
|
nic0:
|
|
nic1:
|
|
nic2:
|
|
tailscale0:
|
|
vmbr0:
|
|
tap5101i0:
|
|
tap5105i0:
|
|
tap5106i0:
|
|
tap5107i0:
|
|
tap5108i0:
|
|
tap5109i0:
|
|
tap51010i0:
|
|
tap51011i0:
|
|
tap51012i0:
|
|
tap51013i0:
|
|
tap53100i0:
|
|
tap53101i0:
|
|
tap53102i0:
|
|
tap6000i0:
|
|
tap5111i0:
|
|
tap5112i0:
|
|
bond0:
|
|
datanet:
|
|
tap509i0:
|
|
fwbr509i0:
|
|
fwpr509p0:
|
|
fwln509i0:
|
|
tap509i1:
|
|
fwbr509i1:
|
|
fwpr509p1:
|
|
fwln509i1:
|
|
--- t0 ---
|
|
Inter-| Receive | Transmit
|
|
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
|
|
lo: 109475131 583828 0 0 0 0 0 0 109475131 583828 0 0 0 0 0 0
|
|
nic0: 39449980478 40621999 0 221624 0 0 0 6694432 4733645264 8807049 0 0 0 0 0 0
|
|
nic1: 19066997607 17028956 0 0 0 0 0 29101 40421163906 30373112 0 7 0 0 0 0
|
|
nic2: 18163221711 18046770 3789 0 0 3789 0 200878 4177509100 12609612 0 4 0 0 0 0
|
|
tailscale0: 223055645 837118 0 0 0 0 0 0 916286674 686504 0 0 0 0 0 0
|
|
vmbr0: 5419518883 11756824 0 0 0 0 0 5725864 3285868775 1986017 0 0 0 0 0 0
|
|
tap5101i0: 3000995 32564 0 0 0 0 0 0 889543642 8139366 0 0 0 0 0 0
|
|
tap5105i0: 2091693 21584 0 0 0 0 0 0 848516771 8126938 0 362 0 0 0 0
|
|
tap5106i0: 2100885 21617 0 0 0 0 0 0 848489032 8126724 0 483 0 0 0 0
|
|
tap5107i0: 2113397 21652 0 0 0 0 0 0 848479566 8126598 0 525 0 0 0 0
|
|
tap5108i0: 2097368 21585 0 0 0 0 0 0 848414979 8125979 0 884 0 0 0 0
|
|
tap5109i0: 2091829 21571 0 0 0 0 0 0 848360137 8125487 0 1090 0 0 0 0
|
|
tap51010i0: 2087231 21570 0 0 0 0 0 0 848351815 8125299 0 1138 0 0 0 0
|
|
tap51011i0: 3196655 33857 0 0 0 0 0 0 888868395 8138523 0 1404 0 0 0 0
|
|
tap51012i0: 2171553 22449 0 0 0 0 0 0 848524230 8125041 0 1091 0 0 0 0
|
|
tap51013i0: 2102917 21553 0 0 0 0 0 0 848242006 8124311 0 1439 0 0 0 0
|
|
tap53100i0: 2082160 21493 0 0 0 0 0 0 848194084 8123812 0 1634 0 0 0 0
|
|
tap53101i0: 2727749 29415 0 0 0 0 0 0 888566580 8133282 0 1701 0 0 0 0
|
|
tap53102i0: 2724872 24355 0 0 0 0 0 0 848656006 8126288 0 1596 0 0 0 0
|
|
tap6000i0: 27889069 183090 0 1461 0 0 0 0 1676807771 8051440 0 35911 0 0 0 0
|
|
tap5111i0: 933586973 2357775 0 0 0 0 0 0 22090595069 12602742 0 0 0 0 0 0
|
|
tap5112i0: 44998330 431026 0 0 0 0 0 0 6481782833 8510078 0 32 0 0 0 0
|
|
bond0: 19065890972 17021934 3147 1063 0 3147 0 28955 40412391822 30365618 0 0 0 0 0 0
|
|
datanet: 18359597792 9337648 0 5 0 0 0 26818 38611900404 4927888 0 0 0 0 0 0
|
|
tap509i0: 29582794 146517 0 0 0 0 0 0 124318842 803912 0 11 0 0 0 0
|
|
fwbr509i0: 57066380 613736 0 946 0 0 0 410289 0 0 0 0 0 0 0 0
|
|
fwpr509p0: 29774773 147288 0 771 0 0 0 0 124320944 803924 0 0 0 0 0 0
|
|
fwln509i0: 124320944 803924 0 771 0 0 0 0 29774773 147288 0 0 0 0 0 0
|
|
tap509i1: 0 0 0 0 0 0 0 0 248 1 0 20156 0 0 0 0
|
|
fwbr509i1: 1670958 20401 0 0 0 0 0 19210 0 0 0 0 0 0 0 0
|
|
fwpr509p1: 191979 771 0 771 0 0 0 0 2148551 21172 0 0 0 0 0 0
|
|
fwln509i1: 2148551 21172 0 771 0 0 0 0 191979 771 0 0 0 0 0 0
|
|
--- t1 (1s later) ---
|
|
Inter-| Receive | Transmit
|
|
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
|
|
lo: 109475131 583828 0 0 0 0 0 0 109475131 583828 0 0 0 0 0 0
|
|
nic0: 39450031507 40622133 0 221624 0 0 0 6694436 4733655304 8807100 0 0 0 0 0 0
|
|
nic1: 19067002967 17029012 0 0 0 0 0 29101 40421168314 30373149 0 7 0 0 0 0
|
|
nic2: 18163221711 18046770 3789 0 0 3789 0 200878 4177509100 12609612 0 4 0 0 0 0
|
|
tailscale0: 223055645 837118 0 0 0 0 0 0 916286674 686504 0 0 0 0 0 0
|
|
vmbr0: 5419527104 11756857 0 0 0 0 0 5725868 3285869495 1986020 0 0 0 0 0 0
|
|
tap5101i0: 3000995 32564 0 0 0 0 0 0 889545044 8139381 0 0 0 0 0 0
|
|
tap5105i0: 2091693 21584 0 0 0 0 0 0 848518173 8126953 0 362 0 0 0 0
|
|
tap5106i0: 2100885 21617 0 0 0 0 0 0 848490683 8126740 0 483 0 0 0 0
|
|
tap5107i0: 2113397 21652 0 0 0 0 0 0 848481217 8126614 0 525 0 0 0 0
|
|
tap5108i0: 2097368 21585 0 0 0 0 0 0 848416381 8125994 0 884 0 0 0 0
|
|
tap5109i0: 2091829 21571 0 0 0 0 0 0 848361539 8125502 0 1090 0 0 0 0
|
|
tap51010i0: 2087231 21570 0 0 0 0 0 0 848353467 8125315 0 1138 0 0 0 0
|
|
tap51011i0: 3196655 33857 0 0 0 0 0 0 888870047 8138539 0 1404 0 0 0 0
|
|
tap51012i0: 2171553 22449 0 0 0 0 0 0 848525632 8125056 0 1091 0 0 0 0
|
|
tap51013i0: 2102917 21553 0 0 0 0 0 0 848243408 8124326 0 1439 0 0 0 0
|
|
tap53100i0: 2082160 21493 0 0 0 0 0 0 848195736 8123828 0 1634 0 0 0 0
|
|
tap53101i0: 2727749 29415 0 0 0 0 0 0 888568232 8133298 0 1701 0 0 0 0
|
|
tap53102i0: 2724872 24355 0 0 0 0 0 0 848657408 8126303 0 1596 0 0 0 0
|
|
tap6000i0: 27889135 183091 0 1461 0 0 0 0 1676809488 8051457 0 35911 0 0 0 0
|
|
tap5111i0: 933590450 2357808 0 0 0 0 0 0 22090628029 12602826 0 0 0 0 0 0
|
|
tap5112i0: 44998330 431026 0 0 0 0 0 0 6481784484 8510094 0 32 0 0 0 0
|
|
bond0: 19065896332 17021990 3147 1063 0 3147 0 28955 40412396230 30365655 0 0 0 0 0 0
|
|
datanet: 18359602144 9337704 0 5 0 0 0 26818 38611904540 4927924 0 0 0 0 0 0
|
|
tap509i0: 29587445 146530 0 0 0 0 0 0 124329354 803952 0 11 0 0 0 0
|
|
fwbr509i0: 57067329 613749 0 946 0 0 0 410293 0 0 0 0 0 0 0 0
|
|
fwpr509p0: 29779424 147301 0 771 0 0 0 0 124331456 803964 0 0 0 0 0 0
|
|
fwln509i0: 124331456 803964 0 771 0 0 0 0 29779424 147301 0 0 0 0 0 0
|
|
tap509i1: 0 0 0 0 0 0 0 0 248 1 0 20156 0 0 0 0
|
|
fwbr509i1: 1670958 20401 0 0 0 0 0 19210 0 0 0 0 0 0 0 0
|
|
fwpr509p1: 191979 771 0 771 0 0 0 0 2148551 21172 0 0 0 0 0 0
|
|
fwln509i1: 2148551 21172 0 771 0 0 0 0 191979 771 0 0 0 0 0 0
|
|
|
|
###############################################################################
|
|
# 27. DNS / NTP / TIME
|
|
###############################################################################
|
|
|
|
--- /etc/resolv.conf
|
|
--- /etc/resolv.conf ---
|
|
domain knel.net
|
|
search knel.net
|
|
nameserver 100.100.100.100
|
|
|
|
--- /etc/hosts
|
|
--- /etc/hosts ---
|
|
127.0.0.1 localhost.localdomain localhost
|
|
192.168.100.2 pfv-tsys5.knel.net pfv-tsys5
|
|
|
|
# The following lines are desirable for IPv6 capable hosts
|
|
|
|
::1 ip6-localhost ip6-loopback
|
|
fe00::0 ip6-localnet
|
|
ff00::0 ip6-mcastprefix
|
|
ff02::1 ip6-allnodes
|
|
ff02::2 ip6-allrouters
|
|
ff02::3 ip6-allhosts
|
|
|
|
10.100.100.4 pfv-tsys4-nfs-stor
|
|
r
|
|
|
|
|
|
--- /etc/ntp.conf
|
|
[missing: /etc/ntp.conf]
|
|
|
|
--- /etc/chrony/chrony.conf
|
|
--- /etc/chrony/chrony.conf ---
|
|
# Welcome to the chrony configuration file. See chrony.conf(5) for more
|
|
# information about usable directives.
|
|
|
|
# Use Debian vendor zone.
|
|
pool 2.debian.pool.ntp.org iburst
|
|
|
|
# Use time sources from DHCP.
|
|
sourcedir /run/chrony-dhcp
|
|
|
|
# Use NTP sources found in /etc/chrony/sources.d.
|
|
sourcedir /etc/chrony/sources.d
|
|
|
|
# This directive specifies the location of the file containing ID/key pairs for
|
|
# NTP authentication.
|
|
keyfile /etc/chrony/chrony.keys
|
|
|
|
# This directive specifies the file into which chronyd will store the rate
|
|
# information.
|
|
driftfile /var/lib/chrony/chrony.drift
|
|
|
|
# Save NTS keys and cookies.
|
|
ntsdumpdir /var/lib/chrony
|
|
|
|
# Uncomment the following line to turn logging on.
|
|
#log tracking measurements statistics
|
|
|
|
# Log files location.
|
|
logdir /var/log/chrony
|
|
|
|
# Stop bad estimates upsetting machine clock.
|
|
maxupdateskew 100.0
|
|
|
|
# This directive enables kernel synchronisation (every 11 minutes) of the
|
|
# real-time clock. Note that it can't be used along with the 'rtcfile' directive.
|
|
rtcsync
|
|
|
|
# Step the system clock instead of slewing it if the adjustment is larger than
|
|
# one second, but only in the first three clock updates.
|
|
makestep 1 3
|
|
|
|
# Get TAI-UTC offset and leap seconds from the system tz database.
|
|
# This directive must be commented out when using time sources serving
|
|
# leap-smeared time.
|
|
leapseclist /usr/share/zoneinfo/leap-seconds.list
|
|
|
|
# Include configuration files found in /etc/chrony/conf.d.
|
|
confdir /etc/chrony/conf.d
|
|
|
|
--- timedatectl
|
|
$ timedatectl
|
|
Local time: Mon 2026-07-27 21:56:44 CDT
|
|
Universal time: Tue 2026-07-28 02:56:44 UTC
|
|
RTC time: Tue 2026-07-28 02:56:44
|
|
Time zone: America/Chicago (CDT, -0500)
|
|
System clock synchronized: yes
|
|
NTP service: active
|
|
RTC in local TZ: no
|
|
|
|
--- chronyc tracking
|
|
$ chronyc tracking
|
|
Reference ID : 95F80CA7 (149.248.12.167.vultrusercontent.com)
|
|
Stratum : 4
|
|
Ref time (UTC) : Tue Jul 28 02:44:28 2026
|
|
System time : 0.000414923 seconds slow of NTP time
|
|
Last offset : +0.000139759 seconds
|
|
RMS offset : 0.000396664 seconds
|
|
Frequency : 6.509 ppm fast
|
|
Residual freq : -0.006 ppm
|
|
Skew : 0.169 ppm
|
|
Root delay : 0.037072025 seconds
|
|
Root dispersion : 0.002410537 seconds
|
|
Update interval : 1027.2 seconds
|
|
Leap status : Normal
|
|
|
|
--- chronyc sources
|
|
$ chronyc sources
|
|
MS Name/IP address Stratum Poll Reach LastRx Last sample
|
|
===============================================================================
|
|
^+ arm1.maxhost.io 2 10 377 274 +4281us[+4281us] +/- 45ms
|
|
^* 149.248.12.167.vultruser> 3 10 377 735 -4737us[-4597us] +/- 20ms
|
|
^+ 172-104-209-204.ip.linod> 5 8 377 70 +4216us[+4216us] +/- 49ms
|
|
^- linode1.ernest-doss.org 3 10 377 426 -11ms[ -11ms] +/- 94ms
|
|
|
|
--- ntpq peers
|
|
$ ntpq -pn
|
|
/root/check.sh: line 45: ntpq: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
###############################################################################
|
|
# 28. FIREWALL / SECURITY
|
|
###############################################################################
|
|
|
|
--- pve-firewall status
|
|
$ pve-firewall status
|
|
Status: disabled/running
|
|
|
|
--- nft ruleset (count)
|
|
$ nft list ruleset
|
|
|
|
--- nft ruleset (head)
|
|
$ nft list ruleset
|
|
|
|
--- iptables-save (legacy)
|
|
$ iptables-save
|
|
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026
|
|
*raw
|
|
:PREROUTING ACCEPT [37203197:41830454294]
|
|
:OUTPUT ACCEPT [19022598:46718898146]
|
|
COMMIT
|
|
# Completed on Mon Jul 27 21:56:46 2026
|
|
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026
|
|
*mangle
|
|
:PREROUTING ACCEPT [37203810:41830612593]
|
|
:INPUT ACCEPT [32011406:41201764737]
|
|
:FORWARD ACCEPT [0:0]
|
|
:OUTPUT ACCEPT [19023096:46718969390]
|
|
:POSTROUTING ACCEPT [19023096:46718969390]
|
|
-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000
|
|
-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000
|
|
COMMIT
|
|
# Completed on Mon Jul 27 21:56:46 2026
|
|
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026
|
|
*nat
|
|
:PREROUTING ACCEPT [5976639:693533582]
|
|
:INPUT ACCEPT [972940:106628405]
|
|
:OUTPUT ACCEPT [303591:20852233]
|
|
:POSTROUTING ACCEPT [303591:20852233]
|
|
:ts-postrouting - [0:0]
|
|
-A POSTROUTING -j ts-postrouting
|
|
-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE
|
|
COMMIT
|
|
# Completed on Mon Jul 27 21:56:46 2026
|
|
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026
|
|
*filter
|
|
:INPUT ACCEPT [29969128:40640885630]
|
|
:FORWARD ACCEPT [0:0]
|
|
:OUTPUT ACCEPT [19023096:46718969390]
|
|
:ts-forward - [0:0]
|
|
:ts-input - [0:0]
|
|
-A INPUT -j ts-input
|
|
-A FORWARD -j ts-forward
|
|
-A ts-forward -i tailscale0 -j MARK --set-xmark 0x40000/0xff0000
|
|
-A ts-forward -m mark --mark 0x40000/0xff0000 -j ACCEPT
|
|
-A ts-forward -s 100.64.0.0/10 -o tailscale0 -j DROP
|
|
-A ts-forward -o tailscale0 -j ACCEPT
|
|
-A ts-input -s 100.87.135.12/32 -i lo -j ACCEPT
|
|
-A ts-input -i tailscale0 -j ACCEPT
|
|
-A ts-input -p udp -m udp --dport 41641 -j ACCEPT
|
|
-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN
|
|
-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP
|
|
COMMIT
|
|
# Completed on Mon Jul 27 21:56:46 2026
|
|
|
|
--- ipset list (names)
|
|
$ ipset list -n
|
|
|
|
--- apparmor status
|
|
$ aa-status
|
|
apparmor module is loaded.
|
|
119 profiles are loaded.
|
|
20 profiles are in enforce mode.
|
|
/usr/bin/lxc-copy
|
|
/usr/bin/lxc-start
|
|
/usr/bin/man
|
|
/usr/lib/NetworkManager/nm-dhcp-client.action
|
|
/usr/lib/connman/scripts/dhclient-script
|
|
/usr/sbin/chronyd
|
|
/usr/{lib/NetworkManager,libexec}/nm-dhcp-helper
|
|
/{,usr/}sbin/dhclient
|
|
lsb_release
|
|
lxc-container-default
|
|
lxc-container-default-cgns
|
|
lxc-container-default-with-mounting
|
|
lxc-container-default-with-nesting
|
|
man_filter
|
|
man_groff
|
|
nvidia_modprobe
|
|
nvidia_modprobe//kmod
|
|
pve-container-mounthotplug
|
|
swtpm
|
|
tcpdump
|
|
23 profiles are in complain mode.
|
|
Xorg
|
|
plasmashell
|
|
plasmashell//QtWebEngineProcess
|
|
sbuild
|
|
sbuild-abort
|
|
sbuild-adduser
|
|
sbuild-apt
|
|
sbuild-checkpackages
|
|
sbuild-clean
|
|
sbuild-createchroot
|
|
sbuild-destroychroot
|
|
sbuild-distupgrade
|
|
sbuild-hold
|
|
sbuild-shell
|
|
sbuild-unhold
|
|
sbuild-update
|
|
sbuild-upgrade
|
|
transmission-cli
|
|
transmission-daemon
|
|
transmission-gtk
|
|
transmission-qt
|
|
unix-chkpwd
|
|
unprivileged_userns
|
|
0 profiles are in prompt mode.
|
|
0 profiles are in kill mode.
|
|
76 profiles are in unconfined mode.
|
|
1password
|
|
Discord
|
|
MongoDB Compass
|
|
QtWebEngineProcess
|
|
balena-etcher
|
|
brave
|
|
buildah
|
|
busybox
|
|
cam
|
|
ch-checkns
|
|
ch-run
|
|
chrome
|
|
chromium
|
|
crun
|
|
devhelp
|
|
element-desktop
|
|
epiphany
|
|
evolution
|
|
firefox
|
|
flatpak
|
|
foliate
|
|
geary
|
|
github-desktop
|
|
goldendict
|
|
ipa_verify
|
|
kchmviewer
|
|
keybase
|
|
lc-compliance
|
|
libcamerify
|
|
linux-sandbox
|
|
loupe
|
|
lxc-attach
|
|
lxc-create
|
|
lxc-destroy
|
|
lxc-execute
|
|
lxc-stop
|
|
lxc-unshare
|
|
lxc-usernsexec
|
|
mmdebstrap
|
|
msedge
|
|
nautilus
|
|
notepadqq
|
|
obsidian
|
|
opam
|
|
opera
|
|
pageedit
|
|
polypane
|
|
privacybrowser
|
|
qcam
|
|
qmapshack
|
|
qutebrowser
|
|
rootlesskit
|
|
rpm
|
|
rssguard
|
|
runc
|
|
scide
|
|
signal-desktop
|
|
slack
|
|
slirp4netns
|
|
steam
|
|
stress-ng
|
|
surfshark
|
|
systemd-coredump
|
|
toybox
|
|
trinity
|
|
tup
|
|
tuxedo-control-center
|
|
userbindmount
|
|
uwsgi-core
|
|
vdens
|
|
virtiofsd
|
|
vivaldi-bin
|
|
vpnns
|
|
vscode
|
|
wike
|
|
wpcom
|
|
3 processes have profiles defined.
|
|
3 processes are in enforce mode.
|
|
/usr/sbin/chronyd (632292)
|
|
/usr/sbin/chronyd (632296)
|
|
/usr/sbin/dhclient (1531) /{,usr/}sbin/dhclient
|
|
0 processes are in complain mode.
|
|
0 processes are in prompt mode.
|
|
0 processes are in kill mode.
|
|
0 processes are unconfined but have a profile defined.
|
|
0 processes are in mixed mode.
|
|
|
|
###############################################################################
|
|
# 29. TOP CONSUMERS
|
|
###############################################################################
|
|
|
|
--- top 10 memory hogs
|
|
$ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11
|
|
PID USER RSS VSZ %CPU %MEM COMMAND
|
|
113938 root 9283228 13691436 30.5 9.3 kvm
|
|
115366 root 6202928 7025332 3.5 6.2 kvm
|
|
88433 root 4248264 6941944 2.5 4.2 kvm
|
|
48921 root 1653764 13439516 1.4 1.6 kvm
|
|
47873 root 1614408 11332608 1.3 1.6 kvm
|
|
48474 root 1384800 5196532 1.3 1.4 kvm
|
|
1062073 root 1271892 34026744 2.4 1.2 kvm
|
|
48805 root 822216 10175008 1.5 0.8 kvm
|
|
49002 root 800728 9059956 1.5 0.8 kvm
|
|
48576 root 750960 5032620 1.5 0.7 kvm
|
|
|
|
--- top 10 CPU hogs
|
|
$ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11
|
|
PID USER %CPU %MEM RSS COMMAND
|
|
113938 root 30.5 9.3 9283228 kvm
|
|
1159889 root 3.7 0.0 7764 systemd-timedat
|
|
115366 root 3.5 6.2 6202928 kvm
|
|
88433 root 2.5 4.2 4248264 kvm
|
|
1062073 root 2.4 1.2 1271892 kvm
|
|
1893 root 1.9 0.1 159208 pvestatd
|
|
49002 root 1.5 0.8 800728 kvm
|
|
48576 root 1.5 0.7 750960 kvm
|
|
48805 root 1.5 0.8 822216 kvm
|
|
48205 root 1.5 0.7 733224 kvm
|
|
|
|
--- top file-handle holders
|
|
$ for pid in $(ps -e -o pid= | head -n 200); do
|
|
n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)"
|
|
[ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)"
|
|
done | sort -k2 -t= -nr | head -n 15
|
|
1 fd=215 systemd
|
|
48474 fd=124 kvm
|
|
48397 fd=124 kvm
|
|
48205 fd=124 kvm
|
|
48099 fd=124 kvm
|
|
48034 fd=124 kvm
|
|
47937 fd=124 kvm
|
|
47873 fd=124 kvm
|
|
48303 fd=123 kvm
|
|
1837 fd=94 master
|
|
385 fd=60 systemd-journal
|
|
1263 fd=54 dbus-daemon
|
|
|
|
--- largest files in /var/log (top 10)
|
|
$ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10
|
|
-rw-r-----+ 1 root systemd-journal 48M Mar 17 09:28 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000013798-00064cce94cc9a71.journal
|
|
-rw-r-----+ 1 root systemd-journal 48M Mar 12 02:20 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000000467b-00064c4a10ef1d68.journal
|
|
-rw-r-----+ 1 root systemd-journal 48M Jul 7 19:51 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000004efab-000653aa9998326e.journal
|
|
-rw-r-----+ 1 root systemd-journal 48M Jul 27 21:56 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M May 7 22:49 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000003554c-00064ee1f0d36d1e.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jun 7 09:20 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000041e97-000651464a0de8f7.journal
|
|
-rw-r-----+ 1 root systemd-journal 32M Mar 24 19:56 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@00064e3f7f0af53c-3a6be8acbb9c24a0.journal~
|
|
-rw-r-----+ 1 root systemd-journal 32M Apr 6 10:57 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@00064ee1f0d9163d-f6d8187336fe6b43.journal~
|
|
-rw-r-----+ 1 root systemd-journal 16M Mar 5 11:14 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000000001-00064bbb754fe33c.journal
|
|
|
|
###############################################################################
|
|
# 30. QUICK-LOOK SUSPECT SUMMARY
|
|
###############################################################################
|
|
|
|
Auto-detected performance anti-patterns (verify against full data above):
|
|
|
|
|
|
--- [A] Network interfaces < 10 Gbps and up
|
|
$ hits=0
|
|
for ifc in $NETIFS; do
|
|
s=$(cat "/sys/class/net/$ifc/speed" 2>/dev/null)
|
|
c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null)
|
|
case "$s" in
|
|
10|100|1000)
|
|
if [ "$c" = "1" ]; then
|
|
printf ' %s : %s Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration\n' "$ifc" "$s"
|
|
hits=$((hits+1))
|
|
fi
|
|
;;
|
|
esac
|
|
done
|
|
[ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)"
|
|
bond0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic1 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic2 : 10 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
[exit=1]
|
|
|
|
|
|
--- [B] MTU not jumbo on carrier-up interfaces
|
|
$ hits=0
|
|
for ifc in $NETIFS; do
|
|
m=$(cat "/sys/class/net/$ifc/mtu" 2>/dev/null)
|
|
c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null)
|
|
[ "$c" = "1" ] || continue
|
|
if [ -n "$m" ] && [ "$m" != "9000" ]; then
|
|
printf ' %s : mtu=%s\n' "$ifc" "$m"
|
|
hits=$((hits+1))
|
|
fi
|
|
done
|
|
[ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)"
|
|
bond0 : mtu=1500
|
|
datanet : mtu=1500
|
|
fwbr509i0 : mtu=1500
|
|
fwbr509i1 : mtu=1500
|
|
fwln509i0 : mtu=1500
|
|
fwln509i1 : mtu=1500
|
|
fwpr509p0 : mtu=1500
|
|
fwpr509p1 : mtu=1500
|
|
nic0 : mtu=1500
|
|
nic1 : mtu=1500
|
|
nic2 : mtu=1500
|
|
tap509i0 : mtu=1500
|
|
tap509i1 : mtu=1500
|
|
tap51010i0 : mtu=1500
|
|
tap51011i0 : mtu=1500
|
|
tap51012i0 : mtu=1500
|
|
tap51013i0 : mtu=1500
|
|
tap5101i0 : mtu=1500
|
|
tap5105i0 : mtu=1500
|
|
tap5106i0 : mtu=1500
|
|
tap5107i0 : mtu=1500
|
|
tap5108i0 : mtu=1500
|
|
tap5109i0 : mtu=1500
|
|
tap5111i0 : mtu=1500
|
|
tap5112i0 : mtu=1500
|
|
tap53100i0 : mtu=1500
|
|
tap53101i0 : mtu=1500
|
|
tap53102i0 : mtu=1500
|
|
tap6000i0 : mtu=1500
|
|
vmbr0 : mtu=1500
|
|
[exit=1]
|
|
|
|
|
|
--- [C] CPU governor != performance
|
|
$ g=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null)
|
|
if [ -z "$g" ]; then
|
|
echo " cpufreq driver not loaded (governor unknown)"
|
|
elif [ "$g" = "performance" ]; then
|
|
echo " OK: performance governor"
|
|
else
|
|
echo " <-- governor=$g (recommend 'performance')"
|
|
fi
|
|
cpufreq driver not loaded (governor unknown)
|
|
|
|
|
|
--- [D] EPB / EPP not performance-bias
|
|
$ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null)
|
|
epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null)
|
|
echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)"
|
|
EPB=0 EPP= (0=performance, 15=max-power on EPB; 'performance' on EPP)
|
|
|
|
|
|
--- [E] vm.swappiness and dirty ratios
|
|
$ sw=$(sysctl -n vm.swappiness 2>/dev/null)
|
|
dr=$(sysctl -n vm.dirty_ratio 2>/dev/null)
|
|
dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null)
|
|
echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr"
|
|
[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)"
|
|
swappiness=1 dirty_ratio=40 dirty_background_ratio=10
|
|
<-- swappiness not 10 (Proxmox default)
|
|
|
|
|
|
--- [F] TCP congestion control
|
|
$ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null)
|
|
avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null)
|
|
echo " active: $cc"
|
|
echo " available: $avail"
|
|
[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths"
|
|
active: bbr
|
|
available: reno cubic bbr
|
|
[exit=1]
|
|
|
|
|
|
--- [G] ZFS dataset red flags
|
|
$ if ! command -v zfs >/dev/null 2>&1; then
|
|
echo " ZFS not present"
|
|
else
|
|
zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \
|
|
| awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"}
|
|
$2=="atime" && $3=="on" {print " <-- "$1" has atime=on"}
|
|
$2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"}
|
|
$2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}'
|
|
fi
|
|
|
|
|
|
--- [H] ARC size vs RAM
|
|
$ if [ -r /proc/spl/kstat/zfs/arcstats ]; then
|
|
arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo)
|
|
echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes"
|
|
if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then
|
|
pct=$((cmax * 100 / ram))
|
|
echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)"
|
|
fi
|
|
hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then
|
|
hr=$((hits * 100 / (hits + miss)))
|
|
echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)"
|
|
fi
|
|
else
|
|
echo " ZFS ARC stats not available (ZFS not loaded?)"
|
|
fi
|
|
ARC current=1920 bytes ARC max=10125049856 bytes RAM total=101246885888 bytes
|
|
ARC max is 10% of RAM (Proxmox default ~50%)
|
|
|
|
|
|
--- [I] VMs with non-optimal storage/NIC models
|
|
$ hits=0
|
|
for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
cfg=$(qm config "$vmid" 2>/dev/null)
|
|
flags=""
|
|
echo "$cfg" | grep -qE '^ide[0-9]' && flags="${flags}ide-disk "
|
|
echo "$cfg" | grep -qE '^sata[0-9]' && flags="${flags}sata-disk "
|
|
echo "$cfg" | grep -qE '^scsi[0-9].*:,' && echo "$cfg" | grep -E '^scsi[0-9]' | grep -qv 'virtio-scsi' && flags="${flags}scsi-no-virtio-scsi "
|
|
echo "$cfg" | grep -qE '^scsihw: ' && ! echo "$cfg" | grep -qE '^scsihw: virtio-scsi-single' && flags="${flags}scsihw!=virtio-scsi-single "
|
|
echo "$cfg" | grep -qE '^cpu: .*kvm64' && flags="${flags}cpu=kvm64 "
|
|
echo "$cfg" | grep -q '^iothread: 1' || echo "$cfg" | grep -qE '^scsi[0-9].*iothread=1' || flags="${flags}no-iothread "
|
|
echo "$cfg" | grep -qE '^net[0-9].*model=(e1000|rtl8139|vmxnet)' && flags="${flags}legacy-nic "
|
|
echo "$cfg" | grep -qE '^net[0-9].*model=virtio' && ! echo "$cfg" | grep -qE 'multiqueue=|queues=' && flags="${flags}virtio-no-multiqueue "
|
|
if [ -n "$flags" ]; then
|
|
echo " VM $vmid: $flags"
|
|
hits=$((hits+1))
|
|
fi
|
|
done
|
|
[ "$hits" = "0" ] && echo " no obvious VM storage/NIC anti-patterns"
|
|
VM 500: ide-disk
|
|
VM 509: ide-disk no-iothread
|
|
VM 515: ide-disk
|
|
VM 5100: ide-disk
|
|
VM 5101: ide-disk
|
|
VM 5102: ide-disk
|
|
VM 5103: ide-disk
|
|
VM 5104: ide-disk
|
|
VM 5105: ide-disk
|
|
VM 5106: ide-disk
|
|
VM 5107: ide-disk
|
|
VM 5108: ide-disk
|
|
VM 5109: ide-disk
|
|
VM 5111: ide-disk
|
|
VM 5112: ide-disk
|
|
VM 5500: ide-disk scsihw!=virtio-scsi-single no-iothread
|
|
VM 6000: ide-disk
|
|
VM 51010: ide-disk
|
|
VM 51011: ide-disk
|
|
VM 51012: ide-disk
|
|
VM 51013: ide-disk
|
|
VM 51014: ide-disk
|
|
VM 53100: ide-disk
|
|
VM 53101: ide-disk
|
|
VM 53102: ide-disk
|
|
VM 53103: ide-disk
|
|
[exit=1]
|
|
|
|
|
|
--- [J] NFS client mount option red flags
|
|
$ if ! command -v nfsstat >/dev/null 2>&1; then
|
|
echo " nfsstat not available"
|
|
else
|
|
nfsstat -m 2>/dev/null | awk '
|
|
/^.*:/ {mp=$0; next}
|
|
/Flags:/ {
|
|
gsub(/Flags:|,/,"",$0)
|
|
line=$0
|
|
if (line !~ /noatime/) print " "mp" : missing noatime"
|
|
if (line !~ /nconnect/) print " "mp" : missing nconnect (kernel >=5.3)"
|
|
if (line !~ /rsize=1048576/) print " "mp" : rsize<1M"
|
|
if (line !~ /wsize=1048576/) print " "mp" : wsize<1M"
|
|
if (line ~ /sync/) print " "mp" : sync mount (slow)"
|
|
}
|
|
'
|
|
fi
|
|
|
|
|
|
--- [K] Softnet / NIC drops (non-zero)
|
|
$ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat
|
|
echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)"
|
|
(also check ethtool -S sections above for rx_dropped/rx_missed_errors)
|
|
|
|
|
|
--- [L] Failed systemd services
|
|
$ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10)
|
|
if [ -n "$failed" ]; then
|
|
echo "$failed" | sed 's/^/ /'
|
|
else
|
|
echo " no failed services"
|
|
fi
|
|
no failed services
|
|
|
|
|
|
--- [M] Filesystem usage > 80%
|
|
$ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}'
|
|
|
|
|
|
--- [N] SMART / NVMe health warnings
|
|
$ if command -v nvme >/dev/null 2>&1; then
|
|
for n in /dev/nvme[0-9]*; do
|
|
[ -b "$n" ] || continue
|
|
crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5)
|
|
[ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' '
|
|
done
|
|
fi
|
|
if command -v smartctl >/dev/null 2>&1; then
|
|
for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do
|
|
dev="/dev/$d"
|
|
[ -b "$dev" ] || continue
|
|
chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed')
|
|
echo "$chk" | grep -qi fail && echo " $dev: $chk"
|
|
done
|
|
fi
|
|
echo " (see section 20 for full smartctl/nvme output)"
|
|
(see section 20 for full smartctl/nvme output)
|
|
|
|
###############################################################################
|
|
# Collection complete: pfv-tsys5
|
|
# Output: /root/pfv-tsys5.log
|
|
# Size: 1063940 bytes / 18738 lines
|
|
# Elapsed: 417 seconds
|
|
###############################################################################
|