- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need to tranfer HP-UX printer queues to RH 3.0 Lin...
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
03-21-2005 09:18 AM
03-21-2005 09:18 AM
Need to tranfer HP-UX printer queues to RH 3.0 Linux server
Most of these printers were configured in SAM as network printers, and when they were setup, a DNS name was supplied. This DNS name doesn't show up in SAM. lpstat just shows "/dev/null".
1. Is there a way to find out what DNS name these printers are using on the network from the HP?
2. Is there any known easy way to transfer the print queues over to Linux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 05:27 PM
03-21-2005 05:27 PM
Re: Need to tranfer HP-UX printer queues to RH 3.0 Linux server
$ grep ^PERIPH= /etc/lp/interface/*
Sorry, I'm not sure about part 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 06:16 PM
03-21-2005 06:16 PM
Re: Need to tranfer HP-UX printer queues to RH 3.0 Linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 01:18 AM
03-22-2005 01:18 AM
Re: Need to tranfer HP-UX printer queues to RH 3.0 Linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 03:58 AM
03-22-2005 03:58 AM
Re: Need to tranfer HP-UX printer queues to RH 3.0 Linux server
1. You could do a 'nslookup' on the printer names. I usually put all the printers in my local host file. This is because I have the /etc/nsswitch file as 'hosts: files dns'. It's faster, and there is less network overhead.
2. Nope, not as far as I know. Sorry...
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 04:18 AM
03-22-2005 04:18 AM
Re: Need to tranfer HP-UX printer queues to RH 3.0 Linux server
It depends on what printing system you are currently using. If it is lp/lpr, it is very easy.
Look online for how to setup remote lp.
Setup your linux box as an lp printer and connect to those printers remotely from unix.
SAMBA is another way that comes to mind, but a bit more complicated.
peyman;