ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • RHEL (Redhat) 8 - nmon 설치
    OS/Linux 2023. 1. 12. 13:54
    반응형

    RHEL에서 앞서 repository를 설치 iso로 구성하였을 때 nmon 설치가 불가능하다. 

    [root]# dnf -y install nmon
    Updating Subscription Management repositories.
    Unable to read consumer identity

    This system is not registered with an entitlement server. You can use subscription-manager to register.

    Last metadata expiration check: 1:05:29 ago on Thu Jan 12 12:28:39 2023.
    No match for argument: nmon
    Error: Unable to find a match: nmon

    RHEL에 nmon을 설치해보자. 

    1. EPEL 설치 

     dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

     

    2. nmon 설치

    dnf -y install nmon

     

    3. 설치 확인

    nmon

     

    4. 설치 과정

    [root]# dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
    Updating Subscription Management repositories.
    Unable to read consumer identity

    This system is not registered with an entitlement server. You can use subscription-manager to register.

    Last metadata expiration check: 1:10:22 ago on Thu Jan 12 12:28:39 2023.
    epel-release-latest-8.noarch.rpm                                                   23 kB/s |  24 kB     00:01    
    Dependencies resolved.
    ================================================================================================
     Package                      Architecture           Version                   Repository                    Size
    ================================================================================================
    Installing:
     epel-release                 noarch                 8-18.el8                  @commandline                  24 k

    Transaction Summary
    ================================================================================================
    Install  1 Package

    Total size: 24 k
    Installed size: 35 k
    Is this ok [y/N]: y
    Downloading Packages:
    Running transaction check
    Transaction check succeeded.
    Running transaction test
    Transaction test succeeded.
    Running transaction
      Preparing        :                                                                                          1/1 
      Installing       : epel-release-8-18.el8.noarch                                                             1/1 
      Running scriptlet: epel-release-8-18.el8.noarch                                                             1/1 
    Many EPEL packages require the CodeReady Builder (CRB) repository.
    It is recommended that you run /usr/bin/crb enable to enable the CRB repository.

      Verifying        : epel-release-8-18.el8.noarch                                                             1/1 
    Installed products updated.

    Installed:
      epel-release-8-18.el8.noarch                                                                                    

    Complete!
    [root]# dnf -y install nmon
    Updating Subscription Management repositories.
    Unable to read consumer identity

    This system is not registered with an entitlement server. You can use subscription-manager to register.

    Extra Packages for Enterprise Linux 8 - x86_64                                    306 kB/s |  13 MB     00:44    
    Last metadata expiration check: 0:00:10 ago on Thu Jan 12 13:39:56 2023.
    Dependencies resolved.
    ================================================================================================
     Package                  Architecture               Version                       Repository                Size
    ================================================================================================
    Installing:
     nmon                     x86_64                     16m-1.el8                     epel                      79 k

    Transaction Summary
    ================================================================================================
    Install  1 Package

    Total download size: 79 k
    Installed size: 172 k
    Downloading Packages:
    nmon-16m-1.el8.x86_64.rpm                                                         4.5 kB/s |  79 kB     00:17    
    ------------------------------------------------------------------------------------------------------------------
    Total                                                                             4.2 kB/s |  79 kB     00:18     
    Extra Packages for Enterprise Linux 8 - x86_64                                    1.6 MB/s | 1.6 kB     00:00    
    Importing GPG key 0x2F86D6A1:
     Userid     : "Fedora EPEL (8) <epel@fedoraproject.org>"
     Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1
     From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
    Key imported successfully
    Running transaction check
    Transaction check succeeded.
    Running transaction test
    Transaction test succeeded.
    Running transaction
      Preparing        :                                                                                          1/1 
      Installing       : nmon-16m-1.el8.x86_64                                                                    1/1 
      Running scriptlet: nmon-16m-1.el8.x86_64                                                                    1/1 
      Verifying        : nmon-16m-1.el8.x86_64                                                                    1/1 
    Installed products updated.

    Installed:
      nmon-16m-1.el8.x86_64                                                                                           

    Complete!
    [root]# nmon

                                                           

     

    반응형

    'OS > Linux' 카테고리의 다른 글

    RHEL (Redhat Enterprise Linux 8) 8.5 local repo 설정  (1) 2023.01.12
    Linux 특정 Port 열기 (닫기)  (0) 2017.09.26
Designed by Tistory.