ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » MS03 installation

Post new topic  Reply to topic
 MS03 installation « View previous topic :: View next topic » 
Author Message
enigma
PostPosted: Wed Jul 13, 2005 10:55 pm    Post subject: MS03 installation Reply with quote

Newbie

Joined: 28 Jun 2005
Posts: 8

Hi

I am using MQ on AIX.The AIX system is remote.How do I know if the service pack MS03 pack has been installed on my system successfully or not?
In which directory do I find the 'saveqmgr' command?

Thanks in advance
Back to top
View user's profile Send private message
Nigelg
PostPosted: Wed Jul 13, 2005 11:25 pm    Post subject: Reply with quote

Grand Master

Joined: 02 Aug 2004
Posts: 1046

Let AIX find it for you if you are too lazy or stupid to do it yourself.
Try...

find / -name saveqmgr
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Wed Jul 13, 2005 11:25 pm    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

Hi,

I think it comes as a tar file. Just untar it and run it.

It is installed if the binar is there.

cheers

Sebastian
Back to top
View user's profile Send private message
wschutz
PostPosted: Thu Jul 14, 2005 1:52 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Actually, for AIX it would be:

find . -name saveqmgr.aix


But you will find it in the directory where you did:

uncompress -c ms03.tar.Z | tar xv
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
vennela
PostPosted: Thu Jul 14, 2005 7:12 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

wschutz wrote:
Actually, for AIX it would be:

find . -name saveqmgr.aix


This will only find in the directories under the directory where you run the command from.

Code:
find / -name saveqmgr

This would search the entire filesystem, but it has to be run as root so that it can look in all the directories (permissions).

But, if you want to run saveqmgr and don't know where it is, I would download and copy the file and run it because that would be lot easier/faster to do.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
wschutz
PostPosted: Thu Jul 14, 2005 7:29 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Quote:
find / -name saveqmgr


yes, but there is no file called "saveqmgr" in the package, so wouldn't it need to be:

Code:
find / -name saveqmgr.aix

_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
WillH
PostPosted: Thu Jul 14, 2005 8:26 am    Post subject: Reply with quote

Novice

Joined: 15 Jun 2005
Posts: 23

Or even

Code:
find / -name saveqmgr* 2>/dev/null
Back to top
View user's profile Send private message
Nigelg
PostPosted: Tue Jul 26, 2005 5:47 am    Post subject: Reply with quote

Grand Master

Joined: 02 Aug 2004
Posts: 1046

On AIX it has to be
Quote:
find / -name 'saveqmgr*' 2>/dev/nul

to protect the metacharacter from the shell.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MS03 installation
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.