مرکز آموزش

The find_and_fix_rpm_issues Script  پرینت این مقاله

Overview:

The /usr/local/cpanel/scripts/find_and_fix_rpm_issues script detects issues with your server’s RPM database and rebuilds the database if problems exist. This script also detects duplicate cPanel RPMs, removes them, and then re-installs them if necessary. You can use this script if you experience failures when you install RPMs.

Note:
  • You must run this script as the root user.

  • You can also rebuild the RPM database in WHM’s Rebuild RPM Database interface (WHM >> Home >> Software >> Rebuild RPM Database).

  • For a list of common RPM installation issues, read our RPM Installation Failures documentation.

 

Run the script

To run this script on the command line, use the following format:

/usr/local/cpanel/scripts/find_and_fix_rpm_issues [argument]

 

Options

Use the following options with this script:

Important:
You can only pass one argument when you run the script.
Options Description Example
--findonly Detect and report any RPM problems, but do not make any changes. --findonly
--rebuildonly Unconditionally rebuild the RPM database. --rebuildonly

Example

For example, to check for RPM database issues but not rebuild the database, run the following command:

/usr/local/cpanel/scripts/find_and_fix_rpm_issues --findonly

Output

The output will display any issues that the system finds with the RPM database.

The script’s output could resemble the following example:

1
2
3
4
5
6
7
8
9
Checking that the RPM DB is OK...
glibc-2.17-222.el7.x86_64
OK: RPM DB is responding to queries
Testing if rpm_is_working RPM is installed
package rpm_is_working is not installed
Testing if it's possible to install a simple RPM
Preparing...                          ########################################
Updating / installing...
rpm_is_working-1.0-0                  ########################################

If you pass the --rebuildonly argument, the script does not return output.

آیا این پاسخ به شما کمک کرد؟

مقالات مربوطه

WHM Scripts
Overview: The cPanel & WHM installation process adds important scripts to your server’s...
The dbmaptool Script
Overview: You can use the /usr/local/cpanel/bin/dbmaptool script to grant ownership of databases...
The servers_queue Script
Overview: This script allows you to manage the task queue system. The task queue system allows...
The auto-adjust-mysql-limits Script
Overview: The /usr/local/cpanel/scripts/auto-adjust-mysql-limits script updates MySQL®...
The autossl_check Script
Overview: The /usr/local/cpanel/bin/autossl_check script allows you to manually check the SSL...