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

Conference irocz::netrider

Title:NetRider --- Remote Network Access Conference
Notice:Please use keywords! See Note 2 for Directory of Important Notes
Moderator:LAVC::CAHILLON
Created:Tue Jan 24 1995
Last Modified:Mon Jun 02 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:554
Total number of notes:2264

521.0. "DRAS Digital Unix Install commands wrong?" by CSC32::D_SHAVEY () Tue Feb 18 1997 11:04

    Darrell Shavey
    CSC32::D_SHAVEY
    DTN 592-4712
    
    
    Problem:
    
    DRAS install commands in Digital Unix Install Guide are not correct.
    
    Here is what I had to do:
    
    
    nsubrg>type DRAS.INSTL;2
    Script started on Thu Feb 06 09:56:06 1997
    # pwd
    /
    # mount -rt cdfs -o noversion,rrip /dev/rz6c /mnt
    # cd /mnt
    # ls
    Digital_UNIX  WinNT
    # cd Digital_UNIX
    # ls
    dras010_install
    # taar xvf dras010_instal.tar
    taar: Command not found.
    # a  xvf dras010_install.tar
    tar: cannot open dras010_install.tar: No such file or directory
    # tar xvf dras010_install
    blocksize = 4
    tar: dras010_install : This doesn't look like a tar archive
    tar: dras010_install : Skipping to next file...
    # cd /tmp
    # mkdri     dvae
    # cd dave
    # pwd
    /tmp/dave
    # cp /mnt/Digital_UNIX
    usage: cp [-fhip] [--] source_file destination_file
       or: cp [-fhip] [--] source_file ...  destination_directory
       or: cp [-fhip] [-R | -r] [--]
      [source_file | source_directory] ... destination_directory
    # cp /mnt/Digital_UNIX/dras010_install
    usage: cp [-fhip] [--] source_file destination_file
       or: cp [-fhip] [--] source_file ...  destination_directory
       or: cp [-fhip] [-R | -r] [--]
      [source_file | source_directory] ... destination_directory
    # cd /mnt/Digital_UNIX
    # ls
    dras010_install
    # cp dras010_install /tmp/dave
    cp: dras010_install is a directory (not copied).
    # cd dras010_install
    # ls
    DRA.image  DRAS010    INSTCTRL   instctrl
    # setld -l .
    *** Enter subset selections ***
    
    The following subsets are mandatory and will be installed automatically
    unless you choose to exit without installing any subsets:
    
          * Digital Remote Access Security Server (DRAS) for DEC UNIX V1.0
    
    You may choose one of the following options:
    
         1) ALL of the above
         2) CANCEL selections and redisplay menus
         3) EXIT without installing any subsets
    
    Enter your choices or press RETURN to redisplay menus.
    
    Choices (for example, 1 2 4-6): 1
    
    You are installing the following mandatory subsets:
    
            Digital Remote Access Security Server (DRAS) for DEC UNIX V1.0
    
    You are installing the following optional subsets:
    
    Is this correct? (y/n): y
    
    1 subset(s) will be installed.
    
    Loading 1 of 1 subset(s)....
    
    Beginning installation of Digital Remote Access Security Server (DRAS)
    for DEC U
    NIX
    (DRAS010) subset.
    
    (c) Copyright 1996, Digital Equipment Corporation - All Right Reserved
    
    /usr/opt/dras/database/*.pag not found
    /usr/opt/dras/database/*.dir not found
    
    Digital Remote Access Security Server (DRAS) for DEC UNIX V1.0
       Copying from . (disk)
       Verifying
    
    1 of 1 subset(s) installed successfully.
    
    /usr/shlib/libcxx.so
    libcxx.so found in /usr/shlib
    /usr/opt/cman/database/cman*.dir not found
    /usr/opt/cman/database/cman*.pag not found
    SetupDB - Initialize DRAS database
    Copyright 1996, Digital Equipment Corp
    
    Creating the following DRAS databases:
            Server database:     /usr/opt/dras/database/drasdb
            User database:       /usr/opt/dras/database/drasusers
            Accounting database: /usr/opt/dras/database/drasaccounting
    
    Continue? (y/n): y
    
    Registering 6 authentication modules...
     PASSWORD (drascosp.so)
     CHAP (drascoch.so)
     WATCHWORD (drascoww.so)
     SECURID (drascosd.so)
     OTP (drascosk.so)
     HOST (drascohp.so)
    
    Adding default Groups...
     Admin
     Users
    
    You should register at least one user
    as an administrator.
    
    Register administrator now? (y/n): y
    Adding administrator account...
     Username: davem
     Password:
     Verification:
    
    You must register at least one management
    station if you intend to remotely manage
    this DRAS server.
    
    Register management station now? (y/n): y
    Registering initial management station...
    Management station IP address: 16.63.240.219
    
     Management station secret:
     Verification:
    
    DRAS databases successfully initialized.
    /usr/opt/cman not found
    
    Digital Remote Access Security Server (DRAS) V1.0 installed sucessfully
    
       Configuring "Digital Remote Access Security Server (DRAS) for DEC
    UNIX V1.0" (DR
    AS010)
    Configuration completed.
    You may now start the server with 'DRASstartup'.
    DRASstartup is located in /usr/opt/dras/bin/.
    # drasserver &
    [1] 19958
    # drasserver: Command not found.
    
    [1]    Exit 1               drasserver
    
    # drassrv ^_
    [1] 19972
    # drassrv: Command not found.
    
    [1]    Exit 1               drassrv
    
    # whereis drassrv
    drassrv:
    # cd /usr/opt/dras/bin
    # ls
    DRASstartup  drasserver   setupdb
    # drasserver &
    [1] 19965
    # drasserver: Command not found.
    
    [1]    Exit 1               drasserver
    
    # drasserver
    drasserver: Command not found.
    # DRASstartup
    DRASstartup: Command not found.
    # ls -al
    total 1426
    drwxr-x--x   2 root     users       8192 Feb  6 10:02 .
    drwxr-xr-x   6 root     users       8192 Feb  6 10:03 ..
    -rwxr-xr-x   1 root     users       1210 Jun 17  1996 DRASstartup
    -rwxr-----   1 root     users     802816 Jun 17  1996 drasserver
    -rwxr-----   1 root     users     638976 Jun 17  1996 setupdb
    # ./DRASstartup
    # Digital Remote Access Security for Digital UNIX Alpha, version
    V1.0-003
    Copyright (c) 1996 Digital Equipment Corporation. All rights reserved.
    
    
    # ^[[A    /DRASstartup &
    [1] 20034
    
    #
    [1]    Done                 ./DRASstartup
    Digital Remote Access Security for Digital UNIX Alpha, version V1.0-003
    Copyright (c) 1996 Digital Equipment Corporation. All rights reserved.
    
    
    # exit
    #
    script done on Thu Feb 06 10:10:19 1997
    nsubrg>
    
T.RTitleUserPersonal
Name
DateLines