|
Home > Archive > WebSphere HTTP Server > March 2004 > ibm httpd fails to install during second time.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ibm httpd fails to install during second time.
|
|
| DukeNM 2004-03-10, 9:33 am |
| i have a strange problem related to installation of IBM Websphere.
I have the following WAS 4.0.1 which includes ibm httpd 1.3.19
during my first installation of websphere i somehow messed up with the
database path, ip address. as a result the database tables for
ejsadmin, ejb didnt get created.
however i notcied that websphere and ibmhttpd got created.
i did a rm -rf (i am using linux redhat 7.2) on both those
directories.
after which i did a fresh install. the ibm websphere installs fine,
but ibm httpd fails to install.
any suggestions
| |
| Aaron W Morris 2004-03-11, 3:33 am |
|
DukeNM wrote:
> i have a strange problem related to installation of IBM Websphere.
>
> I have the following WAS 4.0.1 which includes ibm httpd 1.3.19
>
> during my first installation of websphere i somehow messed up with the
> database path, ip address. as a result the database tables for
> ejsadmin, ejb didnt get created.
> however i notcied that websphere and ibmhttpd got created.
>
> i did a rm -rf (i am using linux redhat 7.2) on both those
> directories.
> after which i did a fresh install. the ibm websphere installs fine,
> but ibm httpd fails to install.
>
> any suggestions
It will not install probably because it thinks IHS is still installed.
You should have removed it by uninstalling the RPMs. You need to
uninstall the RPMs or remove the RPM entries from the database of
installed packages.
--
Aaron W Morris <aaronmorris@mindspring.com> (decep)
| |
| DukeNM 2004-03-15, 2:33 am |
| > It will not install probably because it thinks IHS is still installed.
> You should have removed it by uninstalling the RPMs. You need to
> uninstall the RPMs or remove the RPM entries from the database of
> installed packages.
Thanks for the reply.
any idea how i can know which RPMs have been installed by IBM WebSphere and IHS.
I did a
rpm -qa |grep IBM
will that be sufficient. (or am i missing out on some other ibm packages also)
I got the below list.
IBM_Apache_Source-1.3.19-0
IBM_MAN_ENU-1.3.19-0
IBM_SSL_Base-1.3.19-0
IBM_HTTP_Server-1.3.19-0
IBM_MSG_EN-1.3.19-0
IBM_ADMIN_EN-1.3.19-0
IBM_SNMP-1.3.19-0
IBM_Machine_Translation-1.3.19-0
IBM_SSL_128-1.3.19-0
IBM_ADMIN_Server-1.3.19-0
IBM_FastCGI-1.3.19-0
IBM_SSL_EN-1.3.19-0
and then i do a 'rpm -e' on all ibm packages
will that be fine ??
|
|
|
|
|