HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Network printer problem...
Operating System - Linux
1828836
Members
2261
Online
109985
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
12-06-2008 09:00 PM
12-06-2008 09:00 PM
Network printer problem...
Hi Gurus,
I am beginer in linux technology, specially I am working in HP Unix only. First time I have logged into the linux box. and user is asking me to configure a printer. any how I have configure the printer, but still it is not working. I have give some output. if you can help me to resolve the issue, it will be helpful for me...
Thanks in advance...
lpc> status ogsales
ogsales:
printer is on device 'socket' speed -1
queuing is enabled
printing is disabled
no entries
daemon present
# lpc enable ogsales
enable is not implemented by the CUPS version of lpc.
I am beginer in linux technology, specially I am working in HP Unix only. First time I have logged into the linux box. and user is asking me to configure a printer. any how I have configure the printer, but still it is not working. I have give some output. if you can help me to resolve the issue, it will be helpful for me...
Thanks in advance...
lpc> status ogsales
ogsales:
printer is on device 'socket' speed -1
queuing is enabled
printing is disabled
no entries
daemon present
# lpc enable ogsales
enable is not implemented by the CUPS version of lpc.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2008 03:15 AM
12-08-2008 03:15 AM
Re: Network printer problem...
Which distribution of Linux are you using? (RedHat, SuSE, Debian, other?)
By the error message, it is obviously using the CUPS printing system.
Look into /var/log and find the CUPS error logs. (for example: /var/log/cups/error_log, but may be named differently)
The error messages might reveal the reason why the printer has become disabled. Find and fix the root cause: if you just enable the printer, the printing system will retry for a while and then disable the printer again.
To enable the printer, the command "lpc enable ogsales" is wrong: the correct command is "enable ogsales" or "cupsenable ogsales" depending on distribution and CUPS version.
CUPS has a web GUI, which can typically be reached by using the URL http://localhost:631 on the host that is running the printing system. To access the web GUI from other hosts, you'll usually have to add some Allow directives to /etc/cups/cupsd.conf file and restart cupsd. The configuration file syntax is very similar to the configuration of the Apache web server.
MK
By the error message, it is obviously using the CUPS printing system.
Look into /var/log and find the CUPS error logs. (for example: /var/log/cups/error_log, but may be named differently)
The error messages might reveal the reason why the printer has become disabled. Find and fix the root cause: if you just enable the printer, the printing system will retry for a while and then disable the printer again.
To enable the printer, the command "lpc enable ogsales" is wrong: the correct command is "enable ogsales" or "cupsenable ogsales" depending on distribution and CUPS version.
CUPS has a web GUI, which can typically be reached by using the URL http://localhost:631 on the host that is running the printing system. To access the web GUI from other hosts, you'll usually have to add some Allow directives to /etc/cups/cupsd.conf file and restart cupsd. The configuration file syntax is very similar to the configuration of the Apache web server.
MK
MK
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