Ops Center AI wrong IP


 
Thread Tools Search this Thread
Operating Systems Solaris Ops Center AI wrong IP
# 15  
Old 12-21-2013
Code:
root@10-226-23-58:~# ls /system/volatile/service_list.*
/system/volatile/service_list.1165  /system/volatile/service_list.912
root@10-226-23-58:~# cat /system/volatile/service_list.1165
10.236.102.219:5555:opscenter_oc_solaris_sparc_1
root@10-226-23-58:~# cat /system/volatile/service_list.912
10.236.102.219:5555:opscenter_oc_solaris_sparc_1

# 16  
Old 12-21-2013
And this (without dot):
Code:
ls /system/volatile/service_list*

# 17  
Old 12-21-2013
Code:
root@10-226-23-58:~# ls /system/volatile/service_list*
/system/volatile/service_list.1165  /system/volatile/service_list.912

# 18  
Old 12-21-2013
What does this show:
Code:
file /usr/bin/ai_sd

# 19  
Old 12-21-2013
Code:
root@10-226-23-58:~# file /usr/bin/ai_sd
/usr/bin/ai_sd: executable /usr/bin/python2.6 script

# 20  
Old 12-21-2013
Ok, lets try to find out what files it is opening. Try:
Code:
truss -f /usr/bin/ai_sd -n opscenter_oc_solaris_sparc_1 -o /tmp/service_list2 -t 5 -d 4 2>&1 | grep open

# 21  
Old 12-21-2013
Output file uploaded

Last edited by olibertu; 12-21-2013 at 04:54 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Agent Installation Issue on Ops Center

Hi guys . While installing the agent on an asset Solaris system: root@system: /var/tmp/OC $ /opt/SUNWxvmoc/bin/agentadm configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 agentadm: Version 12.1.2.2161 launched with args: configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 Validating... (3 Replies)
Discussion started by: Junaid Subhani
3 Replies

2. Solaris

OPS Center Email Notifications

Hi, Does any one know how to configure email notifications (to exchange) in Oracle Enterprise Manager 11g OPS Center? I have gone through the documentation and have done everything it asked, but still no notifications via email. I get the following error: At the OS level i tried sending email... (20 Replies)
Discussion started by: Mack1982
20 Replies

3. Solaris

Sun Ops Center

Hi, Can anyone share the link to download sun ops centre i have sun partner account, but i unable find the link Thanks RJS (3 Replies)
Discussion started by: rajasekg
3 Replies

4. Solaris

Sun xVM Ops Center 1.1

I have 180 Solaris 7, 8 and 9 servers to patch and am looking at using xVM Ops Center. Has anyone here had any experience with it? (1 Reply)
Discussion started by: mr_crosby
1 Replies
Login or Register to Ask a Question