Ops Center AI wrong IP


 
Thread Tools Search this Thread
Operating Systems Solaris Ops Center AI wrong IP
# 8  
Old 12-21-2013
What about /etc/netboot/wanboot.conf?
# 9  
Old 12-21-2013
on our Ops Center AI config:

Code:
root@opscenter:~# cat /var/ai/ai-webserver/listen-addresses.conf 
#
# Do not edit by hand.
# This file is created by the svc:/system/install/server method script
# and is Included in the AI webserver configuration file.
#
Listen 10.236.102.219:5555
Listen <second IP>:5555
Listen 192.168.101.2:5555
Listen 10.226.21.141:5555


Code:
root@10-226-23-58:~# cat /etc/netboot/wanboot.conf
root_server=http://opscenter.<domain>.com:5555/cgi-bin/wanboot-cgi
root_file=/var/js/AI/sparc_1/boot/platform/sun4v/boot_archive
boot_file=/var/js/AI/sparc_1/platform/sun4v/wanboot
system_conf=system.conf
encryption_type=
signature_type=
server_authentication=no
client_authentication=no

# 10  
Old 12-21-2013
And what does nslookup opscenter.<domain>.com show? My (wild) guess it will be "10.236.102.219".
# 11  
Old 12-21-2013
It looks like good. I don't know why AI server choosed first IP address from /var/ai/ai-webserver/listen-addresses.conf

Code:
root@10-226-23-58:~# nslookup opscenter.<domain>.com
;; connection timed out; no servers could be reached

root@10-226-23-58:~# grep opscenter /etc/hosts
10.226.21.141   opscenter.<domain>.com


Last edited by olibertu; 12-21-2013 at 04:04 PM..
# 12  
Old 12-21-2013
Hmm, try running this:
Code:
/usr/bin/ai_sd -n opscenter_oc_solaris_sparc_1 -o /tmp/service_list -t 5 -d 4

Then show us what is in /tmp/service_list.
# 13  
Old 12-21-2013
Code:
root@10-226-23-58:~# /usr/bin/ai_sd -n opscenter_oc_solaris_sparc_1 -o /tmp/ser
vice_list -t 5 -d 4
<AISD_I 12/21 20:06:23> Service file: /tmp/service_list
<AISD_I 12/21 20:06:23> Service to look up: opscenter_oc_solaris_sparc_1._OSInstall._tcp.local
<AISD_I 12/21 20:06:28> Valid service found:
        svc: opscenter_oc_solaris_sparc_1._OSInstall._tcp.local:5555
        TXT: aiwebserver=10.236.102.219:5555
<AISD_I 12/21 20:06:28> opscenter_oc_solaris_sparc_1._OSInstall._tcp.local can be reached at: 10.236.102.219:5555
<AISD_I 12/21 20:06:28> Storing service list into /tmp/service_list
root@10-226-23-58:~# cat /tmp/service_list .
10.236.102.219:5555:opscenter_oc_solaris_sparc_1

# 14  
Old 12-21-2013
And what is in /system/volatile/service_list?
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