Author |
Message
|
scutaru |
Posted: Thu Sep 03, 2009 11:55 pm Post subject: how can I know if a component in FP0004 was installed ? |
|
|
Novice
Joined: 26 Mar 2009 Posts: 16
|
Hello,
As I was saying in other topics as well, I am creating a silent installer that includes WMB as well.
Due to our architecture, the used approach is to install each component of the broker separately (the username server, the config manager and the broker itself).
Since we need to apply the latest patches, over the main product I need to install the FP0004 - again separated by components. The installation works fine, but I need to check if the installation was successful for a specific component.
Any advice how could I do that ? Are any specific files installed by the FP ? Or are there some commands that I can run whose output will help ?
Thank you. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Fri Sep 04, 2009 12:01 am Post subject: Re: how can I know if a component in FP0004 was installed ? |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
scutaru wrote: |
As I was saying in other topics as well |
Whats wrong with the answers you were given here:
http://www.mqseries.net/phpBB2/viewtopic.php?t=50690
Quote: |
Since we need to apply the latest patches, over the main product I need to install the FP0004 - again separated by components. |
What components are you talking about?
Maybe its just me but this looks a lot like your other post or if its not, you havent included enough details for me to be able to determine how its different. |
|
Back to top |
|
 |
scutaru |
Posted: Fri Sep 04, 2009 12:42 am Post subject: Re: how can I know if a component in FP0004 was installed ? |
|
|
Novice
Joined: 26 Mar 2009 Posts: 16
|
Nothing wrong.. just that the problem became a little more complex. Those answers clarified how could I check that the FP0004 (or a part of it - more details below) is installed on the computer. Using
is fine, but it has a flaw: if m during the installation of FP0004, I choose to install only the username server, the mqsiprofile (and the mqsiservice as well) will report that 6.1.0.4 is the current level (although I installed only the username server and not the other features (the broker and the config manager)).
WMBDEV1 wrote: |
What components are you talking about?
|
There are a few components/features in the broker install:
1) brokerFeature
2) transformationServicesFeature
3) unsFeature
4) configManagerFeature
I took them from the generated response file. And you can install them separately.
WMBDEV1 wrote: |
Maybe its just me but this looks a lot like your other post or if its not, you havent included enough details for me to be able to determine how its different. |
Probably - sorry for not including all the details. Hopefully now it's ok. |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Sep 04, 2009 1:01 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
You could always compare the output from say an MD5SUM on a selected component with the value taken from a reference install.
That way, a component/file that exists in 6.1.0.0 but is updated in 6.1.0.4 can be detected. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
scutaru |
Posted: Fri Sep 04, 2009 1:18 am Post subject: |
|
|
Novice
Joined: 26 Mar 2009 Posts: 16
|
smdavies99 wrote: |
You could always compare the output from say an MD5SUM on a selected component with the value taken from a reference install.
That way, a component/file that exists in 6.1.0.0 but is updated in 6.1.0.4 can be detected. |
Good idea.. we could use it if we can't find something else (a script/executable in WMB that performs this check). Thanks ! |
|
Back to top |
|
 |
|