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 » MQ Server Version

Post new topic  Reply to topic
 MQ Server Version « View previous topic :: View next topic » 
Author Message
thomas3557
PostPosted: Wed Jun 05, 2002 4:39 am    Post subject: MQ Server Version Reply with quote

Novice

Joined: 25 Feb 2002
Posts: 12
Location: Ohio

Newbie question, how can I tell what MQ server version and CSD patch I'm running on W2K?

Thanks
Back to top
View user's profile Send private message
mrlinux
PostPosted: Wed Jun 05, 2002 8:19 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

go to Start Menu/IBM MQSeries/MQSeries Service Level

read the file it will have version and CSD it doesnt spell it out
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
RogerLacroix
PostPosted: Wed Jun 05, 2002 7:42 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3253
Location: London, ON Canada

Hi,

From the command line type mqver.

later
Roger...
Back to top
View user's profile Send private message Visit poster's website
mrlinux
PostPosted: Thu Jun 06, 2002 3:26 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Nice one Roger. How are things since candle ????
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
RogerLacroix
PostPosted: Thu Jun 06, 2002 4:45 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3253
Location: London, ON Canada

Hi,

At first it was weird.

Having traveled for 3 years for Candle (as a consultant), it was weird working locally (ants in the pants I guess). I’m currently on a good contract, I sleep in my own bed nightly and I don’t have to deal with an arrogant manager.

So, life’s pretty good – though, when it’s really quiet, I can still hear the call of the road.

Speaking of the road, for the last month, USA headhunters have been emailing me (3-4 times per week) about contracts in the USA. So, my guess is that the consulting business (in the USA) must be picking up. So maybe later this year, I’ll do some road trips (family and all) and do some short term contracts.

Since you call yourself MrLinux, I have a Linux question for you.

I have a ftp server running on RH v6.1 (and lifes been good for a couple of years). I would like to disable anonymous users from being able to list (ls) the files in a directory on my ftp server.

I searched the ftpaccess man pages but I cannot find any information. I tried several version of 'list and 'ls' but nothing seems to work. e.g. Here is a snippet of my current /etc/ftpaccess :

Code:
chmod           no              guest,anonymous
delete          no              anonymous
overwrite       no              anonymous
rename          no              anonymous

If I add following nothing happens / changes:
Code:
list            no              anonymous


I believe /etc/ftpaccess is the correct file to be updated but what is the correct syntax to restrict anonymous users from listing files of a directory or subdirectory.

Any help would be appreciated.

Thanks
Roger...
Back to top
View user's profile Send private message Visit poster's website
mrlinux
PostPosted: Thu Jun 06, 2002 8:30 pm    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

which FTP Server are you using ??? There are at least 3 different ones

1) Proftpd
2) in.ftpd
3) wu-ftpd
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
RogerLacroix
PostPosted: Thu Jun 06, 2002 8:36 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3253
Location: London, ON Canada

I'm using the default ftp server and I believe it is in.ftpd .

later
Roger...
Back to top
View user's profile Send private message Visit poster's website
mrlinux
PostPosted: Fri Jun 07, 2002 7:38 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

If that is the ftpd server you are using you have 2 options.

1) remove the "ftp" or "anonymous" userid from /etc/passwd
2) add the user anonymous to the /etc/ftpusers file (sounds backwards but thats how it works)
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
RogerLacroix
PostPosted: Fri Jun 07, 2002 7:55 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3253
Location: London, ON Canada

Hi,

I tried option #2 but it completely denies access (login failed) to the ftp server for an anonymous user.

I want to allow anonymous users to download specific files. e.g. If I post a link like ftp://24.102.134.9/pub/code/java/ListChannelStatus.zip - I want anyone (anonymous) to be able to download the specific file. I just do not want an anonymous user to log onto the ftp server and retrieve a list of the files.

Note: I don't have any secrets but at least once a week a user will log onto my ftp server with a ftp client like WS-FTP and cd to /pub and then download 4-6GB of files. This takes the entire bandwidth for 8 hours or so. I just want to restrict those silly people who think that "there's gold in them there hills".

later
Roger...
Back to top
View user's profile Send private message Visit poster's website
mrlinux
PostPosted: Sat Jun 08, 2002 7:03 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

oops I thought you wanted to deny access to anonymous users.

Let me look into that, you may need to change FTP servers to do it.
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
mrlinux
PostPosted: Sat Jun 08, 2002 7:28 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

If you use Proftpd you can limit the bandwidth

see www.proftpd.org
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQ Server Version
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.