niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Not Unix » Vmsnet » mail - pmdf
New PMDF V6.3 kit for VMS/Alpha only available
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
Author Message
Marc Chametzky
*nix forums beginner


Joined: 25 Apr 2005
Posts: 10

PostPosted: Sat Jun 03, 2006 1:35 am    Post subject: Re: New PMDF V6.3 kit for VMS/Alpha only available Reply with quote

Quote:
Error message from Logfiles is a line I forgot to copy, but it told
me, that the service must be called "SMTP"

I think that sounds like a message you'd find in a tcp_smtp_server.log
complaining about the channel (specifically that the channel must be
marked "smtp"). The only way that you'd see that message is if your
tcp_local channel were somehow messed up, or you were using
PARAMETER=CHANNEL=xyz and that channel weren't marked "smtp".

The Dispatcher doesn't care what the service names are. They are only
used as short (printable) text strings and their names aren't special.

--Marc
Back to top
Steve +1 608 278 7700
*nix forums beginner


Joined: 23 Jun 2005
Posts: 40

PostPosted: Fri Jun 02, 2006 3:55 pm    Post subject: Re: New PMDF V6.3 kit for VMS/Alpha only available Reply with quote

Quote:
is there any change for PMDF 6.3 multithreaded Dispatcher SetUp with multiple
Interfaces and multiple IP-Adresses ?????

This setup does not work with PMDF063 anymore :

sniplet from DISPATCHER.CNF
!
[SERVICE=SMTP_17]
PORT=25
DNS_VERIFY_DOMAIN=list.dsbl.org
IMAGE=PMDF_EXE:TCP_SMTP_SERVER.EXE
LOGFILE=PMDF_LOG:TCP_SMTP_SERVER_17.LOG
INTERFACE_ADDRESS=141.4.4.17
!
[SERVICE=SMTP_62]
PORT=25
DNS_VERIFY_DOMAIN=list.dsbl.org
IMAGE=PMDF_EXE:TCP_SMTP_SERVER.EXE
LOGFILE=PMDF_LOG:TCP_SMTP_SERVER_18.LOG
INTERFACE_ADDRESS=141.4.4.62
...snip...

Error message from Logfiles is a line I forgot to copy, but it told
me, that the service must be called "SMTP" ... so I tried to remove
all definitions and renamed the Service to be [SERVICE=SMTP] ,
but it did not start either Sad Now the logfile told me, that it could not
bind all of the IP-Adresses I'd specified in DISPATCHER.CNF.
Funny: exactly this setup works since 6.0 or 6.1 without any problem,
and it works when rolling back to 6.2-1 Sad

You configuration looks fine to me, so I added a new SMTP service with
the service name SMTP_17 on a specific pseudointerface I already had,
and it started up fine.

[SERVICE=SMTP_17]
PORT=25
IMAGE=PMDF_EXE:TCP_SMTP_SERVER.EXE
LOGFILE=PMDF_LOG:SMTP_%s.LOG
INTERFACE_ADDRESS=192.135.80.54

$ pmdf process
...
01A04FB8 <SMTP-01> HIB 6 767 0 00:00:00.69 1473 15152
01A050BC <SMTP_17-01> HIB 6 822 0 00:00:00.69 1545 12176

Please reproduce the problem again and provide the exact error message,
and I will try to reproduce the problem here.

Regards,
"Steve" Stephen L. Arnold, Ph.D., President, Arnold Consulting, Inc..
Address 2530 Targhee Street, Fitchburg, Wisconsin 53711-5491 U.S.A.
Telephone +1 608 278 7700 Facsimile +1 608 278 7701
Internet Stephen.L.Arnold@Arnold.com http://WWW.Arnold.com
ArnoldŽ is a registered trademark and service mark of Arnold Consulting, Inc.
Back to top
Ken Connelly
*nix forums Guru Wannabe


Joined: 18 May 2005
Posts: 149

PostPosted: Fri Jun 02, 2006 3:50 pm    Post subject: Re: New PMDF V6.3 kit for VMS/Alpha only available Reply with quote

My interpretation was that this doesn't work in 6.3, but did in 6.2-1
and prior.

Valerie Miller wrote:

Quote:
There were no code changes between the PMDF V6.3 final kit and this kit.
The only change was how the images were linked (with UPCALLS flag turned on
or not).

Are you saying that this setup worked with the PMDF V6.3 final kit and
broke when you installed this kit?



--
- Ken
=================================================================
Ken Connelly Associate Director, Security and Systems
ITS Network Services University of Northern Iowa
email: Ken.Connelly@uni.edu p: (319) 273-5850 f: (319) 273-7373
It's much more important to know what you don't know than what you do know!
Back to top
Valerie Miller
*nix forums beginner


Joined: 22 Jun 2005
Posts: 18

PostPosted: Fri Jun 02, 2006 3:41 pm    Post subject: Re: New PMDF V6.3 kit for VMS/Alpha only available Reply with quote

There were no code changes between the PMDF V6.3 final kit and this kit.
The only change was how the images were linked (with UPCALLS flag turned on
or not).

Are you saying that this setup worked with the PMDF V6.3 final kit and
broke when you installed this kit?
Back to top
Werner.Raksts@gkss.de
*nix forums beginner


Joined: 03 Jun 2005
Posts: 19

PostPosted: Fri Jun 02, 2006 3:16 pm    Post subject: Re: New PMDF V6.3 kit for VMS/Alpha only available Reply with quote

Hello all,

is there any change for PMDF 6.3 multithreaded Dispatcher SetUp with multiple
Interfaces and multiple IP-Adresses ?????

This setup does not work with PMDF063 anymore :

<sniplet from DISPATCHER.CNF>
!
[SERVICE=SMTP_17]
PORT=25
DNS_VERIFY_DOMAIN=list.dsbl.org
IMAGE=PMDF_EXE:TCP_SMTP_SERVER.EXE
LOGFILE=PMDF_LOG:TCP_SMTP_SERVER_17.LOG
INTERFACE_ADDRESS=141.4.4.17
!
[SERVICE=SMTP_62]
PORT=25
DNS_VERIFY_DOMAIN=list.dsbl.org
IMAGE=PMDF_EXE:TCP_SMTP_SERVER.EXE
LOGFILE=PMDF_LOG:TCP_SMTP_SERVER_18.LOG
INTERFACE_ADDRESS=141.4.4.62
<...snip...>

Error message from Logfiles is a line I forgot to copy, but it told
me, that the service must be called "SMTP" ... so I tried to remove
all definitions and renamed the Service to be [SERVICE=SMTP] ,
but it did not start either Sad Now the logfile told me, that it could not
bind all of the IP-Adresses I'd specified in DISPATCHER.CNF.
Funny: exactly this setup works since 6.0 or 6.1 without any problem,
and it works when rolling back to 6.2-1 :-(

The 6.3 Manual also allows this configuration, even the SERVICE= parameter
is not explained to have additional characters added to SMTP. But when not
allowed, how to separate the processes for each physical interface (int/ext Mail) ????
On an PMDF-ACCESS node everything is working fine, but the errors are
on BOTH of my MTA's - and yes, each MTA has an sys$sysdevice of its own but
they share PMDF_ROOT on an Shadow-disk.

The RMS-Error with the queue-symbionts can not be tested, because
I don't get may systems to work as described and the error is bound to the
batch processing.

Thank you
Regards
Werner
Back to top
Valerie Miller
*nix forums beginner


Joined: 22 Jun 2005
Posts: 18

PostPosted: Thu Jun 01, 2006 7:16 pm    Post subject: New PMDF V6.3 kit for VMS/Alpha only available Reply with quote

In an attempt to resolve the various issues that have been reported with
PMDF V6.3 on VMS/Alpha with running out of quota and RMS-F-BUG, etc, we have
rebuilt PMDF V6.3 for VMS/Alpha only with the UPCALLS flag turned off.

This kit is available on our ftp site:

hostname: ftp.pmdf.process.com
username: anonymous
password: undeniable
file:

-rwx---r-x 1 archives 0 38427245 May 31 14:36 pmdf630-vms-alpha.zip

Note that this kit contains ONLY VMS/Alpha images and no VAX or I64 images.
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
The time now is Fri Jan 09, 2009 5:43 am | All times are GMT
navigation Forum index » Not Unix » Vmsnet » mail - pmdf
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Alpha Server Parts - Charleston SC Chuck Aaron VMS 1 Thu Jul 20, 2006 1:26 pm
No new posts gnu gmp on OpenVMS/Alpha ? R Boyd VMS 2 Wed Jul 19, 2006 6:55 pm
No new posts gnucash on alpha Thomas Bushnell BSG devel 0 Tue Jul 18, 2006 10:40 pm
No new posts A Historical Look at the VAX: DEC, NVAX, Alpha and Compet... Neil Rieck VMS 0 Tue Jul 18, 2006 12:26 am
No new posts Using PMDF and WASD for a "poor man's" encrypted email se... Jeremy Begg mail - pmdf 0 Fri Jul 14, 2006 5:12 am

Watch Anime Online | Bankruptcy | Personal Car Finance | Xbox Mod Chip | Web Advertising
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.1951s ][ Queries: 20 (0.1087s) ][ GZIP on - Debug on ]