[INS-06006] Passwordless SSH connectivity not set up between the following node(s).

A prerequisite for the installation of Grid Infrastructure is to configure passwordless SSH connectivity. This can be accomplished in using the following statements:   [grid@server52 ~]$ ssh-keygen -t rsa [grid@server53 ~]$ ssh-keygen -t rsa   [grid@server52 ~]$ ssh-copy-id grid@server52 [grid@server52 ~]$ ssh-copy-id grid@server53 [grid@server53 ~]$ ssh-copy-id grid@server52 [grid@server53 ~]$ ssh-copy-id grid@server53 So far so good. When

Clone an existing Oracle Home with Oracle RDBMS 12c

Now days it is very easy to clone an Oracle Home, where in the old days a lot of additional steps were required as the RDBMS instance was part of the Oracle home. My advise is to make use of the utility server which is hosting a dedicate non-used ORACLE HOME. This home can be

19 juli 2014|12c, Linux|

Installing Oracle XE in a Docker image

In 2 previous posts I wrote about the installation of Docker on Oracle Enterprise Linux and how to create a base Oracle Enterprise Linux image for Docker. For the installation of Oracle XE in a Docker image it is a requirement that you followed most of the steps describes in these posts. Only the creation

16 mei 2014|Docker, Linux|

Installing Docker on Oracle Enterprise Linux 6

Recently I found out about Docker. If your really want to learn more, their website is absolutely a good place to start. Especially their learn more section should get you started. As quoted from their website Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that

7 mei 2014|Docker, Linux|

Using a kickstart file to install a new server

With the help of a kickstart file, it’s possible to do an almost unattended installation. In a kickstart file you give the answers to all the questions that are asked during an installation of a new server. When a server is installed the kickstart file of the installation can be found in the directory of

17 november 2010|Linux|