- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- DL380 G5 ILO2, java Remote Console only sometimes ...
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
10-21-2012 06:47 PM - edited 10-22-2012 02:49 AM
10-21-2012 06:47 PM - edited 10-22-2012 02:49 AM
DL380 G5 ILO2, java Remote Console only sometimes works SOLVED
Hello
If I boot with SystemRescueCD 3.0.0 or GRML 2011.12 I can login using
the ILO2 Java applet-based console. If, however, I boot with my
home-made Gentoo, I cannot.
# uname -a #My home-made Gentoo
Linux hostname 3.5.4-vs2.3.4.3 #17 SMP Mon Oct 22 11:04:40 EST 2012
x86_64 Intel(R) Xeon(R) CPU 5160 @ 3.00GHz GenuineIntel GNU/Linux
Whether my Gentoo or the boot CDs, the framebuffer is as follows:
# dmesg | grep radeondrmfb
fbcon: radeondrmfb (fb0) is primary device
fb0: radeondrmfb frame buffer device
And, the framebuffer screens of GRML, SystemRescue and Gentoo look the
same.
What could be the cause of ILO2 not working with my Gentoo, but it does
with the boot CDs?
Regards
Fog_Watch.
- Tags:
- iLO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2012 07:13 PM
10-21-2012 07:13 PM
Re: DL380 G5 ILO2, java Remote Console only sometimes works
It's not clear to me in your post, so I'm making an assumption that when using the Java console you can see the screen OK, but when booting your custom Gentoo you have an unresponsive keyboard. If this is the case first thing to check is USB support enabled, as the host OS sees iLO console as USB devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2012 02:48 AM
10-22-2012 02:48 AM
Re: DL380 G5 ILO2, java Remote Console only sometimes works
And the answer is ..................................................
CONFIG_USB_HID=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_SERIAL=y
especially UHCI and HID.
Thanks Jimmy.