Discover 4i 在EBS主机上的相关目录
$ORACLE_HOME/discwb4/util;
$IAS_ORACLE_HOME/Apache/Apache/htdocs/discwb4/applet/;
Discover无法登录检查步骤
Step1>检查进程
ps -ef|grep disc;
Step2>检查locator.log日志文件;
$ more locator.log
LogFile Name = Locator.log
Created FileWriter = Locator.log
Tue Mar 23 03:09:51 CST 2010 Locator: Locator is created. Name = byshwlerp.by
s.com_8000OracleDiscovererLocator4
Tue Mar 23 03:09:51 CST 2010 Locator Instantiated: 23-Mar-10 3:09:51 AM 710ms
Tue Mar 23 03:09:51 CST 2010 Locator: _getPreferences() bind to preference ob
ject
Tue Mar 23 03:09:51 CST 2010 Prefs object binding took: 0:0
:0.105
Tue Mar 23 03:09:52 CST 2010 Prefs object GetData took: 0:0
:0.456
Tue Mar 23 03:09:52 CST 2010 No IP Address specified. Will bind to available
resource. Please check MachineIPs value in Registry (this setting will disable s
ession caching)
Tue Mar 23 03:09:52 CST 2010 Number of server machine = 0
Tue Mar 23 03:09:52 CST 2010 Locator: IP addresses changed. Flushing cache
Tue Mar 23 03:09:52 CST 2010 Locator: IP addresses changed. Initializing OAD
list
Tue Mar 23 03:09:52 CST 2010 Locator: Creating new OAD connections
Tue Mar 23 03:09:52 CST 2010 Locator: IOR = IOR:000000000000001349444c3a44434
94c6f6361746f723a312e30000000000001000000000000006f000100000000000c31302e31302e3
1302e313200edd900000000005300504d43000000000000001349444c3a4443494c6f6361746f723
a312e3000000000002f62797368776c6572702e6279732e636f6d5f383030304f7261636c6544697
3636f76657265724c6f6361746f723400
Step3>是否有设置过防火墙及更改过host上的IP;
Step4>运行检查程序;
$ checkdiscoverer.sh
CheckDiscoverer: Version 4.1.48.00 on 3/23/10 3:42 AM
Initializing ORB...
ORB initialized successfully.
Checking for OSAgent...
Found OSAgent.
Checking for OAD...
OAD is running.
Checking for Discoverer Preferences component...
Discoverer Preferences component is registered with OAD.
Checking for Discoverer Server...
Discoverer Server is registered with OAD.
Binding to Discoverer Server...
Successfully bound to Discoverer Server.
Checking for Discoverer Locator...
4.1.20
Found Discoverer Locator.
Binding to Discoverer Server using Discoverer Locator...
Successfully bound to Discoverer Server.
Checking for Gatekeeper...
file:/erpsys/appl/prodora/iAS/Apache/Apache docs/discwb4/applet/gatekeeper.i
WARNING: Attempting to use HTTP Firewall Proxy Server
due to security restrictions: org.omg.CORBA.INTERNAL[completed=MAYBE,
eason=Can not find GateKeeper: org.omg.CORBA.NO_IMPLEMENT[completed=MAYBE]]
Error: Gatekeeper is not running. Clients outside the firewall will not be abl
to connect.
Hint: Start Gatekeeper by running startgatekeeper.sh under /erpsys/appl/prodor
8.0.6/discwb4/util.
Refer to the Discoverer Configuration Guide for more information on configurin
Gatekeeper.
Checking that the machine has only one network card...
Yes.
Step5>检查gatekeeper.properties;
$more $IAS_ORACLE_HOME/Apache/Apache/htdocs/discwb4/applet/gatekeeper.properties;
#GateKeeper Properties
#Wed Oct 18 14:16:11 PDT 2000
enable_ssl_on_exterior=false
exterior_port=15000
enable_callbacks=false
ior_file_name=gatekeeper.ior
log_file=gatekeeper.log
log_level=normal
Step6>检查端口是否正常;
$ netstat -an|grep 15000
*.15000 *.* 0 0 49152 0 LISTEN
Step7>在XP上检查一下telnet hostname 15000是否正常[主要是检查是否设置过防火墙];
Step8>重新注册/重新启动;
./unregistersession.sh
./unregisterpreference.sh
./unregistercollector.sh
./stopall.sh
./applypreferences.sh
./startall.sh
./registerall.sh
./startgatekeeper.sh
Step9>重启Apache;
./$OAD_TOP/admin/scripts/Instance/adapcctl.sh stop
./$OAD_TOP/admin/scripts/Instance/adapcctl.sh start
./$OAD_TOP/admin/scripts/Instance/adapcctl.sh status
如果状态正常后,转到Step10
Step10>测试;
;
;
阅读(1434) | 评论(0) | 转发(0) |