Ops Center AI wrong IP


 
Thread Tools Search this Thread
Operating Systems Solaris Ops Center AI wrong IP
# 1  
Old 12-21-2013
Ops Center AI wrong IP

Hello, I have problems with Automated Installer on Solaris 11. I tried provision Solaris 11 on my T5-1B server from Ops Center, but AI set wrong IP address for manifest SMF. My Ops Center server has two IP addresses 10.236.102.219 and 10.226.21.141. Second IP is in subnet for provisioning of Operating Systems.

WAN boot successfully dowloaded all images from 10.226.21.141:5555, but after installation of this image service svc:/application/manifest-locator:default failed. From logs I read it tried connect to 10.236.102.219 IP address instead of 10.226.21.141.

Could you please help me why? I attached also log file

Last edited by olibertu; 12-21-2013 at 03:38 PM..
# 2  
Old 12-21-2013
Hi Smilie. Post output of:
Code:
svccfg export application/manifest-locator | grep exec_method

# 3  
Old 12-21-2013
Code:
root@10-226-23-58:~# svccfg export application/manifest-locator | grep exec_met
hod
    <exec_method name='start' type='method' exec='/lib/svc/method/manifest-locator' timeout_seconds='0'/>
    <exec_method name='stop' type='method' exec=':true' timeout_seconds='0'/>

# 4  
Old 12-21-2013
Now run:
Code:
perl -i -pe '$.==1&&!/-x/&&s/$/ -x/' /lib/svc/method/manifest-locator
svcadm clear application/manifest-locator

This will tun on Shell debug mode, which will go into the service log. After the service goes into maintenance again, show us whole /var/svc/log/application-manifest-locator:default.log file.
# 5  
Old 12-21-2013
# 6  
Old 12-21-2013
What is the contents of: /etc/netboot/system.conf and /etc/netboot/wanboot.conf?
# 7  
Old 12-21-2013
Code:
root@10-226-23-58:~# cat /etc/netboot/system.conf
install_service=opscenter_oc_solaris_sparc_1
install_svc_address=$serverIP:5555


Last edited by olibertu; 12-21-2013 at 03:45 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