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-19-2008 12:55 PM
06-19-2008 12:55 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 01:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 01:07 PM
06-19-2008 01:07 PM
Re: printing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 01:11 PM
06-19-2008 01:11 PM
Re: printing
( not really, just lookup any printer on the biz support site and it is buried under any one of them )
The link below will get you there ( save it for later as I go crazy trying to remember how to find it sometimes years later).
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=18922〈=en&cc=us&taskId=135&prodSeriesId=27349&prodTypeId=18964
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 03:41 PM
06-19-2008 03:41 PM
Re: printing
Since you mentioned a hosts file, I'll assume that your printer is one of the first two connections. Don't mess with the hosts file -- always add printers with an IP address. The system never uses hostnames but must translate hostnames into IP addresses. Avoid all the terrible issues with DNS management by adding printers using an IP address.
First verify that the IP address is reachable. If this computer is on another subnet, your network department may be blocking access to this network. Use ping to verify the IP address.
For the vast majority of non-HP printers, you add the printer as a remote printer. This is a big challenge because very few manufacturers provide the remote printer name as these printers are designed for PCs, not Unix. Use SAM and select remote (not network) printer. You'll need: a local printer name, the IP address of the printer and the internal remote printer name which can be something like: lp prn text print raw ... Then be sure to check the BSD box and print a very short file such as /etc/copyright to test.
If you have an HP printer, the steps are much simpler and the connection is much more reliable. Just add the printer with this command:
addqueue -h 12.34.56.78 -q myprn -t off -r off -b off
Then print the copyright file. If you have problems (the lp system has no diagnostics or status capability), use the command:
hpnpadmin -v 12.34.56.78
If that returns a page or two of network details, bypass the lp spooler and test with:
hpnpf -x 12.34.56.78 -N /etc/copyright
Then to see what options you have (with HP network printers only), use man net_ljx000
Bill Hassell, sysadmin