martes, 24 de octubre de 2017

Aplicación PSU error Prerequisite check "CheckActiveFilesAndExecutables" failed libclntsh.so.11.1

Recientemente ha sido liberado el último PSU ( Patch Set Updates ) en este mes de octubre.

A la hora de aplicar el mismo es necesario que todos los servicios relacionados con el motor de la base de datos, hayan sido detenidos.

Sin embargo a la hora de aplicar el parche, habiendo detenido los servicios de listener y de las instancias de base de datos, recibes el error: OPatch failed with error code 73.

Por alguna razón, la librería libclntsh.so.11.1 queda activa en el sistema operativo, por tal motivo es necesario determinar la sesión de trabajo que la tiene "amarrada" y matar el proceso a nivel de sistema operativo para liberar la librería y poder aplicar el PSU sin problemas.

A continuación encontrarás la descripción de como realizar dicho proceso.

Nota: El número de PSU utilizado en esta nota, no corresponde al número del último PSU. Se ha utilizado el mismo con fines ilustrativos.

[oracle@lab1 path]$ $ORACLE_HOME/OPatch/opatch apply ./26392168/
Oracle Interim Patch Installer version 11.2.0.3.17
Copyright (c) 2017, Oracle Corporation.  All rights reserved.


Oracle Home       : /laboratorio/app/oracle/product/11.2.0.4
Central Inventory : /opt/app/oraInventory
   from           : /laboratorio/app/oracle/product/11.2.0.4/oraInst.loc
OPatch version    : 11.2.0.3.17
OUI version       : 11.2.0.4.0
Log file location : /laboratorio/app/oracle/product/11.2.0.4/cfgtoollogs/opatch/opatch2017-10-18_14-22-29PM_1.log

Verifying environment and performing prerequisite checks...
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/laboratorio/app/oracle/product/11.2.0.4/bin/oracle
/laboratorio/app/oracle/product/11.2.0.4/lib/libclntsh.so.11.1
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/laboratorio/app/oracle/product/11.2.0.4/lib/libnmemso.so
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/laboratorio/app/oracle/product/11.2.0.4/bin/tnslsnr
UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.Prerequisite check "CheckActiveFilesAndExecutables" failed.Prerequisite check "CheckActiveFilesAndExecutables" failed.
Log file location: /laboratorio/app/oracle/product/11.2.0.4/cfgtoollogs/opatch/opatch2017-10-18_14-22-29PM_1.log

OPatch failed with error code 73
[oracle@lab1 path]$ lsnrctl stop

LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 18-OCT-2017 14:22:55

Copyright (c) 1991, 2013, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
The command completed successfully
[oracle@lab1 path]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.4.0 Production on Wed Oct 18 14:23:02 2017

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

SQL> connect / as sysdba
Connected.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 11g Release 11.2.0.4.0 - 64bit Production
[oracle@lab1 path]$ $ORACLE_HOME/OPatch/opatch apply ./26392168/
Oracle Interim Patch Installer version 11.2.0.3.17
Copyright (c) 2017, Oracle Corporation.  All rights reserved.


Oracle Home       : /laboratorio/app/oracle/product/11.2.0.4
Central Inventory : /opt/app/oraInventory
   from           : /laboratorio/app/oracle/product/11.2.0.4/oraInst.loc
OPatch version    : 11.2.0.3.17
OUI version       : 11.2.0.4.0
Log file location : /laboratorio/app/oracle/product/11.2.0.4/cfgtoollogs/opatch/opatch2017-10-18_14-23-23PM_1.log

Verifying environment and performing prerequisite checks...
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/laboratorio/app/oracle/product/11.2.0.4/lib/libclntsh.so.11.1
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/laboratorio/app/oracle/product/11.2.0.4/lib/libnmemso.so
UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.Prerequisite check "CheckActiveFilesAndExecutables" failed.
Log file location: /laboratorio/app/oracle/product/11.2.0.4/cfgtoollogs/opatch/opatch2017-10-18_14-23-23PM_1.log

OPatch failed with error code 73
[oracle@lab1 path]$ ps -ef|grep libcl
oracle   22795  4521  0 14:23 pts/0    00:00:00 grep --color=auto libcl
[oracle@lab1 path]$ ps -ef|grep oracle
oracle    1998     1  0 01:22 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
oracle    2071  1931  0 01:22 ?        00:00:00 gnome-session --session gnome-classic
oracle    2107     1  0 01:22 ?        00:00:00 dbus-launch --sh-syntax --exit-with-session
oracle    2112     1  0 01:22 ?        00:00:00 /bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
oracle    2190     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd
oracle    2282     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2283  2282  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2292     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2294  2292  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2298     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2299  2298  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2304     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --draganddrop
oracle    2305  2304  0 01:22 ?        00:02:19 /usr/bin/VBoxClient --draganddrop
oracle    2341  2071  0 01:22 ?        00:00:00 /usr/bin/ssh-agent /bin/sh -c exec -l /bin/bash -c "env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic"
oracle    2552     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi-bus-launcher
oracle    2557  2552  0 01:22 ?        00:00:01 /bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
oracle    2560     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi2-registryd --use-gnome-session
oracle    2584  2071  0 01:22 ?        00:00:02 /usr/libexec/gnome-settings-daemon
oracle    2597     1  0 01:22 ?        00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
oracle    2622     1  0 01:22 ?        00:00:00 /usr/libexec/gsd-printer
oracle    2634     1  0 11:11 pts/1    00:00:00 /laboratorio/app/oracle/product/11.2.0.4/perl/bin/perl /laboratorio/app/oracle/product/11.2.0.4/bin/emwd.pl dbconsole /laboratorio/app/oracle/product/11.2.0.4/lab1_parchar/sysman/log/emdb.nohup
oracle    2686  2634  0 11:11 pts/1    00:00:09 /laboratorio/app/oracle/product/11.2.0.4/bin/emagent
oracle    2719  2071  0 01:22 ?        00:03:10 /usr/bin/gnome-shell
oracle    2759  2719  0 01:22 ?        00:00:00 ibus-daemon --xim --panel disable
oracle    2764     1  0 01:22 ?        00:00:00 /usr/libexec/gnome-shell-calendar-server
oracle    2770     1  0 01:22 ?        00:00:00 /usr/libexec/mission-control-5
oracle    2774     1  0 01:22 ?        00:00:01 /usr/libexec/caribou
oracle    2777     1  0 01:22 ?        00:00:00 /usr/libexec/goa-daemon
oracle    2788     1  0 01:22 ?        00:00:01 /usr/libexec/goa-identity-service
oracle    2827  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-dconf
oracle    2831     1  0 01:22 ?        00:00:00 /usr/libexec/ibus-x11 --kill-daemon
oracle    2836     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
oracle    2843     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-mtp-volume-monitor
oracle    2848     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-afc-volume-monitor
oracle    2854     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
oracle    2860     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-goa-volume-monitor
oracle    2870     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-source-registry
oracle    2874  2071  0 01:22 ?        00:00:00 nautilus --no-default-window --force-desktop
oracle    2882  2071  0 01:22 ?        00:00:00 abrt-applet
oracle    2888  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-fs
oracle    2916  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-user-guides
oracle    2917  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-apps
oracle    2918  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-extract
oracle    2924     1  0 01:22 ?        00:00:00 /usr/libexec/tracker-store
oracle    2938  2071  0 01:22 ?        00:00:00 /usr/bin/gnome-software --gapplication-service
oracle    2944  2071  0 01:22 ?        00:00:00 /usr/bin/seapplet
oracle    3023     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd-trash --spawner :1.3 /org/gtk/gvfs/exec_spaw/0
oracle    3080     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-calendar-factory
oracle    3088  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-engine-simple
oracle    3731     1  0 01:23 ?        00:00:00 /usr/libexec/dconf-service
oracle    3836     1  0 01:27 ?        00:00:00 /usr/libexec/gvfsd-metadata
root      4520 26501  0 11:23 pts/0    00:00:00 su - oracle
oracle    4521  4520  0 11:23 pts/0    00:00:00 -bash
oracle   15046  2634  0 13:08 pts/1    00:00:39 /laboratorio/app/oracle/product/11.2.0.4/jdk/bin/java -server -Xmx384M -XX:MaxPermSize=400M -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -DORACLE_HOME=/laboratorio/app/oracle/product/11.2.0.4 -Doracle.home=/laboratorio/app oracle/product/11.2.0.4/oc4j -Doracle.oc4j.localhome=/laboratorio/app/oracle/product/11.2.0.4/lab1_parchar/sysman -DEMSTATE=/laboratorio/app/oracle/product/11.2.0.4/lab1_parchar -Doracle.j2ee.dont.use.memory.archive=true -Djava.protocol.handler.pkgs=HTTPClient -Doracle.security.jazn.config=/laboratorio/app/oracle/product/11.2.0.4/oc4j/j2ee/OC4J_DBConsole_lab1_parchar/config/jazn.xml -Djava.security.policy=/laboratorio/app/oracle/product/11.2.0.4/oc4j/j2ee/OC4J_DBConsole_lab1_parchar/config/java2.policy -Djavax.net.ssl.KeyStore=/laboratorio/app/oracle/product/11.2.0.4/sysman/config/OCMTrustedCerts.txt-Djava.security.properties=/laboratorio/app/oracle/product/11.2.0.4/oc4j/j2ee/home/config/jazn.security.props -DEMDROOT=/laboratorio/app/oracle/product/11.2.0.4/lab1_parchar -Dsysman.md5password=true -Drepapi.oracl .home=/laboratorio/app/oracle/product/11.2.0.4 -Ddisable.checkForUpdate=true -Doracle.sysman.ccr.ocmSDK.websvc.keystore=/laboratorio/app oracle/product/11.2.0.4/jlib/emocmclnt.ks -Dice.pilots.html4.ignoreNonGenericFonts=true -Djava.awt.headless=true -jar /laboratorio/app/oracle/product/11.2.0.4/oc4j/j2ee/home/oc4j.jar -config /laboratorio/app/oracle/product/11.2.0.4/oc4j/j2ee/OC4J_DBConsole_lab1_parchar/config/server.xml
root     21637  1043  0 14:18 ?        00:00:00 sshd: oracle [priv]
oracle   21649 21637  0 14:18 ?        00:00:01 sshd: oracle@notty
oracle   21650 21649  0 14:18 ?        00:00:00 /usr/libexec/openssh/sftp-server
oracle   22800  4521  0 14:23 pts/0    00:00:00 ps -ef
oracle   22801  4521  0 14:23 pts/0    00:00:00 grep --color=auto oracle
oracle   28081     1  0 10:59 ?        00:00:00 /usr/libexec/gnome-terminal-server
oracle   28085 28081  0 10:59 ?        00:00:00 gnome-pty-helper
oracle   28086 28081  0 10:59 pts/1    00:00:00 bash
[oracle@lab1 path]$ kill -9 15046
[oracle@lab1 path]$ ps -ef|grep oracle
oracle    1998     1  0 01:22 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
oracle    2071  1931  0 01:22 ?        00:00:00 gnome-session --session gnome-classic
oracle    2107     1  0 01:22 ?        00:00:00 dbus-launch --sh-syntax --exit-with-session
oracle    2112     1  0 01:22 ?        00:00:00 /bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
oracle    2190     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd
oracle    2282     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2283  2282  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2292     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2294  2292  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2298     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2299  2298  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2304     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --draganddrop
oracle    2305  2304  0 01:22 ?        00:02:19 /usr/bin/VBoxClient --draganddrop
oracle    2341  2071  0 01:22 ?        00:00:00 /usr/bin/ssh-agent /bin/sh -c exec -l /bin/bash -c "env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic"
oracle    2552     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi-bus-launcher
oracle    2557  2552  0 01:22 ?        00:00:01 /bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
oracle    2560     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi2-registryd --use-gnome-session
oracle    2584  2071  0 01:22 ?        00:00:02 /usr/libexec/gnome-settings-daemon
oracle    2597     1  0 01:22 ?        00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
oracle    2622     1  0 01:22 ?        00:00:00 /usr/libexec/gsd-printer
oracle    2634     1  0 11:11 pts/1    00:00:00 /laboratorio/app/oracle/product/11.2.0.4/perl/bin/perl /laboratorio/app/oracle/product/11.2.0.4/bin/emwd.pl dbconsole /laboratorio/app/oracle/product/11.2.0.4/lab1_parchar/sysman/log/emdb.nohup
oracle    2686  2634  0 11:11 pts/1    00:00:09 /laboratorio/app/oracle/product/11.2.0.4/bin/emagent
oracle    2719  2071  0 01:22 ?        00:03:10 /usr/bin/gnome-shell
oracle    2759  2719  0 01:22 ?        00:00:00 ibus-daemon --xim --panel disable
oracle    2764     1  0 01:22 ?        00:00:00 /usr/libexec/gnome-shell-calendar-server
oracle    2770     1  0 01:22 ?        00:00:00 /usr/libexec/mission-control-5
oracle    2774     1  0 01:22 ?        00:00:01 /usr/libexec/caribou
oracle    2777     1  0 01:22 ?        00:00:00 /usr/libexec/goa-daemon
oracle    2788     1  0 01:22 ?        00:00:01 /usr/libexec/goa-identity-service
oracle    2827  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-dconf
oracle    2831     1  0 01:22 ?        00:00:00 /usr/libexec/ibus-x11 --kill-daemon
oracle    2836     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
oracle    2843     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-mtp-volume-monitor
oracle    2848     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-afc-volume-monitor
oracle    2854     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
oracle    2860     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-goa-volume-monitor
oracle    2870     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-source-registry
oracle    2874  2071  0 01:22 ?        00:00:00 nautilus --no-default-window --force-desktop
oracle    2882  2071  0 01:22 ?        00:00:00 abrt-applet
oracle    2888  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-fs
oracle    2916  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-user-guides
oracle    2917  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-apps
oracle    2918  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-extract
oracle    2924     1  0 01:22 ?        00:00:00 /usr/libexec/tracker-store
oracle    2938  2071  0 01:22 ?        00:00:00 /usr/bin/gnome-software --gapplication-service
oracle    2944  2071  0 01:22 ?        00:00:00 /usr/bin/seapplet
oracle    3023     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd-trash --spawner :1.3 /org/gtk/gvfs/exec_spaw/0
oracle    3080     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-calendar-factory
oracle    3088  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-engine-simple
oracle    3731     1  0 01:23 ?        00:00:00 /usr/libexec/dconf-service
oracle    3836     1  0 01:27 ?        00:00:00 /usr/libexec/gvfsd-metadata
root      4520 26501  0 11:23 pts/0    00:00:00 su - oracle
oracle    4521  4520  0 11:23 pts/0    00:00:00 -bash
oracle   15046  2634  0 13:08 pts/1    00:00:39 [java]
root     21637  1043  0 14:18 ?        00:00:00 sshd: oracle [priv]
oracle   21649 21637  0 14:18 ?        00:00:01 sshd: oracle@notty
oracle   21650 21649  0 14:18 ?        00:00:00 /usr/libexec/openssh/sftp-server
oracle   22884  4521  0 14:24 pts/0    00:00:00 ps -ef
oracle   22885  4521  0 14:24 pts/0    00:00:00 grep --color=auto oracle
oracle   28081     1  0 10:59 ?        00:00:00 /usr/libexec/gnome-terminal-server
oracle   28085 28081  0 10:59 ?        00:00:00 gnome-pty-helper
oracle   28086 28081  0 10:59 pts/1    00:00:00 bash
[oracle@lab1 path]$ kill -2634
-bash: kill: 2634: invalid signal specification
[oracle@lab1 path]$ kill -2634
-bash: kill: 2634: invalid signal specification
[oracle@lab1 path]$ ps -ef|grep oracle
oracle    1998     1  0 01:22 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
oracle    2071  1931  0 01:22 ?        00:00:00 gnome-session --session gnome-classic
oracle    2107     1  0 01:22 ?        00:00:00 dbus-launch --sh-syntax --exit-with-session
oracle    2112     1  0 01:22 ?        00:00:00 /bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
oracle    2190     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd
oracle    2282     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2283  2282  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2292     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2294  2292  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2298     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2299  2298  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2304     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --draganddrop
oracle    2305  2304  0 01:22 ?        00:02:19 /usr/bin/VBoxClient --draganddrop
oracle    2341  2071  0 01:22 ?        00:00:00 /usr/bin/ssh-agent /bin/sh -c exec -l /bin/bash -c "env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic"
oracle    2552     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi-bus-launcher
oracle    2557  2552  0 01:22 ?        00:00:01 /bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
oracle    2560     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi2-registryd --use-gnome-session
oracle    2584  2071  0 01:22 ?        00:00:02 /usr/libexec/gnome-settings-daemon
oracle    2597     1  0 01:22 ?        00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
oracle    2622     1  0 01:22 ?        00:00:00 /usr/libexec/gsd-printer
oracle    2634     1  0 11:11 pts/1    00:00:00 /laboratorio/app/oracle/product/11.2.0.4/perl/bin/perl /laboratorio/app/oracle/product/11.2.0.4/bin/emwd.pl dbconsole /laboratorio/app/oracle/product/11.2.0.4/lab1_parchar/sysman/log/emdb.nohup
oracle    2686  2634  0 11:11 pts/1    00:00:09 /laboratorio/app/oracle/product/11.2.0.4/bin/emagent
oracle    2719  2071  0 01:22 ?        00:03:10 /usr/bin/gnome-shell
oracle    2759  2719  0 01:22 ?        00:00:00 ibus-daemon --xim --panel disable
oracle    2764     1  0 01:22 ?        00:00:00 /usr/libexec/gnome-shell-calendar-server
oracle    2770     1  0 01:22 ?        00:00:00 /usr/libexec/mission-control-5
oracle    2774     1  0 01:22 ?        00:00:01 /usr/libexec/caribou
oracle    2777     1  0 01:22 ?        00:00:00 /usr/libexec/goa-daemon
oracle    2788     1  0 01:22 ?        00:00:01 /usr/libexec/goa-identity-service
oracle    2827  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-dconf
oracle    2831     1  0 01:22 ?        00:00:00 /usr/libexec/ibus-x11 --kill-daemon
oracle    2836     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
oracle    2843     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-mtp-volume-monitor
oracle    2848     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-afc-volume-monitor
oracle    2854     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
oracle    2860     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-goa-volume-monitor
oracle    2870     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-source-registry
oracle    2874  2071  0 01:22 ?        00:00:00 nautilus --no-default-window --force-desktop
oracle    2882  2071  0 01:22 ?        00:00:00 abrt-applet
oracle    2888  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-fs
oracle    2916  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-user-guides
oracle    2917  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-apps
oracle    2918  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-extract
oracle    2924     1  0 01:22 ?        00:00:00 /usr/libexec/tracker-store
oracle    2938  2071  0 01:22 ?        00:00:00 /usr/bin/gnome-software --gapplication-service
oracle    2944  2071  0 01:22 ?        00:00:00 /usr/bin/seapplet
oracle    3023     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd-trash --spawner :1.3 /org/gtk/gvfs/exec_spaw/0
oracle    3080     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-calendar-factory
oracle    3088  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-engine-simple
oracle    3731     1  0 01:23 ?        00:00:00 /usr/libexec/dconf-service
oracle    3836     1  0 01:27 ?        00:00:00 /usr/libexec/gvfsd-metadata
root      4520 26501  0 11:23 pts/0    00:00:00 su - oracle
oracle    4521  4520  0 11:23 pts/0    00:00:00 -bash
oracle   15046  2634  0 13:08 pts/1    00:00:39 [java]
root     21637  1043  0 14:18 ?        00:00:00 sshd: oracle [priv]
oracle   21649 21637  0 14:18 ?        00:00:01 sshd: oracle@notty
oracle   21650 21649  0 14:18 ?        00:00:00 /usr/libexec/openssh/sftp-server
oracle   22895  4521  0 14:24 pts/0    00:00:00 ps -ef
oracle   22896  4521  0 14:24 pts/0    00:00:00 grep --color=auto oracle
oracle   28081     1  0 10:59 ?        00:00:00 /usr/libexec/gnome-terminal-server
oracle   28085 28081  0 10:59 ?        00:00:00 gnome-pty-helper
oracle   28086 28081  0 10:59 pts/1    00:00:00 bash
[oracle@lab1 path]$ kill -9 2634
[oracle@lab1 path]$ ps -ef|grep oracle
oracle    1998     1  0 01:22 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
oracle    2071  1931  0 01:22 ?        00:00:00 gnome-session --session gnome-classic
oracle    2107     1  0 01:22 ?        00:00:00 dbus-launch --sh-syntax --exit-with-session
oracle    2112     1  0 01:22 ?        00:00:00 /bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
oracle    2190     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd
oracle    2282     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2283  2282  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --clipboard
oracle    2292     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2294  2292  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --display
oracle    2298     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2299  2298  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --seamless
oracle    2304     1  0 01:22 ?        00:00:00 /usr/bin/VBoxClient --draganddrop
oracle    2305  2304  0 01:22 ?        00:02:19 /usr/bin/VBoxClient --draganddrop
oracle    2341  2071  0 01:22 ?        00:00:00 /usr/bin/ssh-agent /bin/sh -c exec -l /bin/bash -c "env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic"
oracle    2552     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi-bus-launcher
oracle    2557  2552  0 01:22 ?        00:00:01 /bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
oracle    2560     1  0 01:22 ?        00:00:00 /usr/libexec/at-spi2-registryd --use-gnome-session
oracle    2584  2071  0 01:22 ?        00:00:02 /usr/libexec/gnome-settings-daemon
oracle    2597     1  0 01:22 ?        00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
oracle    2622     1  0 01:22 ?        00:00:00 /usr/libexec/gsd-printer
oracle    2686     1  0 11:11 pts/1    00:00:09 /laboratorio/app/oracle/product/11.2.0.4/bin/emagent
oracle    2719  2071  0 01:22 ?        00:03:10 /usr/bin/gnome-shell
oracle    2759  2719  0 01:22 ?        00:00:00 ibus-daemon --xim --panel disable
oracle    2764     1  0 01:22 ?        00:00:00 /usr/libexec/gnome-shell-calendar-server
oracle    2770     1  0 01:22 ?        00:00:00 /usr/libexec/mission-control-5
oracle    2774     1  0 01:22 ?        00:00:01 /usr/libexec/caribou
oracle    2777     1  0 01:22 ?        00:00:00 /usr/libexec/goa-daemon
oracle    2788     1  0 01:22 ?        00:00:01 /usr/libexec/goa-identity-service
oracle    2827  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-dconf
oracle    2831     1  0 01:22 ?        00:00:00 /usr/libexec/ibus-x11 --kill-daemon
oracle    2836     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
oracle    2843     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-mtp-volume-monitor
oracle    2848     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-afc-volume-monitor
oracle    2854     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
oracle    2860     1  0 01:22 ?        00:00:00 /usr/libexec/gvfs-goa-volume-monitor
oracle    2870     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-source-registry
oracle    2874  2071  0 01:22 ?        00:00:00 nautilus --no-default-window --force-desktop
oracle    2882  2071  0 01:22 ?        00:00:00 abrt-applet
oracle    2888  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-fs
oracle    2916  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-user-guides
oracle    2917  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-miner-apps
oracle    2918  2071  0 01:22 ?        00:00:00 /usr/libexec/tracker-extract
oracle    2924     1  0 01:22 ?        00:00:00 /usr/libexec/tracker-store
oracle    2938  2071  0 01:22 ?        00:00:00 /usr/bin/gnome-software --gapplication-service
oracle    2944  2071  0 01:22 ?        00:00:00 /usr/bin/seapplet
oracle    3023     1  0 01:22 ?        00:00:00 /usr/libexec/gvfsd-trash --spawner :1.3 /org/gtk/gvfs/exec_spaw/0
oracle    3080     1  0 01:22 ?        00:00:00 /usr/libexec/evolution-calendar-factory
oracle    3088  2759  0 01:22 ?        00:00:00 /usr/libexec/ibus-engine-simple
oracle    3731     1  0 01:23 ?        00:00:00 /usr/libexec/dconf-service
oracle    3836     1  0 01:27 ?        00:00:00 /usr/libexec/gvfsd-metadata
root      4520 26501  0 11:23 pts/0    00:00:00 su - oracle
oracle    4521  4520  0 11:23 pts/0    00:00:00 -bash
root     21637  1043  0 14:18 ?        00:00:00 sshd: oracle [priv]
oracle   21649 21637  0 14:18 ?        00:00:01 sshd: oracle@notty
oracle   21650 21649  0 14:18 ?        00:00:00 /usr/libexec/openssh/sftp-server
oracle   22901  4521  0 14:24 pts/0    00:00:00 ps -ef
oracle   22902  4521  0 14:24 pts/0    00:00:00 grep --color=auto oracle
oracle   28081     1  0 10:59 ?        00:00:00 /usr/libexec/gnome-terminal-server
oracle   28085 28081  0 10:59 ?        00:00:00 gnome-pty-helper
oracle   28086 28081  0 10:59 pts/1    00:00:00 bash
[oracle@lab1 path]$ ls -la
total 233820
drwxr-xr-x.  5 oracle oinstall      4096 oct 18 14:20 .
drwxr-xr-x.  4 oracle oinstall      4096 oct 18 10:58 ..
drwxr-xr-x. 18 oracle oinstall      4096 oct  6 00:55 26392168
drwxr-xr-x. 17 oracle oinstall      4096 ago 10 12:59 26609445
drwxr-x---. 15 oracle oinstall      4096 oct 10 12:25 OPatch
-rw-r--r--.  1 oracle oinstall 133259658 oct 18 14:18 p26392168_112040_Linux-x86-64.zip
-rw-r--r--.  1 oracle oinstall 106060978 oct 18 12:42 p6880880_112000_Linux-x86-64.zip
-rw-rw-r--.  1 oracle oinstall     84972 oct 17 05:54 PatchSearch.xml
[oracle@lab1 path]$ $ORACLE_HOME/OPatch/opatch apply ./26392168/
Oracle Interim Patch Installer version 11.2.0.3.17
Copyright (c) 2017, Oracle Corporation.  All rights reserved.


Oracle Home       : /laboratorio/app/oracle/product/11.2.0.4
Central Inventory : /opt/app/oraInventory
   from           : /laboratorio/app/oracle/product/11.2.0.4/oraInst.loc
OPatch version    : 11.2.0.3.17
OUI version       : 11.2.0.4.0
Log file location : /laboratorio/app/oracle/product/11.2.0.4/cfgtoollogs/opatch/opatch2017-10-18_14-25-07PM_1.log

Verifying environment and performing prerequisite checks...
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/laboratorio/app/oracle/product/11.2.0.4/lib/libclntsh.so.11.1
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/laboratorio/app/oracle/product/11.2.0.4/lib/libnmemso.so
UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.Prerequisite check "CheckActiveFilesAndExecutables" failed.
Log file location: /laboratorio/app/oracle/product/11.2.0.4/cfgtoollogs/opatch/opatch2017-10-18_14-25-07PM_1.log

OPatch failed with error code 73
[oracle@lab1 path]$ ^C
[oracle@lab1 path]$ fuser /laboratorio/app/oracle/product/11.2.0.4/lib/libclntsh.so.11.1
/laboratorio/app/oracle/product/11.2.0.4/lib/libclntsh.so.11.1:  2686m
[oracle@lab1 path]$ ps -ef|grep 2686
oracle    2686     1  0 11:11 pts/1    00:00:09 /laboratorio/app/oracle/product/11.2.0.4/bin/emagent
oracle   23349  4521  0 14:26 pts/0    00:00:00 grep --color=auto 2686
[oracle@lab1 path]$ kill -9 2686
[oracle@lab1 path]$ fuser /laboratorio/app/oracle/product/11.2.0.4/lib/libclntsh.so.11.1
[oracle@lab1 path]$

No hay comentarios:

Publicar un comentario

Te agradezco tus comentarios. Te esperamos de vuelta.

Todos los Sábados a las 8:00PM

Optimismo para una vida Mejor

Optimismo para una vida Mejor
Noticias buenas que comentar