Adding and Configure Printer in Solaris 10 Sparc

Description:

Oracle have lot of printing option to configuring in Solaris 10, this is also one method will follow to setup printer on EBSR12 in Solaris Sparc 10

Steps:

  • Login to oracle application:

Navigate “System — Administrator — Install — Printer – Register

  • Enter the Printer Name, Printer driver Type and Description (your identity) and save the configuration (Ctrl+s).
  • Add the Printer IP Address and Printer Name in “/etc/hosts” file with knowledge of Network/Server Team and save the file.
  • Then Add the Printer Configuration using “lpadmin” command

                                    oracle@123 # lpadmin -p testprinter -s test

  • Check the configuration file added in “/etc/printers.conf”
  • Check with Printer for test Print:

                                                lp -d testprinter /test

Here /test is a text file you can create anything you want. (/test — “this is my test page”)

Recent Posts