🔔 🔔 🔔 Duyuru: 24. Yılımıza özel indirimler sizleri bekliyor ! Kampanya Kodu : TDATA2024 | Detaylı bilgi için tıklayınız.

How to check cpanel rpms works


How to check cpanel rpms works


How to check cpanel rpms works in your server? the following script performs 4 basic functions:

The script discovers missing RPMs
Tracks RPMs that are out of date and need to be updated
Checks if there are any RPMs that have been unexpectedly altered
Checks if any cPanel managed RPMs are installed that should be uninstalled

Note: Files are considered altered if:

Their ownership has changed
Their Mode differs
They contain an MD5 mismatch
They are a symlink, the file points to the wrong path
They are missing.

check cpanel rpms offers the opportunity to repair these issues by reinstalling the RPM that contains the altered file(s).

To utilize, execute the script using the following format: check_cpanel_rpms [options]

Options

The chart below features a list of options that can be used with check_cpanel_rpms

To utilize these options, execute the script as shown in the Options column. For example to run the –fix option, enter /usr/local/cpanel/scripts/check_cpanel_rpms –fix

OptionsDescription
--fix Show any problems and automatically correct them.
--list-only List altered RPMs and then exit.
--long-list Show in a more easily parsed format the altered RPMs and files.
--notify Send out a notification regarding any altered RPMs. Additionally, it will describe any action that was taken.
--targets Filter RPMs based on provided targets (comma delimited).
--nodir Prevents the directory /var/cpanel/rpm.versions.d from being read.
This variable is only accepted in 11.36.1+

Checks performed

check cpanel rpms runs the rpm -Vv check on all cPanel-managed RPMs. rpm -Vv determines if the files have changed since their installation; configuration and documentation files are ignored in this process. The table below shows the changes detected in the output of rpm -Vv.

Note: If the output indicates that only Mode or mTime have changed, then that file will not be labeled as “changed.”

CheckDescription
S File Size differs.
M Mode differs (includes permissions and file type).
5 MD5 sum differs.
D Device major/minor number mismatch.
L readLink(2) path mismatch.
U User ownership differs.
G Group ownership differs.
T mTime differs.
Bu cevap yeterince yardımcı oldu mu?

Diğer Dökümanlar


  • What is cPanel and how to access it?

    CPanel is a fully featured web-based control panel that allows you to manage your domain through a web interface. cPanel gives you complete control over a vast amount of functions, streamlining...

  • CloudFlare Plugin install on cpanel

    CloudFlare is a performance and security service. With 14 points of presence around the world, a website on CloudFlare typically loads twice as fast, uses 65% less server resources, saves 60% of...

  • Enable Cronjob in cpanel and examples

    What is cron? It is the scheduling daemon of the Linux operating system Cron jobs allow you to automate repetitive tasks on the server that hosts your web site. This is a powerful tool that allows...

  • What is Anonymous FTP and how to enable it

    Anonymous FTP allows you and others that you give permission to, to access your “public_ftp” folder. There are two options available: 1. ftp://ftp.yourdomain.com –This allows...

  • Unable to connect cpanel using IP/whm and IP/cpanel

    If cpanel cannot be accessed using IP/whm and IP/cpanel, but can be accessed using IP:2086 and IP:2082, then here goes the solution for the same. The reason for this issue due to missing some...