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

Configuring the Unauthorized Use Warning Message

This procedure is used to configure the unauthorized use warning message that is displayed after a user successfully logs into the EAGLE.

These parameters are used in this procedure.

:wrnln – the line number of the text of the unauthorized use warning message. The unauthorized use warning message can contain from 1 to 20 lines of text.

:wrntx – the text of the line number of the unauthorized use warning message. The each line of text can contain up to 70 alphanumeric characters and must be enclosed in quotes (“). A blank line is specified with this text string, “ “, the blank space character enclosed in double quotes.

:clrwrntx - This parameter specifies whether or not the text of the warning message is removed and will not be displayed. This parameter has three values.
  • no - the text of a specific line in the warning message is not removed.
  • yes - the text of a specific line in the warning message is removed and will not be displayed.
  • all - the text in all the lines of the warning message are removed and no warning message will be displayed.

The clrwrntx=yes parameter can be specified only with the wrnln parameter.

The chg-secu-dflt command contains other parameters that are not used in this procedure. These parameters are used to change the user ID and password security defaults on the EAGLE. To change the user ID and password security defaults, perform the Changing the Security Defaults procedure.

Note:

When the EAGLE is delivered to the user, the database will contain this login warning message.
NOTICE: This is a private computer system. 
Unauthorized access or use may lead to prosecution.

The example in this procedure is used to change the unauthorized use warning message from the system default message to this message.

************************************************************
* NOTICE: This is a private computer system.               *
* UNAUTHORIZED ACCESS OR USE WILL BE PROSECUTED            *
*                                                          *
*                                                          *
* 03/17/08 Notice!!! System will be upgraded between       *
* the hours of 2am-3am on 04/01/08                         *
*                                                          *
*                                                          *
************************************************************

The rtrv-secu-dflt command uses the msg parameter to specify whether the unauthorized use warning message text is displayed in the command output. The msg parameter has two values.

yes – the unauthorized use warning message text is displayed.

no – the unauthorized use warning message text is not displayed.

The default value for this parameter is no.

Regardless of the value specified for the msg parameter, the user ID and password security defaults are displayed in the rtrv-secu-dflt command output.

  1. Display the current text of the unauthorized use warning message by entering the rtrv-secu-dflt command with the msg=yes parameter.

    This is an example of the possible output.

    rlghncxa03w 10-04-01 16:02:05 GMT  EAGLE5 42.0.0
    SECURITY DEFAULTS
    -----------------
    PAGE           60
    UOUT           90
    MULTLOG        NO
    MINLEN          8
    ALPHA           1
    NUM             1
    PUNC            1
    MININTRVL       1
    PNOTIFY         7
    PGRACE          3
    PREUSE          5
    PCHREUSE        4
    
    rlghncxa03w 10-04-01 16:02:05 GMT  EAGLE5 42.0.0
    WARNING MESSAGE
    ---------------
    1:"NOTICE: This is a private computer system."
    2:"Unauthorized access or use may lead to prosecution."
    3:" "
    4:""
    5:""
    6:""
    7:""
    8:""
    9:""
    10:""
    11:""
    12:""
    13:""
    14:""
    15:""
    16:""
    17:""
    18:""
    19:""
    20:""
    
  2. Change the unauthorized use warning message by entering the chg-secu-dflt command with the wrnln, wrntx, and clrwrntx parameters.

    For this example, to configure a new warning message, enter these commands.

    chg-secu-dflt:wrnln=1:wrntx=“*******************************************************”

    chg-secu-dflt:wrnln=2:wrntx=“*  NOTICE: This is a private computer system. *”

    chg-secu-dflt:wrnln=3:wrntx=“*  UNAUTHORIZED ACCESS OR USE WILL BE PROSECUTED *”

    chg-secu-dflt:wrnln=4:wrntx=“*...............................................*”

    chg-secu-dflt:wrnln=5:wrntx=“.................................................*”

    chg-secu-dflt:wrnln=6:wrntx=“* 11/17/97 Notice!!! System will be upgraded between*”

    chg-secu-dflt:wrnln=7:wrntx=“* the hours of 2am-3am on 02/07/00 *”

    chg-secu-dflt:wrnln=6:wrntx=“* 03/17/08 Notice!!! System will be upgraded between*”

    chg-secu-dflt:wrnln=7:wrntx=“* the hours of 2am-3am on 04/01/08 *”

    chg-secu-dflt:wrnln=8:wrntx=“*...................................................*”

    chg-secu-dflt:wrnln=9:wrntx=“*...................................................*”

    chg-secu-dflt:wrnln=10:wrntx=“******************************************************”

    chg-secu-dflt:wrnln=11:wrntx=“ ”

    chg-secu-dflt:wrnln=12:clrwrntx=yes

    chg-secu-dflt:wrnln=13:clrwrntx=yes

    chg-secu-dflt:wrnln=14:clrwrntx=yes

    chg-secu-dflt:wrnln=15:clrwrntx=yes

    chg-secu-dflt:wrnln=16:clrwrntx=yes

    chg-secu-dflt:wrnln=17:clrwrntx=yes

    chg-secu-dflt:wrnln=18:clrwrntx=yes

    chg-secu-dflt:wrnln=19:clrwrntx=yes

    chg-secu-dflt:wrnln=20:clrwrntx=yes

    If you wish to remove the current warning message, enter this command.

    chg-secu-dflt:clrwrntx=all

    If you wish to configure a new warning message after removing the current warning message, repeat this step with the wrnln, wrntx, and clrwrntx=yes parameters as needed.

    When each of these commands has successfully completed, this message should appear.

    rlghncxa03w 06-10-01 16:02:05 GMT  EAGLE5 36.0.0
    CHG-SECU-DFLT: MASP A - COMPLTD
    
  3. Verify the changes with the rtrv-secu-dflt:msg=yes command.

    This is an example of the possible output.

    rlghncxa03w 10-04-01 16:02:05 GMT  EAGLE5 42.0.0
    SECURITY DEFAULTS
    -----------------
    PAGE           60
    UOUT           90
    MULTLOG        NO
    MINLEN          8
    ALPHA           1
    NUM             1
    PUNC            1
    MININTRVL       1
    PNOTIFY         7
    PGRACE          3
    PREUSE          5
    PCHREUSE        4
    
    rlghncxa03w 10-04-01 16:02:05 GMT  EAGLE5 42.0.0
    WARNING MESSAGE
    ---------------
    1:"*****************************************************"
    2:"*  NOTICE: This is a private computer system.       *"
    3:"*  UNAUTHORIZED ACCESS OR USE WILL BE PROSECUTED    *"
    4:"*                                                   *"
    5:"*                                                   *"
    6:"* 03/17/08 Notice!!! System will be upgraded between *"
    7:"*                 the hours of 2am-3am on 04/01/08  *"
    8:"*                                                   *"
    9:"*                                                   *"
    10:"****************************************************"
    11:" "
    12:""
    13:""
    14:""
    15:""
    16:""
    17:""
    18:""
    19:""
    20:""
    
  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-3 Configuring the Unauthorized Use Warning Message