- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Unknown USB Device is getting detected on ProLiant...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 10:49 PM - edited 10-21-2024 12:35 AM
09-19-2024 10:49 PM - edited 10-21-2024 12:35 AM
Unknown USB Device is getting detected on ProLiant DL380 Gen11
Hi,
I have ProLiant DL380 Gen11. I am seeing unknown usb device on my machine.
Where when i checked physically there is no usb connected to node.
Question is why unknown usb device is getting listed on my machine?
Details i have collected so far :
# find /dev/disk/by-path/ -iname '*-usb-*'
/dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0-part1
/dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0
# readlink -f /dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0-part1
/dev/sdp1
# readlink -f /dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0
/dev/sdp
# lsblk /dev/sdp1
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdp1 8:241 1 768M 1 part
# lsblk /dev/sdp
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdp 8:240 1 768M 1 disk
`-sdp1 8:241 1 768M 1 part
# blkid /dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0-part1
/dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0-part1: LABEL="BLACKBOX" UUID="7E64-07B4" BLOCK_SIZE="512" TYPE="vfat"
# blkid /dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0
/dev/disk/by-path/pci-0000:00:14.0-usb-0:3.1:1.0-scsi-0:0:0:0: PTTYPE="dos"
# udevadm info /dev/sdp | grep -i "vendor"
E: ID_VENDOR=iLO
E: ID_VENDOR_ENC=iLO\x20\x20\x20\x20\x20
E: ID_VENDOR_ID=0424
E: SCSI_VENDOR=iLO
E: SCSI_VENDOR_ENC=iLO\x20\x20\x20\x20\x20
#
I can mount thie device and see the content
# mkdir mount_sdp
# mount /dev/sdp /mount_sdp/
UX:vxfs mount.vxfs: ERROR: V-3-20012: not a valid vxfs file system
UX:vxfs mount.vxfs: ERROR: V-3-24996: Unable to get disk layout version
# ls mount_sdp/
# mount /dev/sdp1 /mount_sdp/
mount: /mount_sdp: WARNING: device write-protected, mounted read-only.
# ls /mount_sdp/
blackbox.bin classes data manifest.pkg
# ls /mount_sdp/data/
0001068-2024-09-18.zbb
0001069-2024-09-19.zbb
0001070-2024-09-20.zbb
bcert.pkg
clist.pkg
file.pkg
ilo_boot_support.zbb
sys_boot_support.zbb
- Tags:
- ProLiant Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2024 09:27 AM
09-21-2024 09:27 AM
Re: Unknown USB Device is getting detected on ProLiant DL380 Gen11
I think this the ILO's virtual USB device, as it hints in the files you can find on it. Since it hurts no one, you can safely ignore it.
lsusb
May give you something human readable.
I think you need to go look at your ILO config. If you are using the remote console, that connects things to the underlying OS.
Not having a shiny toy like this to install an already End-of-Support OS on, I cannot help you more than that. (They are prohibitively expensive for hobbyists here. Maybe in 3 years time...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2024 10:10 PM
09-22-2024 10:10 PM
Re: Unknown USB Device is getting detected on ProLiant DL380 Gen11
Here is output of lsusb
vflex5561-70.vxindia.veritas.com:/log/app_vxul # lsusb
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 0424:4030 Microchip Technology, Inc. (formerly SMSC)
Bus 002 Device 002: ID 0424:2660 Microchip Technology, Inc. (formerly SMSC) Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 03f0:2927 HP, Inc
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
vflex5561-70.vxindia.veritas.com:/log/app_vxul #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2024 11:20 PM
09-22-2024 11:20 PM
Re: Unknown USB Device is getting detected on ProLiant DL380 Gen11
This still looks likely to be ILO related and the files you showed suggest nothing to be worried about.
They appear to be the insides of the HP AHS file. You can find some fascinating reading here: https://mark.honeychurch.org/blog/projects/ahs/
And this is from my DL20 Gen10,
Bus 001 Device 002: ID 03f0:7029 HP, Inc Virtual Keyboard <-- ILO
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub <-- a hub I have plugged in
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 0424:2660 Microchip Technology, Inc. (formerly SMSC) Hub <-- this appears to be my front port
Bus 002 Device 008: ID 0590:00d4 Omron Corp. 2JCIE-BU01
And an ML30 Gen10
Bus /dev/usb Device /dev/ugen1.3: ID 03f0:2927 HP, Inc
Bus /dev/usb Device /dev/ugen1.2: ID 03f0:7029 HP, Inc
Bus /dev/usb Device /dev/ugen0.3: ID 0424:2660 Microchip Technology, Inc. (formerly SMSC) Hub
As you can see, this same hub is present in all our devices.
Interestingly, trying to see if it was virtual media related caused AMSD to suicide.
[1799521.131988] usb 1-2: new high-speed USB device number 3 using ehci-pci
[1799521.293427] usb 1-2: New USB device found, idVendor=03f0, idProduct=2227, bcdDevice= 0.01
[1799521.293521] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[1799521.293568] usb 1-2: Product: Virtual CD-ROM
[1799521.293592] usb 1-2: Manufacturer: iLO
[1799521.309974] usb-storage 1-2:1.0: USB Mass Storage device detected
[1799521.310418] scsi host7: usb-storage 1-2:1.0
[1799521.310491] usbcore: registered new interface driver usb-storage
[1799522.437145] scsi 7:0:0:0: CD-ROM iLO Virtual DVD-ROM PQ: 0 ANSI: 0 CCS
[1799522.439930] sr 7:0:0:0: [sr1] scsi3-mmc drive: 12x/12x cd/rw tray
[1799522.528806] sr 7:0:0:0: Attached scsi CD-ROM sr1
[1799522.529065] sr 7:0:0:0: Attached scsi generic sg7 type 5
[1799537.287734] usb 1-2: USB disconnect, device number 3
[1799537.294606] amsd[2306]: segfault at 7ffea3179000 ip 00007f77579673a9 sp 00007ffea3173aa8 error 6 in libc.so.6[7f7757835000+155000] likely on CPU 6 (core 2, socket 0)
[1799537.294649] Code: 00 31 d2 49 83 e8 20 76 78 c5 fe 7f 07 48 83 c7 20 48 89 fe 83 e6 1f 48 29 f7 49 01 f0 49 81 e8 80 00 00 00 72 23 c5 fd 7f 07 <c5> fd 7f 47 20 c5 fd 7f 47 40 c5 fd 7f 47 60 48 81 c7 80 00 00 00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 11:34 PM
09-23-2024 11:34 PM
Re: Unknown USB Device is getting detected on ProLiant DL380 Gen11
Yes, I know it is ILO related and not harming my system, But wanted to know what is this device and why it is getting detected.
Also .zbb are related to AHS files, and AHS is enabled for my system.
vflex5561-71.vxindia.veritas.com:/home/primary # last reboot
reboot system boot 4.18.0-477.58.1. Tue Sep 10 11:07 still running
reboot system boot 4.18.0-477.58.1. Tue Sep 10 11:03 - 11:04 (00:01)
reboot system boot 4.18.0-477.43.1. Mon Sep 9 15:20 - 11:04 (19:44)
reboot system boot 4.18.0-477.43.1. Mon Sep 9 15:16 - 15:17 (00:01)
reboot system boot 4.18.0-477.43.1. Mon Sep 9 14:46 - 15:11 (00:24)
wtmp begins Mon Sep 9 14:46:46 2024
vflex5561-71.vxindia.veritas.com:/home/primary #
Log snippets from dmesg -T:
[Tue Sep 10 11:07:37 2024] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[Tue Sep 10 11:07:37 2024] usb 2-3: New USB device found, idVendor=0424, idProduct=2660, bcdDevice= 8.01
[Tue Sep 10 11:07:37 2024] usb 2-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Tue Sep 10 11:07:37 2024] hub 2-3:1.0: USB hub found
[Tue Sep 10 11:07:37 2024] hub 2-3:1.0: 2 ports detected
[Tue Sep 10 11:07:37 2024] i8042: Can't read CTR while initializing i8042
[Tue Sep 10 11:07:37 2024] i8042: probe of i8042 failed with error -5
[Tue Sep 10 11:07:37 2024] mousedev: PS/2 mouse device common for all mice
[Tue Sep 10 11:07:37 2024] rtc_cmos 00:00: RTC can wake from S4
[Tue Sep 10 11:07:37 2024] rtc_cmos 00:00: registered as rtc0
[Tue Sep 10 11:07:37 2024] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[Tue Sep 10 11:07:37 2024] intel_pstate: HWP enabled by BIOS
[Tue Sep 10 11:07:37 2024] intel_pstate: Intel P-state driver initializing
[Tue Sep 10 11:07:37 2024] intel_pstate: HWP enabled
[Tue Sep 10 11:07:37 2024] EFI Variables Facility v0.08 2004-May-17
[Tue Sep 10 11:07:37 2024] hid: raw HID events driver (C) Jiri Kosina
***
***
[Wed Sep 11 10:48:32 2024] usb 2-3.1: new high-speed USB device number 3 using xhci_hcd
[Wed Sep 11 10:48:32 2024] usb 2-3.1: New USB device found, idVendor=0424, idProduct=4030, bcdDevice= 2.11
[Wed Sep 11 10:48:32 2024] usb 2-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Wed Sep 11 10:48:32 2024] usb 2-3.1: Product: Ultra Fast Media Reader
[Wed Sep 11 10:48:32 2024] usb 2-3.1: Manufacturer: Generic
[Wed Sep 11 10:48:32 2024] usb 2-3.1: SerialNumber: 000002660A01
[Wed Sep 11 10:48:32 2024] usb-storage 2-3.1:1.0: USB Mass Storage device detected
[Wed Sep 11 10:48:32 2024] scsi host3: usb-storage 2-3.1:1.0
[Wed Sep 11 10:48:32 2024] usbcore: registered new interface driver usb-storage
[Wed Sep 11 10:48:32 2024] usbcore: registered new interface driver uas
[Wed Sep 11 10:48:33 2024] scsi 3:0:0:0: Direct-Access iLO LUN 00 Media 0 2.11 PQ: 0 ANSI: 0
[Wed Sep 11 10:48:33 2024] sd 3:0:0:0: Attached scsi generic sg17 type 0
[Wed Sep 11 10:48:33 2024] sd 3:0:0:0: [sdp] 1572864 512-byte logical blocks: (805 MB/768 MiB)
[Wed Sep 11 10:48:33 2024] sd 3:0:0:0: [sdp] Write Protect is on
[Wed Sep 11 10:48:33 2024] sd 3:0:0:0: [sdp] Mode Sense: 23 00 80 00
[Wed Sep 11 10:48:33 2024] sd 3:0:0:0: [sdp] No Caching mode page found
[Wed Sep 11 10:48:33 2024] sd 3:0:0:0: [sdp] Assuming drive cache: write through
[Wed Sep 11 10:48:33 2024] sdp: sdp1
[Wed Sep 11 10:48:33 2024] sd 3:0:0:0: [sdp] Attached SCSI removable disk