Configuring call-manager-fallback error

CUCM: 9.1
Phones work well registered to CUCM.
GW 2911 with IOS 15.2(4)M
configured call-manager-fallback
call-manager-fallback
secondary-dialtone 9
max-conferences 8 gain -6
transfer-system full-consult
timeouts interdigit 6
ip source-address 192.168.54.1 port 2000 strict-match
max-ephones 60
max-dn 90 dual-line preference 5
transfer-pattern .T
keepalive 10
time-zone 39
time-format 24
Problem definition:
When phones are in SRST, they register with the default gateway showing system message but no dn's.
thankyou in advance, please help.

Hi Mohanraj,
Glad that by CME SRST your problem is fixed.
But if it's possible for you to test with "call-manager-fallback" SRST, then please check below things:-
1). Check the SRST version
2). Check the Phone firmware supported for that SRST version.
It seems that there is an issue with Phone firware for the SRST version you are using.
Regards,
Nishant Savalia

Similar Messages

  • Can't remove registered ephone in call-manager-fallback

    This ephone and dn keeps registering so long as call-manager-fallback is not shutdown.
    RTR001#show ephone registered
    ephone-1[0] Mac:0FD4.9DA0.D415 TCP socket:[1] activeLine:0 whisperLine:0 REGISTERED in SCCP ver 6/5 max_streams=1
    mediaActive:0 whisper_mediaActive:0 startMedia:0 offhook:0 ringing:0 reset:0 reset_sent:0 paging 0 debug:0 caps:7
    IP:10.32.21.183 * 26602 SCCP Gateway (AN)  keepalive 4 max_line 2 available_line 1 dual-line
    port 2/0/21
    button 1: cw:1 ccw:(0)
      dn 2  number 4851  CM Fallback CH1   IDLE
    Preferred Codec: g711ulaw
    Lpcor Type: none
    The MAC 0FD4.9DA0.D415 identifies port 21 on a Cisco VG224. After shutting down that voice-port, the ephone doesn't register when call-manager-fallback is enabled.

    Well, that is one idea that I've already had, Linc, but I'm reluctant to use the "nuclear option" for obvious reasons. I'm actually wondering now if the Secure Cert / OD problem is affecting Profile Manager. See this thread: https://discussions.apple.com/message/23686348#23686348

  • Configuring Identity Management Components - Error in starting opmn server

    Hello,
    I have a VM, which is being administered by VMware Lab Manager. The VM is running RHEL 5.1, and has an Oracle 11g database installed.
    I am in the process of trying to install and configure Oracle Internet Directory 11g. To do this, I ran the Oracle Fusion Middleware 11g Oracle Identity Management Installer. I selected the "Install Software - Do Not Configure" installation type, and chose to "Configure without a Domain" in order to avoid having to install and administer a WebLogic domain. I set "/data1/u01/app/oracle/product/11.1.1" as the Oracle Middleware Home, and "Oracle_IDM1" as the Oracle Home Directory. (To simplify things below, let ORACLE_IDM_HOME refer to the /data1/u01/app/oracle/product/11.1.1/Oracle_IDM1" directory... understand that no environment variable exists with this name though.) The installation routine ran successfully.
    But, I ran into a problem while trying to configure the Oracle Identity Management 11g components. I ran the Oracle Identity Management 11g Release 1 Configuration Wizard (ORACLE_IDM_HOME/bin/config.sh). Here are some of the key configuration values that I entered:
    - Oracle Instance Location: /data1/u01/config/oracle/as_admin/asinst_1
    - Oracle Instance Name: asinst_1
    - Select Domain: Configure without a Domain
    - Configure Components: Oracle Internet Directory
    - Configure Ports: Auto Port Configuration
    - Specify Schema Database: Create Schema
    After entering my configuration values and hitting the Configure button, the configuration process started running. Shortly thereafter, under Bootstrap Domain Configuration, "Failed" appeared next to the "Create ASInstance" line, with the following error listed:
    {code}
    Error creating ASInstance asinst_1
    Cause: An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    {code}
    In case it would be helpful, here is the output from the error log for the Oracle Identity Management 11g Configuration Wizard:
    {code}
    oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance asinst_1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:306)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:163)
    at
    oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:114)
    at
    oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:533)
    at
    oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:824)
    at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1256)
    at
    oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at
    oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at
    oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at
    oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at
    oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at
    oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at
    oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:255)
    at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:251)
    ... 16 more
    {code}
    To get more information, I tried to manually start the opmn server (I set ORACLE_INSTANCE to "/data1/u01/config/oracle/as_admin/asinst_1" and then ran "./opmnctl start" from the ORACLE_IDM_HOME/opmn/bin directory). As expected, the server failed to start. But, I checked the opmn.out file (in the ORACLE_INSTANCE/diagnostics/logs/OPMN/opmn directory), and found the following error repeated several times:
    {code}
    OPMN worker process exited with status 8b. Restarting.
    OPMN worker process exited with status 8b. Restarting.
    OPMN worker process terminated with signal 11 7 times in 10 seconds -- aborting!
    {code}
    Does anyone know what this error means? I am at a loss as to what to do at this point, so any help would be greatly appreciated.
    Thank you!

    h1. UPDATE:
    I just needed internet access to download the sysstat and compat-db packages, once installed I disconnected from the internet and re-run the installation, once again, it went fine without problems and opmn and OID are up and running. Also, I enabled the firewall which was disabled during the first installation.
    Here is the list of packages needed as pre-requisites:
    gcc-4.1.0-28.4, gcc-c++-4.1.0-28-4, setarch-1.6-1, libstdc++-4.1.0, libstdc++-devel-4.1.0, compat-libstdc++-2.96, control-center-2.8.0, glibc-common-2.3.4-2.9, binutils-2.16.91, make-3.80 on top of sysstat-5.0.5-1 and compat-db-4.1.25-9.
    There are 3 configuration files for opmn: instance.properties, opmn.xml and ports.prop..... and for OID: component-logs.xml
    h2. instance.properties:
    #These properties are generally used as default values for arguments not specified on the command line. When an argument is provided on the command line, the corresponding property is overwritten in this file.
    #Tue Aug 18 19:58:35 MDT 2009
    oracleHome=/home/oracle/bea_default/Oracle_IDM1
    registered=falseh2. opmn.xml:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <opmn xmlns="http://www.oracle.com/ias-instance">
       <log comp="internal;ons;pm" rotation-size="1500000"/>
       <debug comp="" rotation-size="1500000"/>
       <notification-server interface="any">
          <port local="6700" remote="6701"/>
          <ssl enabled="true" wallet-file="/home/oracle/as_admin/asinst_1/config/OPMN/opmn/wallet"/>
       </notification-server>
       <process-manager>
          <process-modules>
             <module path="$ORACLE_HOME/opmn/lib/libopmnohs">
                <module-id id="OHS2"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmncustom">
                <module-id id="CUSTOM"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmnoid">
                <module-id id="OID"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmnbi">
                <module-id id="BIServer"/>
                <module-id id="BIScheduler"/>
                <module-id id="BIPresentationServices"/>
                <module-id id="BIClusterController"/>
                <module-id id="BIJavaHost"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmnovd">
                <module-id id="OVD"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmnwc">
                <module-id id="WebCache"/>
                <module-id id="WebCache-admin"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmnreports">
                <module-id id="ReportsServices"/>
                <module-id id="ReportsBridgeServices"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmndisco">
                <module-id id="Disco_ServicesStatus"/>
                <module-id id="Disco_SessionServer"/>
                <module-id id="Disco_PreferenceServer"/>
             </module>
             <module path="$ORACLE_HOME/opmn/lib/libopmnemagent">
                <module-id id="EMAGENT"/>
             </module>
          </process-modules>
          <ias-instance id="asinst_1" name="asinst_1">
            <environment>
               <variable id="TEMP" value="/tmp"/>
               <variable id="TMP" value="/tmp"/>
            </environment>
          <ias-component id="EMAGENT">
      <process-type id="EMAGENT" module-id="EMAGENT">
        <process-set id="EMAGENT" numprocs="1">
          <ping interval="0"/>
        </process-set>
      </process-type>
    </ias-component><ias-component id="oid1" type="OID">
      <process-type id="oidmon" module-id="OID">
        <process-set id="OID" numprocs="1">
          <environment>
            <variable id="TNS_ADMIN" value="/home/oracle/as_admin/asinst_1/config"/>
         <variable id="DB_CONNECT_STR" value="OIDDB"/>
          </environment>
          <module-data>
            <category id="oidmon-parameters">
           <data id="start-cmdline-opts" value="connect=$DB_CONNECT_STR opmnuid=true start"/>
           <data id="stop-cmdline-opts" value="connect=$DB_CONNECT_STR opmnuid=true stop"/>
         </category>
          </module-data>
        </process-set>
      </process-type>
      <process-type id="oidldapd" status="phantom">
        <process-set id="oidldapd" status="phantom" numprocs="2"/>
      </process-type>
    </ias-component></ias-instance>
          <rmd-definitions>
             <!-- Audit Loader Setup TODO
                  Update the interval for Audit Loader to control how frequently
                  the Standalone Audit Loader gets invoked (seconds).
             -->
             <rmd name="AuditLoader" interval="315360000">
                 <conditional>
                     ({time}>=00:00)
                 </conditional>
                 <!-- Audit Loader Setup TODO
                      Before Updating the action snippet below, please update the
                      password in the Secret Store
                 -->
                 <!-- Audit Loader Setup TODO
                      Update the jdbcString (@%host%:%port%:%sid%)
                      Update the username (%username%)
                      Update the password (%password%) in Secret Store by adding
                      2 more system properties:
                         -Dstore.password=true
                         -Dauditloader.password=%password%
                 -->
                 <action value="exec $ORACLE_HOME/jdk/bin/java -classpath $ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_cert.jar$:$ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_core.jar$:$ORACLE_HOME/jdbc/lib/ojdbc5.jar$:$ORACLE_HOME/modules/oracle.iau_11.1.1/fmw_audit.jar$:$ORACLE_HOME/modules/oracle.pki_11.1.1/oraclepki.jar -Doracle.home=$ORACLE_HOME -Doracle.instance=$ORACLE_INSTANCE -Dauditloader.jdbcString=jdbc:oracle:thin:@%host%:%port%:%sid% -Dauditloader.username=%username% oracle.security.audit.ajl.loader.StandaloneAuditLoader" timeout="60"/>
                 <exception value="exec /bin/echo PERIODICAL CALL FOR Audit Loader FAILED"/>
             </rmd>
          </rmd-definitions>
          <launch-targets>
            <launch-target id="logquery">
              <exec path="$ORACLE_HOME/jdk/bin/java"/>
              <argument value="-classpath"/>
              <argument value="$ORACLE_HOME/modules/oracle.odl_11.1.1/ojdl.jar$:$ORACLE_HOME/modules/oracle.odl_11.1.1/ojdl2.jar"/>
              <argument value="-Djava.encoding=utf-8"/>
              <argument value="oracle.as.management.logging.tools.LogQuery"/>
              <argument value="-i"/>
              <argument value="$ORACLE_INSTANCE"/>
            </launch-target>
          </launch-targets>
       </process-manager>
    </opmn>h2. ports.prop:
    #Tue Aug 18 19:58:35 MDT 2009
    /opmn/remote_port=6701
    /oid1/asinst_1_nonSSLPort=3060
    /oid1/asinst_1_SSLPort=3131
    /opmn/local_port=6700
    /EMAGENT/emd-port=5162h2. component-logs.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <logs xmlns="http://www.oracle.com/iAS/EMComponent/ojdl">
    <log path="diagnostics/logs/OID/oid1/oidldapd%NUM%s%PID%-0000.log" componentId="OID">
      <logreader class="oracle.core.ojdl.reader.ODLTextLogReaderFactory">
       <property name="FilenameFormat" value="oidldapd%NUM%s%PID%-{0}.log"/>
       <property name="FileRotation" value="circular"/>
       <property name="ComponentId" value="OID"/>
      </logreader>
    </log>
    <log path="diagnostics/logs/OID/oid1/oidmon-0000.log" componentId="OID">
      <logreader class="oracle.core.ojdl.reader.ODLTextLogReaderFactory">
       <property name="FilenameFormat" value="oidmon-{0}.log"/>
       <property name="FileRotation" value="circular"/>
       <property name="ComponentId" value="OID"/>
      </logreader>
    </log>
    <log path="diagnostics/logs/OID/oid1/oidrepld00-0000.log" componentId="OID">
      <logreader class="oracle.core.ojdl.reader.ODLTextLogReaderFactory">
       <property name="FilenameFormat" value="oidrepld00-{0}.log"/>
       <property name="FileRotation" value="circular"/>
       <property name="ComponentId" value="OID"/>
      </logreader>
    </log>
    </logs>

  • Call Manager Phone Services to Personal Address Book

    Cisco Forum:
    I'm trying to configure Call Manager (8.6.2.x) for Phone Services so that we can use the IP Phone's Service button to access the Personal Address Book & Fast Dials.  While I have the option (Test PAB-Fast Dial) appearing when the Services button is selected, the process ends with the bottom screen shot showing "Error in Authentication."
    By using the Directories button then selecting the Personal Address Book, I can successfully log into the application.
    What am I missing?  Below is the current URL being used.
    Thank you.
    Dan
    http://10.2.5.234:8080/ccmpd/login.do?name=#DEVICENAME#&service=pab

    Nelson:
    The URL that is working for us is: 
    http://10.2.5.234:8080/ccmpd/pdCheckLogin.do?name=#DEVICENAME#&service=pab
    then use your own IP address for the Call Manager node.
    Our Call Manager configuration is shown below.
    To access the feature, we hit the Services Button, are prompted with a Personal Address Book option, select it, then are promoted for a UserID/PIN (shown further below), at which point I enter my LDAP ID and a PIN.  The PIN is created in Call Manager under User Management ==> End User ==> PIN.
    Good luck with your process.
    Dan

  • Error while configuring Enterprise manager

    Hello,
    I want to configure enterprise manager, while creating a new database using database configuration assistant in oracle 11g i am getting following error message
    *"Configuring database with database control requires a listener to be configured in the current oracle home.
    You need to run Netca to configure a listener before you can procede. Otherwise you may choose o continue with out Database control configuration"*
    My OS is Windows 7
    is there any other way to configure Enterprise manager OR do i need to install any specific package
    Thank you friends.

    Hi, Finally i created a listener "KUMAR"
    *Microsoft Windows [Version 6.1.7600]*
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\praveen kumar gogula>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 22-SEP-2011 17:50
    *:44*
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     KUMAR
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                22-SEP-2011 17:44:58
    Uptime                    0 days 0 hr. 5 min. 48 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\11.2.0\dbhome_1\network\admin\listen
    er.ora
    Listener Log File         c:\oracle\diag\tnslsnr\praveenkumarg\kumar\alert\log.x
    ml
    Listening Endpoints Summary...
    *(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=praveenkumarg)(PORT=1521)))*
    *(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))*
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "praveen" has 1 instance(s).
    Instance "praveen", status READY, has 1 handler(s) for this service...
    Service "praveenXDB" has 1 instance(s).
    Instance "praveen", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\Users\praveen kumar gogula>
    What to do next?

  • Error while creating DBConsole -- Error configuring central management

    Dear All,
    MY DB Oracle 11gR1 on Linux is running fine, however there is a problem in Oracle Enterprise Manager Console.
    I dropped and re-create dbconsole using:
    emca -config all db -repos create
    These are the messages I got after creating it.
    Feb 10, 2010 10:31:26 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 10, 2010 10:41:28 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 10, 2010 10:41:41 AM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Feb 10, 2010 10:43:48 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Feb 10, 2010 10:43:53 AM oracle.sysman.emcp.util.CentralAgentUtil registerWithCentralAgents
    INFO: Registering target(s) with central agent(s) (this may take a while)...
    Feb 10, 2010 10:43:57 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /Oracle/app/oracle/product/11.1.0/db_1/bin/emctl config agent addcentralagent /Oracle/app/oracle/product/11.1.0/db_1 /Oracle/app/oracle/product/11.1.0/db_1
    Feb 10, 2010 10:43:57 AM oracle.sysman.emcp.EMAgentConfig performConfiguration
    WARNING: Error registering database targets with the central agent(s).
    Feb 10, 2010 10:43:57 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error configuring central management. This target will not be centrally managed
    Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_2010_02_10_10_25_26.log for more details.
    Could not complete the configuration. Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_2010_02_10_10_25_26.log for more details.
    If anyone can help me getting through this error and creating dbconsole.
    Thanks,
    Imran

    CONFIG: isLocalNodeDone: T localNode: null
    10:31:26 oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: /path/bss.com_bssdevpl/sysman/emd/agntstmp.txt:bss.com does not exists.
    10:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYS
    10:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:31:26 oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_repos_create_2010_02_10_10_31_26.log
    10:31:26 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    10:41:28 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_ADDR.
    10:41:28 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYS
    10:41:29 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:29 oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    10:41:29 oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    10:41:29 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYSMAN
    10:41:29 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:36 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    10:41:36 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYSMAN
    10:41:38 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:38 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Submitting dbms job: /path/sysman/admin/emdrep/sql/core/latest/admin/admin_submit_dbms_jobs.sql
    10:41:38 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Successfully submitted dbms job
    10:41:38 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocking mgmt view user account
    10:41:38 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    10:41:38 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/sysman/admin/scripts/emca/emcaDbUtil /path/perl/lib:/path/perl/lib/site_perl:/path/sysman/admin/scripts:/path/bin: /path/perl/bin/perl /path/sysman/admin/scripts/emca/emcaDbUtil.pl /path bssdevpl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    10:41:41 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    10:41:41 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /path/sysman/admin/scripts/emca/emcaDbUtil /path/perl/lib:/path/perl/lib/site_perl:/path/sysman/admin/scripts:/path/bin: /path/perl/bin/perl /path/sysman/admin/scripts/emca/emcaDbUtil.pl /path bssdevpl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD completed successfully
    10:41:41 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed /path bssdevpl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database bssdevpl in home /path with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    sql execute successfully.
    10:41:41 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocked mgmt_view account
    10:41:41 oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked mgmt_view account
    10:41:41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:41:41 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYS
    10:41:41 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:41 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    10:41:41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:41:41 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    10:43:48 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    10:43:48 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:48 oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file /path/sysman/config/emoms.properties ...
    10:43:48 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:48 oracle.sysman.emcp.util.FileUtil _copyFile
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file /path/sysman/config/emd.properties ...
    10:43:49 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/sysman/config/emd.properties.emca to /path/sysman/config/emd.properties
    10:43:49 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/sysman/config/emd.properties.emca.util.tmp to /path/sysman/config/emd.properties
    10:43:49 oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /path/sysman/config/emd.properties ...
    10:43:49 oracle.sysman.emcp.EMAgentConfig updateTargets
    CONFIG: value for use102tgt: F
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:49 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:49 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:49 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:50 oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Found listener named: LISTENER
    10:43:50 oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /path/sysman/emd/targets.xml ...
    10:43:50 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:50 oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: bss.com
    10:43:50 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: T localNode: null
    10:43:50 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'DISPLAY' is '', discarding the same
    10:43:50 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    10:43:50 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    10:43:50 oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/path/jlib/emca.jar:/path/jlib/srvm.jar:/path/jlib/srvmasm.jar:/path/jlib/emConfigInstall.jar:/path/jlib/ldapjclnt11.jar:/path/jlib/ldap.jar:/path/jlib/share.jar:/path/jlib/srvmhas.jar:/path/jlib/netcfg.jar:/path/jlib/http_client.jar:/path/lib/http_client.jar:/path/lib/xmlparserv2.jar:/path/assistants/jlib/assistantsCommon.jar:/path/sysman/jlib/emCORE.jar:/path/sysman/jlib/emagentSDK.jar:/path/oui/jlib/OraInstaller.jar:/path/oui/jlib/OraPrereq.jar:/path/inventory/prereqs/oui/OraPrereqChecks.jar:/path/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/oracle, HOSTNAME=bss-ora-dev, INPUTRC=/etc/inputrc, KDEDIR=/usr, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/path/jdk/jre/lib/i386/client:/path/jdk/jre/lib/i386:/path/jdk/jre/../lib/i386:/path/lib32:/path/lib:/path/perl/lib, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/path/lib32:/path/lib:/path/perl/lib, LOGNAME=oracle, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/oracle, NEED_EXIT_CODE=1, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, ORACLE_HOME=/path, ORACLE_SID=bssdevpl, PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/path/bin, PWD=/home/oracle, SHELL=/bin/bash, SHLIB_PATH=/path/lib32:/path/lib:/path/perl/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, TERM=xterm, USER=oracle, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/path/jdk/jre/bin/java]
    10:43:50 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/bin/emctl deploy dbconsole /path/bss.com_bssdevpl bss.com:3938 bss.com bssdevpl
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /path/bin/emctl deploy dbconsole /path/bss.com_bssdevpl bss.com:3938 bss.com bssdevpl completed successfully
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: /path
    Destination (shared install) : /path/bss.com_bssdevpl
    DeployMode : dbconsole
    Creating directories...
    Setting console properties ...
    Setting log and trace files locations for Console ...
    Setting log and trace files locations for Agent ...
    10:43:53 oracle.sysman.emcp.EMAgentConfig updateDBControlPort
    CONFIG: Setting https port as: -1
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/bss.com_bssdevpl/sysman/config/emoms.properties.emca.util.tmp to /path/bss.com_bssdevpl/sysman/config/emoms.properties
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/bss.com_bssdevpl/sysman/config/emd.properties.emca.util.tmp to /path/bss.com_bssdevpl/sysman/config/emd.properties
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/bss.com_bssdevpl/sysman/config/emd.properties.emca.util.tmp to /path/bss.com_bssdevpl/sysman/config/emd.properties
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: targetsXML exists: /path/sysman/emd/targets.xml
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: customTarget for oracle_database on node bss.com sid bssdevpl : bssdevpl
    10:43:53 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CUSTOM_ORACLE_DB_TARGET value: bssdevpl
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER.
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:53 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:53 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:53 oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Found listener named: LISTENER
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:53 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: targetsXML exists: /path/sysman/emd/targets.xml
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: customTarget for oracle_listener on node bss.com sid null : LISTENER_bss.com
    10:43:53 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CUSTOM_LSNR_TARGET value: LISTENER_bss.com
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/path/jlib/emca.jar:/path/jlib/srvm.jar:/path/jlib/srvmasm.jar:/path/jlib/emConfigInstall.jar:/path/jlib/ldapjclnt11.jar:/path/jlib/ldap.jar:/path/jlib/share.jar:/path/jlib/srvmhas.jar:/path/jlib/netcfg.jar:/path/jlib/http_client.jar:/path/lib/http_client.jar:/path/lib/xmlparserv2.jar:/path/assistants/jlib/assistantsCommon.jar:/path/sysman/jlib/emCORE.jar:/path/sysman/jlib/emagentSDK.jar:/path/oui/jlib/OraInstaller.jar:/path/oui/jlib/OraPrereq.jar:/path/inventory/prereqs/oui/OraPrereqChecks.jar:/path/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/oracle, HOSTNAME=bss-ora-dev, INPUTRC=/etc/inputrc, KDEDIR=/usr, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib:null, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/path/lib32:/path/lib:/path/perl/lib, LOGNAME=oracle, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/oracle, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, ORACLE_HOME=/path, ORACLE_SID=bssdevpl, PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/path/bin, PERL5LIB=/path/perl/lib:/path/perl/lib/site_perl:/path/sysman/admin/scripts:/path/bin:, PWD=/home/oracle, SHELL=/bin/bash, SHLIB_PATH=/path/lib32:/path/lib:/path/perl/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, TERM=xterm, USER=oracle, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/path/jdk/jre/bin/java]
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/perl/bin/perl /path/bin/targetdeploy.pl -d bssdevpl -n LISTENER_bss.com /path/bss.com_bssdevpl bss.com bssdevpl
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /path/perl/bin/perl /path/bin/targetdeploy.pl -d bssdevpl -n LISTENER_bss.com /path/bss.com_bssdevpl bss.com bssdevpl completed successfully
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating targets.xml in state directories...
    Source location: /path
    Destination : /path/bss.com_bssdevpl
    Creating directories...
    Creating targets.xml...
    Done.
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/oraInst.loc to /path/bss.com_bssdevpl/oraInst.loc
    10:43:53 oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Creating agntstmp.txt file. oh: /path stateDir: /path/bss.com_bssdevpl host: bss.com
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    10:43:53 oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: File: /path/sysman/emd/agntstmp.txt.bssdevpl does not exists
    10:43:53 oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Successfully deployed state dirs for bss.com
    10:43:53 oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    10:43:53 oracle.sysman.emcp.util.CentralAgentUtil registerWithCentralAgents
    INFO: Registering target(s) with central agent(s) (this may take a while)...
    10:43:53 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'DISPLAY' is '', discarding the same
    10:43:53 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    10:43:53 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/path/jlib/emca.jar:/path/jlib/srvm.jar:/path/jlib/srvmasm.jar:/path/jlib/emConfigInstall.jar:/path/jlib/ldapjclnt11.jar:/path/jlib/ldap.jar:/path/jlib/share.jar:/path/jlib/srvmhas.jar:/path/jlib/netcfg.jar:/path/jlib/http_client.jar:/path/lib/http_client.jar:/path/lib/xmlparserv2.jar:/path/assistants/jlib/assistantsCommon.jar:/path/sysman/jlib/emCORE.jar:/path/sysman/jlib/emagentSDK.jar:/path/oui/jlib/OraInstaller.jar:/path/oui/jlib/OraPrereq.jar:/path/inventory/prereqs/oui/OraPrereqChecks.jar:/path/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/oracle, HOSTNAME=bss-ora-dev, INPUTRC=/etc/inputrc, KDEDIR=/usr, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/path/jdk/jre/lib/i386/client:/path/jdk/jre/lib/i386:/path/jdk/jre/../lib/i386:/path/lib32:/path/lib:/path/perl/lib, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/path/lib32:/path/lib:/path/perl/lib, LOGNAME=oracle, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/oracle, NEED_EXIT_CODE=1, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, ORACLE_HOME=/path, ORACLE_SID=bssdevpl, PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/path/bin, PWD=/home/oracle, SHELL=/bin/bash, SHLIB_PATH=/path/lib32:/path/lib:/path/perl/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, TERM=xterm, USER=oracle, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/path/jdk/jre/bin/java]
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/bin/emctl config agent addcentralagent /path /path
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    0 [main] ERROR emSDK.config - Warning: one of following could not be found:/path/bin/emtgtctl or /path/bss.com_bssdevpl/bin/emtgtctl
    7 [main] ERROR emSDK.config - oracle.sysman.emSDK.conf.CentralHomeAdditionException: emtgtctl could not be found in the bin directory of either the local home at /path or the central home at /path/bss.com_bssdevpl
    oracle.sysman.emSDK.conf.CentralHomeAdditionException: emtgtctl could not be found in the bin directory of either the local home at /path or the central home at /path/bss.com_bssdevpl
         at oracle.sysman.emSDK.conf.TargetInstaller.addCentralAgentHome(TargetInstaller.java:1931)
         at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3167)
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: emtgtctl could not be found in the bin directory of either the local home at /path or the central home at /path/bss.com_bssdevpl
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /path/bin/emctl config agent addcentralagent /path /path
    10:43:57 oracle.sysman.emcp.util.CentralAgentUtil registerWithCentralAgents
    CONFIG: Error registering with /path
    10:43:57 oracle.sysman.emcp.EMAgentConfig performConfiguration
    WARNING: Error registering database targets with the central agent(s).
    10:43:57 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error configuring central management. This target will not be centrally managed
    Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_2010_02_10_10_25_26.log for more details.
    10:43:57 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error configuring central management. This target will not be centrally managed
         at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1303)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:239)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:217)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:225)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:534)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1214)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:518)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:467)

  • Error in Cisco call manager

    Hi, I just installed the IPCC exprss in my call manager publisher. No error during the instalation.
    But I got a error message in even log.
    Cisco desktop enterprise
    type: Information
    Event ID: 2
    SS3101 setup monitor failed connection failed, end

    Please make sure that the Jtapi and Rmjtapi service users are ok (users password must be consistant with what you have within CallManager)

  • Getting Msg: Error when calling Credit Management: Technical Error

    Hi All,
    While creation of sales order in ECC, i am getting a message "Error when calling Credit Management: Technical Error"
    Can you help me in this case
    Regards,
    Satish

    Satish,
    Just so you know, this BADI "links" SD module to FSCM credit management. If you use the right code in this BADI, it copies over credit information on to the sales order such as Credit Account, Risk Class and Credit representative code.  (Later this risk class, order's credit control area and credit group is used to look up the appropriate line in OVA8 settings)
    Now you could be getting this error for any of the issues:
    1. If the business partner is not created for the customer for which you're trying create a sales order (The credit account (sales order header) should have a relevant BP already) Check if the BP is correctly created.
    2. Next if the credit data has been maintained for the BP in credit management.
    3. XI/PI connectivity issues etc
    Check if all this is maintained and you should be good. Cheers

  • Need help with error configuring Identity Management in OAS 10g

    Hi,
    I am configuring SSO in OAS 10g, After successful installation (with sso option selected) when I go to the management interface and attempt to configure Identity Management it fails with the following error:
    Error configuring identity management. oracle.ias.configtool.config.ConfigException: Unable to retrieve SSO DB information.Base Exception: oracle.ias.configtool.config.ConfigException: oracle.ias.configtool.config.ConfigException: oracle.ias.configtool.config.ConfigException: Unable to retrieve SSO DB information . Base Exception : Error when reading seeAlso of replicaid entry - java.lang.NullPointerException Status code 3
    I am totally stumped, cant find any instance of this error in docs etc. PLEASE HELP.
    I am trying to setup OAS to SSO with MS AS for oracle ebusiness suite 11i.
    Thanx in Advance,
    Sean

    Check that your insfrastructure database is up and running, it's accesible, as well, check for OID procs and demons that ports for OID are open and that you can make ldapbind this last may not be necesary as the error say about database, but is good to check also. Go to *$ORACLE_HOME/opmn/logs* and check the files there to see if other process are having problems.
    Greetings

  • Error configuring identity management

    Hi, i´ve installed a middle tier instance of AS 10g , and i want to register it into a oid instance, but when i try to do this trough EM it fails and show the following information in the logs, could anobody help us, I'm sure that the oid is up and running.
    Thanks
    Santiago
    1st Log
    Error
    Error configuring identity management. Some of the plugins in this config tool
    failed. See the log file /oracle/product/10.2/config/infratool.log for more
    details.
    2nd Log
    heck /oracle/product/10.2/sso/log/ssoreg.log for details of this registration
    Process exit code 1
    Configuration succeeded for IASProperty
    Configuration succeeded for IAS
    Configuration succeeded for LDAP
    Configuration succeeded for JAZN
    Configuration succeeded for DCM
    Configuration failed for HTTPD
    Configuration failed for MODOSSO
    [oracle10@gncser10 config]$ more /oracle/product/10.2/sso/log/ssoreg.log
    Thu Dec 14 20:06:35 COT 2006 ========================================Thu Dec 14
    20:06:35 COT 2006 OracleAS Single Sign-On Registration Tool
    Thu Dec 14 20:06:35 COT 2006 ========================================Thu Dec 14
    20:06:35 COT 2006 Parameters passed to SSO registration tool :
    param0:-site_name param1:bpel1012.gncser10.co.gasnatural.com param2:-mod_osso_ur
    l param3:http://gncser10.co.gasnatural.com:7777 param4:-config_mod_osso param5:T
    RUE param6:-oracle_home_path param7:/oracle/product/10.2 param8:-u param9:oracle
    10 param10:-config_file param11:/oracle/product/10.2/Apache/Apache/conf/osso/oss
    o.conf param12:-admin_info param13:cn=orcladmin
    Thu Dec 14 20:06:35 COT 2006 -DinstallTypeThu Dec 14 20:06:35 COT 2006
    -DoldOracleHomeThu Dec 14 20:06:35 COT 2006 -DoldOHSUser=root
    Thu Dec 14 20:06:35 COT 2006 SSO database is jdbc:oracle:thin:@ldap://192.9.200
    .188:3060/asdb,cn=oraclecontext
    Thu Dec 14 20:06:36 COT 2006 Exception while creating database connection :java
    .sql.SQLException: Io exception: The Network Adapter could not establish the con
    nection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the
    connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :137)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :174)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :286)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    433)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:31)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at oracle.security.sso.SSORegistrar.main(SSORegistrar.java:311)
    Thu Dec 14 20:06:36 COT 2006 Check if your database is up and running.

    Hi,
    Saw this in the SSO registration log:
    Thu Dec 14 20:06:36 COT 2006 Exception while creating database connection :java
    .sql.SQLException: Io exception: The Network Adapter could not establish the con
    nection
    Thu Dec 14 20:06:36 COT 2006 Check if your database is up and running.
    Is your infrastructure database running? Can you connect to it via sqlplus or tnsping it from your middle-tier?
    Jim

  • Error while configuring User Management Utility

    Hi All,
    I am trying to configure User Management Utility for messaging server and calendar server. But while doing this it is failing to create service. The utility creates roles, configures with the webserver but fails to create service.
    This was the error :
    PASSED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/lib/config-templates/changeComms.xml : status = 0
    PASSED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/config/createroles.xml : status = 0
    FAILED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/config/createservices.xml : status = 1
    PASSED: /bin/sh -c /opt/SUNWcomm/sbin/config-wbsvr : status = 0
    FAILURE: Number of task failed:1. Please check install log
    /opt/SUNWcomm/install/Iscli-config_20041021221229.log
    for further details.
    It could be useful if someone could throw some light on this.
    Thankx in Advance,
    s2810

    As I said in response to your other, smaller post, I'm not sure where you are, and this snippet of errors doesn't help me.

  • Cisco call manager Network Failover Configuration

    Hi all,
    I have a cisco call manager 6.0.
    The server is configured and is functioning very well.
    Only  today I realized that the server MCS has two NIC and there is the  possibility to configure a networ failover by cli interface.
    Now the question are:
    is it possible to configure this function now without problem?
    if yes what are the ordered steps to follow?
    Thanks all.

    Hi
    you can use EtherChannel, 2 phisical ports as 1 logical

  • Error on Call Manager 7

    Hi all we have 2 Call Manager 7.1.2.31900-1 boxes. Recently we had a power outage and the servers were not shut down properly. One remaining issue we are having trouble resolving is this error below. It appears in the logs every 15 seconds or so. Any ideas on how to resolve it? I think it might be a corrupt file or file permissions but I can't access the real unix shell so how does one fix this sort of thing?
    Cisco CallManager: Not able to create Trace path /var/log/active/cm/trace/dbl/sdi/ccm/. Ensure that the path is valid and the application user has appropriate security settings for this path"
    Thanks much in advance

    Hi,
    It looks like a rebuild is needed. Please check the following
    https://tools.cisco.com/bugsearch/bug/CSCth53322/?reffering_site=dumpcr
    Symptom:
    1)System had a non-graceful shutdown.
    2)System is in a running state but part of the file system is corrupt causing certain features to fail.
    Conditions:
    Server goes down non-gracefully for any reason.
    A  non-graceful shutdown is any time the server is powered down by means  other than through the GUI or CLI command "utils system shutdown"
    Cisco recommends a UPS in the release notes already to avoid this.
    Workaround:
    Rebuild  the server if their is a non-graceful shutdown regardless if the  recovery disk was required. As any non-graceful shutdown can cause file  system corruption even if no symptoms are seen immediately.
    HTH
    Manish

  • Call Manager Installation fails Critical Error was encountered

    Hi Team,
    Trying to install Call Manager and Unity connection on VMware ESXI 5.5. Physical server is Dell 2950 with 16GB RAM and 800GB HD but everytime 
    installation failed with "Critical Error was encountered" 
    Plz c the attached screens...

    Hello Amélie,
    Check the file systems if you're not ran out of disk space.
    Second, check the database if you've enough storage space left.
    Hope it helps.
    Cheers,
    Satish.

  • EX60 configuration with Call Manager 9.1

    Dear All,
    I am running CUCM 9.1
    I have an EX60 Device which i need to register with call manager 9.1
    Please provide the steps to perform this task and bring it into a working condition
    Will be thankful for your response.
    Regards,
    Malik.        

    Hi Malik,
    Here we go
    http://www.cisco.com/en/US/docs/telepresence/endpoint/codec-c-series/tc6/administration_guide/administering_endpoints_running_tc6_on_ucm90.pdf
    Cheers!
    Rob
    "go easy...step lightly...stay free " 
    - The Clash

Maybe you are looking for