- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Missing # prompt
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-08-2002 02:11 AM
10-08-2002 02:11 AM
The console did not return to sam properly and I could not exit it. So I killed the processes that were associated with SAM and reset the console. All seems fine except I don't have a '#' prompt on the console.
Any help to fix my problem would be much appreciated
Thanks
Conor M Hamill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:48 AM
10-08-2002 02:48 AM
Re: Missing # prompt
What processes are associated with the console? Run:
ps -ft console
to find out.
Also, when you 'reset the console' did you try powering it off/on?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:52 AM
10-08-2002 02:52 AM
Re: Missing # prompt
UID PID PPID C STIME TTY TIME COMMAND
root 15930 1 0 Sep 25 console 0:00 -sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:54 AM
10-08-2002 02:54 AM
Re: Missing # prompt
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:59 AM
10-08-2002 02:59 AM
Re: Missing # prompt
Reset the console/terminal to default settings.
To reset the console/terminal to default settings:
Power off the terminal.
Hold down the 'd' key, while powering on the terminal.
Release the 'd' key when the terminal beeps.
Press the 'return' key to acknowledge message.
The default settings for the console are:
9600 Baud, 8bits, no parity.
Can you enter
echo $PS1
This is the variable for your prompt.
PS1='# '
Set this in roots .profile
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 04:51 AM
10-08-2002 04:51 AM
Re: Missing # prompt
Cheers !
Conor M Hamill