Posts

Showing posts from March, 2023

Installing Printer OS Level in EBS R12.2

High Level Steps RPM Installation  Firewall port Open  Collect the Printer information from user  Install the printer  ADD PRINTER ON THE APPLICATION SIDE RPM Installation   Install the required RPMs on the linux server in my server cups related RPMs already installed  [applmgr@vtebz1 ~]$  rpm -qa |grep cups  ghostscript-cups-9.25-5.el7.x86_64  cups-filters-1.0.35-28.0.1.el7.x86_64  cups-filesystem-1.6.3-51.el7.noarch  cups-filters-libs-1.0.35-28.0.1.el7.x86_64  cups-1.6.3-51.el7.x86_64  cups-client-1.6.3-51.el7.x86_64  cups-libs-1.6.3-51.el7.x86_64  [applmgr@vtebz1 ~]$  Example1 :  [applmgr@ vtebz1 ~]$  nc -vz 10.20.30.555 631  Ncat: Version 7.50 ( https://nmap.org/ncat )  Ncat: Connected to 10.20.30.555 631  . Ncat: 0 bytes sent, 0 bytes received in 0.06 seconds.  [applmgr@ vtebz1 ~]$  Example 2:   [applmgr@ vtebz1 ~]$   nc -vz 10.20.30.555 631   Ncat: Version 7.50 ( https://nmap.org/ncat )  Ncat: Connection timed out.   You have new mail in /var/spool/mail/appl