Oracle Enterprise Manager Cloud Control(oemc)インストール後の確認を行ないます。
[oracle@node01 ~]$ vi .bash_profile
・
・
・
ORACLE_HOME=/u01/app/oracle/em13c/oraclehome/
PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
export PATH
umask 022
インストールユーザーのprofileは最終的に以下のようになりました。
[oracle@node01 ~]$ emctl status oms
Oracle Enterprise Manager Cloud Control 13c Release 1
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
WebTier is Up
Oracle Management Server is Up
JVMD Engine is Up
BI Publisher Server is Down
BI Publisher is disabled, to enable BI Publisher on this host, use the 'emctl config oms -enable_bip' command
サーバーサービスが起動していることを確認しています。
[oracle@node01 ~]$ /u01/app/oracle/em13c/agentbasedir/agent_13.1.0.0.0/bin/emctl status agent
Oracle Enterprise Manager Cloud Control 13c Release 1
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 13.1.0.0.0
・
・
・
Last attempted heartbeat to OMS : 2016-08-03 00:29:59
Last successful heartbeat to OMS : 2016-08-03 00:29:59
Next scheduled heartbeat to OMS : 2016-08-03 00:30:59
---------------------------------------------------------------
Agent is Running and Ready
なお、サーバーではエージェントサービスも稼働しています。

ブラウザを開き、https://(IPアドレス):7802/em/にアクセスします。

証明書のエラーが出たので、例外に追加します。

インストール時に指定したsysmanのパスワードでログインします。

アクセシビリティの設定が最初に表示されます。
後から設定することも可能です。

ライセンス契約が表示されるので、「同意します」をクリックして次に進みます。

ログイン後、最初に表示する画面を選びます。

ログインしました。
最初にサマリーの画面を表示しました。
ここでエージェントホストの概要とかが表示されるようです。
[oracle@node01 ~]$ vi .bash_profile
・
・
・
ORACLE_HOME=/u01/app/oracle/em13c/oraclehome/
PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
export PATH
umask 022
インストールユーザーのprofileは最終的に以下のようになりました。
[oracle@node01 ~]$ emctl status oms
Oracle Enterprise Manager Cloud Control 13c Release 1
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
WebTier is Up
Oracle Management Server is Up
JVMD Engine is Up
BI Publisher Server is Down
BI Publisher is disabled, to enable BI Publisher on this host, use the 'emctl config oms -enable_bip' command
サーバーサービスが起動していることを確認しています。
[oracle@node01 ~]$ /u01/app/oracle/em13c/agentbasedir/agent_13.1.0.0.0/bin/emctl status agent
Oracle Enterprise Manager Cloud Control 13c Release 1
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 13.1.0.0.0
・
・
・
Last attempted heartbeat to OMS : 2016-08-03 00:29:59
Last successful heartbeat to OMS : 2016-08-03 00:29:59
Next scheduled heartbeat to OMS : 2016-08-03 00:30:59
---------------------------------------------------------------
Agent is Running and Ready
なお、サーバーではエージェントサービスも稼働しています。

ブラウザを開き、https://(IPアドレス):7802/em/にアクセスします。

証明書のエラーが出たので、例外に追加します。

インストール時に指定したsysmanのパスワードでログインします。

アクセシビリティの設定が最初に表示されます。
後から設定することも可能です。

ライセンス契約が表示されるので、「同意します」をクリックして次に進みます。

ログイン後、最初に表示する画面を選びます。

ログインしました。
最初にサマリーの画面を表示しました。
ここでエージェントホストの概要とかが表示されるようです。

コメント