HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- rx2600 RedHat AS elilo question [crosspost]
Operating System - Linux
1835830
Members
2467
Online
110085
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-10-2005 02:15 AM
01-10-2005 02:15 AM
rx2600 RedHat AS elilo question [crosspost]
Hi.
I have recently inherited two rx2600's running RedHat Advanced Server. The root passwords that I was given by the person who set these up do not work. I am currently trying to boot these into single user mode in order to modify the passwords.
I am accessing the EFI/MP through a terminal server hooked into the MP port. I am able to reset the server, and access the elilo prompt through the console. However, when I issue the "linux," "linux single," or "linux console=ttyS0 single" commands, I only see up to the line "Loading initrd initrd-2.4.18-e.31smp.img...done." I believe that if I give it just "linux," I will see an "ATI9" after the loading line. I have also tried using ttyC0 in hopes that it would output to console, but had no luck.
If booting the default kernel, I will eventually be able to access this server via telnet, but I still don't see any console output.
I also connected a terminal server connection to serial port A and watched the output there. This just mirrored what I saw from the MP console output.
What am I doing wrong? How can I view/interact with the console?
thanks,
David
I have recently inherited two rx2600's running RedHat Advanced Server. The root passwords that I was given by the person who set these up do not work. I am currently trying to boot these into single user mode in order to modify the passwords.
I am accessing the EFI/MP through a terminal server hooked into the MP port. I am able to reset the server, and access the elilo prompt through the console. However, when I issue the "linux," "linux single," or "linux console=ttyS0 single" commands, I only see up to the line "Loading initrd initrd-2.4.18-e.31smp.img...done." I believe that if I give it just "linux," I will see an "ATI9" after the loading line. I have also tried using ttyC0 in hopes that it would output to console, but had no luck.
If booting the default kernel, I will eventually be able to access this server via telnet, but I still don't see any console output.
I also connected a terminal server connection to serial port A and watched the output there. This just mirrored what I saw from the MP console output.
What am I doing wrong? How can I view/interact with the console?
thanks,
David
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 12:30 AM
01-11-2005 12:30 AM
Re: rx2600 RedHat AS elilo question [crosspost]
A couple of things. IA64 systems w/ EFI has multiple consoles defined at EFI level. Make sure in the boot administration menu that you are selecting all the input, output, and error consoles. By default you will have builtin video (vga) and keyboard, and serial will have to be enabled. If you have an MP card, that is yet another console that can be enabled.
Type linux console=ttyS0,9600n8 for serial console access.
For doing this permanently, make a elilo.conf entry something like this:
image=vmlinuz-2.4.21-20.EL
label=2.4.21-20.EL
initrd=initrd-2.4.21-20.EL.img
read-only
append="root=LABEL=/ console=ttyS0,9600n8 console=/dev/ttys0"
Type linux console=ttyS0,9600n8 for serial console access.
For doing this permanently, make a elilo.conf entry something like this:
image=vmlinuz-2.4.21-20.EL
label=2.4.21-20.EL
initrd=initrd-2.4.21-20.EL.img
read-only
append="root=LABEL=/ console=ttyS0,9600n8 console=/dev/ttys0"
Necessary questions: Why? What? How? When?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 04:56 AM
01-11-2005 04:56 AM
Re: rx2600 RedHat AS elilo question [crosspost]
Rick, thanks for the response.
I am seeing "Acpi(HWP0002,700)/Pci(2|0)" as a selected device. From the getting strated guide for the server, it states that this is the MP VGA port, which is what I have the terminal server plugged into. (It also has the serial port selected as an output device.)
How would I specify the MP port as a device to lilo? If I specify ttyS0, would it display to both the serial port and MP port?
thanks,
David
I am seeing "Acpi(HWP0002,700)/Pci(2|0)" as a selected device. From the getting strated guide for the server, it states that this is the MP VGA port, which is what I have the terminal server plugged into. (It also has the serial port selected as an output device.)
How would I specify the MP port as a device to lilo? If I specify ttyS0, would it display to both the serial port and MP port?
thanks,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 05:06 AM
02-02-2005 05:06 AM
Re: rx2600 RedHat AS elilo question [crosspost]
I was finally able to get back to this issue, and I talked to someone at HP.
It seems that the serial port was selected in the output of the console maintenance menu. The HP rep told me that this could override the other output modes, and the serial port was actually set to ttyS3 and not 0.
Unselecting the serial port, and issuing console=ttyS0 at the elilo prompt allowed me to boot normally from the maintenance port.
-David
It seems that the serial port was selected in the output of the console maintenance menu. The HP rep told me that this could override the other output modes, and the serial port was actually set to ttyS3 and not 0.
Unselecting the serial port, and issuing console=ttyS0 at the elilo prompt allowed me to boot normally from the maintenance port.
-David
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP