- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Redirect /dev/console
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
07-30-2002 09:14 AM
07-30-2002 09:14 AM
Redirect /dev/console
I'm running HPUX 11.0
I'm sure this is an easy question, but I just can't find the answer any where.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 09:35 AM
07-30-2002 09:35 AM
Re: Redirect /dev/console
If you are referring to routing all the display to /dev/console from interactivity from the console keyboard, you may be able to setup a named pipe to route the output to the /dev/tty to which your desktop system it attached.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 10:34 AM
07-30-2002 10:34 AM
Re: Redirect /dev/console
If you want to change this permanent you can change the console path at the boot screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 02:14 AM
07-31-2002 02:14 AM
Re: Redirect /dev/console
Assuming Terminal is graphical
create a hpterm window in Console mode?
The following creates a hpterm that captures console output:
hpterm -C -title console -name Console -ls&
This command requires entry in the file:
/usr/lib/X11/Xconsoles
'*'
To test , create hpterm console and on an other window type:
cat > /dev/console
and type some text.
When you are finished, type a ctrl-d to stop the output to the console window.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 02:29 AM
07-31-2002 02:29 AM
Re: Redirect /dev/console
The hpterms are a bit outdated, to use the more modern dtterm it has a -C option to do the same thing - direct console output to a dtterm X window. See manpage; man 1 dtterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 02:42 AM
07-31-2002 02:42 AM
Re: Redirect /dev/console
the dtterm is a good point. It also use less resources than hpterm
Steve Steel