- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Trouble installing network printer on HP-UX 11...
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
11-24-2004 01:52 AM
11-24-2004 01:52 AM
Trouble installing network printer on HP-UX 11.00
I cannot enable or delete it. I get a message that the printer does not exist.
What is going on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 01:56 AM
11-24-2004 01:56 AM
Re: Trouble installing network printer on HP-UX 11.00
you should download and install software:
HP JD Printer Installer for HP-UX 11.x
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&pnameOID=18922&taskId=135&prodTypeId=18972&prodSeriesId=27349〈=en&cc=us&swEnvOID=7
Regards,
Zygmunt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:22 AM
11-24-2004 02:22 AM
Re: Trouble installing network printer on HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:53 AM
11-24-2004 02:53 AM
Re: Trouble installing network printer on HP-UX 11.00
Please check whether your printer got installed properly. You can follow these steps.
Ping to ur printer and see whether communication between printer and HP box is Ok or not.
#ping AA.AA.AA.AA
#cancel -e
#cd /var/spool/lp
#rm SCHEDLOCK
#lpshut
#lpsched
#enable "myprinter"
#accept "myprinter"
#lpstat -t
#cancel -e
Check up whether ur sceduler is running or not, whether ur printer is enabled or not, whether any job is pending in queue or not..etc.
I hope Now every thing will be OK. Now print and see
#lp -d "myprinter" "myfile"
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 08:21 AM
11-24-2004 08:21 AM
Re: Trouble installing network printer on HP-UX 11.00
The printer entries are not being created in
/etc/lp/sinterface
/etc/lp/member
/etc/interface
/usr/spool/lp/request
Directory permissions don't seem to be the problem.
Attached is what Sam looks like and I cannot delete the printers either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 01:03 PM
11-24-2004 01:03 PM
Re: Trouble installing network printer on HP-UX 11.00
Check if the following files exist (last one should be directory).
/var/spool/lp/member/
/var/spool/lp/interface/
/var/spool/lp/request/
If they don't exist please create them.
# touch /var/spool/lp/member/
# touch /var/spool/lp/interface/
# mkdir /var/spool/lp/request/
# chown lp:lp /var/spool/lp/member/
# chown lp:lp /var/spool/lp/interface/
# chown lp:lp /var/spool/lp/request/
# chmod 644 /var/spool/lp/member/
# chmod 755 /var/spool/lp/interface/
# chmod 755 /var/spool/lp/request/
Then try to remove the queue.
# lpadmin -x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 06:47 PM
11-24-2004 06:47 PM
Re: Trouble installing network printer on HP-UX 11.00
#lpshut
#lpadmin -x
#lpsched;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 10:44 PM
11-24-2004 10:44 PM
Re: Trouble installing network printer on HP-UX 11.00
what is the type, model number and product number of your JetDirect device? Not all JD cards are supported on HP-UX.
Zygmunt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 04:16 AM
11-29-2004 04:16 AM
Re: Trouble installing network printer on HP-UX 11.00
lpadmin -pljet5si ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 05:01 AM
11-29-2004 05:01 AM
Re: Trouble installing network printer on HP-UX 11.00
although I would prefer that you use a hostname rather than an IP address because if you later change the IP address all you have to do is a DNS/hosts change. It's rather dumb to use hard-coded IP addresses in this context.
Man addqueue for details. The addqueue -l command is a very good tool to list the printer choices for the -i option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:11 AM
11-30-2004 02:11 AM
Re: Trouble installing network printer on HP-UX 11.00
Could not create the queue.
What I need is WHY the queue cannot be created so I can fix the problem.
I tried the addqueue on another system and it worked fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:33 AM
12-01-2004 09:33 AM