Skip to content

Fatih Acar's blog

About of Database Systems and Information Technologies

Menu
  • Home
  • About Me
  • Contact Me
Menu

Category: Operating Systems

Oracle 11g Data Guard Failover With Python Script

Posted on 12/01/201614/01/2016 by Fatih Acar

I wrote a python script to perform failover steps and to take product database IP addresses when product database is down. If you dont use data guard broker or other application for failover operations, you can use this script for failover. My scenario is that I have Oracle 11gR2 2 nodes RAC product database and…

RPM Command Using on Linux Systems

Posted on 04/12/201504/12/2015 by Fatih Acar

If you connect linux repo, you can use yum install or yum update to manage your package. On the other hand, if you have RPM package, you can use rpm command to manage packages. RPM command has been using for installing, uninstalling, upgrading, listing,querying and checking RPM packages on linux system. You can use rpm…

How to Lock and Unlock Users on Oracle Linux / Centos / Redhat

Posted on 21/11/201521/11/2016 by Fatih Acar

Lock User Method 1 [root@test ~]# passwd -l username Method 2 [root@test ~]# usermod -L username Unlock User Method 1 [root@test ~]# passwd -u username Method 2 [root@test ~]# usermod -U username Check Status of Users [root@test ~]# more /etc/shadow username:!!$6$pmQO0ZPH$POolvCzxe1nsd1OpLkMc6E3cd1ffOkcz224caQs1d/oL.OwscUhYfcas//41sS12.:16531:0:99999:7::: Note : If you see “!!” expression or “!” expression start of password of…

Error Code 80072EE6 Windows Update Error Solution

Posted on 26/10/201526/10/2016 by Fatih Acar

If you receive a 80072EE6 error code when you download an update from Windows Server Update Services in Windows 7 or Windows Server 2008 R2, your update service location can be wrong. You have to control and change with true. Error 80072EE6 error code when you download an update from Windows Server Update Services. Solution

What is RTO, RPO and RLO

Posted on 10/10/201510/10/2016 by Fatih Acar

RTO, RPO and RLO are very important expressions for information technology companies. You can find descriptions of these expressions. Recovery Point Objective (RPO) RPO is used to determine the maximum amount of time between the last available backup and potential failure point. Recovery point objective (RPO) helps in determining the amount of data that the…

How to Create Virtual IP Address on Oracle Linux System

Posted on 02/10/201502/10/2015 by Fatih Acar

You can create virtual IP addresses on Oracle Linux, Redhat and Centos Operating Systems with below operations. Virtual IP address can be temporary or static according to your wishes. You have to have a ethernet adaptor interface for example eth0. You can use ifconfig eth0:0 <IP address> syntax to create temporary virtual IP. Create Temporary Virtual…

How to Change SSH Port When Selinux is Enable on Oracle Linux 7

Posted on 25/03/201528/10/2015 by Fatih Acar

SSH service runs on 22 port number. You can change this port number for security. If you use Oracle Linux 7, Centos 7 or Red Hat Linux 7 versions, you can change port number with below operations. If selinux is enabled, you have to add new port number to selinux configuration because of the fact…

Linux Logical Volume Manager Configuration And Extend Disk Operation

Posted on 18/02/201517/12/2019 by Fatih Acar

Logical Volume Manager is a disk partitioning solution on linux systems. This architecture provides advantages. You can extend disk size easily with lvm without losing exist data. But, If you use fdisk that is classical method for partition, you can not resize this partitions without losing data. You can follow below steps to configure lvm….

Fstab Cannot Writable

Posted on 12/02/201512/02/2015 by Fatih Acar

If you mount disk with wrong uuid or wrong text in fstab file, you get an error when system restart. Your system can not open. If you want to change fstab, you can not change this file because of read only. You can change this status with “mount -o remount,rw /” command. This command provides…

How to Copy Only New Files and Changed Files With XCopy on Windows

Posted on 18/11/2014 by Fatih Acar

If you want to copy only new files or changed files, you can use xcopy command in batch script file on Windows system. Copy Only New Files and Changed Files With XCopy set SourceDir=D:\Source set TargetDir=F:\Target xcopy %SourceDir% %TargetDir% /i /d /y /i /d /y parameters provide that copy only new files and changed files….

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next



View Fatih ACAR's profile on LinkedIn

Categories

  • Databases (329)
    • MsSQL Server (18)
      • Administration (16)
      • Errors and Solutions (4)
      • SQL (2)
    • MySQL (5)
      • Administration (4)
      • Backup And Recovery (1)
      • Errors and Solutions (1)
    • Oracle (290)
      • Administration (79)
      • Backup And Recovery (29)
      • Errors and Solutions (195)
      • Procedure (10)
      • SQL (32)
    • PostgreSQL (16)
      • Administration (15)
      • Errors and Solutions (3)
      • SQL (2)
    • Redis (1)
  • Microsotf Dynamics CRM (1)
  • Operating Systems (47)
    • Linux & Unix (34)
    • Windows (13)
  • Programing (5)
    • Python (5)
  • SAP (15)
    • Errors and Solutions (4)
    • SAP Basis (12)
  • Security (8)
    • Database Security (6)
    • Information Security (1)
    • System Security (4)
  • VMware (4)

Recent Posts

  • Redis 7 Sentinel Infrastructure Installation
  • Oracle Database 19c Multi Data Guard and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 23ai Free Installation Steps on Oracle Linux 9
  • Oracle Database 19c Active Data Guard Installation and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 19c Installation and 19.22 RU Patch Apply on Oracle Linux 8

Resources

  • Oracle
  • PostgreSQL

Blogroll

  • Gökhan Atıl
  • H. Koray Gündüz
  • Hakan Talip Öztürk
  • Zekeriya Beşiroğlu

Web Pages

  • BT Çözümleri

Tag Cloud

Administration Backup and Recovery Cluster Systems Database Administration Database Security Linux Linux Administration MsSQL Server MsSQL Server Error and Solutions MySQL MySQL Administration ORA-00018 ORA-00020 Oracle Oracle 12c Oracle 19c Oracle Administration Oracle Backup and Restore Oracle Data Guard Oracle Data Guard Failover Oracle Data Guard Switchover Oracle Error Solutions Oracle Linux Oracle Rman Backup Oracle Security Oracle SQL Query PostgreSQL PostgreSQL Administration PostgreSQL High Availability PostgreSQL Hot Standby Python SAP Basis Sap Errors and Solutions Sap System Administration SQL SQL Server Administration SQL Server Availability Group Stored Procedure System Administration System Security VMware VMware Administration Windows Windows Batch Script Windows Server

Social

  • View facar1987’s profile on Twitter
  • View facar’s profile on LinkedIn

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 17 other subscribers
©2026 Fatih Acar's blog | Built using WordPress and Responsive Blogily theme by Superb