Invalid or Missing Entitlement Certificates

How to turn off the warning message, “Invalid or Missing Entitlement Certificates”

last modified by Moritoshi Oshiro on 09/21/11 – 04:29Issue

  • We manage entitlement/subscription in RHN Classic (not Customer Portal)
  • The system is not connected to the Internet with RHN Classic (in disconnected mode), therefore the system is not registered in RHN Classic
  • When the system starts, getting a warning message “Invalid or Missing Entitlement Certificates. This system is missing one or more valid entitlement certificates.” on X window
  • The warning message is meaningless and always annoying me when the system starts, therefore I want to turn off the warning message
  • How do I turn off this warning message?

Environment

  • Red Hat Enterprise Linux 5.7 and later (New installed)
  • Managing entitlement/subscription in RHN Classic (not Customer Portal)
  • Without the Internet connection (in disconnected mode)
  • Without RHN Satellite

Resolution

  • The only way to turn off the warning message is to remove the following related packages:

   subscription-manager
   subscription-manager-firstboot
   subscription-manager-gnome

  • Remove the related packages by issuing the following command in one line:

    yum remove subscription-manager subscription-manager-firstboot subscription-manager-gnome

  • Reboot the system to turn off the warning message

Similar Posts

  • RHEL 6 Install Info

    Bios Settings on HPZ420 Enter BIOS and change the following settings: Storage                 Storage options                                 SATA Mode ==> IDE                 Boot Order                                 UEFI Boot Sources ==> Disable All                                 Legacy Boot Sources ==> Enable All Installing RHEL 6.3 Prerequisites You will need: The RHEL 6.3 Installation DVD and license from RedHat (you need the Workstation…

  • Mount Windows Share on RHEL

    In CLI    mount -t cifs //ntserver/dir -o username=user,password=pass /mnt/ntserver    In /etc/fstab    //ntserver/dir   /mnt/ntserver   cifs   credentials=/root/.smbpasswd,file_mode=0777,dir_mode=0777   0   0 Then create a file /root/.smbpasswd  with permissions set to 600    username=user    password=pass In /etc/hosts add IP address of ntserver.   

  • RHEL 6 NFS

    Ensuring NFS Services are running on RHEL 6 The first task is to verify that the NFS services are installed and running on your RHEL 6 system. This can be achieved either from the command line, or using the graphical services tool. Begin by confirming that the NFS service is installed by running the following command from a…

  • How to mount Windows share on Red Hat Enterprise Linux system using CIFS?

    Solution Verified – Updated April 4 2022 at 8:28 PM – Environment Red Hat Enterprise Linux 8 Red Hat Enterprise Linux 7 Red Hat Enterprise Linux 6 Red Hat Enterprise Linux 5 Issue How can Windows shares be mounted on Red Hat Enterprise Linux? Resolution To run the following commands, you need to install cifs-utils…