Monday, July 11, 2011

Installation of RHEL on HP

Author           : Gandhi Sakyi
HP Hardware:  HP DL 380 G7
Redhat Linux:  RHEL 5.4 (64bits)
RAM                :   8GB

DISK CONFIGURATION

I Implemented RAID 1+0 Configuration for 8 , 300 GB DISKS with the help of the HP SmartStart accompanying CD. I created 2 SAS Array Logical Drives & volume each of 558.7 GB of size.

For Steps on how to implement and configure RAID 1+0 please follow the below links:


Mount  Points
volumes                Sizes(MB)                                            Mount Point
lvol0                        5536                                                          swap
lvol1                        10240                                                       /
lvol2                        2048                                                         /stand
lvol3                        8192                                                         /var
lvol4                        8192                                                         /usr
lvol5                        15360                                                       /tmp
lvol6                        15360                                                       /opt
lvhome                  20480                                                       /home
lvappl                     30814                                                       /appl
lvora01                   50000                                                       /ra/oradata/u01

Saturday, July 9, 2011

DATA - GUARD Trouble Shooting (Warning: ORA-16608: one or more databases have warnings)

Warning: ORA-16608: one or more databases have warnings

DGMGRL> show configuration

Configuration
  Name:                FDSS_PRDB
  Enabled:             YES
  Protection Mode:     MaxPerformance
  Fast-Start Failover: DISABLED
  Databases:
    FDSS_PRDB - Primary database
    FDSS_DRDB - Physical standby database

Current status for "FDSS_PRDB":
Warning: ORA-16608: one or more databases have warnings

DR TROUBLESHOOTING
  1. select group#,thread#,archived from v$log;

  1. DGMGRL> SHOW DATABASE 'FDCORE_DRDB' StatusReport;
STATUS REPORT
       INSTANCE_NAME   SEVERITY ERROR_TEXT
                   *    WARNING ORA-16826: apply service state is inconsistent with the DelayMins property

  1. DGMGRL> SHOW DATABASE 'FDCORE_PRDB' StatusReport;
STATUS REPORT
       INSTANCE_NAME   SEVERITY ERROR_TEXT

  1. THE SOLUTION IS TO DISABLE AND ENABLE THE CONFIGURATION


Monday, May 2, 2011