Copy a list of print queues from one server to another

ในบทความนี้สามารถใช้ได้กับ linux ตระกลู RedHat Clone

เราสามารถที่จะทำการ Copy ข้อมูลในคิวของ print server เพื่อที่จะนำไปใช้งาน หรือเพื่อทำการ share load ให้กับ print server ได้โดยการใช้คำสั่งเพื่อทำการ export ข้อมูลออกมา

system-config-printer-tui –Xexport > settings.xml

หลังจากนั้นเราจะได้ไฟล์ setting.xml มา และขั้นตอนต่อไปก็นำไฟล์นี้ไปยังเครื่องที่ต้องการและทำการ import ข้อมูลจากไฟล์เข้าสู่เครื่องโดยใช้คำสั่ง

system-config-printer-tui –Ximport < settings.xml

คำค้นยอดนิยม: print queue command linux

Related posts:

  1. Set up Quota Limits per User on CUPS Print Server ใน Linux และ Unix ทั้งหลาย โปรแกรมที่จะใช้ในการทำ print server...
  2. How to Configure yum Show Availble updates from exclude list โดยปกติแล้ว yum จะไม่แสดง package ที่เราใส่ exclude list ไว้ในไฟล์...
  3. How to Disable Firewall on Red Hat Enterprise Linux, Centos Firewall ของ Red Hat Enterprise จะใช้ iptables ซึ่งก็เหมือนๆกับ...
  4. Test the connectivity to server using netcat เมื่อต้องการทดสอบ connection เราสามารถที่จะใช้โปรแกรม netcat เพื่อทำการทดสอบได้ ขั้นตอนการทดสอบสามารถทำได้ดังนี้ ถ้าไม่มีโปรแกรม netcat...
  5. ปัญหาการเกิด “Mailbox is locked by POP server” ปัญหาการเกิด “Mailbox is locked by POP server” จาก...

You can leave a response, or trackback from your own site.

Leave a Reply