oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.57k stars 5.43k forks source link

Oracle RAC Database on Docker #1211

Closed thushaaanthan closed 4 years ago

thushaaanthan commented 5 years ago

When I tried to build the image I get an error. su: System error Removing intermediate container cf132e54fac9

Any suggestions?

Checking if required packages are present and valid...
linuxx64_12201_database.zip: OK
linuxx64_12201_grid_home.zip: OK
==========================
DOCKER info:
Containers: 1
 Running: 0
 Paused: 0
 Stopped: 1
Images: 17
Server Version: 18.09.1-ol
Storage Driver: devicemapper
 Pool Name: docker-251:0-17174089-pool
 Pool Blocksize: 65.54kB
 Base Device Size: 64.42GB
 Backing Filesystem: xfs
 Udev Sync Supported: true
 Data file: /dev/loop0
 Metadata file: /dev/loop1
 Data loop file: /var/lib/docker/devicemapper/devicemapper/data
 Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
 Data Space Used: 21.02GB
 Data Space Total: 107.4GB
 Data Space Available: 86.36GB
 Metadata Space Used: 11.26MB
 Metadata Space Total: 2.147GB
 Metadata Space Available: 2.136GB
 Thin Pool Minimum Free Space: 10.74GB
 Deferred Removal Enabled: true
 Deferred Deletion Enabled: true
 Deferred Deleted Device Count: 0
 Library Version: 1.02.135-RHEL7 (2016-09-28)
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: c4446665cb9c30056f4998ed953e6d4ff22c7c39
runc version: 4bb1fe4ace1a32d3676bb98f5d3b6a4e32bf6c58
init version: fec3683
Security Options:
 seccomp
  Profile: default
 selinux
Kernel Version: 4.1.12-61.1.18.el7uek.x86_64
Operating System: Oracle Linux Server 7.3
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 31.17GiB
Name: oracle-rac-12c.novalocal
ID: JMX5:ZIKI:HZOQ:5KVL:RUQN:42S5:KCUH:TAKH:OI6Z:HW2C:ZWVT:SZK4
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false
Product License: Community Engine

WARNING: the devicemapper storage-driver is deprecated, and will be removed in a future release.
WARNING: devicemapper: usage of loopback devices is strongly discouraged for production use.
         Use `--storage-opt dm.thinpooldev` to specify a custom block storage device.
Registries: docker.io (secure)
==========================
Building image 'oracle/database-rac:12.2.0.1' ...
Sending build context to Docker daemon  6.865GB
Step 1/11 : FROM oraclelinux:7-slim
 ---> 90e39322df71
Step 2/11 : MAINTAINER Paramdeep Saini <paramdeep.saini@oracle.com>
 ---> Running in a3ea6ced9a23
Removing intermediate container a3ea6ced9a23
 ---> 7035ec7041de
Step 3/11 : ENV SETUP_LINUX_FILE="setupLinuxEnv.sh"     INSTALL_DIR=/opt/scripts     GRID_BASE=/u01/app/grid     GRID_HOME=/u01/app/12.2.0/grid     INSTALL_FILE_1="linuxx64_12201_grid_home.zip"     GRID_INSTALL_RSP="grid.rsp"     GRID_SETUP_FILE="setupGrid.sh"     FIXUP_PREQ_FILE="fixupPreq.sh"     INSTALL_GRID_BINARIES_FILE="installGridBinaries.sh"     INSTALL_GRID_PATCH="applyGridPatch.sh"     INVENTORY=/u01/app/oraInventory     CONFIGGRID="configGrid.sh"      ADDNODE="AddNode.sh"       DELNODE="DelNode.sh"     ADDNODE_RSP="grid_addnode.rsp"      SETUPSSH="setupSSH.expect"      GRID_PATCH="p27383741_122010_Linux-x86-64.zip"     PATCH_NUMBER="27383741"     SETUPDOCKERORACLEINIT="setupdockeroracleinit.sh"     DOCKERORACLEINIT="dockeroracleinit"     GRID_USER_HOME="/home/grid"     SETUPGRIDENV="setupGridEnv.sh"     ASM_DISCOVERY_DIR="/dev"     DB_BASE=/u01/app/oracle     DB_HOME=/u01/app/oracle/product/12.2.0/dbhome_1     INSTALL_FILE_2="linuxx64_12201_database.zip"     DB_INSTALL_RSP="db_inst.rsp"     DBCA_RSP="dbca.rsp"     DB_SETUP_FILE="setupDB.sh"     PWD_FILE="setPassword.sh"     RUN_FILE="runOracle.sh"     STOP_FILE="stopOracle.sh"     ENABLE_RAC_FILE="enableRAC.sh"     CHECK_DB_FILE="checkDBStatus.sh"     USER_SCRIPTS_FILE="runUserScripts.sh"     REMOTE_LISTENER_FILE="remoteListener.sh"     INSTALL_DB_BINARIES_FILE="installDBBinaries.sh"    FUNCTIONS="functions.sh"    COMMON_SCRIPTS="/common_scripts"    CHECK_SPACE_FILE="checkSpace.sh"    EXPECT="/usr/bin/expect"    BIN="/usr/sbin"    container="true"
 ---> Running in 7a8c8667506f
Removing intermediate container 7a8c8667506f
 ---> 7a6b8a1d2389
Step 4/11 : ENV  INSTALL_SCRIPTS=$INSTALL_DIR/install      PATH=/bin:/usr/bin:/sbin:/usr/sbin:$PATH      SCRIPT_DIR=$INSTALL_DIR/startup      GRID_PATH=$GRID_HOME/bin:$GRID_HOME/OPatch/:/usr/sbin:$PATH       DB_PATH=$DB_HOME/bin:$DB_HOME/OPatch/:/usr/sbin:$PATH      GRID_LD_LIBRARY_PATH=$GRID_HOME/lib:/usr/lib:/lib      DB_LD_LIBRARY_PATH=$DB_HOME/lib:/usr/lib:/lib
 ---> Running in cb96c788a4c7
Removing intermediate container cb96c788a4c7
 ---> cd03be9a8cea
Step 5/11 : COPY $INSTALL_FILE_1 $SETUPDOCKERORACLEINIT $INSTALL_GRID_PATCH $SETUP_LINUX_FILE $GRID_PATCH $GRID_SETUP_FILE $INSTALL_GRID_BINARIES_FILE $FIXUP_PREQ_FILE $INSTALL_FILE_2 $DB_SETUP_FILE $CHECK_SPACE_FILE $DB_INSTALL_RSP $INSTALL_DB_BINARIES_FILE $ENABLE_RAC_FILE $INSTALL_SCRIPTS/
 ---> 35c4972c7ce8
Step 6/11 : COPY $RUN_FILE $ADDNODE $ADDNODE_RSP $SETUPSSH $FUNCTIONS $CONFIGGRID $GRID_INSTALL_RSP $DBCA_RSP $PWD_FILE $CHECK_DB_FILE $USER_SCRIPTS_FILE $STOP_FILE $CHECK_DB_FILE $REMOTE_LISTENER_FILE $SETUPGRIDENV $DELNODE $SCRIPT_DIR/
 ---> 477566cabc04
Step 7/11 : RUN chmod 755 $INSTALL_SCRIPTS/*.sh  &&     sync &&     $INSTALL_DIR/install/$CHECK_SPACE_FILE &&     $INSTALL_DIR/install/$SETUP_LINUX_FILE &&     $INSTALL_DIR/install/$GRID_SETUP_FILE &&     $INSTALL_DIR/install/$DB_SETUP_FILE &&     sed -e '/hard *memlock/s/^/#/g' -i /etc/security/limits.d/oracle-database-server-12cR2-preinstall.conf &&     su  grid -c "$INSTALL_DIR/install/$INSTALL_GRID_BINARIES_FILE EE" &&     $INVENTORY/orainstRoot.sh &&     $GRID_HOME/root.sh &&     su  grid    -c  "$INSTALL_DIR/install/$INSTALL_GRID_PATCH $GRID_PATCH" &&     su  oracle  -c  "$INSTALL_DIR/install/$INSTALL_DB_BINARIES_FILE EE" &&     su  grid    -c  "$INSTALL_DIR/install/$SETUPDOCKERORACLEINIT" &&     su  oracle  -c  "$INSTALL_DIR/install/$ENABLE_RAC_FILE" &&     $INVENTORY/orainstRoot.sh &&     $DB_HOME/root.sh &&     $INSTALL_DIR/install/$FIXUP_PREQ_FILE &&     rm -rf $INSTALL_DIR/install &&     sync &&     chmod 755 $SCRIPT_DIR/*.sh &&     chmod 755 $SCRIPT_DIR/*.expect &&     chmod 666 $SCRIPT_DIR/*.rsp &&     chown root:oinstall $GRID_HOME/bin/$DOCKERORACLEINIT &&     chmod 4755 $GRID_HOME/bin/$DOCKERORACLEINIT &&     echo "nohup $SCRIPT_DIR/runOracle.sh &" >> /etc/rc.local &&     echo "/u01/app/12.2.0/grid/dockeroracleinit/lib" > /etc/ld.so.conf.d/dockeroracleinit.conf &&     ldconfig &&     rm -f /etc/rc.d/init.d/oracle-database-server-12cR2-preinstall-firstboot &&     ln -s $GRID_HOME/bin/$DOCKERORACLEINIT /usr/sbin/oracleinit &&     chmod +x /etc/rc.d/rc.local  &&     sync
 ---> Running in cf132e54fac9
Loaded plugins: ovl
No package openssh-client available.
Resolving Dependencies
--> Running transaction check
---> Package e2fsprogs.x86_64 0:1.42.9-13.el7 will be installed
--> Processing Dependency: libss = 1.42.9-13.el7 for package: e2fsprogs-1.42.9-13.el7.x86_64
--> Processing Dependency: e2fsprogs-libs(x86-64) = 1.42.9-13.el7 for package: e2fsprogs-1.42.9-13.el7.x86_64
--> Processing Dependency: libe2p.so.2()(64bit) for package: e2fsprogs-1.42.9-13.el7.x86_64
--> Processing Dependency: libext2fs.so.2()(64bit) for package: e2fsprogs-1.42.9-13.el7.x86_64
--> Processing Dependency: libss.so.2()(64bit) for package: e2fsprogs-1.42.9-13.el7.x86_64
---> Package expect.x86_64 0:5.45-14.el7_1 will be installed
--> Processing Dependency: libtcl8.5.so()(64bit) for package: expect-5.45-14.el7_1.x86_64
---> Package net-tools.x86_64 0:2.0-0.24.20131004git.el7 will be installed
---> Package openssh-server.x86_64 0:7.4p1-16.el7 will be installed
--> Processing Dependency: openssh = 7.4p1-16.el7 for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: pam >= 1.0.1-3 for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: libpam.so.0(LIBPAM_1.0)(64bit) for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: libsystemd.so.0(LIBSYSTEMD_209)(64bit) for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: libwrap.so.0()(64bit) for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: libpam.so.0()(64bit) for package: openssh-server-7.4p1-16.el7.x86_64
--> Processing Dependency: libsystemd.so.0()(64bit) for package: openssh-server-7.4p1-16.el7.x86_64
---> Package openssl.x86_64 1:1.0.2k-16.0.1.el7_6.1 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-16.0.1.el7_6.1.x86_64
---> Package oracle-database-server-12cR2-preinstall.x86_64 0:1.0-4.el7 will be installed
--> Processing Dependency: binutils for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: initscripts for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: sysstat for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: xorg-x11-utils for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: bind-utils for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: compat-libcap1 for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: ksh for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: libaio-devel for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: xorg-x11-xauth for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: util-linux-ng for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: libaio for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: psmisc for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: module-init-tools for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: glibc-devel for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: compat-libstdc++-33 for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: libstdc++-devel for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: ethtool for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: procps for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: openssh-clients for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: nfs-utils for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
--> Processing Dependency: smartmontools for package: oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64
---> Package passwd.x86_64 0:0.79-4.el7 will be installed
--> Processing Dependency: libuser.so.1()(64bit) for package: passwd-0.79-4.el7.x86_64
---> Package sudo.x86_64 0:1.8.23-3.el7 will be installed
---> Package systemd.x86_64 0:219-62.0.4.el7_6.5 will be installed
--> Processing Dependency: dbus for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: acl for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libkmod.so.2(LIBKMOD_5)(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libdw.so.1()(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libkmod.so.2()(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libcryptsetup.so.12()(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
--> Processing Dependency: libqrencode.so.3()(64bit) for package: systemd-219-62.0.4.el7_6.5.x86_64
---> Package tar.x86_64 2:1.26-35.el7 will be installed
---> Package unzip.x86_64 0:6.0-19.el7 will be installed
---> Package vim-minimal.x86_64 2:7.4.160-5.el7 will be installed
---> Package which.x86_64 0:2.20-7.el7 will be installed
---> Package zip.x86_64 0:3.0-11.el7 will be installed
--> Running transaction check
---> Package acl.x86_64 0:2.2.51-14.el7 will be installed
---> Package bind-utils.x86_64 32:9.9.4-73.el7_6 will be installed
--> Processing Dependency: bind-libs = 32:9.9.4-73.el7_6 for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-73.el7_6.x86_64
---> Package binutils.x86_64 0:2.27-34.base.0.1.el7 will be installed
---> Package compat-libcap1.x86_64 0:1.10-7.el7 will be installed
---> Package compat-libstdc++-33.x86_64 0:3.2.3-72.el7 will be installed
---> Package cryptsetup-libs.x86_64 0:2.0.3-3.el7 will be installed
--> Processing Dependency: libdevmapper.so.1.02(Base)(64bit) for package: cryptsetup-libs-2.0.3-3.el7.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: cryptsetup-libs-2.0.3-3.el7.x86_64
--> Processing Dependency: libdevmapper.so.1.02()(64bit) for package: cryptsetup-libs-2.0.3-3.el7.x86_64
--> Processing Dependency: libjson-c.so.2()(64bit) for package: cryptsetup-libs-2.0.3-3.el7.x86_64
---> Package dbus.x86_64 1:1.10.24-13.0.1.el7_6 will be installed
--> Processing Dependency: dbus-libs(x86-64) = 1:1.10.24-13.0.1.el7_6 for package: 1:dbus-1.10.24-13.0.1.el7_6.x86_64
--> Processing Dependency: libdbus-1.so.3(LIBDBUS_PRIVATE_1.10.24)(64bit) for package: 1:dbus-1.10.24-13.0.1.el7_6.x86_64
--> Processing Dependency: libdbus-1.so.3(LIBDBUS_1_3)(64bit) for package: 1:dbus-1.10.24-13.0.1.el7_6.x86_64
--> Processing Dependency: libdbus-1.so.3()(64bit) for package: 1:dbus-1.10.24-13.0.1.el7_6.x86_64
---> Package e2fsprogs-libs.x86_64 0:1.42.9-13.el7 will be installed
---> Package elfutils-libs.x86_64 0:0.172-2.el7 will be installed
--> Processing Dependency: default-yama-scope for package: elfutils-libs-0.172-2.el7.x86_64
---> Package ethtool.x86_64 2:4.8-9.el7 will be installed
---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
---> Package glibc-devel.x86_64 0:2.17-260.0.15.el7_6.3 will be installed
--> Processing Dependency: glibc-headers = 2.17-260.0.15.el7_6.3 for package: glibc-devel-2.17-260.0.15.el7_6.3.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.0.15.el7_6.3.x86_64
---> Package initscripts.x86_64 0:9.49.46-1.0.1.el7 will be installed
--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.46-1.0.1.el7.x86_64
--> Processing Dependency: /sbin/arping for package: initscripts-9.49.46-1.0.1.el7.x86_64
--> Processing Dependency: iproute for package: initscripts-9.49.46-1.0.1.el7.x86_64
--> Processing Dependency: hostname for package: initscripts-9.49.46-1.0.1.el7.x86_64
---> Package kmod.x86_64 0:20-23.0.1.el7 will be installed
--> Processing Dependency: /usr/bin/gzip for package: kmod-20-23.0.1.el7.x86_64
--> Processing Dependency: /usr/bin/xz for package: kmod-20-23.0.1.el7.x86_64
--> Processing Dependency: dracut for package: kmod-20-23.0.1.el7.x86_64
---> Package kmod-libs.x86_64 0:20-23.0.1.el7 will be installed
---> Package ksh.x86_64 0:20120801-139.0.1.el7 will be installed
---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed
---> Package libaio-devel.x86_64 0:0.3.109-13.el7 will be installed
---> Package libss.x86_64 0:1.42.9-13.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-36.0.1.el7_6.1 will be installed
---> Package libuser.x86_64 0:0.60-9.el7 will be installed
---> Package lz4.x86_64 0:1.7.5-2.0.1.el7 will be installed
---> Package make.x86_64 1:3.82-23.el7 will be installed
---> Package nfs-utils.x86_64 1:1.3.0-0.61.0.1.el7 will be installed
--> Processing Dependency: gssproxy >= 0.7.0-3 for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: libtirpc >= 0.2.4-0.7 for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: rpcbind for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: keyutils for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: quota for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: libevent for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: libnfsidmap for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: libevent-2.0.so.5()(64bit) for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: libtirpc.so.1()(64bit) for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
--> Processing Dependency: libnfsidmap.so.0()(64bit) for package: 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64
---> Package openssh.x86_64 0:7.4p1-16.el7 will be installed
---> Package openssh-clients.x86_64 0:7.4p1-16.el7 will be installed
--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-16.el7.x86_64
---> Package pam.x86_64 0:1.1.8-22.el7 will be installed
--> Processing Dependency: libpwquality >= 0.9.9 for package: pam-1.1.8-22.el7.x86_64
--> Processing Dependency: cracklib-dicts >= 2.8 for package: pam-1.1.8-22.el7.x86_64
--> Processing Dependency: libcrack.so.2()(64bit) for package: pam-1.1.8-22.el7.x86_64
---> Package procps-ng.x86_64 0:3.3.10-23.el7 will be installed
---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
---> Package qrencode-libs.x86_64 0:3.4.1-3.el7 will be installed
---> Package smartmontools.x86_64 1:6.5-1.el7 will be installed
--> Processing Dependency: mailx for package: 1:smartmontools-6.5-1.el7.x86_64
---> Package sysstat.x86_64 0:10.1.5-17.el7 will be installed
--> Processing Dependency: systemd-sysv for package: sysstat-10.1.5-17.el7.x86_64
--> Processing Dependency: /etc/cron.d for package: sysstat-10.1.5-17.el7.x86_64
--> Processing Dependency: libsensors.so.4()(64bit) for package: sysstat-10.1.5-17.el7.x86_64
---> Package systemd-libs.x86_64 0:219-62.0.4.el7_6.5 will be installed
---> Package tcl.x86_64 1:8.5.13-8.el7 will be installed
---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
---> Package util-linux.x86_64 0:2.23.2-59.el7_6.1 will be installed
--> Processing Dependency: libsmartcols = 2.23.2-59.el7_6.1 for package: util-linux-2.23.2-59.el7_6.1.x86_64
--> Processing Dependency: libsmartcols.so.1(SMARTCOLS_2.25)(64bit) for package: util-linux-2.23.2-59.el7_6.1.x86_64
--> Processing Dependency: libutempter.so.0(UTEMPTER_1.1)(64bit) for package: util-linux-2.23.2-59.el7_6.1.x86_64
--> Processing Dependency: libutempter.so.0()(64bit) for package: util-linux-2.23.2-59.el7_6.1.x86_64
--> Processing Dependency: libsmartcols.so.1()(64bit) for package: util-linux-2.23.2-59.el7_6.1.x86_64
---> Package xorg-x11-utils.x86_64 0:7.5-23.el7 will be installed
--> Processing Dependency: libXext.so.6()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXv.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libX11-xcb.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXrandr.so.2()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libdmx.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXxf86dga.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libxcb-shape.so.0()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
---> Package xorg-x11-xauth.x86_64 1:1.0.9-1.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: 1:xorg-x11-xauth-1.0.9-1.el7.x86_64
--> Processing Dependency: libXmuu.so.1()(64bit) for package: 1:xorg-x11-xauth-1.0.9-1.el7.x86_64
--> Running transaction check
---> Package GeoIP.x86_64 0:1.5.0-13.el7 will be installed
---> Package bind-libs.x86_64 32:9.9.4-73.el7_6 will be installed
--> Processing Dependency: bind-license = 32:9.9.4-73.el7_6 for package: 32:bind-libs-9.9.4-73.el7_6.x86_64
---> Package cracklib.x86_64 0:2.9.0-11.el7 will be installed
---> Package cracklib-dicts.x86_64 0:2.9.0-11.el7 will be installed
---> Package cronie.x86_64 0:1.4.11-20.el7_6 will be installed
--> Processing Dependency: dailyjobs for package: cronie-1.4.11-20.el7_6.x86_64
---> Package dbus-libs.x86_64 1:1.10.24-13.0.1.el7_6 will be installed
---> Package device-mapper-libs.x86_64 7:1.02.149-10.0.1.el7_6.3 will be installed
--> Processing Dependency: device-mapper = 7:1.02.149-10.0.1.el7_6.3 for package: 7:device-mapper-libs-1.02.149-10.0.1.el7_6.3.x86_64
---> Package dracut.x86_64 0:033-554.0.3.el7 will be installed
--> Processing Dependency: /usr/bin/pkg-config for package: dracut-033-554.0.3.el7.x86_64
--> Processing Dependency: kpartx for package: dracut-033-554.0.3.el7.x86_64
--> Processing Dependency: hardlink for package: dracut-033-554.0.3.el7.x86_64
---> Package elfutils-default-yama-scope.noarch 0:0.172-2.el7 will be installed
---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
---> Package glibc-headers.x86_64 0:2.17-260.0.15.el7_6.3 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-260.0.15.el7_6.3.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.0.15.el7_6.3.x86_64
---> Package gssproxy.x86_64 0:0.7.0-21.el7 will be installed
--> Processing Dependency: libini_config >= 1.3.1-31 for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libref_array.so.1(REF_ARRAY_0.1.1)(64bit) for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libini_config.so.3(INI_CONFIG_1.2.0)(64bit) for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libverto-module-base for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libini_config.so.3()(64bit) for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libbasicobjects.so.0()(64bit) for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libref_array.so.1()(64bit) for package: gssproxy-0.7.0-21.el7.x86_64
--> Processing Dependency: libcollection.so.2()(64bit) for package: gssproxy-0.7.0-21.el7.x86_64
---> Package gzip.x86_64 0:1.5-10.el7 will be installed
---> Package hostname.x86_64 0:3.13-3.el7 will be installed
---> Package iproute.x86_64 0:4.16.0-1.0.1.el7 will be installed
--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: iproute-4.16.0-1.0.1.el7.x86_64
--> Processing Dependency: libmnl.so.0()(64bit) for package: iproute-4.16.0-1.0.1.el7.x86_64
---> Package iputils.x86_64 0:20160308-10.el7 will be installed
---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
---> Package keyutils.x86_64 0:1.5.8-3.el7 will be installed
---> Package libX11.x86_64 0:1.6.5-2.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.5-2.el7 for package: libX11-1.6.5-2.el7.x86_64
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
--> Processing Dependency: libXt.so.6()(64bit) for package: libXmu-1.1.2-2.el7.x86_64
---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
---> Package libXv.x86_64 0:1.0.11-1.el7 will be installed
---> Package libXxf86dga.x86_64 0:1.1.4-2.1.el7 will be installed
---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
---> Package libdmx.x86_64 0:1.1.3-3.el7 will be installed
---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed
---> Package libnfsidmap.x86_64 0:0.25-19.el7 will be installed
---> Package libpwquality.x86_64 0:1.2.3-5.el7 will be installed
---> Package libsmartcols.x86_64 0:2.23.2-59.el7_6.1 will be installed
---> Package libtirpc.x86_64 0:0.2.4-0.15.el7 will be installed
---> Package libutempter.x86_64 0:1.1.6-4.el7 will be installed
---> Package libxcb.x86_64 0:1.13-1.el7 will be installed
---> Package lm_sensors-libs.x86_64 0:3.4.0-6.20160601gitf9185e5.el7 will be installed
---> Package mailx.x86_64 0:12.5-19.el7 will be installed
---> Package quota.x86_64 1:4.01-17.el7 will be installed
--> Processing Dependency: quota-nls = 1:4.01-17.el7 for package: 1:quota-4.01-17.el7.x86_64
--> Processing Dependency: tcp_wrappers for package: 1:quota-4.01-17.el7.x86_64
---> Package rpcbind.x86_64 0:0.2.0-47.el7 will be installed
---> Package systemd-sysv.x86_64 0:219-62.0.4.el7_6.5 will be installed
---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
---> Package xz.x86_64 0:5.2.2-1.el7 will be installed
--> Running transaction check
---> Package bind-license.noarch 32:9.9.4-73.el7_6 will be installed
---> Package cronie-anacron.x86_64 0:1.4.11-20.el7_6 will be installed
--> Processing Dependency: crontabs for package: cronie-anacron-1.4.11-20.el7_6.x86_64
---> Package device-mapper.x86_64 7:1.02.149-10.0.1.el7_6.3 will be installed
---> Package hardlink.x86_64 1:1.0-19.el7 will be installed
---> Package kernel-headers.x86_64 0:3.10.0-957.10.1.el7 will be installed
---> Package kpartx.x86_64 0:0.4.9-123.0.1.el7 will be installed
---> Package libX11-common.noarch 0:1.6.5-2.el7 will be installed
---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed
--> Processing Dependency: libICE.so.6()(64bit) for package: libXt-1.1.5-3.el7.x86_64
--> Processing Dependency: libSM.so.6()(64bit) for package: libXt-1.1.5-3.el7.x86_64
---> Package libbasicobjects.x86_64 0:0.1.1-32.el7 will be installed
---> Package libcollection.x86_64 0:0.7.0-32.el7 will be installed
---> Package libini_config.x86_64 0:1.3.1-32.el7 will be installed
--> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.3.1-32.el7.x86_64
--> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.3.1-32.el7.x86_64
---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
---> Package libref_array.x86_64 0:0.1.5-32.el7 will be installed
---> Package libverto-libevent.x86_64 0:0.2.5-4.el7 will be installed
---> Package pkgconfig.x86_64 1:0.27.1-4.el7 will be installed
---> Package quota-nls.noarch 1:4.01-17.el7 will be installed
---> Package tcp_wrappers.x86_64 0:7.6-77.el7 will be installed
--> Running transaction check
---> Package crontabs.noarch 0:1.11-6.20121102git.el7 will be installed
---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libpath_utils.x86_64 0:0.2.1-32.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch   Version                        Repository  Size
================================================================================
Installing:
 e2fsprogs               x86_64 1.42.9-13.el7                  ol7_latest 698 k
 expect                  x86_64 5.45-14.el7_1                  ol7_latest 262 k
 net-tools               x86_64 2.0-0.24.20131004git.el7       ol7_latest 305 k
 openssh-server          x86_64 7.4p1-16.el7                   ol7_latest 458 k
 openssl                 x86_64 1:1.0.2k-16.0.1.el7_6.1        ol7_latest 492 k
 oracle-database-server-12cR2-preinstall
                         x86_64 1.0-4.el7                      ol7_latest  19 k
 passwd                  x86_64 0.79-4.el7                     ol7_latest 104 k
 sudo                    x86_64 1.8.23-3.el7                   ol7_latest 841 k
 systemd                 x86_64 219-62.0.4.el7_6.5             ol7_latest 5.1 M
 tar                     x86_64 2:1.26-35.el7                  ol7_latest 845 k
 unzip                   x86_64 6.0-19.el7                     ol7_latest 169 k
 vim-minimal             x86_64 2:7.4.160-5.el7                ol7_latest 436 k
 which                   x86_64 2.20-7.el7                     ol7_latest  40 k
 zip                     x86_64 3.0-11.el7                     ol7_latest 259 k
Installing for dependencies:
 GeoIP                   x86_64 1.5.0-13.el7                   ol7_latest 1.5 M
 acl                     x86_64 2.2.51-14.el7                  ol7_latest  81 k
 bind-libs               x86_64 32:9.9.4-73.el7_6              ol7_latest 1.0 M
 bind-license            noarch 32:9.9.4-73.el7_6              ol7_latest  86 k
 bind-utils              x86_64 32:9.9.4-73.el7_6              ol7_latest 205 k
 binutils                x86_64 2.27-34.base.0.1.el7           ol7_latest 5.9 M
 compat-libcap1          x86_64 1.10-7.el7                     ol7_latest  17 k
 compat-libstdc++-33     x86_64 3.2.3-72.el7                   ol7_latest 190 k
 cracklib                x86_64 2.9.0-11.el7                   ol7_latest  79 k
 cracklib-dicts          x86_64 2.9.0-11.el7                   ol7_latest 3.6 M
 cronie                  x86_64 1.4.11-20.el7_6                ol7_latest  91 k
 cronie-anacron          x86_64 1.4.11-20.el7_6                ol7_latest  35 k
 crontabs                noarch 1.11-6.20121102git.el7         ol7_latest  12 k
 cryptsetup-libs         x86_64 2.0.3-3.el7                    ol7_latest 337 k
 dbus                    x86_64 1:1.10.24-13.0.1.el7_6         ol7_latest 245 k
 dbus-libs               x86_64 1:1.10.24-13.0.1.el7_6         ol7_latest 169 k
 device-mapper           x86_64 7:1.02.149-10.0.1.el7_6.3      ol7_latest 292 k
 device-mapper-libs      x86_64 7:1.02.149-10.0.1.el7_6.3      ol7_latest 319 k
 dracut                  x86_64 033-554.0.3.el7                ol7_latest 328 k
 e2fsprogs-libs          x86_64 1.42.9-13.el7                  ol7_latest 166 k
 elfutils-default-yama-scope
                         noarch 0.172-2.el7                    ol7_latest  32 k
 elfutils-libs           x86_64 0.172-2.el7                    ol7_latest 285 k
 ethtool                 x86_64 2:4.8-9.el7                    ol7_latest 126 k
 fipscheck               x86_64 1.4.1-6.el7                    ol7_latest  21 k
 fipscheck-lib           x86_64 1.4.1-6.el7                    ol7_latest  10 k
 glibc-devel             x86_64 2.17-260.0.15.el7_6.3          ol7_latest 1.1 M
 glibc-headers           x86_64 2.17-260.0.15.el7_6.3          ol7_latest 685 k
 gssproxy                x86_64 0.7.0-21.el7                   ol7_latest 108 k
 gzip                    x86_64 1.5-10.el7                     ol7_latest 129 k
 hardlink                x86_64 1:1.0-19.el7                   ol7_latest  14 k
 hostname                x86_64 3.13-3.el7                     ol7_latest  16 k
 initscripts             x86_64 9.49.46-1.0.1.el7              ol7_latest 439 k
 iproute                 x86_64 4.16.0-1.0.1.el7               ol7_UEKR5  528 k
 iputils                 x86_64 20160308-10.el7                ol7_latest 147 k
 json-c                  x86_64 0.11-4.el7_0                   ol7_latest  30 k
 kernel-headers          x86_64 3.10.0-957.10.1.el7            ol7_latest 8.0 M
 keyutils                x86_64 1.5.8-3.el7                    ol7_latest  53 k
 kmod                    x86_64 20-23.0.1.el7                  ol7_latest 121 k
 kmod-libs               x86_64 20-23.0.1.el7                  ol7_latest  50 k
 kpartx                  x86_64 0.4.9-123.0.1.el7              ol7_latest  77 k
 ksh                     x86_64 20120801-139.0.1.el7           ol7_latest 883 k
 libICE                  x86_64 1.0.9-9.el7                    ol7_latest  66 k
 libSM                   x86_64 1.2.2-2.el7                    ol7_latest  39 k
 libX11                  x86_64 1.6.5-2.el7                    ol7_latest 606 k
 libX11-common           noarch 1.6.5-2.el7                    ol7_latest 163 k
 libXau                  x86_64 1.0.8-2.1.el7                  ol7_latest  28 k
 libXext                 x86_64 1.3.3-3.el7                    ol7_latest  38 k
 libXi                   x86_64 1.7.9-1.el7                    ol7_latest  40 k
 libXinerama             x86_64 1.1.3-2.1.el7                  ol7_latest  13 k
 libXmu                  x86_64 1.1.2-2.el7                    ol7_latest  70 k
 libXrandr               x86_64 1.5.1-2.el7                    ol7_latest  27 k
 libXrender              x86_64 0.9.10-1.el7                   ol7_latest  25 k
 libXt                   x86_64 1.1.5-3.el7                    ol7_latest 172 k
 libXtst                 x86_64 1.2.3-1.el7                    ol7_latest  20 k
 libXv                   x86_64 1.0.11-1.el7                   ol7_latest  18 k
 libXxf86dga             x86_64 1.1.4-2.1.el7                  ol7_latest  18 k
 libXxf86misc            x86_64 1.0.3-7.1.el7                  ol7_latest  19 k
 libXxf86vm              x86_64 1.1.4-1.el7                    ol7_latest  17 k
 libaio                  x86_64 0.3.109-13.el7                 ol7_latest  24 k
 libaio-devel            x86_64 0.3.109-13.el7                 ol7_latest  12 k
 libbasicobjects         x86_64 0.1.1-32.el7                   ol7_latest  25 k
 libcollection           x86_64 0.7.0-32.el7                   ol7_latest  41 k
 libdmx                  x86_64 1.1.3-3.el7                    ol7_latest  15 k
 libedit                 x86_64 3.0-12.20121213cvs.el7         ol7_latest  88 k
 libevent                x86_64 2.0.21-4.el7                   ol7_latest 208 k
 libini_config           x86_64 1.3.1-32.el7                   ol7_latest  63 k
 libmnl                  x86_64 1.0.3-7.el7                    ol7_latest  22 k
 libnfsidmap             x86_64 0.25-19.el7                    ol7_latest  49 k
 libpath_utils           x86_64 0.2.1-32.el7                   ol7_latest  28 k
 libpwquality            x86_64 1.2.3-5.el7                    ol7_latest  84 k
 libref_array            x86_64 0.1.5-32.el7                   ol7_latest  27 k
 libsmartcols            x86_64 2.23.2-59.el7_6.1              ol7_latest 140 k
 libss                   x86_64 1.42.9-13.el7                  ol7_latest  45 k
 libstdc++-devel         x86_64 4.8.5-36.0.1.el7_6.1           ol7_latest 1.5 M
 libtirpc                x86_64 0.2.4-0.15.el7                 ol7_latest  88 k
 libuser                 x86_64 0.60-9.el7                     ol7_latest 400 k
 libutempter             x86_64 1.1.6-4.el7                    ol7_latest  24 k
 libverto-libevent       x86_64 0.2.5-4.el7                    ol7_latest 8.2 k
 libxcb                  x86_64 1.13-1.el7                     ol7_latest 213 k
 lm_sensors-libs         x86_64 3.4.0-6.20160601gitf9185e5.el7 ol7_latest  41 k
 lz4                     x86_64 1.7.5-2.0.1.el7                ol7_latest  98 k
 mailx                   x86_64 12.5-19.el7                    ol7_latest 244 k
 make                    x86_64 1:3.82-23.el7                  ol7_latest 420 k
 nfs-utils               x86_64 1:1.3.0-0.61.0.1.el7           ol7_latest 410 k
 openssh                 x86_64 7.4p1-16.el7                   ol7_latest 509 k
 openssh-clients         x86_64 7.4p1-16.el7                   ol7_latest 653 k
 pam                     x86_64 1.1.8-22.el7                   ol7_latest 719 k
 pkgconfig               x86_64 1:0.27.1-4.el7                 ol7_latest  53 k
 procps-ng               x86_64 3.3.10-23.el7                  ol7_latest 290 k
 psmisc                  x86_64 22.20-15.el7                   ol7_latest 140 k
 qrencode-libs           x86_64 3.4.1-3.el7                    ol7_latest  49 k
 quota                   x86_64 1:4.01-17.el7                  ol7_latest 178 k
 quota-nls               noarch 1:4.01-17.el7                  ol7_latest  90 k
 rpcbind                 x86_64 0.2.0-47.el7                   ol7_latest  59 k
 smartmontools           x86_64 1:6.5-1.el7                    ol7_latest 460 k
 sysstat                 x86_64 10.1.5-17.el7                  ol7_latest 314 k
 systemd-libs            x86_64 219-62.0.4.el7_6.5             ol7_latest 407 k
 systemd-sysv            x86_64 219-62.0.4.el7_6.5             ol7_latest  84 k
 sysvinit-tools          x86_64 2.88-14.dsf.el7                ol7_latest  62 k
 tcl                     x86_64 1:8.5.13-8.el7                 ol7_latest 1.9 M
 tcp_wrappers            x86_64 7.6-77.el7                     ol7_latest  78 k
 tcp_wrappers-libs       x86_64 7.6-77.el7                     ol7_latest  65 k
 util-linux              x86_64 2.23.2-59.el7_6.1              ol7_latest 2.0 M
 xorg-x11-utils          x86_64 7.5-23.el7                     ol7_latest 114 k
 xorg-x11-xauth          x86_64 1:1.0.9-1.el7                  ol7_latest  29 k
 xz                      x86_64 5.2.2-1.el7                    ol7_latest 228 k

Transaction Summary
================================================================================
Install  14 Packages (+106 Dependent packages)

Total download size: 51 M
Installed size: 145 M
Downloading packages:
--------------------------------------------------------------------------------
Total                                              4.8 MB/s |  51 MB  00:10     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : tcp_wrappers-libs-7.6-77.el7.x86_64                        1/120 
  Installing : fipscheck-1.4.1-6.el7.x86_64                               2/120 
  Installing : fipscheck-lib-1.4.1-6.el7.x86_64                           3/120 
  Installing : gzip-1.5-10.el7.x86_64                                     4/120 
  Installing : cracklib-2.9.0-11.el7.x86_64                               5/120 
  Installing : cracklib-dicts-2.9.0-11.el7.x86_64                         6/120 
  Installing : pam-1.1.8-22.el7.x86_64                                    7/120 
  Installing : libpwquality-1.2.3-5.el7.x86_64                            8/120 
  Installing : libuser-0.60-9.el7.x86_64                                  9/120 
  Installing : libcollection-0.7.0-32.el7.x86_64                         10/120 
  Installing : xz-5.2.2-1.el7.x86_64                                     11/120 
  Installing : libtirpc-0.2.4-0.15.el7.x86_64                            12/120 
  Installing : lz4-1.7.5-2.0.1.el7.x86_64                                13/120 
  Installing : libevent-2.0.21-4.el7.x86_64                              14/120 
  Installing : libaio-0.3.109-13.el7.x86_64                              15/120 
  Installing : libref_array-0.1.5-32.el7.x86_64                          16/120 
  Installing : libbasicobjects-0.1.1-32.el7.x86_64                       17/120 
  Installing : libICE-1.0.9-9.el7.x86_64                                 18/120 
  Installing : libXau-1.0.8-2.1.el7.x86_64                               19/120 
  Installing : libxcb-1.13-1.el7.x86_64                                  20/120 
  Installing : e2fsprogs-libs-1.42.9-13.el7.x86_64                       21/120 
  Installing : 1:make-3.82-23.el7.x86_64                                 22/120 
  Installing : GeoIP-1.5.0-13.el7.x86_64                                 23/120 
  Installing : binutils-2.27-34.base.0.1.el7.x86_64                      24/120 
install-info: /usr/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
install-info: /usr/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
install-info: /usr/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
install-info: /usr/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
install-info: /usr/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
  Installing : libSM-1.2.2-2.el7.x86_64                                  25/120 
  Installing : libaio-devel-0.3.109-13.el7.x86_64                        26/120 
  Installing : libverto-libevent-0.2.5-4.el7.x86_64                      27/120 
  Installing : tcp_wrappers-7.6-77.el7.x86_64                            28/120 
  Installing : 2:vim-minimal-7.4.160-5.el7.x86_64                        29/120 
  Installing : compat-libstdc++-33-3.2.3-72.el7.x86_64                   30/120 
  Installing : 1:quota-nls-4.01-17.el7.noarch                            31/120 
  Installing : json-c-0.11-4.el7_0.x86_64                                32/120 
  Installing : libX11-common-1.6.5-2.el7.noarch                          33/120 
  Installing : libX11-1.6.5-2.el7.x86_64                                 34/120 
  Installing : libXext-1.3.3-3.el7.x86_64                                35/120 
  Installing : libXi-1.7.9-1.el7.x86_64                                  36/120 
  Installing : libXrender-0.9.10-1.el7.x86_64                            37/120 
  Installing : libXrandr-1.5.1-2.el7.x86_64                              38/120 
  Installing : libXtst-1.2.3-1.el7.x86_64                                39/120 
  Installing : libdmx-1.1.3-3.el7.x86_64                                 40/120 
  Installing : libXxf86dga-1.1.4-2.1.el7.x86_64                          41/120 
  Installing : libXv-1.0.11-1.el7.x86_64                                 42/120 
  Installing : libXxf86misc-1.0.3-7.1.el7.x86_64                         43/120 
  Installing : libXxf86vm-1.1.4-1.el7.x86_64                             44/120 
  Installing : libXinerama-1.1.3-2.1.el7.x86_64                          45/120 
  Installing : xorg-x11-utils-7.5-23.el7.x86_64                          46/120 
  Installing : libXt-1.1.5-3.el7.x86_64                                  47/120 
  Installing : libXmu-1.1.2-2.el7.x86_64                                 48/120 
  Installing : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64                       49/120 
  Installing : 2:tar-1.26-35.el7.x86_64                                  50/120 
  Installing : 32:bind-license-9.9.4-73.el7_6.noarch                     51/120 
  Installing : 32:bind-libs-9.9.4-73.el7_6.x86_64                        52/120 
  Installing : 32:bind-utils-9.9.4-73.el7_6.x86_64                       53/120 
  Installing : 2:ethtool-4.8-9.el7.x86_64                                54/120 
  Installing : mailx-12.5-19.el7.x86_64                                  55/120 
  Installing : hostname-3.13-3.el7.x86_64                                56/120 
  Installing : libsmartcols-2.23.2-59.el7_6.1.x86_64                     57/120 
  Installing : kernel-headers-3.10.0-957.10.1.el7.x86_64                 58/120 
  Installing : glibc-headers-2.17-260.0.15.el7_6.3.x86_64                59/120 
  Installing : glibc-devel-2.17-260.0.15.el7_6.3.x86_64                  60/120 
  Installing : qrencode-libs-3.4.1-3.el7.x86_64                          61/120 
  Installing : libstdc++-devel-4.8.5-36.0.1.el7_6.1.x86_64               62/120 
  Installing : libmnl-1.0.3-7.el7.x86_64                                 63/120 
  Installing : iproute-4.16.0-1.0.1.el7.x86_64                           64/120 
  Installing : 1:tcl-8.5.13-8.el7.x86_64                                 65/120 
  Installing : 1:hardlink-1.0-19.el7.x86_64                              66/120 
  Installing : keyutils-1.5.8-3.el7.x86_64                               67/120 
  Installing : libnfsidmap-0.25-19.el7.x86_64                            68/120 
  Installing : lm_sensors-libs-3.4.0-6.20160601gitf9185e5.el7.x86_64     69/120 
  Installing : psmisc-22.20-15.el7.x86_64                                70/120 
  Installing : kmod-libs-20-23.0.1.el7.x86_64                            71/120 
  Installing : libutempter-1.1.6-4.el7.x86_64                            72/120 
  Installing : unzip-6.0-19.el7.x86_64                                   73/120 
  Installing : libedit-3.0-12.20121213cvs.el7.x86_64                     74/120 
  Installing : libpath_utils-0.2.1-32.el7.x86_64                         75/120 
  Installing : libini_config-1.3.1-32.el7.x86_64                         76/120 
  Installing : compat-libcap1-1.10-7.el7.x86_64                          77/120 
  Installing : libss-1.42.9-13.el7.x86_64                                78/120 
  Installing : 1:pkgconfig-0.27.1-4.el7.x86_64                           79/120 
  Installing : acl-2.2.51-14.el7.x86_64                                  80/120 
  Installing : kpartx-0.4.9-123.0.1.el7.x86_64                           81/120 
  Installing : 7:device-mapper-1.02.149-10.0.1.el7_6.3.x86_64            82/120 
  Installing : util-linux-2.23.2-59.el7_6.1.x86_64                       83/120 
  Installing : procps-ng-3.3.10-23.el7.x86_64                            84/120 
  Installing : 7:device-mapper-libs-1.02.149-10.0.1.el7_6.3.x86_64       85/120 
  Installing : cryptsetup-libs-2.0.3-3.el7.x86_64                        86/120 
  Installing : dracut-033-554.0.3.el7.x86_64                             87/120 
  Installing : kmod-20-23.0.1.el7.x86_64                                 88/120 
  Installing : elfutils-libs-0.172-2.el7.x86_64                          89/120 
  Installing : systemd-libs-219-62.0.4.el7_6.5.x86_64                    90/120 
  Installing : 1:dbus-libs-1.10.24-13.0.1.el7_6.x86_64                   91/120 
  Installing : systemd-219-62.0.4.el7_6.5.x86_64                         92/120 
Failed to get D-Bus connection: Operation not permitted
  Installing : elfutils-default-yama-scope-0.172-2.el7.noarch            93/120 
  Installing : 1:dbus-1.10.24-13.0.1.el7_6.x86_64                        94/120 
  Installing : cronie-anacron-1.4.11-20.el7_6.x86_64                     95/120 
  Installing : cronie-1.4.11-20.el7_6.x86_64                             96/120 
  Installing : crontabs-1.11-6.20121102git.el7.noarch                    97/120 
  Installing : systemd-sysv-219-62.0.4.el7_6.5.x86_64                    98/120 
  Installing : rpcbind-0.2.0-47.el7.x86_64                               99/120 
  Installing : openssh-7.4p1-16.el7.x86_64                              100/120 
  Installing : openssh-clients-7.4p1-16.el7.x86_64                      101/120 
  Installing : 1:quota-4.01-17.el7.x86_64                               102/120 
  Installing : sysstat-10.1.5-17.el7.x86_64                             103/120 
  Installing : 1:smartmontools-6.5-1.el7.x86_64                         104/120 
  Installing : iputils-20160308-10.el7.x86_64                           105/120 
  Installing : gssproxy-0.7.0-21.el7.x86_64                             106/120 
  Installing : 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64                    107/120 
  Installing : ksh-20120801-139.0.1.el7.x86_64                          108/120 
failed to link /usr/share/man/man1/ksh.1.gz -> /etc/alternatives/ksh-man: No such file or directory
  Installing : net-tools-2.0-0.24.20131004git.el7.x86_64                109/120 
  Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64                    110/120 
  Installing : initscripts-9.49.46-1.0.1.el7.x86_64                     111/120 
  Installing : oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_   112/120 
  Installing : openssh-server-7.4p1-16.el7.x86_64                       113/120 
  Installing : e2fsprogs-1.42.9-13.el7.x86_64                           114/120 
  Installing : expect-5.45-14.el7_1.x86_64                              115/120 
  Installing : sudo-1.8.23-3.el7.x86_64                                 116/120 
  Installing : 1:openssl-1.0.2k-16.0.1.el7_6.1.x86_64                   117/120 
  Installing : passwd-0.79-4.el7.x86_64                                 118/120 
  Installing : zip-3.0-11.el7.x86_64                                    119/120 
  Installing : which-2.20-7.el7.x86_64                                  120/120 
install-info: /usr/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
  Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                           1/120 
  Verifying  : libXext-1.3.3-3.el7.x86_64                                 2/120 
  Verifying  : libXi-1.7.9-1.el7.x86_64                                   3/120 
  Verifying  : systemd-sysv-219-62.0.4.el7_6.5.x86_64                     4/120 
  Verifying  : libXrender-0.9.10-1.el7.x86_64                             5/120 
  Verifying  : binutils-2.27-34.base.0.1.el7.x86_64                       6/120 
  Verifying  : sysvinit-tools-2.88-14.dsf.el7.x86_64                      7/120 
  Verifying  : acl-2.2.51-14.el7.x86_64                                   8/120 
  Verifying  : cronie-anacron-1.4.11-20.el7_6.x86_64                      9/120 
  Verifying  : cryptsetup-libs-2.0.3-3.el7.x86_64                        10/120 
  Verifying  : GeoIP-1.5.0-13.el7.x86_64                                 11/120 
  Verifying  : 1:pkgconfig-0.27.1-4.el7.x86_64                           12/120 
  Verifying  : 1:openssl-1.0.2k-16.0.1.el7_6.1.x86_64                    13/120 
  Verifying  : libss-1.42.9-13.el7.x86_64                                14/120 
  Verifying  : crontabs-1.11-6.20121102git.el7.noarch                    15/120 
  Verifying  : fipscheck-1.4.1-6.el7.x86_64                              16/120 
  Verifying  : compat-libcap1-1.10-7.el7.x86_64                          17/120 
  Verifying  : 1:make-3.82-23.el7.x86_64                                 18/120 
  Verifying  : systemd-219-62.0.4.el7_6.5.x86_64                         19/120 
  Verifying  : e2fsprogs-libs-1.42.9-13.el7.x86_64                       20/120 
  Verifying  : libpath_utils-0.2.1-32.el7.x86_64                         21/120 
  Verifying  : openssh-7.4p1-16.el7.x86_64                               22/120 
  Verifying  : cracklib-dicts-2.9.0-11.el7.x86_64                        23/120 
  Verifying  : libXau-1.0.8-2.1.el7.x86_64                               24/120 
  Verifying  : 1:smartmontools-6.5-1.el7.x86_64                          25/120 
  Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                     26/120 
  Verifying  : unzip-6.0-19.el7.x86_64                                   27/120 
  Verifying  : libutempter-1.1.6-4.el7.x86_64                            28/120 
  Verifying  : 1:dbus-libs-1.10.24-13.0.1.el7_6.x86_64                   29/120 
  Verifying  : iproute-4.16.0-1.0.1.el7.x86_64                           30/120 
  Verifying  : libdmx-1.1.3-3.el7.x86_64                                 31/120 
  Verifying  : libICE-1.0.9-9.el7.x86_64                                 32/120 
  Verifying  : libXxf86dga-1.1.4-2.1.el7.x86_64                          33/120 
  Verifying  : kmod-libs-20-23.0.1.el7.x86_64                            34/120 
  Verifying  : openssh-server-7.4p1-16.el7.x86_64                        35/120 
  Verifying  : libbasicobjects-0.1.1-32.el7.x86_64                       36/120 
  Verifying  : tcp_wrappers-7.6-77.el7.x86_64                            37/120 
  Verifying  : xorg-x11-utils-7.5-23.el7.x86_64                          38/120 
  Verifying  : libXtst-1.2.3-1.el7.x86_64                                39/120 
  Verifying  : 1:nfs-utils-1.3.0-0.61.0.1.el7.x86_64                     40/120 
  Verifying  : iputils-20160308-10.el7.x86_64                            41/120 
  Verifying  : psmisc-22.20-15.el7.x86_64                                42/120 
  Verifying  : lm_sensors-libs-3.4.0-6.20160601gitf9185e5.el7.x86_64     43/120 
  Verifying  : rpcbind-0.2.0-47.el7.x86_64                               44/120 
  Verifying  : 32:bind-utils-9.9.4-73.el7_6.x86_64                       45/120 
  Verifying  : libref_array-0.1.5-32.el7.x86_64                          46/120 
  Verifying  : elfutils-libs-0.172-2.el7.x86_64                          47/120 
  Verifying  : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64                       48/120 
  Verifying  : libnfsidmap-0.25-19.el7.x86_64                            49/120 
  Verifying  : libuser-0.60-9.el7.x86_64                                 50/120 
  Verifying  : libXmu-1.1.2-2.el7.x86_64                                 51/120 
  Verifying  : keyutils-1.5.8-3.el7.x86_64                               52/120 
  Verifying  : 1:hardlink-1.0-19.el7.x86_64                              53/120 
  Verifying  : cracklib-2.9.0-11.el7.x86_64                              54/120 
  Verifying  : initscripts-9.49.46-1.0.1.el7.x86_64                      55/120 
  Verifying  : cronie-1.4.11-20.el7_6.x86_64                             56/120 
  Verifying  : 7:device-mapper-1.02.149-10.0.1.el7_6.3.x86_64            57/120 
  Verifying  : 1:tcl-8.5.13-8.el7.x86_64                                 58/120 
  Verifying  : which-2.20-7.el7.x86_64                                   59/120 
  Verifying  : libmnl-1.0.3-7.el7.x86_64                                 60/120 
  Verifying  : gzip-1.5-10.el7.x86_64                                    61/120 
  Verifying  : libXv-1.0.11-1.el7.x86_64                                 62/120 
  Verifying  : libXxf86misc-1.0.3-7.1.el7.x86_64                         63/120 
  Verifying  : tcp_wrappers-libs-7.6-77.el7.x86_64                       64/120 
  Verifying  : libstdc++-devel-4.8.5-36.0.1.el7_6.1.x86_64               65/120 
  Verifying  : sysstat-10.1.5-17.el7.x86_64                              66/120 
  Verifying  : passwd-0.79-4.el7.x86_64                                  67/120 
  Verifying  : sudo-1.8.23-3.el7.x86_64                                  68/120 
  Verifying  : glibc-devel-2.17-260.0.15.el7_6.3.x86_64                  69/120 
  Verifying  : qrencode-libs-3.4.1-3.el7.x86_64                          70/120 
  Verifying  : kernel-headers-3.10.0-957.10.1.el7.x86_64                 71/120 
  Verifying  : libaio-0.3.109-13.el7.x86_64                              72/120 
  Verifying  : elfutils-default-yama-scope-0.172-2.el7.noarch            73/120 
  Verifying  : libevent-2.0.21-4.el7.x86_64                              74/120 
  Verifying  : gssproxy-0.7.0-21.el7.x86_64                              75/120 
  Verifying  : libXrandr-1.5.1-2.el7.x86_64                              76/120 
  Verifying  : libaio-devel-0.3.109-13.el7.x86_64                        77/120 
  Verifying  : libXxf86vm-1.1.4-1.el7.x86_64                             78/120 
  Verifying  : libsmartcols-2.23.2-59.el7_6.1.x86_64                     79/120 
  Verifying  : 1:quota-4.01-17.el7.x86_64                                80/120 
  Verifying  : hostname-3.13-3.el7.x86_64                                81/120 
  Verifying  : ksh-20120801-139.0.1.el7.x86_64                           82/120 
  Verifying  : pam-1.1.8-22.el7.x86_64                                   83/120 
  Verifying  : kpartx-0.4.9-123.0.1.el7.x86_64                           84/120 
  Verifying  : libSM-1.2.2-2.el7.x86_64                                  85/120 
  Verifying  : 32:bind-libs-9.9.4-73.el7_6.x86_64                        86/120 
  Verifying  : expect-5.45-14.el7_1.x86_64                               87/120 
  Verifying  : openssh-clients-7.4p1-16.el7.x86_64                       88/120 
  Verifying  : 7:device-mapper-libs-1.02.149-10.0.1.el7_6.3.x86_64       89/120 
  Verifying  : mailx-12.5-19.el7.x86_64                                  90/120 
  Verifying  : lz4-1.7.5-2.0.1.el7.x86_64                                91/120 
  Verifying  : 2:ethtool-4.8-9.el7.x86_64                                92/120 
  Verifying  : libtirpc-0.2.4-0.15.el7.x86_64                            93/120 
  Verifying  : 32:bind-license-9.9.4-73.el7_6.noarch                     94/120 
  Verifying  : oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_    95/120 
  Verifying  : libXinerama-1.1.3-2.1.el7.x86_64                          96/120 
  Verifying  : 2:tar-1.26-35.el7.x86_64                                  97/120 
  Verifying  : dracut-033-554.0.3.el7.x86_64                             98/120 
  Verifying  : util-linux-2.23.2-59.el7_6.1.x86_64                       99/120 
  Verifying  : kmod-20-23.0.1.el7.x86_64                                100/120 
  Verifying  : libXt-1.1.5-3.el7.x86_64                                 101/120 
  Verifying  : libX11-common-1.6.5-2.el7.noarch                         102/120 
  Verifying  : procps-ng-3.3.10-23.el7.x86_64                           103/120 
  Verifying  : 1:dbus-1.10.24-13.0.1.el7_6.x86_64                       104/120 
  Verifying  : libxcb-1.13-1.el7.x86_64                                 105/120 
  Verifying  : libini_config-1.3.1-32.el7.x86_64                        106/120 
  Verifying  : json-c-0.11-4.el7_0.x86_64                               107/120 
  Verifying  : 1:quota-nls-4.01-17.el7.noarch                           108/120 
  Verifying  : net-tools-2.0-0.24.20131004git.el7.x86_64                109/120 
  Verifying  : xz-5.2.2-1.el7.x86_64                                    110/120 
  Verifying  : libX11-1.6.5-2.el7.x86_64                                111/120 
  Verifying  : libverto-libevent-0.2.5-4.el7.x86_64                     112/120 
  Verifying  : libcollection-0.7.0-32.el7.x86_64                        113/120 
  Verifying  : e2fsprogs-1.42.9-13.el7.x86_64                           114/120 
  Verifying  : systemd-libs-219-62.0.4.el7_6.5.x86_64                   115/120 
  Verifying  : glibc-headers-2.17-260.0.15.el7_6.3.x86_64               116/120 
  Verifying  : zip-3.0-11.el7.x86_64                                    117/120 
  Verifying  : compat-libstdc++-33-3.2.3-72.el7.x86_64                  118/120 
  Verifying  : 2:vim-minimal-7.4.160-5.el7.x86_64                       119/120 
  Verifying  : libpwquality-1.2.3-5.el7.x86_64                          120/120 

Installed:
  e2fsprogs.x86_64 0:1.42.9-13.el7                                              
  expect.x86_64 0:5.45-14.el7_1                                                 
  net-tools.x86_64 0:2.0-0.24.20131004git.el7                                   
  openssh-server.x86_64 0:7.4p1-16.el7                                          
  openssl.x86_64 1:1.0.2k-16.0.1.el7_6.1                                        
  oracle-database-server-12cR2-preinstall.x86_64 0:1.0-4.el7                    
  passwd.x86_64 0:0.79-4.el7                                                    
  sudo.x86_64 0:1.8.23-3.el7                                                    
  systemd.x86_64 0:219-62.0.4.el7_6.5                                           
  tar.x86_64 2:1.26-35.el7                                                      
  unzip.x86_64 0:6.0-19.el7                                                     
  vim-minimal.x86_64 2:7.4.160-5.el7                                            
  which.x86_64 0:2.20-7.el7                                                     
  zip.x86_64 0:3.0-11.el7                                                       

Dependency Installed:
  GeoIP.x86_64 0:1.5.0-13.el7                                                   
  acl.x86_64 0:2.2.51-14.el7                                                    
  bind-libs.x86_64 32:9.9.4-73.el7_6                                            
  bind-license.noarch 32:9.9.4-73.el7_6                                         
  bind-utils.x86_64 32:9.9.4-73.el7_6                                           
  binutils.x86_64 0:2.27-34.base.0.1.el7                                        
  compat-libcap1.x86_64 0:1.10-7.el7                                            
  compat-libstdc++-33.x86_64 0:3.2.3-72.el7                                     
  cracklib.x86_64 0:2.9.0-11.el7                                                
  cracklib-dicts.x86_64 0:2.9.0-11.el7                                          
  cronie.x86_64 0:1.4.11-20.el7_6                                               
  cronie-anacron.x86_64 0:1.4.11-20.el7_6                                       
  crontabs.noarch 0:1.11-6.20121102git.el7                                      
  cryptsetup-libs.x86_64 0:2.0.3-3.el7                                          
  dbus.x86_64 1:1.10.24-13.0.1.el7_6                                            
  dbus-libs.x86_64 1:1.10.24-13.0.1.el7_6                                       
  device-mapper.x86_64 7:1.02.149-10.0.1.el7_6.3                                
  device-mapper-libs.x86_64 7:1.02.149-10.0.1.el7_6.3                           
  dracut.x86_64 0:033-554.0.3.el7                                               
  e2fsprogs-libs.x86_64 0:1.42.9-13.el7                                         
  elfutils-default-yama-scope.noarch 0:0.172-2.el7                              
  elfutils-libs.x86_64 0:0.172-2.el7                                            
  ethtool.x86_64 2:4.8-9.el7                                                    
  fipscheck.x86_64 0:1.4.1-6.el7                                                
  fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
  glibc-devel.x86_64 0:2.17-260.0.15.el7_6.3                                    
  glibc-headers.x86_64 0:2.17-260.0.15.el7_6.3                                  
  gssproxy.x86_64 0:0.7.0-21.el7                                                
  gzip.x86_64 0:1.5-10.el7                                                      
  hardlink.x86_64 1:1.0-19.el7                                                  
  hostname.x86_64 0:3.13-3.el7                                                  
  initscripts.x86_64 0:9.49.46-1.0.1.el7                                        
  iproute.x86_64 0:4.16.0-1.0.1.el7                                             
  iputils.x86_64 0:20160308-10.el7                                              
  json-c.x86_64 0:0.11-4.el7_0                                                  
  kernel-headers.x86_64 0:3.10.0-957.10.1.el7                                   
  keyutils.x86_64 0:1.5.8-3.el7                                                 
  kmod.x86_64 0:20-23.0.1.el7                                                   
  kmod-libs.x86_64 0:20-23.0.1.el7                                              
  kpartx.x86_64 0:0.4.9-123.0.1.el7                                             
  ksh.x86_64 0:20120801-139.0.1.el7                                             
  libICE.x86_64 0:1.0.9-9.el7                                                   
  libSM.x86_64 0:1.2.2-2.el7                                                    
  libX11.x86_64 0:1.6.5-2.el7                                                   
  libX11-common.noarch 0:1.6.5-2.el7                                            
  libXau.x86_64 0:1.0.8-2.1.el7                                                 
  libXext.x86_64 0:1.3.3-3.el7                                                  
  libXi.x86_64 0:1.7.9-1.el7                                                    
  libXinerama.x86_64 0:1.1.3-2.1.el7                                            
  libXmu.x86_64 0:1.1.2-2.el7                                                   
  libXrandr.x86_64 0:1.5.1-2.el7                                                
  libXrender.x86_64 0:0.9.10-1.el7                                              
  libXt.x86_64 0:1.1.5-3.el7                                                    
  libXtst.x86_64 0:1.2.3-1.el7                                                  
  libXv.x86_64 0:1.0.11-1.el7                                                   
  libXxf86dga.x86_64 0:1.1.4-2.1.el7                                            
  libXxf86misc.x86_64 0:1.0.3-7.1.el7                                           
  libXxf86vm.x86_64 0:1.1.4-1.el7                                               
  libaio.x86_64 0:0.3.109-13.el7                                                
  libaio-devel.x86_64 0:0.3.109-13.el7                                          
  libbasicobjects.x86_64 0:0.1.1-32.el7                                         
  libcollection.x86_64 0:0.7.0-32.el7                                           
  libdmx.x86_64 0:1.1.3-3.el7                                                   
  libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
  libevent.x86_64 0:2.0.21-4.el7                                                
  libini_config.x86_64 0:1.3.1-32.el7                                           
  libmnl.x86_64 0:1.0.3-7.el7                                                   
  libnfsidmap.x86_64 0:0.25-19.el7                                              
  libpath_utils.x86_64 0:0.2.1-32.el7                                           
  libpwquality.x86_64 0:1.2.3-5.el7                                             
  libref_array.x86_64 0:0.1.5-32.el7                                            
  libsmartcols.x86_64 0:2.23.2-59.el7_6.1                                       
  libss.x86_64 0:1.42.9-13.el7                                                  
  libstdc++-devel.x86_64 0:4.8.5-36.0.1.el7_6.1                                 
  libtirpc.x86_64 0:0.2.4-0.15.el7                                              
  libuser.x86_64 0:0.60-9.el7                                                   
  libutempter.x86_64 0:1.1.6-4.el7                                              
  libverto-libevent.x86_64 0:0.2.5-4.el7                                        
  libxcb.x86_64 0:1.13-1.el7                                                    
  lm_sensors-libs.x86_64 0:3.4.0-6.20160601gitf9185e5.el7                       
  lz4.x86_64 0:1.7.5-2.0.1.el7                                                  
  mailx.x86_64 0:12.5-19.el7                                                    
  make.x86_64 1:3.82-23.el7                                                     
  nfs-utils.x86_64 1:1.3.0-0.61.0.1.el7                                         
  openssh.x86_64 0:7.4p1-16.el7                                                 
  openssh-clients.x86_64 0:7.4p1-16.el7                                         
  pam.x86_64 0:1.1.8-22.el7                                                     
  pkgconfig.x86_64 1:0.27.1-4.el7                                               
  procps-ng.x86_64 0:3.3.10-23.el7                                              
  psmisc.x86_64 0:22.20-15.el7                                                  
  qrencode-libs.x86_64 0:3.4.1-3.el7                                            
  quota.x86_64 1:4.01-17.el7                                                    
  quota-nls.noarch 1:4.01-17.el7                                                
  rpcbind.x86_64 0:0.2.0-47.el7                                                 
  smartmontools.x86_64 1:6.5-1.el7                                              
  sysstat.x86_64 0:10.1.5-17.el7                                                
  systemd-libs.x86_64 0:219-62.0.4.el7_6.5                                      
  systemd-sysv.x86_64 0:219-62.0.4.el7_6.5                                      
  sysvinit-tools.x86_64 0:2.88-14.dsf.el7                                       
  tcl.x86_64 1:8.5.13-8.el7                                                     
  tcp_wrappers.x86_64 0:7.6-77.el7                                              
  tcp_wrappers-libs.x86_64 0:7.6-77.el7                                         
  util-linux.x86_64 0:2.23.2-59.el7_6.1                                         
  xorg-x11-utils.x86_64 0:7.5-23.el7                                            
  xorg-x11-xauth.x86_64 1:1.0.9-1.el7                                           
  xz.x86_64 0:5.2.2-1.el7                                                       

Complete!
Loaded plugins: ovl
Cleaning repos: ol7_UEKR5 ol7_developer_EPEL ol7_latest
su: System error
Removing intermediate container cf132e54fac9
The command '/bin/sh -c chmod 755 $INSTALL_SCRIPTS/*.sh  &&     sync &&     $INSTALL_DIR/install/$CHECK_SPACE_FILE &&     $INSTALL_DIR/install/$SETUP_LINUX_FILE &&     $INSTALL_DIR/install/$GRID_SETUP_FILE &&     $INSTALL_DIR/install/$DB_SETUP_FILE &&     sed -e '/hard *memlock/s/^/#/g' -i /etc/security/limits.d/oracle-database-server-12cR2-preinstall.conf &&     su  grid -c "$INSTALL_DIR/install/$INSTALL_GRID_BINARIES_FILE EE" &&     $INVENTORY/orainstRoot.sh &&     $GRID_HOME/root.sh &&     su  grid    -c  "$INSTALL_DIR/install/$INSTALL_GRID_PATCH $GRID_PATCH" &&     su  oracle  -c  "$INSTALL_DIR/install/$INSTALL_DB_BINARIES_FILE EE" &&     su  grid    -c  "$INSTALL_DIR/install/$SETUPDOCKERORACLEINIT" &&     su  oracle  -c  "$INSTALL_DIR/install/$ENABLE_RAC_FILE" &&     $INVENTORY/orainstRoot.sh &&     $DB_HOME/root.sh &&     $INSTALL_DIR/install/$FIXUP_PREQ_FILE &&     rm -rf $INSTALL_DIR/install &&     sync &&     chmod 755 $SCRIPT_DIR/*.sh &&     chmod 755 $SCRIPT_DIR/*.expect &&     chmod 666 $SCRIPT_DIR/*.rsp &&     chown root:oinstall $GRID_HOME/bin/$DOCKERORACLEINIT &&     chmod 4755 $GRID_HOME/bin/$DOCKERORACLEINIT &&     echo "nohup $SCRIPT_DIR/runOracle.sh &" >> /etc/rc.local &&     echo "/u01/app/12.2.0/grid/dockeroracleinit/lib" > /etc/ld.so.conf.d/dockeroracleinit.conf &&     ldconfig &&     rm -f /etc/rc.d/init.d/oracle-database-server-12cR2-preinstall-firstboot &&     ln -s $GRID_HOME/bin/$DOCKERORACLEINIT /usr/sbin/oracleinit &&     chmod +x /etc/rc.d/rc.local  &&     sync' returned a non-zero code: 1
There was an error building the image.
psaini79 commented 5 years ago

I would request you, please try RAC on Docker on xfs file system (overlay2). For details, please check Oracle Container runtime documentation and refer to Docker storage section.

https://docs.oracle.com/cd/E52668_01/E87205/html/index.html

Also, it seems I might need to put some minor updates for 12.2 dockerfiles, can you please try RAC on Docker 18.3. I will try to update 12.2 dockerfiles asap and will let you know.

thushaaanthan commented 5 years ago

Hi, When I tried Docker 18.3, I had another issue

COPY failed: stat /var/lib/docker/tmp/docker-builder346217711/p28322130_183000OCWRU_Linux-x86-64.zip: no such file or directory There was an error building the image.

cloud-user@oracle-rac-12c dockerfiles]$ ./buildDockerImage.sh -v 18.3.0 Checking if required packages are present and valid... LINUX.X64_180000_grid_home.zip: OK LINUX.X64_180000_db_home.zip: OK DOCKER info: Containers: 1 Running: 0 Paused: 0 Stopped: 1 Images: 5 Server Version: 18.09.1-ol Storage Driver: devicemapper Pool Name: docker-251:0-17174089-pool Pool Blocksize: 65.54kB Base Device Size: 64.42GB Backing Filesystem: xfs Udev Sync Supported: true Data file: /dev/loop0 Metadata file: /dev/loop1 Data loop file: /var/lib/docker/devicemapper/devicemapper/data Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata Data Space Used: 399.4MB Data Space Total: 107.4GB Data Space Available: 107GB Metadata Space Used: 819.2kB Metadata Space Total: 2.147GB Metadata Space Available: 2.147GB Thin Pool Minimum Free Space: 10.74GB Deferred Removal Enabled: true Deferred Deletion Enabled: true Deferred Deleted Device Count: 0 Library Version: 1.02.135-RHEL7 (2016-09-28) Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: c4446665cb9c30056f4998ed953e6d4ff22c7c39 runc version: 4bb1fe4ace1a32d3676bb98f5d3b6a4e32bf6c58 init version: fec3683 Security Options: seccomp Profile: default selinux Kernel Version: 4.1.12-61.1.18.el7uek.x86_64 Operating System: Oracle Linux Server 7.3 OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 31.17GiB Name: oracle-rac-12c.novalocal ID: JMX5:ZIKI:HZOQ:5KVL:RUQN:42S5:KCUH:TAKH:OI6Z:HW2C:ZWVT:SZK4 Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false Product License: Community Engine

WARNING: the devicemapper storage-driver is deprecated, and will be removed in a future release. WARNING: devicemapper: usage of loopback devices is strongly discouraged for production use. Use --storage-opt dm.thinpooldev to specify a custom block storage device. Registries: docker.io (secure) Building image 'oracle/database-rac:18.3.0' ... Sending build context to Docker daemon 9.947GB Step 1/11 : FROM oraclelinux:7-slim ---> 90e39322df71 Step 2/11 : MAINTAINER Paramdeep Saini paramdeep.saini@oracle.com ---> Running in 2ddc4e38f4b6 Removing intermediate container 2ddc4e38f4b6 ---> b13c41871748 Step 3/11 : ENV SETUP_LINUX_FILE="setupLinuxEnv.sh" INSTALL_DIR=/opt/scripts GRID_BASE=/u01/app/grid GRID_HOME=/u01/app/18.3.0/grid INSTALL_FILE_1="LINUX.X64_180000_grid_home.zip" GRID_INSTALL_RSP="grid.rsp" GRID_SW_INSTALL_RSP="grid_sw_inst.rsp" GRID_SETUP_FILE="setupGrid.sh" FIXUP_PREQ_FILE="fixupPreq.sh" INSTALL_GRID_BINARIES_FILE="installGridBinaries.sh" INSTALL_GRID_PATCH="applyGridPatch.sh" INVENTORY=/u01/app/oraInventory CONFIGGRID="configGrid.sh" ADDNODE="AddNode.sh" DELNODE="DelNode.sh" ADDNODE_RSP="grid_addnode.rsp" SETUPSSH="setupSSH.expect" GRID_PATCH="p28322130_183000OCWRU_Linux-x86-64.zip" PATCH_NUMBER="28322130" DOCKERORACLEINIT="dockeroracleinit" GRID_USER_HOME="/home/grid" SETUPGRIDENV="setupGridEnv.sh" ASM_DISCOVERY_DIR="/dev" RESET_OS_PASSWORD="resetOSPassword.sh" DB_BASE=/u01/app/oracle DB_HOME=/u01/app/oracle/product/18.3.0/dbhome_1 INSTALL_FILE_2="LINUX.X64_180000_db_home.zip" DB_INSTALL_RSP="db_inst.rsp" DBCA_RSP="dbca.rsp" DB_SETUP_FILE="setupDB.sh" PWD_FILE="setPassword.sh" RUN_FILE="runOracle.sh" STOP_FILE="stopOracle.sh" ENABLE_RAC_FILE="enableRAC.sh" CHECK_DB_FILE="checkDBStatus.sh" USER_SCRIPTS_FILE="runUserScripts.sh" REMOTE_LISTENER_FILE="remoteListener.sh" INSTALL_DB_BINARIES_FILE="installDBBinaries.sh" FUNCTIONS="functions.sh" COMMON_SCRIPTS="/common_scripts" CHECK_SPACE_FILE="checkSpace.sh" EXPECT="/usr/bin/expect" BIN="/usr/sbin" container="true" ---> Running in 632f4fdc0b4a Removing intermediate container 632f4fdc0b4a ---> d29ff05c44e1 Step 4/11 : ENV INSTALL_SCRIPTS=$INSTALL_DIR/install PATH=/bin:/usr/bin:/sbin:/usr/sbin:$PATH SCRIPT_DIR=$INSTALL_DIR/startup GRID_PATH=$GRID_HOME/bin:$GRID_HOME/OPatch/:/usr/sbin:$PATH DB_PATH=$DB_HOME/bin:$DB_HOME/OPatch/:/usr/sbin:$PATH GRID_LD_LIBRARY_PATH=$GRID_HOME/lib:/usr/lib:/lib DB_LD_LIBRARY_PATH=$DB_HOME/lib:/usr/lib:/lib ---> Running in 4246bd265425 Removing intermediate container 4246bd265425 ---> 723cceee4b43 Step 5/11 : COPY $GRID_SW_INSTALL_RSP $INSTALL_GRID_PATCH $SETUP_LINUX_FILE $GRID_SETUP_FILE $INSTALL_GRID_BINARIES_FILE $FIXUP_PREQ_FILE $DB_SETUP_FILE $CHECK_SPACE_FILE $DB_INSTALL_RSP $INSTALL_DB_BINARIES_FILE $ENABLE_RAC_FILE $INSTALL_FILE_1 $INSTALL_FILE_2 $GRID_PATCH $INSTALL_SCRIPTS/ COPY failed: stat /var/lib/docker/tmp/docker-builder346217711/p28322130_183000OCWRU_Linux-x86-64.zip: no such file or directory There was an error building the image.

psaini79 commented 5 years ago

Thanks for trying 18.3. Did you download the zip file p28322130_183000OCWRU_Linux-x86-64.zip from following link? https://www.oracle.com/technetwork/database/database-technologies/clusterware/downloads/docker-4418413.html

Also, did you follow the steps from following README.MD? https://github.com/oracle/docker-images/blob/master/OracleDatabase/RAC/OracleRealApplicationClusters/README.md

thushaaanthan commented 5 years ago

Hi @psaini79 , It is my fault. I didnt add the patch(p28322130_183000OCWRU_Linux-x86-64.zip ). now i added that and have tried the flow. I got a different error,

[root@oracle-rac-12c dockerfiles]# ./buildDockerImage.sh -v 18.3.0 Checking if required packages are present and valid... LINUX.X64_180000_grid_home.zip: OK LINUX.X64_180000_db_home.zip: OK

DOCKER info: Client: Debug Mode: false Plugins: app: Docker Application Packages (Docker Inc., v0.6.0-202-gbaf0b246c7)

Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 19.03.0-beta1 Storage Driver: devicemapper Pool Name: docker-251:0-1509967760-pool Pool Blocksize: 65.54kB Base Device Size: 10.74GB Backing Filesystem: xfs Udev Sync Supported: true Data file: /dev/loop0 Metadata file: /dev/loop1 Data loop file: /var/lib/docker/devicemapper/devicemapper/data Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata Data Space Used: 11.73MB Data Space Total: 107.4GB Data Space Available: 107.4GB Metadata Space Used: 581.6kB Metadata Space Total: 2.147GB Metadata Space Available: 2.147GB Thin Pool Minimum Free Space: 10.74GB Deferred Removal Enabled: true Deferred Deletion Enabled: true Deferred Deleted Device Count: 0 Library Version: 1.02.149-RHEL7 (2018-07-20) Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: bb71b10fd8f58240ca47fbb579b9d1028eea7c84 runc version: 2b18fe1d885ee5083ef9f0838fee39b62d653e30 init version: fec3683 Security Options: seccomp Profile: default Kernel Version: 4.1.12-61.1.18.el7uek.x86_64 Operating System: Oracle Linux Server 7.6 OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 31.17GiB Name: oracle-rac-12c.novalocal ID: a5399e75-d0b7-460c-8de9-ddc1587511e2 Docker Root Dir: /var/lib/docker Debug Mode: false Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false

WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled WARNING: the devicemapper storage-driver is deprecated, and will be removed in a future release. WARNING: devicemapper: usage of loopback devices is strongly discouraged for production use. Use --storage-opt dm.thinpooldev to specify a custom block storage device.

Building image 'oracle/database-rac:18.3.0' ... Sending build context to Docker daemon 10.49GB Step 1/11 : FROM oraclelinux:7-slim 7-slim: Pulling from library/oraclelinux 473ea9871b29: Pull complete Digest: sha256:76f330ae2797bcce363c5267da3b3d49377397fe7c01fc0c1ee13fe86fec185a Status: Downloaded newer image for oraclelinux:7-slim ---> 90e39322df71 Step 2/11 : MAINTAINER Paramdeep Saini paramdeep.saini@oracle.com Failed to mount; dmesg: <4>[603216.265901] XFS (dm-3): xlog_recover_process_ophdr: bad clientid 0x0

<4>[603216.270020] XFS (dm-3): log mount/recovery failed: error -5 <4>[603216.273806] XFS (dm-3): log mount failed : mount /dev/mapper/docker-251:0-1509967760-fb4dbe2ccffce59f60a57a7ac45af0151294bdcbeb1795799f64d2bc4884395d-init:/var/lib/docker/devicemapper/mnt/fb4dbe2ccffce59f60a57a7ac45af0151294bdcbeb1795799f64d2bc4884395d-init, data: nouuid: input/output error There was an error building the image. Do you have any idea about this building the image.
Djelibeybi commented 5 years ago

As @psaini79 said in an earlier comment: please switch to using either the overlay2 storage driver on an XFS file system or btrfs. You're using the default devicemapper storage engine and that's breaking because of limitations of that engine.

thushaaanthan commented 5 years ago

I followed [1] doc to install overlay2. when i try to start the docker i got an error,

Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled) Drop-In: /etc/systemd/system/docker.service.d └─override.conf Active: failed (Result: start-limit) since Thu 2019-04-11 12:26:22 +0530; 4s ago Docs: https://docs.docker.com Process: 23900 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) Main PID: 23900 (code=exited, status=1/FAILURE)

Apr 11 12:26:20 oracle-rac-12c.novalocal systemd[1]: Failed to start Docker Application Container Engine. Apr 11 12:26:20 oracle-rac-12c.novalocal systemd[1]: Unit docker.service entered failed state. Apr 11 12:26:20 oracle-rac-12c.novalocal systemd[1]: docker.service failed. Apr 11 12:26:22 oracle-rac-12c.novalocal systemd[1]: docker.service holdoff time over, scheduling restart. Apr 11 12:26:22 oracle-rac-12c.novalocal systemd[1]: Stopped Docker Application Container Engine. Apr 11 12:26:22 oracle-rac-12c.novalocal systemd[1]: start request repeated too quickly for docker.service Apr 11 12:26:22 oracle-rac-12c.novalocal systemd[1]: Failed to start Docker Application Container Engine. Apr 11 12:26:22 oracle-rac-12c.novalocal systemd[1]: Unit docker.service entered failed state. Apr 11 12:26:22 oracle-rac-12c.novalocal systemd[1]: docker.service failed.

Any recommendation for this error? [1] https://docs.docker.com/storage/storagedriver/overlayfs-driver/

Djelibeybi commented 5 years ago

Configuration of Docker is outside the scope of this repository. Further, this output doesn't show the actual error. Please ask your sysadmin to troubleshoot why Docker is not starting.

senthalan commented 5 years ago

I got the following error, when changing to overlay2

[cloud-user@oracle-rac-12c dockerfiles]$ sudo dockerd -s overlay2 --storage-opt overlay2.size=1G
INFO[2019-04-14T23:41:51.308202195+05:30] parsed scheme: "unix"                         module=grpc
INFO[2019-04-14T23:41:51.308388787+05:30] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2019-04-14T23:41:51.308459181+05:30] parsed scheme: "unix"                         module=grpc
INFO[2019-04-14T23:41:51.308471521+05:30] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2019-04-14T23:41:51.308551830+05:30] ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]  module=grpc
INFO[2019-04-14T23:41:51.308594187+05:30] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2019-04-14T23:41:51.308589715+05:30] ccResolverWrapper: sending new addresses to cc: [{unix:///run/containerd/containerd.sock 0  <nil>}]  module=grpc
INFO[2019-04-14T23:41:51.308613881+05:30] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2019-04-14T23:41:51.308652283+05:30] pickfirstBalancer: HandleSubConnStateChange: 0xc4207eef40, CONNECTING  module=grpc
INFO[2019-04-14T23:41:51.308658270+05:30] pickfirstBalancer: HandleSubConnStateChange: 0xc420080e40, CONNECTING  module=grpc
INFO[2019-04-14T23:41:51.308934159+05:30] pickfirstBalancer: HandleSubConnStateChange: 0xc420080e40, READY  module=grpc
INFO[2019-04-14T23:41:51.308962582+05:30] pickfirstBalancer: HandleSubConnStateChange: 0xc4207eef40, READY  module=grpc
Error starting daemon: error initializing graphdriver: overlay2: the backing xfs filesystem is formatted without d_type support, which leads to incorrect behavior. Reformat the filesystem with ftype=1 to enable d_type support. Backing filesystems without d_type support are not supported.
Djelibeybi commented 5 years ago

XFS file systems must be formatted with the -n ftype=1 option to mkfs.xfs for use as an overlay backing store. If you're trying to use the root filesystem, this cannot be changed so you'll need to use a different block device.

senthalan commented 5 years ago

thank you for your help, I was able to build and start the RAC container. But I am having the following log when starting the container,

[cloud-user@oracle-rac ~]$     sudo docker logs -f racnode1
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOSTNAME=racnode1
TERM=xterm
NODE_VIP=172.15.1.160
VIP_HOSTNAME=racnode1-vip
PRIV_IP=192.168.17.150
PRIV_HOSTNAME=racnode1-priv
PUBLIC_IP=172.15.1.150
PUBLIC_HOSTNAME=racnode1
SCAN_NAME=racnode-scan
SCAN_IP=172.15.1.70
OP_TYPE=INSTALL
DOMAIN=example.com
ASM_DISCOVERY_DIR=/oradata
ORACLE_PWD=Oracle_12c
ASM_DEVICE_LIST=/oradata/asm_disk01.img,/oradata/asm_disk02.img,/oradata/asm_disk03.img,/oradata/asm_disk04.img,/oradata/asm_disk05.img
CMAN_HOSTNAME=racnode-cman1
CMAN_IP=172.15.1.15
OS_PASSWORD=Oracle_12c
SETUP_LINUX_FILE=setupLinuxEnv.sh
INSTALL_DIR=/opt/scripts
GRID_BASE=/u01/app/grid
GRID_HOME=/u01/app/12.2.0/grid
INSTALL_FILE_1=linuxx64_12201_grid_home.zip
GRID_INSTALL_RSP=grid.rsp
GRID_SETUP_FILE=setupGrid.sh
FIXUP_PREQ_FILE=fixupPreq.sh
INSTALL_GRID_BINARIES_FILE=installGridBinaries.sh
INSTALL_GRID_PATCH=applyGridPatch.sh
INVENTORY=/u01/app/oraInventory
CONFIGGRID=configGrid.sh
ADDNODE=AddNode.sh
DELNODE=DelNode.sh
ADDNODE_RSP=grid_addnode.rsp
SETUPSSH=setupSSH.expect
GRID_PATCH=p27383741_122010_Linux-x86-64.zip
PATCH_NUMBER=27383741
SETUPDOCKERORACLEINIT=setupdockeroracleinit.sh
DOCKERORACLEINIT=dockeroracleinit
GRID_USER_HOME=/home/grid
SETUPGRIDENV=setupGridEnv.sh
DB_BASE=/u01/app/oracle
DB_HOME=/u01/app/oracle/product/12.2.0/dbhome_1
INSTALL_FILE_2=linuxx64_12201_database.zip
DB_INSTALL_RSP=db_inst.rsp
DBCA_RSP=dbca.rsp
DB_SETUP_FILE=setupDB.sh
PWD_FILE=setPassword.sh
RUN_FILE=runOracle.sh
STOP_FILE=stopOracle.sh
ENABLE_RAC_FILE=enableRAC.sh
CHECK_DB_FILE=checkDBStatus.sh
USER_SCRIPTS_FILE=runUserScripts.sh
REMOTE_LISTENER_FILE=remoteListener.sh
INSTALL_DB_BINARIES_FILE=installDBBinaries.sh
FUNCTIONS=functions.sh
COMMON_SCRIPTS=/common_scripts
CHECK_SPACE_FILE=checkSpace.sh
EXPECT=/usr/bin/expect
BIN=/usr/sbin
container=true
INSTALL_SCRIPTS=/opt/scripts/install
SCRIPT_DIR=/opt/scripts/startup
GRID_PATH=/u01/app/12.2.0/grid/bin:/u01/app/12.2.0/grid/OPatch/:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DB_PATH=/u01/app/oracle/product/12.2.0/dbhome_1/bin:/u01/app/oracle/product/12.2.0/dbhome_1/OPatch/:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
GRID_LD_LIBRARY_PATH=/u01/app/12.2.0/grid/lib:/usr/lib:/lib
DB_LD_LIBRARY_PATH=/u01/app/oracle/product/12.2.0/dbhome_1/lib:/usr/lib:/lib
HOME=/home/grid
systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
Detected virtualization other.
Detected architecture x86-64.

Welcome to Oracle Linux Server 7.5!

Set hostname to <racnode1>.
Failed to parse kernel command line, ignoring: No such file or directory
Failed to parse kernel command line, ignoring: No such file or directory
Failed to parse kernel command line, ignoring: No such file or directory
/usr/lib/systemd/system-generators/systemd-fstab-generator failed with error code 1.
Binding to IPv6 address not available since kernel does not support IPv6.
Binding to IPv6 address not available since kernel does not support IPv6.
Cannot add dependency job for unit display-manager.service, ignoring: Unit not found.
[  OK  ] Reached target RPC Port Mapper.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Created slice Root Slice.
[  OK  ] Listening on Journal Socket.
[  OK  ] Created slice System Slice.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Listening on Delayed Shutdown Socket.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Swap.
         Starting Journal Service...
Couldn't determine result for ConditionKernelCommandLine=|rd.modules-load for systemd-modules-load.service, assuming failed: No such file or directory
Couldn't determine result for ConditionKernelCommandLine=|modules-load for systemd-modules-load.service, assuming failed: No such file or directory
         Starting Configure read-only root support...
         Starting Rebuild Hardware Database...
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
         Starting Read and set NIS domainname from /etc/sysconfig/network...
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Started Journal Service.
[  OK  ] Started Read and set NIS domainname from /etc/sysconfig/network.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Configure read-only root support.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Journal Catalog...
         Starting Preprocess NFS configuration...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Rebuild Journal Catalog.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Preprocess NFS configuration.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
         Mounting RPC Pipe File System...
[FAILED] Failed to mount RPC Pipe File System.
See 'systemctl status var-lib-nfs-rpc_pipefs.mount' for details.
[DEPEND] Dependency failed for rpc_pipefs.target.
[DEPEND] Dependency failed for RPC security service for NFS client and server.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Rebuild Hardware Database.
         Starting Update is Completed...
[  OK  ] Started Update is Completed.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Flexible branding.
[  OK  ] Reached target Paths.
[  OK  ] Listening on RPCbind Server Activation Socket.
         Starting RPC bind service...
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Resets System Activity Logs...
         Starting LSB: Bring up/down networking...
         Starting GSSAPI Proxy Daemon...
         Starting Login Service...
[  OK  ] Started D-Bus System Message Bus.
         Starting OpenSSH Server Key Generation...
[  OK  ] Started Self Monitoring and Reporting Technology (SMART) Daemon.
[  OK  ] Started RPC bind service.
[  OK  ] Started Resets System Activity Logs.
[  OK  ] Started GSSAPI Proxy Daemon.
         Starting Cleanup of Temporary Directories...
[  OK  ] Reached target NFS client services.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Starting Permit User Sessions...
[  OK  ] Started Login Service.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Command Scheduler.
[  OK  ] Started Cleanup of Temporary Directories.
[  OK  ] Started OpenSSH Server Key Generation.
[  OK  ] Started LSB: Bring up/down networking.
[  OK  ] Reached target Network.
         Starting /etc/rc.d/rc.local Compatibility...
         Starting OpenSSH server daemon...
[  OK  ] Reached target Network is Online.
         Starting Notify NFS peers of a restart...
[  OK  ] Started /etc/rc.d/rc.local Compatibility.
[  OK  ] Started Console Getty.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Notify NFS peers of a restart.
[  OK  ] Started OpenSSH server daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
04-16-2019 16:10:18 UTC :  : Process id of the program : 
[  OK  ] Started Update UTMP about System Runlevel Changes.
04-16-2019 16:10:18 UTC :  : #################################################
04-16-2019 16:10:18 UTC :  :  Starting Grid Installation          
04-16-2019 16:10:18 UTC :  : #################################################
04-16-2019 16:10:18 UTC :  : Pre-Grid Setup steps are in process
04-16-2019 16:10:18 UTC :  : Process id of the program : 
04-16-2019 16:10:18 UTC :  : Disable failed service var-lib-nfs-rpc_pipefs.mount
Failed to parse kernel command line, ignoring: No such file or directory
Failed to parse kernel command line, ignoring: No such file or directory
Failed to parse kernel command line, ignoring: No such file or directory
04-16-2019 16:10:18 UTC :  : Resetting Failed Services
04-16-2019 16:10:18 UTC :  : Systemctl state is running!
04-16-2019 16:10:18 UTC :  : Setting correct permissions for /bin/ping
04-16-2019 16:10:18 UTC :  : Public IP is set to 172.15.1.150
04-16-2019 16:10:18 UTC :  : RAC Node PUBLIC Hostname is set to racnode1
04-16-2019 16:10:18 UTC :  : racnode1 already exists : 172.16.1.150 racnode1.example.com    racnode1
192.168.17.150  racnode1-priv.example.com   racnode1-priv
172.16.1.160    racnode1-vip.example.com    racnode1-vip, no  update required
04-16-2019 16:10:19 UTC :  : racnode1-priv already exists : 192.168.17.150  racnode1-priv.example.com   racnode1-priv, no  update required
04-16-2019 16:10:19 UTC :  : racnode1-vip already exists : 172.16.1.160 racnode1-vip.example.com    racnode1-vip, no  update required
04-16-2019 16:10:19 UTC :  : racnode-scan already exists : 172.16.1.70  racnode-scan.example.com    racnode-scan, no  update required
04-16-2019 16:10:19 UTC :  : racnode-cman1 already exists : 172.16.1.15 racnode-cman1.example.com   racnode-cman1, no  update required
04-16-2019 16:10:19 UTC :  : Preapring Device list
04-16-2019 16:10:19 UTC :  : Changing Disk permission and ownership /oradata/asm_disk01.img
04-16-2019 16:10:19 UTC : : Device /oradata/asm_disk01.img does not exist! Please verify
04-16-2019 16:10:19 UTC : : Error has occurred in Grid Setup, Please verify!

Oracle Linux Server 7.5
Kernel 4.1.12-61.1.18.el7uek.x86_64 on an x86_64

Do you have any idea about this

psaini79 commented 5 years ago

Did you create RACStorage container? Please paste the following command output:

docker ps -a
docker exec -i -t racnode1 /bin/bash
ls -ltr /oradata/*
psaini79 commented 5 years ago

Also, I would request you to look into following paper to understand RAC on Docker in detail.

https://www.oracle.com/technetwork/database/options/clustering/rac-ondocker-bp-wp-5458685.pdf

senthalan commented 5 years ago

We are able to resolve the issues and create the RAC. But when someone tries to create 12.2.0.1 version, the doc in the master tag will not work. We need to check out to the older commit. It is better to point in the readme.

psaini79 commented 5 years ago

Good to know you were able to build it.

Can you please elaborate the issue so that I can understand it correctly and fix it accordingly.

alexcooler commented 5 years ago

If you dont install Oracle storage and use your own NFS server- ASM#.img file is not created. You can create it with : dd if=/dev/zero of=/path to oradata share/asm_disk01.img bs=1G count=10

psaini79 commented 5 years ago

@alexcooler

Are you able to install RAC? If you are seeing issue, please let me know, I will look into it.

psaini79 commented 4 years ago

@alexcooler

No Response. Closing this thread and if the issue still persist, please reopen it.