|
[B]3.4 Enabling and Disabling Components[/B]
如果disable了一个组件,则意味着:[B]在重启AS instance时,这个组件不能启动[/B],且它不会显示在Application Server home page的System Components段的列表中.
如果enable了一个组件,则意味着:[B]在重启AS instance时,这个组件是能够启动的[/B],且它将显示在Application Server home page的System Components段的列表中.
可以在Application Server Control Console的Application Server home page中,点击[B]Enable/Disable Components[/B].可以选择具体的组件作disable/enable操作的.
[B]Notice that components that are dependent on each other are grouped, and are all enabled or disabled together.[/B][/COLOR]
[B]Note:[/B]如果你使用了本书中的backup和recovery程序,在你enable或disable组件后,需要运行bkp_restore.pl -m config[/COLOR]命令来向OracleAS Backup and Recovry工具重新注册.
[B]3.5 Starting and Stopping an Oracle Application Server Environment[/B]
本章讲的是start或stop一个Oracle AS environment的步骤.Environment是指多台主机上由多个intances和middle-tiers组成的分部式环境,这些intances存在相互依赖.
[B]3.5.1 Starting an Oracle Application Server Environment[/B]
启动Oracle AS environment的步骤如下:
-1. Start Metadata Repository-only Infrastructure.
如果某个环境只安装了Infrastructure的Metadata Repository,则可按任何次序(这些Metadata Repository之间的)启动它. 而且只需启动Metadata Repository,而不需要用opmnctl启动启它的进程,但还需要启动Oracle Application Server Control Console.
详见:[3.2.1 Starting an Infrastructure]
-2. Start the Infrastructure that contains Identity Management.
如果使用Indetity Management,则需启动其中的Oracle Internet Directory. 如果还有Metadata Repository,则需要先启动Metadata Repository后再启动OID.
详见:[3.2.1 Starting an Infrastructure]
-3. Start OracleAS Clusters.
若主机中含有OracleAS Clusters的middle-tier instances,可按任何次序(这些instance之间的)启动它们.
详见:<<Oracle Application Server 10g High Availability Guide>>
-4. Start Middle-tier Instances.
如果环境中的多个middle-tier instances不属于某OracleAS Clusters,则也可按任何次序(这些instance之间的)启动它们.
详见:[3.2.3 Starting a Middle-Tier Instance]
[B]3.5.2 Stopping an Oracle Application Server Environment[/B]
详细步骤如下:
-1. Stop OracleAS Clusters.
如果AS Cluster内有多个middle-tier intances,可按任何次序停止他们.
详见:<<Oracle Application Server 10g High Availability Guide>>
-2. Stop Middle-tier Instances.
如果环境中有多个middle-tier instance但又不属于某个cluster,则也可按任何的次序停止他们.
详见:[3.2.4 Stopping a Middle-Tier Instance]
-3. Stop the Infrastructure that contains Identity Management.
如果使用了Identity Management,则需停止其中的Oracle Internet Directory. 如果还有Metadata Repository,则也需要停止(Metadata Repository).
详见:[3.2.2 Stopping an Infrastructure]
-4. Stop Metadata Repository-only Infrastructure.
如果Infrastructure只有一个Metadata Repository,可按任何次序停止它.(昏,是八是写文档的写错啦).
详见:[3.2.2 Stopping an Infrastructure]
[B]需要注意在OracleAS中,从层次上分为两种instance,一种是为Infrastruture服务的instance,另一种则是向最终用户提供服务的middle-tier instance.[/B][/cOLOR] |
|