| Title: | *OLD* ALL-IN-1 (tm) Support Conference | 
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 | 
| Moderator: | IOSG::PYE | 
| Created: | Thu Jan 30 1992 | 
| Last Modified: | Tue Jan 23 1996 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 4343 | 
| Total number of notes: | 18308 | 
    ALL-IN-1 3.0-1, VMS 5.5-2 and 6.0, MR 3.2
    
    My customer has a 2 node cluster that is their test system. they've
    installed VMS 6.0 on 1 node of the cluster. they had to leave the other
    node at 5.5-2 for other reasons. 
    
    ALl-IN-1 3.0-1 works fine on the 5.5-2 node, but i get the "version
    mismatch error" on the 6.0 node. i know this means i have to relink. 
    
    my concerns are how do i relink only 1 node of a cluster?  is this even
    possible?
    
    	ann
    
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 3625.1 | two images ? | UTRTSC::SCHOLLAERT | Holland goes USA | Mon Dec 06 1993 07:26 | 12 | 
|     Ann,
    
    When you relink, the images are not automatically moved to there
    appropriate location. So you can 
    $copy OA$BUILD:OA$MAIN.EXE to OA$LIB_SHARE:OA$MAIN_V6.EXE
    
    Modify A1V30START.COM to install the correct image and setup the
    correct OA$IMAGE logical for the VMS V6.0 node.
    
    Regards,
    
    Jan
 | |||||
| 3625.3 | a-(almost)ok | ANGLIN::HARRISA | lost in the jungle of doubt | Mon Dec 06 1993 22:40 | 13 | 
|     well, i did the relink BUT the following files were not in
    OA$build_english:
    
    		oafc$server.exe
    		oafc$mts_priv_shr.exe
    		imp$impshr.exe
    		imp$impshrp.exe
        
    i continued on with the relink (did what jan suggested in .1) and am
    able to access ALL-IN-1. 
    
    only problem is we have KEYpak 3.0 in this system and there are some
    problems with that.
 | |||||
| 3625.4 | check a1$last_vms_ver in A1LINK.ANS | UTRTSC::SCHOLLAERT | Holland goes USA | Tue Dec 07 1993 07:45 | 7 | 
|     A1LNKASK.COM compares the current VMS version with the one specified
    in A1LINK.ANS ($       a1$last_vms_ver == "V5.5    "). If not equal,
    then the addional iamges are relinked. Have a look over there.
    
    Regards,
    
    Jan
 | |||||