- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shivaport Atom
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
06-07-2000 08:28 PM
06-07-2000 08:28 PM
Shivaport Atom
The terminals work fine. The printers sort of work until they get to the last 20 characters of the print jon which then gets chopped off. It appears that when the HPUX has finished sending the print to the shivaport, it kinda says "finished!", at which point the printer is also told "stop - all done", loosing the last 20 chrs or so.
Anyone come across this or found a solution ? The intel/shiva website is useless as it does not mention this. I had heard that there is a patch but this requires a support contract to get the upgrade - and I am dammed if I am going to pay to get a bug fixed !
Thank in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 04:25 AM
06-08-2000 04:25 AM
Re: Shivaport Atom
(mode:= slave)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2000 02:24 AM
06-09-2000 02:24 AM
Re: Shivaport Atom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2000 03:58 AM
06-09-2000 03:58 AM
Re: Shivaport Atom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2000 12:22 AM
07-06-2000 12:22 AM
Re: Shivaport Atom
In the usr/spool/lp/interface directory the file for the printer in question (line) has this command line :
/usr/sbin/rlp -I$requestid $BSDC $BSDJ $BSDT $BSDi $BSD1 $BSD2 $BSD3 $BSD4 $BSDw $BSDformat $BSDh $1
The $1 refers to the file to be printed i.e location + name.
Using a Shivaport Atom using the "rlp" the last 20 characters would get
dropped, but using the "rcp" command all works ok.
So I rem'd out the above line and replaced it with:
rcp $1 shiva001:port14
rcp /usr/spool/lp/interface/PF shiva001:port14
the second line is a small file containing two ^L to force the required page feeds.
This works fine but I am now getting this message in the root email:
From root Wed Jul 5 17:57:03 EDT 2000
Received: (from lp@localhost) by fkivis (8.7.1/8.7.1) id WAA03928 for
root; Wed)
Date: Wed, 5 Jul 2000 22:57:03 +0100 (BST)
From: root
Message-Id: <200007052157.WAA03928@fkivis>
X-Authentication-Warning: fkivis: lp set sender to root using -f
error code 2 in request line-7 on printer line
Any ideas on how to get around this one ? It is only a small annoyance
:)
Thanks
Dave H
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2000 12:43 AM
07-06-2000 12:43 AM
Re: Shivaport Atom
put a "exit 0" (without quotes) after your last rcp command.
Hope that helps
Andrew