Author |
Message
|
KAK |
Posted: Fri Apr 25, 2014 1:18 am Post subject: How to install websphere mq on Aix in a non-default location |
|
|
Novice
Joined: 24 May 2013 Posts: 12
|
Can anybody plz help me.I am new to Aix environment |
|
Back to top |
|
 |
zpat |
Posted: Fri Apr 25, 2014 1:44 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
For example
Code: |
/usr/sbin/installp -R /mq75 -aXYd /tmp/install/WMQ/AIX all |
The /mq75 mount point is the non-default location. But before this will work this filesystem location has to be added to the AIX software respository
Code: |
mkusil -R /mq75 -c "USIL for WMQ 7.5" |
To list MQ software filesets from all locations
Code: |
lslpp -l -R "ALL" | grep mqm |
_________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
KAK |
Posted: Sun May 04, 2014 3:46 am Post subject: how to add filesytem to the aix software repository |
|
|
Novice
Joined: 24 May 2013 Posts: 12
|
zpat wrote: |
For example
Code: |
/usr/sbin/installp -R /mq75 -aXYd /tmp/install/WMQ/AIX all |
The /mq75 mount point is the non-default location. But before this will work this filesystem location has to be added to the AIX software respository
Code: |
mkusil -R /mq75 -c "USIL for WMQ 7.5" |
To list MQ software filesets from all locations
Code: |
lslpp -l -R "ALL" | grep mqm |
|
how to add filesytem to the aix software repository? |
|
Back to top |
|
 |
KAK |
Posted: Sun May 04, 2014 3:53 am Post subject: |
|
|
Novice
Joined: 24 May 2013 Posts: 12
|
how to add filesytem to the aix software repository |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun May 04, 2014 7:39 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Perhaps that last question is better asked on an AIX forum? _________________ 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 |
|
 |
|