Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/08/2008, 10:09
Avatar de Sir Matrix
Sir Matrix
 
Fecha de Ingreso: octubre-2000
Ubicación: Dentro de mi cabeza. ono?
Mensajes: 1.264
Antigüedad: 24 años, 1 mes
Puntos: 3
Respuesta: 2 preguntas basiquísimas post instalación REDHAT

He visto que el pack de instalaciòn trae un archio llamado runInstaller que tiene el siguiente texto:

Código PHP:
#!/bin/sh

# The environment variable $SRCHOME cannot be set during the installation
unset SRCHOME

AWK
=/bin/awk

BUNDLE
=db
OCR_LOC
=/etc/oracle/ocr.loc
LOCALONLY
=local_only
LOCAL
=TRUE

CMDDIR
=`dirname $0`

if [ 
"$CMDDIR" "." ]; then
    CMDDIR
=`pwd`;
fi

# Replace relative path with fully qualified path.
if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR
=`pwd`/$CMDDIR;
fi

if [ x${PATH} != ]; then
    PATH
=/usr/bin:/usr/ccs/bin:$PATH:$CMDDIR/install
    export PATH 
else
    
PATH=/usr/bin:/usr/ccs/bin:$CMDDIR/install
    export PATH
fi

if [ x${LD_LIBRARY_PATH} != ]; then
    LD_LIBRARY_PATH
=/usr/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
else
    
LD_LIBRARY_PATH=/usr/lib
    export LD_LIBRARY_PATH
fi

# Determine whether there is an existing CRS or not.
# Local is value of local_only in ocr.loc.
# False means there is an existing CRS installation on the system.
if [ -r $OCR_LOC ]; then
    LOCAL
=`$AWK -F= /$LOCALONLY/'{print $2}' $OCR_LOC`
fi

case "$BUNDLE" in
db
)
# One-click: only if there is no cmd line argument and it's not on CRS node
if [ $# -gt 0 -o "$LOCAL" = "FALSE" -o \
     
! -r $CMDDIR/install/oneclick.properties ]; then
    $CMDDIR
/install/.oui $*
else
    
$CMDDIR/install/.oui -oneclick
fi
;;
crs)
    
$CMDDIR/install/.oui $* -formCluster
;;
*)
    
$CMDDIR/install/.oui $*
;;
esac 
Este código se podría ejecutar de alguna forma en la consula y de este modo se haría la instalación???

Gracis y saludos
__________________
|||| ))>_<(( ||||
www.webmagic.cl <-- esta pagina está mala, no la busquen