- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: check toshiba printer configuration on HPUX
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
05-31-2008 11:29 PM
05-31-2008 11:29 PM
I had to create a NON HP spooler on a HPUX server.
The printer model was Toshiba eStudio850
there is a similar printer which exists on that server.
i used the below command to configure the printer
/usr/sbin/lpadmin -pXX99 -mrmodel -ocmrcmodel -osmrsmodel -v/dev/null -ormXX99.xx.xx.xx.com -orpXX99
the printer was configured and enabled
Later on i declared the printer in oracle application
Now the problem is that the new printer i configured is not printing oracle reports but can print normal requests.
The printer which was already present is working fine for oracle appliaction.
So before i chcek the issue with oracle application i want to make sure if the printer configuration is correct in HPUX. I want to check the printer configuration for both printers. old and new one
How do i do it. hppi or hpnpadmin wont work as the printer is non HP
Awaiting your response
Thanks in advance
Sunny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 04:27 AM
06-01-2008 04:27 AM
Re: check toshiba printer configuration on HPUX
Check /var/adm/lp/log for msgs/errors.
Did you check the permission of the new printer files.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 04:50 AM
06-01-2008 04:50 AM
Re: check toshiba printer configuration on HPUX
-rwxr-xr-x 1 lp lp 5265 Dec 1 2006 XX98
-rwxr-xr-x 1 lp lp 5265 May 28 16:46 XX99
Which other files and their permissions do i need to check
I do not see any errors in the /va/adm/lp/log
Also 1 thing i noticed... the printer gets disabled after some time... even if i enable the printer it shows it is disabled in lpstat -p
also there are many lpsched processes running.
I did lpshut and lpsched and then enabled the printer.. now it is enabled but i am sure after some time it will get disabled...
how do i resolve this behaviour
Thanks
sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 05:05 AM
06-01-2008 05:05 AM
Re: check toshiba printer configuration on HPUX
Files to check:
/etc/lp/interface
/var/spool/lp/interface/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 05:17 AM
06-01-2008 05:17 AM
Re: check toshiba printer configuration on HPUX
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=34912
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 05:29 AM
06-01-2008 05:29 AM
Re: check toshiba printer configuration on HPUX
the messages in /var/adm/lp/log shows the following output
***** LP LOG: Jun 1 15:24 *****
FIFO: Jun 1 15:24 e XX99
FIFO: Jun 1 15:24 r XX99 9 root euxp13 0
and i see lots of lpsched processes running when the printer gets disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 05:44 AM
06-01-2008 05:44 AM
Re: check toshiba printer configuration on HPUX
euxp13:root:/var/adm/lp> lpstat -pXX99
printer XX99 disabled since Jun 1 15:32 -
error 1 returned
fence priority : 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 10:19 PM
06-01-2008 10:19 PM
Re: check toshiba printer configuration on HPUX
Is it defined on the /etc/hosts.
Can you re-define the printer again, after removing all the queues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 10:52 PM
06-01-2008 10:52 PM
Re: check toshiba printer configuration on HPUX
It is defined in DNS and gets resolved properly.
I have tried redefining the printer but there is no change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2008 04:16 AM
06-02-2008 04:16 AM
Re: check toshiba printer configuration on HPUX
Also check the
/etc/lp/interface/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2008 04:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2008 05:25 AM
06-02-2008 05:25 AM
Re: check toshiba printer configuration on HPUX
Configuring the printer through SAM worked.
The command that i had used created a local printer.
I created a new remote printer and it is printing now.
Thanks a lot.