Puede utilizar el archivo de respuestas para desinstalar un servicio utilizando el instalador de actualizaciones para software WebSphere.
Desinstale una actualización de forma silenciosa utilizando el archivo de respuestas de opciones.
El archivo uninstall.txt tiene una directriz que identifica el archivo de copia de seguridad para desinstalar una actualización de un servicio. Los comentarios del archivo describen cómo establecer el valor de serie.
./update -options "responsefiles/myresponsefile.txt" -silent
El archivo de respuestas de opciones se llama uninstall.txt. El archivo está en el directorio raíz_instalación/updateinstaller/responsefiles después de descomprimir el Instalador de actualizaciones para software WebSphere en el directorio raíz de instalación del producto de software de WebSphere.
update -options "myresponsefile.txt" -silent
En una desinstalación silenciosa, la validación del archivo de respuestas se ha codificado en la instalación. Si no se supera la validación, la anomalía se anota en los archivos de anotaciones cronológicas del directorio raíz_instalación/logs/update/tmp.
opt/properties/version/update/backup/paquete_mantenimiento_a_instalar
Aunque es posible desinstalar el mantenimiento de otro producto, siempre utilice el asistente del instalador de actualizaciones de la estructura de directorios del producto que está actualizando. No utilice esta directriz a no ser que sea absolutamente necesario.
/opt/IBM/WebSphere/ProcServer2
################################################################################ # # This is the silent install response file for uninstalling maintenance packages # using the update installer. # # A common use of an options file is to run the wizard in silent mode. This lets # the options file author specify wizard settings without having to run the # wizard in graphical or console mode. To use this options file for silent mode # execution, *uncomment* and modify the parameters defined within. # # Use the following command line when running the wizard from the update # installer directory: # # update -options responsefiles/uninstall.txt -silent # ################################################################################ ################################################################################ # # Used to input the maintenance backup package filename to be uninstalled. # This is the same filename as the package that was originally installed. # A maintenance package can only be uninstalled if a backup package exists. # # ie. -W backup.package="PQ20029.pak" # # Note: If no package is specified, a default of the last installed maintenance # package will be used. # #-W backup.package="" ################################################################################ # # Used to modify the product install location that will be updated. # This value should be left commented out if the Update Installer is # being run from the recommended location # # ie. -W product.location="C:\Program Files\IBM\WebSphere\ProcServer" # # Note: If no location is specified, the parent directory to update installer # will be used as default # #-W product.location="" ################################################################################ # # Do not edit these values. # -W update.type="uninstall"