• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Archives for December 2018

Oracle Database 18c: Roll Forward Physical Standby Using RMAN Incremental Backup in Single Command

by admin

Typically, when rolling forward a physical standby database using primary incremental backup, multiple steps are required: Identify the Start SCN on Standby for performing incremental backup on primary Perform incremental backup on primary with FROM SCN clause Move the backup-pieces from primary to standby Catalog the backup-piece on Standby Perform recovery on standby using recover […]

Filed Under: 18c, oracle

Automatic Stop of Oracle Database (dbshut) not working in CentOS/RHEL 7 with systemd

by admin

The Problem On CentOS/RHEL 7 with Oracle database 12.1.0.2 version, when attempting to stop DB during server shutdown the automatic shutdown script getting below error: # cat /u01/app/oracle/product/12.1.0.2/dbhome_1/shutdown.log Processing Database instance “XXXX1”: log file /u01/app/oracle/product/12.1.0.2/dbhome_1/shutdown.log Info: Database instance “XXXX” already down (PMON process not there). Which indicate that PMON is forcefully being closed before the […]

Filed Under: oracle, oracle 12c

Filesystems Are Not Getting Mounted in Order on CentOS/RHEL 7

by admin

The Problem On CentOS/RHEL 7, Any filesystem volumes are not getting mounted in order as per the /etc/fstab entries. The Solution Unlike CentOS/RHEL 6 and earlier versions, on CentOS/RHEL 7 the boot process is faster. Because of the parallel nature of process startup, specific target units startup orders are not deterministic. All the Filesystems are […]

Filed Under: CentOS/RHEL 7, Linux

How to control resource (cgroup) with systemd for user process group in CentOS/RHEL 7

by admin

The Basics RHEL7 moves the resource management settings from the process level to the application level by binding the system of cgroup hierarchies with the systemd unit tree. The old way of configuring cgroup, by means of editing several /etc/cg*.conf files is still available but no longer recommended. Systemd provides three unit types(slice, scope, service) […]

Filed Under: CentOS/RHEL 7, Linux

Solaris : Non-root user can’t run prtdiag command

by admin

The Problem Non-root user can’t run prtdiag command, but it works for root user # /usr/sbin/prtdiag picl_initialize failed: Daemon not responding The Solution The issue is caused by wrong permission of file /var/run/picld_door or directory /var/run. Set the permission of file /var/run/picld_door or directory /var/run as follow: # ls -l /var/run/picld_door dr–r–r– 1 root root […]

Filed Under: Solaris, Solaris 11

How to run rsyslog as a non-root user in CentOS/RHEL 7

by admin

You can utilize the $PrivDropToUser, $PrivDropToUserID, $PrivDropToGroup, and $PrivDropToGroupID configuration directives to run rsyslog as a non-root user. When these variables are used, rsyslog will start as root, but will drop to the specified user and/or group after initialization. The daemon will then run in accordance with the permissions of the specified user or group. […]

Filed Under: CentOS/RHEL 7, Linux

Oracle RAC instabilities due to firewall (netfilter/iptables) enabled on the cluster interconnect

by admin

Oracle Clusterware may not startup (root.sh on second node fails with “Failure at final check of Oracle CRS stack.”), due to a firewall (such as iptables on Linux) configured on the cluster interconnect. Other symptoms include moderate to serious performance and stability issues, directly related to such firewalls. Examples are false evictions of nodes, ‘IPC […]

Filed Under: oracle, RAC

What is the MySQL Enterprise Monitor?

by admin

The post provides an overview of what features the MySQL Enterprise Monitor provides and how it can be used to improve MySQL administration and performance. Provided as part of MySQL Enterprise, the MySQL Enterprise Monitor is a Virtual DBA assistant that helps MySQL DBAs manage more MySQL servers, tune MySQL servers, and find and fix […]

Filed Under: mysql

Howto Verify If a Bootblk is Installed on the Boot Disk (SPARC)

by admin

This can be useful in troubleshooting if the system fails to boot with a suspected bootblk issues, or if you suspect something in the OS keeps overwriting the bootblk. For Solaris 10 Below is the output from a Solaris 10u4 with UFS, Solaris 10u6 with UFS, and a Solaris 10u6 with ZFS bootblock. The bootblk […]

Filed Under: Solaris, Solaris 11, ZFS

Starting iptables Fails with Error “Another app is currently holding the xtables lock”

by admin

The Problem Updating the package iptables to iptables-1.4.7-16.0.3.el6, the service fails to start after a stop. # service iptables stop iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Flushing firewall rules: [ OK ] iptables: Unloading modules: [ OK ] # service iptables start iptables: Applying firewall rules: Another app is currently […]

Filed Under: CentOS/RHEL 6, Linux

« Previous Page
Next Page »

Primary Sidebar

Recent Posts

  • aws ec2: CLI for AWS EC2 (Command Examples)
  • aws cur – Create, query, and delete AWS usage report definitions (Command Examples)
  • aws configure – Manage configuration for the AWS CLI (Command Examples)
  • aws cognito-idp: Manage Amazon Cognito user pool and its users and groups using the CLI

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright