HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Baud Rate Keeps Dropping
Operating System - HP-UX
1834629
Members
3034
Online
110069
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
09-24-2001 04:21 AM
09-24-2001 04:21 AM
Baud Rate Keeps Dropping
I have a dot matrix printer attached directly to one of our servers through a MUX card. When I run a job which uses this printer, the baud rate keeps dropping from 9600 to 300 and I have to run a stty script to reset it before the job will print. This happens twice or three times every time I try to run this. This problem has only come up in the last week or so and no changes were made to the job which runs. Has anyone got any ideas why this is happening and how I could sort it out? Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 04:31 AM
09-24-2001 04:31 AM
Re: Baud Rate Keeps Dropping
Hi
Check two things to start with :-
1. The baud rate set at the printer.
2. The baud rate in /etc./inittab.
Paula
Check two things to start with :-
1. The baud rate set at the printer.
2. The baud rate in /etc./inittab.
Paula
If you can spell SysAdmin then you is one - anon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 04:37 AM
09-24-2001 04:37 AM
Re: Baud Rate Keeps Dropping
Hi,
Did someone change the interface file of this printer ? For example by deleting/recreating the printer ? If this has been done, try to restore the original interface file.
The baud rate should be set inside the file /etc/lp/interface/printer_name to reflect the actual baud rate of 9600 set on your printer, e.g. :
stty raw 9600 -parenb cs8 ixon -istrip clocal <&1 2>/dev/null
HTH
Jean
Did someone change the interface file of this printer ? For example by deleting/recreating the printer ? If this has been done, try to restore the original interface file.
The baud rate should be set inside the file /etc/lp/interface/printer_name to reflect the actual baud rate of 9600 set on your printer, e.g. :
stty raw 9600 -parenb cs8 ixon -istrip clocal <&1 2>/dev/null
HTH
Jean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 09:49 AM
09-24-2001 09:49 AM
Re: Baud Rate Keeps Dropping
On every version of HP-UX, the default baud rate (300 baud) is set whenever the device is closed. It's been that way since the mid-80's. If you look at the 'dumb' model script, you'll see the stty command st the beginning and also at the end of the script. The stty at the end of the spooler script is to flush out any data left in the FIFO as closing the device file resets the card, even if there might be data left on the card.
Are you not using the lp spooler? If not, you'll need to run a process that keeps the printer device file open forever. Typically this is done with inittab and sleep where the printer is assigned stdin for the sleep command and the sleep process is respawned to keep the port open.
Bill Hassell, sysadmin
Are you not using the lp spooler? If not, you'll need to run a process that keeps the printer device file open forever. Typically this is done with inittab and sleep where the printer is assigned stdin for the sleep command and the sleep process is respawned to keep the port open.
Bill Hassell, sysadmin
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