Go to primary content
Oracle® Communications EAGLE Database Administration - System Management User's Guide
Release 46.6
E93319 Revision 1
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Removing a User from the System

This procedure is used to remove a user from the EAGLE using the dlt-user command. This procedure can only be performed if you have been assigned the command class “Security Administration.” If the user ID does not exist in the database, the user’s characteristics cannot be changed.

  1. Display the user IDs in the database using the rtrv-secu-user command.

    This is an example of the possible output.

    rlghncxa03w 09-03-01 08:33:48 GMT EAGLE5 40.1.0
                                                                    
    USER ID              AGE PAGE UOUT REV LINK SA  SYS PU  DB  DBG
    frodo                0   60 * 90 * NO  YES  NO  YES NO  YES YES
                
                DB1 U02 U03 U04 U05 U06 U07 U08 U09 U10 U11 U12 U13 U14 U15 U16
                YES NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO
                
                U17 U18 U19 U20 U21 U22 U23 U24 U25 U26 U27 U28 U29 U30 U31 U32
                NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO  NO
                                                        
    USER ID              AGE PAGE UOUT REV LINK SA  SYS PU  DB  DBG
    manny                36  60   60   NO  YES  YES YES YES YES YES
                
                U01 U02 U03 U04 U05 U06 U07 U08 U09 U10 U11 U12 U13 U14 U15 U16
                NO  NO  NO  NO  YES YES YES YES YES YES YES YES YES YES YES YES
                
                U17 U18 U19 U20 U21 U22 U23 U24 U25 U26 U27 U28 U29 U30 U31 U32
                YES YES YES YES YES YES YES YES YES YES YES NO  NO  NO  NO  YES
                                                                    
    USER ID              AGE PAGE UOUT REV LINK SA  SYS PU  DB  DBG
    fred                 750 0    0    NO  YES  YES YES YES YES YES
                
                DB1 U02 U03 U04 U05 U06 U07 U08 U09 U10 U11 U12 U13 U14 U15 U16
                YES YES YES YES YES YES YES YES YES YES YES YES YES YES YES NO
                
                U17 U18 U19 U20 U21 U22 U23 U24 U25 U26 U27 U28 U29 U30 U31 U32
                YES YES YES YES YES YES YES YES YES YES YES YES YES NO  NO  NO
                                                                    
    USER ID              AGE PAGE UOUT REV LINK SA  SYS PU  DB  DBG
    travist              101 60 * 90 * NO  YES  NO  YES NO  NO  YES
                
                DB1 U02 U03 U04 U05 U06 U07 U08 U09 U10 U11 U12 U13 U14 U15 U16
                YES YES YES YES YES YES YES YES YES YES YES YES YES YES YES YES
                
                U17 U18 U19 U20 U21 U22 U23 U24 U25 U26 U27 U28 U29 U30 U31 U32
                YES YES YES YES YES YES NO  NO  NO  NO  YES YES YES YES YES NO
    
  2. Remove the user ID from the database by using the dlt-user command.

    The dlt-user command has only one parameter, uid, which is the user ID that you wish to remove from the database. For this example, enter this command.

    dlt-user:uid=travist

    When this command has successfully completed, this message should appear.

    rlghncxa03w 06-10-01 09:12:36 GMT  EAGLE5 36.0.0
    DLT-USER: MASP A - COMPLTD
    
  3. Verify the changes using the rtrv-secu-user command and specifying the user ID used in step 2 with the uid parameter.

    For this example, enter this command.

    rtrv-secu-user:uid=travist

    If the user ID was removed in step 2, error message E2199 is displayed.

    E2199 Cmd Rej: The specified user identification is not defined
    
  4. Back up the new changes using the chg-db:action=backup:dest=fixed command.

    These messages should appear, the active Maintenance and Administration Subsystem Processor (MASP) appears first.

    BACKUP (FIXED) : MASP A - Backup starts on active MASP.
    BACKUP (FIXED) : MASP A - Backup on active MASP to fixed disk complete.
    BACKUP (FIXED) : MASP A - Backup starts on standby MASP.
    BACKUP (FIXED) : MASP A - Backup on standby MASP to fixed disk complete.
    

Figure 4-7 Removing a User from the System