CREATE_MESSAGE_MODULE initiation_messages$us_english


*IF $variable(rav$proc_doc,declared)<>'UNKNOWN'

" PURPOSE:
"   This deck contains the command calls to create the system initiation
"   messages module that is used by the DISPLAY_MESSAGE interface.
"
" DESIGN:
"   The function of a message module is to provide help for a user executing
"   commands interactively.  Therefore the kinds of messages found in a
"   message module reflect that purpose.  In setting up messages to display
"   using message module technology the parameter prompt messages are used
"   as the displaying messages.
*IFEND


CREATE_PARAMETER_PROMPT_MESSAGE n=initiating_system
+N0Beginning system initiation +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=system_initiation_complete
System initiation complete.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=system_activation_complete
+N0---- SYSTEM ACTIVATION COMPLETE ----+N+X2
**

CREATE_PARAMETER_PROMPT_MESSAGE n=activating_dual_state_tasks
+N0Activating dual state tasks +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=dual_state_tasks_activated
Dual state tasks activated.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=activating_namve
+N0Activating NAM/VE +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=namve_activated
NAM/VE activated.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=activating_network
+N0Activating the network +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=network_activated
Network activated.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=deactivating_namve
+N0Deactivating NAM/VE +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=namve_deactivated
NAM/VE deactivated.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=deactivating_network
+N0Deactivating the network +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=network_deactivated
Network deactivated.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=activating_for_production
+N0Activating the system for production +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=production_activated
System activated for production.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=console_only_activated
+N0System activated for system console usage ONLY.+X2The system is NOT
 available to users.+N+X2
**

CREATE_PARAMETER_PROMPT_MESSAGE n=activating_job_environment
+N0Activating job environment +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=job_environment_activated
Job environment activated.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=executing_initiation_commands
+N0Executing +P1 +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=initiation_commands_executed
+P1 executed.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=installing_deferred_products
+N0Installing deferred products +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=deferred_products_installed
Deferred products installed.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=installing_installation_tape
+N0Installing Installation Tape +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=installation_tape_installed
Installation Tape installed.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=continuing_without_action
+N+X2+N0Continuing with system initiation +K...+K
+N2No system installation will be performed.
+N2The system will be activated for system console usage only.
+N+X2
**

CREATE_PARAMETER_PROMPT_MESSAGE n=activation_option_set
+N+X2+N0The system activation option is set to +P.+N+X2
**

CREATE_PARAMETER_PROMPT_MESSAGE n=installation_option_set
+N+X2+N0The system installation option is set to +P.+N+X2
**

CREATE_PARAMETER_PROMPT_MESSAGE n=user_aborts_tape_request
+N+X2+N0The request for the installation tape (or initial load from the tape)
 was terminated at the user's request.+X2When prompted, please verify the
 tape installation parameters and mount the correct tape.+X2To
 terminate the installation, enter QUIT at the prompt and the system
 will be activated for system console usage only.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=incorrect_installation_tape
+N+X2+N0This is not the correct tape.+X2One of the following occurred:
+N1 1. The incorrect installation tape was assigned.+X2The first
+N5installation tape must be assigned.
+N1 2. This tape is not an installation tape.
+N0When prompted, please verify the tape installation parameters
 and mount the correct tape.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=no_setit_command
+N+X2+N0During system core command processing, no SET_INSTALLATION_TAPE
 command was entered.+X2You will be presented with a menu to supply the
 packing list name and VSN(s) of the installation tape.+X2If you do
 not wish to install the installation tape, you may enter QUIT at
 the menu prompt.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=packing_list_name_already_used
+N+X2+N0The packing list name selected (+P1) is already being used.+X2Please
 enter a new value.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=requesting_installation_tape
+N0Requesting installation tape with EVSN='+P1' RVSN='+P2'
 and TYPE=+P3 +K...+K
**

CREATE_PARAMETER_PROMPT_MESSAGE n=unable_to_restore_from_tape
+N+X2+N0The permanent file restore from the installation tape failed.+X2This
 may have been caused by one of the following:
+N1 1. A dirty tape drive.
+N1 2. A faulty tape drive.
+N1 3. A faulty tape.
+N1 4. The wrong tape.
+N1 5. Some other problem.
+N0When prompted, please verify the tape installation
 parameters and mount the correct tape. To terminate the installation,
 enter QUIT at the prompt and the system will be activated for system console
 usage only.
**


END_MESSAGE_MODULE
