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

Conference 7.286::digital

Title:The Digital way of working
Moderator:QUARK::LIONELON
Created:Fri Feb 14 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5321
Total number of notes:139771

1570.0. "LIVEWIRE" by BOOVX2::FARHADI () Thu Aug 22 1991 14:37

    Is there a way of getting to Maynard or Marlboro's LIVEWIRE from
    other sites (I'm in Boston). I use to get a lot of good information
    from that. Thnx in advance
T.RTitleUserPersonal
Name
DateLines
1570.1VCSESU::BOWKERJoe Bowker, KB1GPThu Aug 22 1991 15:437
    To get the MRO1 VTX server type the following:
    
    $ define/user vtx$server "runawy::""43=""
    $ vtx
    
    
    Joe
1570.3DEFINE/USER is what you want...SCAACT::AINSLEYLess than 150 kts. is TOO slowThu Aug 22 1991 18:4516
re: .2

David,

>Dont forget to type "DEASSIGN VTX$SERVER" afterwards or you won't be able to
>get to your local VTX until after you log out and log back in again.  Also, the 
>/USER is only necessary if you have a privileged account.  Just leave it off if 
>you don't.

DEFINE/USER defines the logical in USER mode.  ALL user mode logicals get
deassigned at image run-down.  Thus, the local VTX$SERVER definition will
automatically go away after the user exits VTX.  The default mode for a logical
is EXECUTIVE mode, which servives image rundown.  That's why you MUST use
DEFINE/USER unless you want to do a DEASSIGN VTX$SERVER after running VTX.

Bob
1570.4to PKO site server...NHASAD::MORRISEYThu Aug 22 1991 18:548
    To get to the PKO site server directly:
    
    $DEFINE VTX$SERVER TELALL::"""150="""
    $VTX
    
    when done
    
    $DEASSIGN VTX$SERVER  or 'log off'.
1570.5Whoops!BSS::D_BANKSThu Aug 22 1991 19:509
Re:  <<< Note 1570.3 by SCAACT::AINSLEY "Less than 150 kts. is TOO slow" >>>

>                      -< DEFINE/USER is what you want... >-

Well, I can now streamline a number of things I do by doing it the right way.  
Thanks for pointing out my error.  I'll remove my earlier reply since it 
contains bad advice  :-(

-  David
1570.6/SUPER is defaultWIDGET::KLEINThu Aug 22 1991 21:066
Nit, but accuracy counts:

Actually, DEFINE/SUPERVISOR_MODE is the default.  Not /EXECUTIVE_MODE as
was noted in an earlier reply.

-steve-
1570.7Oooops...SCAACT::AINSLEYLess than 150 kts. is TOO slowFri Aug 23 1991 00:175
    re: .6
    
    Yep, you are right.
    
    Bob