Author |
Message
|
thomas3557 |
Posted: Wed Jun 05, 2002 4:39 am Post subject: MQ Server Version |
|
|
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 |
|
 |
mrlinux |
Posted: Wed Jun 05, 2002 8:19 am Post subject: |
|
|
 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 |
|
 |
RogerLacroix |
Posted: Wed Jun 05, 2002 7:42 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
From the command line type mqver.
later
Roger... |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Jun 06, 2002 3:26 am Post subject: |
|
|
 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 |
|
 |
RogerLacroix |
Posted: Thu Jun 06, 2002 4:45 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 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:
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 |
|
 |
mrlinux |
Posted: Thu Jun 06, 2002 8:30 pm Post subject: |
|
|
 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 |
|
 |
RogerLacroix |
Posted: Thu Jun 06, 2002 8:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
I'm using the default ftp server and I believe it is in.ftpd .
later
Roger... |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Jun 07, 2002 7:38 am Post subject: |
|
|
 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 |
|
 |
RogerLacroix |
Posted: Fri Jun 07, 2002 7:55 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 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 |
|
 |
mrlinux |
Posted: Sat Jun 08, 2002 7:03 am Post subject: |
|
|
 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 |
|
 |
mrlinux |
Posted: Sat Jun 08, 2002 7:28 am Post subject: |
|
|
 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 |
|
 |
|