Want to copy all printers to a different serv


 
Thread Tools Search this Thread
Operating Systems Solaris Want to copy all printers to a different serv
# 1  
Old 12-07-2005
Want to copy all printers to a different serv

Hi,
We have a Disaster Recovery machine , seperate to our main server.
How can I copy all the printer info from our "live" machine to the DR machine.

If we then lose our main server , we could still be able to print from a DR machine if needed.

Thanks
# 2  
Old 12-09-2005
the "correct" way to do it is to recreate the printer queues on the DR box ...

an easy way to do it is to just copy /etc/printers.conf, if exists, from the production box to the DR box ...

a non-tested way to do it is to copy everything in /var/spool/lp at a time when the print queues in the production box are empty and then copy those over to the DR box ...

pick whichever works ... good luck!
# 3  
Old 05-30-2008
Hi,
I have a case like that and I want to implement this solution.
How to test the printer is OK in new server before user can use it ?
# 4  
Old 05-30-2008
Hi,
I have a case like that and I want to implement this solution.
How to test the printer is OK in new server before user can use it ?
# 5  
Old 08-27-2008
Quote:
Originally Posted by sil_123
Hi,
I have a case like that and I want to implement this solution.
How to test the printer is OK in new server before user can use it ?
Did you ever obtain any confirmation that copying /var/spool/lp from one system to another will in fact work? I've had some success scripting the movement of printers in the past but my success was limited and problematic. I usually found it easier to just recreate the printers on another system. If this works it would tremendously simplify the issues of DR and printer replication. Thanks for your help.
# 6  
Old 08-27-2008
Quote:
Originally Posted by Just Ice
the "correct" way to do it is to recreate the printer queues on the DR box ...

an easy way to do it is to just copy /etc/printers.conf, if exists, from the production box to the DR box ...

a non-tested way to do it is to copy everything in /var/spool/lp at a time when the print queues in the production box are empty and then copy those over to the DR box ...

pick whichever works ... good luck!
Did you ever obtain any confirmation that copying /var/spool/lp from one system to another will in fact work? I've had some success scripting the movement of printers in the past but my success was limited and problematic. I usually found it easier to just recreate the printers on another system. If this works it would tremendously simplify the issues of DR and printer replication. Thanks for your help.
# 7  
Old 08-28-2008
system architecture, the drivers and the kernel patch level plays a part in this.. So be carefuland understand what your doing. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Re-Mapping Printers.

Hi we have a situation where some printers are on a server that sometimes has to be rebooted. If this happens the Unix boxes we have that are referencing the printers in the vfstab file fail to work even when the print server is brought back up. Does anyone know if it would be possible to put... (0 Replies)
Discussion started by: Hadleyshope
0 Replies

2. Solaris

Help, my printers have disappeared

Hi all I have a really strange situation. This morning I ran lpstat -p and it didn't return any results. I ran lpstat -t and the scheduler is running. How strange, it seems all the printers have disappeared from my server. Can anyone perhaps explain to me how this is possible? (4 Replies)
Discussion started by: soliberus
4 Replies

3. Solaris

Need to copy printers from Sol8 box to Sol10 box-No luck so far

I need to copy the printers currently installed on a Sol8 box to a Sol10 box. I tried copying the printers.conf file from the Sol8 box and that worked until I went through the file and changed the server name to that of the Sol10 box. Another post on this forum suggested copying the entire... (1 Reply)
Discussion started by: todis
1 Replies

4. UNIX for Dummies Questions & Answers

How to copy printers to new server

Hi, I want to setup printers in a SUN solaris server named B I have the list of my printers in old server (SUN solaris) named A Can I copy the cofiguration without one by one registering all printer from server A to server B. If can, how to do that (what command or what files should be... (0 Replies)
Discussion started by: sil_123
0 Replies

5. HP-UX

Printers question...

Hi there... I have a question for those who mess with printers in hpnpl\jetadmin... what's the differance bitween local printer queue and remote printer queue and why for adding a remote queue i need to restart my spooler while for a local queue i dont... thanx for the help! Eliraz. (1 Reply)
Discussion started by: eliraza6
1 Replies

6. UNIX for Dummies Questions & Answers

Usb printers

Hey guys!! I just had changed my server and the new one does not have a parallel port, only usb, and I donīt know how to make a usb printer work. Iīm using sco openserver 5.0.7 Someone can help me? :confused: (1 Reply)
Discussion started by: proyesa
1 Replies

7. Solaris

Printers Question

Is there a limit on how many printers you can have configured in Solaris? The reason I ask is we use RF printers for the software we run and have added 52 of these printers the problem is that I need to add about another 50 and its like we have hit a limit at 52 it wont let us add anymore. If... (2 Replies)
Discussion started by: Acleoma
2 Replies

8. UNIX for Dummies Questions & Answers

Disabled printers

How does or what makes a printer go into a disabled state? (5 Replies)
Discussion started by: dsb0
5 Replies

9. UNIX for Dummies Questions & Answers

Question Regarding Printers

I havve a printer directly connected to the network point with no host computer . Can this printer be configured on a Unix machine . (3 Replies)
Discussion started by: Jai
3 Replies

10. UNIX for Dummies Questions & Answers

Printers

I'm in need of finding out on how to mount and dismount printers. Thx, shawnnee (1 Reply)
Discussion started by: shawnnee
1 Replies
Login or Register to Ask a Question