Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring Agent Installation Issue on Ops Center Post 302759153 by Junaid Subhani on Monday 21st of January 2013 03:53:20 PM
Old 01-21-2013
Power Agent Installation Issue on Ops Center

Hi guys . While installing the agent on an asset Solaris system:
Code:
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 step : workarounds configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 
Validating step : db configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 
/var/run/cacao/instances/scn-agent/run/*.pid: No such file or directory
Validating step : sc_console configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 
verified sc_console command is OK 
Validating step : setup_hmp configure -u root -p /var/tmp/OC/mypasswd 
Validating step : scn_agent configure 
scn_agent Common Agent Container environment is OK 
Validating step : setup_net configure 
skipping setup_net step for zone VC. 
Validating step : uce_agent configure 
Validating step : config_sysconfig configure 
Validating step : final configure 
End of validation 

executing step : workarounds 
workaround configuration done. 

executing step : db 
/var/run/cacao/instances/scn-agent/run/*.pid: No such file or directory
configuring db 
INFO: hd_domain_vc_agent_db.sh decrypted the password.
Java DB creation and initialization for Domain Model successful
configuring jobs db 
INFO: hd_jobs_vc_agent_db.sh decrypted the password.
Java DB creation and initialization for job manager successful
INFO: db decrypted the password. 

executing step : sc_console 
verified sc_console command is OK 
Configuring sc_console 
*checking existing sc_console connections 
doing sc-console registration 
Jan 22, 2013 12:29:32 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out
Jan 22, 2013 12:29:32 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Jan 22, 2013 12:32:43 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out
Jan 22, 2013 12:32:43 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Jan 22, 2013 12:35:54 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out
Jan 22, 2013 12:35:54 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
CE: java.net.ConnectException: Connection timed out
Code: 10
ERROR: Connection refused.
sc-console registration failed on [10]. 
sc-console : Unknown error. *

It does not seem to be connecting . What seems to be the issue here and how can I resolve it ?

Last edited by Scott; 01-21-2013 at 04:55 PM.. Reason: Code tags, please...
 

7 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. UNIX and Linux Applications

Autosys remote agent installation issue

We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys. But the issue is there is already a Jobtrac scheduler present in this server, and the support team who do Autosys installation say that these 2 schedulers cannot exist in the same server.... (0 Replies)
Discussion started by: hidnana
0 Replies

5. AIX

Autosys remote agent installation issue

We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys. But the issue is there is already a Jobtrac scheduler present in this server, and the support team who do Autosys installation say that these 2 schedulers cannot exist in the same server.... (0 Replies)
Discussion started by: hidnana
0 Replies

6. UNIX for Advanced & Expert Users

Autosys remote agent installation issue

We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys. But the issue is there is already a Jobtrac scheduler present in this server, and the support team who do Autosys installation say that these 2 schedulers cannot exist in the same server.... (0 Replies)
Discussion started by: hidnana
0 Replies

7. Solaris

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... (25 Replies)
Discussion started by: olibertu
25 Replies
BUILD-JAR-REPOSITO(1)						Java Packages Tools					     BUILD-JAR-REPOSITO(1)

NAME
build-jar-repository - create a symbolic link to a JAR SYNOPSIS
build-jar-repository [OPTION]... DIRECTORY JAR|artifact-coordinates DESCRIPTION
Build a JAR repository in the named directory by copying files or creating symbolic links. The JARs can be identified by their names or Maven artifact coordinates. Artifact coordinates specify Maven artifact and are in format groupId:artifactId[:extension[:classifier]]:version. If extension is omitted then "jar" is used. If classifier is omitted then empty classifier is used. For more information see XMvn Configuration Reference. OPTIONS
If no option is specified the default action will be to create symbolic links -c, --copy Copy files. -h, --hard Create hard links. -p, --preserve-naming Try to preserve the names of the original JAR files (in case of a nested hit the slashes in the path will still be replaced by underscores). Using this option makes any future automated repository rebuild impossible, and implies -c unless specified otherwise. -s, --soft, --symbolic Create symbolic links (default). --help Display help text EXAMPLES
build-jar-repository . jndi - This will create a symbolic link to the jndi JAR in the current working directory. build-jar-repository -h /tmp log4j - This will create a hard link to the log4j JAR in /tmp directory. build-jar-repository -c . org.apache.commons:commons-io - This will copy commons-io JAR to the current working directory. AUTHOR
Originally written by Nicholas Mailhot and David Walluck. REPORTING BUGS
Bugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/. SEE ALSO
build-classpath(1), rebuild-jar-repository(1), JAVAPACKAGES
06/10/2014 BUILD-JAR-REPOSITO(1)
All times are GMT -4. The time now is 07:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy