How to install Telnet on linux 8.10

During configuration of a DR server, when i try to do telnet from primary to dr, the telnet utility is not working on primary, so this is the procedure to install telnet.

ERROR:
telnet “IP” 1572
bash: telnet: command not found…
Install package ‘telnet’ to provide command ‘telnet’? [N/y] y

  • Waiting in queue…
    The following packages have to be installed:
    telnet-1:0.17-76.el8.x86_64 The client program for the Telnet remote login protocol
    Proceed with changes? [N/y] y
  • Waiting in queue…
  • Waiting for authentication… Failed to install packages: Failed to obtain authentication.

Login to root

Welcome root

cd stuff/media/dvd/AppStream/Packages/

pwd
/media/dvd/AppStream/Packages

ls -lrt telnet
-r–r–r–. 1 root root 73528 Apr 7 2021 telnet-0.17-76.el8.x86_64.rpm
-r–r–r–. 1 root root 49076 Apr 7 2021 telnet-server-0.17-76.el8.x86_64.rpm
-r–r–r–. 1 root root 72846 Jul 1 2022 rubygem-net-telnet-0.2.0-109.module+el8.6.0+20693+52f02d9c.noarch.rpm
-r–r–r–. 1 root root 73974 Jul 3 2023 rubygem-net-telnet-0.2.0-139.module+el8.8.0+21111+2e34bf27.noarch.rpm
-r–r–r–. 1 root root 72038 Oct 30 2023 rubygem-net-telnet-0.1.1-111.module+el8.9.0+90042+a65659a6.noarch.rpm


[root@ebs (Packages)]$ 11:33:45 > rpm -ivh telnet-0.17-76.el8.x86_64.rpm
Verifying… ################################# [100%]
Preparing… ################################# [100%]
Updating / installing…
1:telnet-1:0.17-76.el8 ################################# [100%]


there were also some network restriction because of which the primary and DR were not communicating for which I had to ask the Linux engineer to allow those restriction.
You can check that too.

RESULT:
telnet “IP” 1572
Trying “IP”…
Connected to “IP”.
Escape character is ‘^]’.

About Syed Raheel

I have total of 17 years and more than 15 years experience in Oracle ERP E-Business Suite R11i , R12.1.3 , 12.2.4 to 12.2.11 with Oracle 10g/11g/12c and 19c with Red Hat / Oracle Enterprise Linux Environments. I am Working as Oracle EBS APPS Database Consultant in Advanced Operations Technology, A Saudi Arabian IT/ERP Consulting firm, I am responsible for New Technical Implementations, Upgradation, Migrations and Providing 24x7 support for critical ERP Production Application & Databases. Specialties: Oracle Application Oracle E-Business Suite R12 Oracle Applications System Administration Oracle Applications Database Administration

Check Also

txkCfgUtlfileDir.pl Error in getUtlFileDir Mode

Fixing txkCfgUtlfileDir.pl Error in getUtlFileDir Mode After Restoring Oracle EBS 19c Database   Recently, after …

Leave a Reply