[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference forty2::mailbus

Title:MAILBUS - Message Router and its Gateways
Notice:Kit Copy Utility - 100.1, Problems - 5.*, Kit Support - 103.1
Moderator:FORTY2::YUILLE
Created:Thu Jun 11 1992
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3209
Total number of notes:7125

3173.0. "openvms supported information" by MLNCSC::ZAGHI () Thu Feb 27 1997 16:29

    Hi ,
    
    a customer of mine wants to know if "MESSAGE ROUTER V3.3" and
    "MESSAGE ROUTER Vmsmail gateway V3.3" are supported by OpenVms V6.2
    (VAX) .
    
    Could anyone give me this information ?
    
    Many thanks in advance 
    
    Paolo 
    (CSC , Milan) 
T.RTitleUserPersonal
Name
DateLines
3173.1Originally V3.3A supprted only on V5.5-2, V6.0VELI::KORKKOVeli K�rkk� @FNO, 879-5512Thu Feb 27 1997 20:057
        There should not really be any reason to user V3.3 at all.
        Instead recommend using V3.3A which appear to work just fine on
        OpenVMS V6.2. According to SPD they are supported on OpenVMS
        V5.5-2 and V6.0 however. 
        
        There is note in this conference about supported VMS versions
        though.
3173.2see 103.1VELI::KORKKOVeli K�rkk� @FNO, 879-5512Thu Feb 27 1997 20:073
        According to 103.1 there would not be support on V6.2...
        
        _veli
3173.3ZUR01::ASHGGrahame Ash @RLEFri Feb 28 1997 08:416
Is VMS V6.1 still supported?!

I'd be very surprised if MR wasn't supported on V6.2 (but V7 may be a 
different story). As Veli says, V3.3A is the supported MR version. 

grahame
3173.4ACISS2::LENNIGDave (N8JCX), MIG, @CYOFri Feb 28 1997 10:423
    MR etc are supported on VMS V6.2
    
    Support on VMS V7.* is still up in the air (contact Dave Holt @REO)
3173.5got it installed and configured on V7.1VELI::KORKKOVeli K�rkk� @FNO, 879-5512Sat Mar 15 1997 17:3233
        I've succesfully installed MR V3.3A, MRGATE V3.3A plus MRX V2.3
        on my VAXstation 3100-M38 running OpenVMS V7.1 plus DECnet/OSI
        V7.1.
        
        Getting MRX installed was the most difficult part. After number
        of pilot errors (like wrong license, OSAK not installed etc) I
        finally got MRX installed with using
        
        $ @sys$update:vmsinstall mrx ... options RSP=A
        
        and modifying KITINSTAL.COM as follows:
        
************
File SYS$SYSROOT:[SYSUPD.MRX023]KITINSTAL.COM;2
  788   $! decnet_ver = f$integer(decnet_ver)
  789   $ if decnet_ver .ges. "00050100" then goto osicheck_done
  790   $	mrx$install_ok = false			!failed
******
File SYS$SYSROOT:[SYSUPD.MRX023]KITINSTAL.COM;1
  788   $ decnet_ver = f$integer(decnet_ver)
  789   $ if decnet_ver .ge. 50100 then goto osicheck_done
  790   $	mrx$install_ok = false			!failed
************

        here decnet_ver=f$getsyi("DECNET_VERSION") happens to 00050C00
        on OpenVMS V7.1/DECnet/OSI V7.1 and the original code would
        convert it to integer, i.e 0 and complain about DECnet/OSI V5.5
        or later not being installed.
        
        I have to point out that I have not yet tried to do anything
        with my brand new MR/MRG/MRX environment.
        
        _veli
3173.6ACISS2::LENNIGDave (N8JCX), MIG, @CYOSun Mar 16 1997 13:4413
    Veli,
    
    We appreciate the feedback, but please do not advise anyone 
    (customers in particular) to go ahead and run the products 
    on OpenVMS V7.* based upon your apparent success.
    
    The MB1 product set is not supported on VMS V7.* at this time, 
    and given the announced MB1 retirement plans, might never be...
    
    Send questions/comments/flames to Dave Holt @REO
    
    Regards,
    	Dave
3173.7will recommend upgrading to and staying on V6.2VELI::KORKKOVeli K�rkk� @FNO, 879-5512Sun Mar 16 1997 19:567
        I would not advise upgrading to V7.1. Anyway, with our current
        resources, I tend to be doing most (if not all) MR/MRX related
        things in Finland nowadays. I intend to keep all customer
        systems "supportable", my own systems are completely different
        matter.
        
        _veli