yum update error failed to retrieve repodata/filelists.xml.gz from ol6_x86_64_latest
When performing an update through yum I received the following error.
---> Package redhat-lsb-core.x86_64 0:4.0-7.0.1.el6 will be installed
ol6_x86_64_latest/filelists | 28 MB 00:39
ol6_x86_64_latest/filelists | 28 MB 00:45
Error: failed to retrieve repodata/filelists.xml.gz from ol6_x86_64_latest
error was [Errno -1] Metadata file does not match checksum
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
The error was still present after trying both suggested work arounds. Yum uses a cache to speed operations and this cache can become corrupt overtime. In the case of the error above clearing the Yum cache and rebuilding it solved the problem.
To clear the yum cache use the clean all command.
[root@wrath ~]# yum clean all Loaded plugins: refresh-packagekit, rhnplugin, security Cleaning repos: ol6_x86_64_latest Cleaning up Everything [root@wrath ~]#
Next rebuild the cache with the makcache command
[root@wrath ~]# yum makecache Loaded plugins: refresh-packagekit, rhnplugin, security ol6_x86_64_latest | 1.4 kB 00:00 ol6_x86_64_latest/group | 1.1 MB 00:01 ol6_x86_64_latest/filelists | 28 MB 00:37 ol6_x86_64_latest/updateinfo | 540 kB 00:00 ol6_x86_64_latest/primary | 26 MB 00:42 ol6_x86_64_latest/other | 191 MB 05:46 ol6_x86_64_latest 20831/20831 ol6_x86_64_latest 20831/20831 ol6_x86_64_latest 20831/20831 Metadata Cache Created [root@wrath ~]#
After running the makecache you should now be able to perform a yum update without error.
ORA-00600 [LibraryCacheNotEmptyOnClose]
If you are running Oracle 10gR2 10.2.0.1 to 10.2.0.5 and encounter this error
on shutdown you ran into either unpublished bug 4483084 or bug 7572335. Both
bugs deal with objects left in the library cache at shutdown and do not
indicate a problem in the data or database and can be ignored.
Read more »
SP2-0768: Illegal SPOOL command
Recently I ran into a problem were executing a SQL script where I received an SP2-0768: Illegal SPOOL command.
Read more »
JavaFX 2 Layouts: javafx.scene.layout.HBox
The javafx,scene.layout.HBox class arranges its child nodes in a single horizontal row.
Read more »
JavaFX 2.1 Layouts: javafx.scene.layout.VBox
The javafx.scene.layout.VBox class arranges it child nodes in a single vertical column.
Read more »
JavaFX 2.1 Layouts: javafx.scene.layout.BorderPane
The javafx.scene.layout.BorderPane class splits the plane into five regions: top, bottom, right, left and center. Each region can contain child nodes or other layouts.
Read more »
JavaFX 2.1 Layouts: javafx.scene.layout.Pane
The class javafx.scene.layout.Pane is the base class for the layout panes. This class provides no formatting of the child nodes beyond resizing resizable child nodes. This post will look at the javafx.scene.layout.Pane class.
Read more »
Oracle GoldenGate 11g v11.2.1.0.1 Process Architecture
This post will introduce the Oracle GoldenGate 11g v11.2.1.0.1 process architecture and provide a brief overview of the GoldeGate process.
Read more »
Installation of Oracle GoldenGate v11.2.1.0.1 for Oracle 11g on Linux x86-64
This document details the installation and configuration of Oracle GoldenGate v11.2.1.0.1 for Oracle 11g on Linux x86-64. Configuration of the GoldenGate instance and other processes will be detailed in upcoming posts. These initial steps need to be done on both the source and target system.
Read more »
Install Oracle Grid Infrastructure 11gR2 with ASM on Standalone Server
If you would like to experiment with Oracle ASM or Oracle Restart you will need to install the Oracle Grid Infrastructure. Oracle Grid Infrastructure can be installed for a cluster or a standalone server.
This document will detail the steps to install Oracle Grid Infrastructure 11gR2 on Oracle Enterprise Linux 5.5 and assumes that devices have already been prepared for ASM.
Read more »
Building a simple server to provide DNS, DHCP and NTP to support Grid Naming Services
Oracle 11g Grid Infrastructure provides the ability to use DHCP for all private interconnect address, as well as most VIP address but it does not provide an optimal method for producing names for these address to external clients. Grid Naming Services provides a solution to the naming problem. GNS is linked to the companies DNS server to provide names private interconnect and VIP addresses.
Read more »
Creating a Physical Standby using RMAN DUPLICATE FROM ACTIVE DATABASE
Prior to Oracle Database 11g duplication was performed from an existing RMAN backup. Oracle Database 11g introduces Active database duplication which copies the live source database over the network without the need of an existing backup. As was the case in the backup based duplication, active duplication can be used to create a standby database.
Read more »
EM Configuration issue. $ORACLE_HOME/odprimary_PRIDB not found
We noticed that some of our databases monitored in Oracle Enterprise Manager Grid Control were showing a status of Agent Unreachable. When checking the status of the Agent on the server the following error was returned.
Read more »
Installing Oracle Enterprise Manager Cloud Control 12c Release 1
Oracle Enterprise Manager Cloud Control 12c Release 1 is the next release in the Enterprise Manager Product line. This document will detail the installation steps on Oracle Enterprise Linux 5.5 with an Oracle 11gR2 repository database.
Read more »
Removing Database Control (dbconsole) from a database
Oracle Database 10g introduced Database Control (dbconsole) to aid in day to day administration tasks and monitoring. When building a database for use as a repository for Oracle Enterprise Manager Grid Control or the recently released Oracle Enterprise Manager Cloud Control 12c, you will need to remove Database Control and its associated repository from the database.
Read more »
Preparing Drives for ASM using ASMLib
This document will detail the steps to configure disks for ASM and the installation of ASMLib on Oracle Enterprise Linux 5.5 running in Oracle VM VirtualBox 4.1.2. The drives were created as shared drives. See the post: Creating Shared Drives in Oracle VM VirtualBox for more information on creating shared drives in Oracle VM VirtualBox.
Read more »
PRVF-5439: NTP daemon does not have slewing option “-x” set on node
When installing Oracle 11gR2 Grid Infrastructure either the cluster verify utility or the prerequisite checks find that the NTP daemon does not have the slewing option set.
Read more »
Quick Manual Database Creation
Using Oracle Managed Files you can quickly create a database manually with very little upfront effort. Oracle Managed Files greatly simplifies the database creation process because all that is needed is the location in which to write the database files.
Read more »
Changing the HOSTNAME on Oracle Enterprise Linux
Either due to cloning or corporate naming standards, you may find the need to change the hostname of an Oracle Enterprise Linux System.