Edit D:\app\Administrator\product\11.2.0\dbhome_1\sysman\admin\emdrep\rsc\pp\paf\gettingStarted.dlf
<?xml version="1.0" encoding="UTF-8" ?> <!-- - $Header: gettingStarted.dlf 23-dec-2005.02:53:21 ktlaw Exp $ - - Copyright (c) 2004 Oracle. All Rights Reserved. - - NAME - main.dlf - Seed file for the MGMT_MESSAGES table - - DESCRIPTION - This file contains seed data for the EM Messages table. - - NOTES - - MODIFIED (MM/DD/YY) - ktlaw 12/12/05 - created --> <table name="MGMT_MESSAGES"> <!-- lookup-key indicates which columns are used by TransX to recognize a row as a duplicate --> <lookup-key> <column name="MESSAGE_ID"/> <column name="SUBSYSTEM"/> <column name="LANGUAGE_CODE"/> <column name="COUNTRY_CODE"/> </lookup-key> <!-- columns indicates which columns will be loaded as part of processing the dataset and which should be translated by the Translation Group --> <columns> <column name="MESSAGE_ID" type="string" maxsize="256"/> <column name="SUBSYSTEM" type="string" maxsize="64"/> <column name="LANGUAGE_CODE" type="string" constant="en" translate="yes"/> <column name="COUNTRY_CODE" type="string" constant=" " translate="yes"/> <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/> </columns> <!-- dataset specifies the data to be loaded into the repository --> <dataset> <row> <col name="MESSAGE_ID">PAF_GS_HEADER</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Getting Started with Deployment Procedure Manager</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_PARA_1</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">The Procedure Manager allows you to view, edit, run, and monitor deployment procedures. Deployment procedures are best practices provided by Oracle for various provisioning tasks.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_PARA_2</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">In order for the Deployment Procedure Manager to function properly, the Provisioning Daemon job should be running. This job is used to monitor the status of running deployment procedures. You can start/stop a job and also view the status of the job using the pafctl utility. You can find this utility in the <OMS ORACLE_HOME>/bin directory. The syntax for this utility is as follows:</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_ACTION</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">You must specify a value for action. The action can have any one of the following values:</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_START</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">To start the Provisioning Daemon job. This takes the interval value from the command line. If no interval is specified in the command line, you will have to enter a value, which is the interval (in minutes) with which to run the Provisioning Daemon job.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_STOP</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">To stop the Provisioning Daemon job.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_STATUS</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE"> To check if the Provisioning Daemon job is running.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_PASSWORD</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">You must specify the sysman password to connect to the repository. If not specified at the command line, you will be prompted to enter the value.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_INTERVAL</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">This is the interval (in minutes) with which to run the Provisioning Daemon job, which is valid only for start. The default interval is 3 minutes.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_PARA_3</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE"> The Deployment Procedure Manager operates on targets managed by agents with versions of 10.2.0.2.0 or higher. Certain features in the Deployment Procedure Manager will not work with a 10.2.0.1.0 (or lower version) agent, even if the agent is uploading to a 10.2.0.2.0 Management Server.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_PARA_4</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE"> The Deployment Procedure Manager has three tabs : Procedures, Procedure Completion Status, and Recycle Bin.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_PROC_TAB</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Procedures Tab</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_STATUS_TAB</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Procedure Completion Status Tab</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_RBIN_TAB</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Recycle Bin Tab</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_PROC_TAB_TEXT</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">This tab lists all available Deployment Procedures. Procedures created by Oracle Corporation cannot be edited or deleted. For more information on Procedures tab, click Help on that page.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_STATUS_TAB_TEXT</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">This tab lists all the Deployment Procedures that have been submitted to be executed. For more information on Procedure Completion Status tab, click Help on that page.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_RBIN_TAB_TEXT</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">You can delete procedures and runs. When procedures or runs are deleted, they will be internally marked as deleted and will not be listed in the Procedures or Procedure Completion Status tabs. Instead they will be displayed in the Recycle Bin tab. For more information on Recycle Bin tab, click Help on that page.</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_RELATED</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Related Topics</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_L_ABOUT</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">About Deployment Procedure Manager</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_L_CUS</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Customizing, Editing, Deleting, and Executing a Procedure</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_L_CRE</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Creating, Editing, and Deleting a Step</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_L_EM</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">Enterprise Manager Information Roadmap</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_D_ABOUT</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">topicid:paf_about_paf</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_D_CUS</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">topicid:paf_create_edit_proc</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_D_CRE</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">topicid:paf_create_edit_step</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_D_EM</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">topicid:oemtop_em_information</col> </row> <row> <col name="MESSAGE_ID">PAF_GS_LINK_BOOLEAN</col> <col name="SUBSYSTEM">PAF_MESSAGES</col> <col name="MESSAGE">1</col> </row> </dataset> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de