oracle@localhost /mount/oracle oracle $ $ORACLE_HOME/perl/bin/perl clone.pl ORACLE_BASE="/mount/oracle" ORACLE_HOME="/mount/oracle/product/11.2.0.2v2" ORACLE_HOME_NAME=11gR202v2 . . . oracle $ cat /mount/oracle/oraInventory/logs/silentInstall2011-08-15_02-12-06AM.log silentInstall2011-08-15_02-12-06AM.log Oracle Universal Installer has detected that there are processes running in the currently selected Oracle Home. The following processes need to be shutdown before continuing: /mount/oracle/product/11.2.0.2v1/bin/tnslsnr PSAESRV PSDSTSRV PSMONITORSRV PSMSTPRC PSPRCSRV PSRUN ora_mman_DBATEST Oracle Universal Installer has detected that there are processes running in the currently selected Oracle Home. The following processes need to be shutdown before continuing: /mount/oracle/product/11.2.0.2v1/bin/tnslsnr PSAESRV PSDSTSRV PSMONITORSRV PSMSTPRC PSPRCSRV PSRUN ora_mman_DBATEST This silent installation was unsuccessful.
Como al dia de hoy no existe un parche para este bug, hicimos los siquientes pasos para poder instalar el nuevo ORACLE_HOME Con el usuario de root
root@localhost /root root $ which fuser /sbin/fuser root@localhost /root root $ mv /sbin/fuser /sbin/fuser.18082011 root@localhost /root root $ touch /sbin/fuser root@localhost /root root $ chmod +x /sbin/fuser
Una vez que hicimos los pasos anteriores como root, volvemos a intentar con el usuario de oracle la clonacion del nuevo ORACLE_HOME
oracle@localhost /mount/oracle oracle $ $ORACLE_HOME/perl/bin/perl clone.pl ORACLE_BASE="/mount/oracle" ORACLE_HOME="/mount/oracle/product/11.2.0.2v2" ORACLE_HOME_NAME=11gR202v2 . . . oracle $ cat silentInstall2011-08-16_06-56-02PM.log silentInstall2011-08-16_06-56-02PM.log WARNING: The following configuration scripts need to be executed as the "root" user. /mount/oracle/product/11.2.0.2v2/root.sh To execute the configuration scripts: 1. Open a terminal window 2. Log in as "root" 3. Run the scripts The cloning of 11gR202v2 was successful.
Ya terminada la clonacion, ahora nada mas regresamos el archivo fuser que movimos al principio a su locacion original
root@localhost /root root $ mv /sbin/fuser.16082011 /sbin/fuser mv: overwrite `/sbin/fuser'? y
Conclusion
Espero que este bug con el me tope te sirva si te llegas a topar tu con el, segun oracle esto se va a corregir en la version 11.2.0.3.
No hay comentarios.:
Publicar un comentario