- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remote printer
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
12-21-2005 03:06 AM
12-21-2005 03:06 AM
I have to change ip of a 100 remote printers, and I would like if this information is in one file and it's easy change it by editing the file.
I have a look to the file in /etc/lp/interface, but I haven't seen something about ip, the network printer has the PERIPH variable, but this information doen't exist in remote printers.
Does anyone could help me?
Thanks,
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 03:13 AM
12-21-2005 03:13 AM
Re: remote printer
Are you talking of true remote printers or printers connected to your networks with jetdirect?
Depending on how they were configured at the beginning (network printers that is) :
If it were by using their names (because were declared in DNS or /etc/hosts) with jetadmin then you have just to modify /etc/hosts and it should work...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 03:16 AM
12-21-2005 03:16 AM
Re: remote printer
If dns name - then you are okay - just update dns.
If ip address - then I think you will have to re-create all the queues... :(
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 03:30 AM
12-21-2005 03:30 AM
Re: remote printer
I use sam.
And I have this information:
Remote System Name: 10.10.10.10
Remote Printer Name: pp
If I put in /etc/hosts the hosts and ip. It would work ok?,
Thanks!
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 03:59 AM
12-21-2005 03:59 AM
SolutionThe command you need to change the ip address is :
lpadmin -p
To save you in the future you could add all your printers into your /etc/hosts file and give them an hostname then if the ip address changes you can just modify your /etc/hosts.
The command to change the remote destination would still be the same but yopu would specify
Also you will need to perform an lpshut before you can run the lpadmin command then an lpsched when you have finished.