- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printing erros
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
09-24-2008 06:37 AM
09-24-2008 06:37 AM
Printing erros
I have a problem when i try to print something to a laserjet printer 4200.
can't access file "stdin".
orion[/]#lp -dSI01
testlp: can't access file "stdin"
lp: request not accepted
I declared the printer in hosts files and add a network jetdirect port thanks to hppi tool.
Anyone know?
Thank you.
PS= I exported/imported the full list of printers usings these steps:
Export (old system)
#usr/sam/lbin/lpmgr -S -v -xsavedir=/tmp/printers
Import (new system)
#chown -R lp:lp /tmp/printers
#/usr/sam/lbin/lpmgr -R -v -xsavedir=/tmp/printers
Maybe it could be a trail..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 06:48 AM
09-24-2008 06:48 AM
Re: Printing erros
What OS version are you in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 07:36 AM
09-24-2008 07:36 AM
Re: Printing erros
I'm running HPUX 11.1v3.
Ok i think i've got another problem.
My /var is full (100%)
However its size is 10GB.
I dont know where is my free space cause there's nothing special in this directory.
Moreover when I list the size of each directories, I dont have 10 GB used!
orion[/var]#bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 2097152 383192 1700576 18% /
/dev/vg00/lvol1 2097152 321104 1762256 15% /stand
/dev/vg00/lvol8 10485760 10485760 0 100% /var
/dev/vg00/lvol7 5242880 2925344 2299488 56% /usr
orion[/var]#du -sk *
What can use so much space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 07:37 AM
09-24-2008 07:37 AM
Re: Printing erros
580528 var
Only 580MB used, but 0 free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 07:47 AM
09-24-2008 07:47 AM
Re: Printing erros
> syslog.log
> mail.log
2. Check for any older crash dump inside /var/adm/crash. You can delete older ones.
3. You can gzip sar files inside /var/adm/sa
Command
find /var -xdev -size +10000000c -exec ll {} \;
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 07:59 AM
09-24-2008 07:59 AM
Re: Printing erros
My free space problem is fixed (reboot) but I still get this printing error.
Nothing in the queue, it's crazy!
orion[/]#lp -dSI01 /etc/hosts
request id is SI01-19 (1 file)
orion[/]#lpstat SI01
no entries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 08:06 AM
09-24-2008 08:06 AM
Re: Printing erros
disable SI01
lp -dSI01 /etc/hosts
lpstat -oSI01
enable SI01
You should see the spooled file in the queue. If so then the spooling system works fine, the problem may be in the printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 11:01 AM
09-24-2008 11:01 AM
Re: Printing erros
I can ping the printer, and print a document from windows. It's very strange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 11:36 AM
09-24-2008 11:36 AM
Re: Printing erros
You mentioned hppi but it wan not clear what kind of spooler SI01 is? What is the output of "lpstat -vSI01"?