Managing ODI Agent through OPMN - Install Issue

Hi
I am attempting to set up my ODI agent so that I can manage it through my OPMN service but I keep getting an error "java is not recognised as an internal or external command, operable program or batch file" when I run the command "odi_opmn_addagent.bat agentcreate.properties".
I have installed EPM 11.1.2.2 and my essbase service is currently managed through the OPMN.
I have updated the odiparams, agentcreate.properties and odi_opmn_addagent.
In the agentcreate file I set my JAVA_HOME to E:\Oracle\Middleware\jdk160_29
Any ideas what could be wrong?
Thanks
M

Copy your jdk path as given below. Change it if you have different.
C:\Program Files\Java\jdk1.6.0_33\bin
Right click on my computer->go to properties->advanced system setting->environmental variable->system variables
Scroll down. you will get a variable names as "Path"
Double click on it. then single click on variable value. Then press home key in your keybord. (better take backup of it)
now pest above code that is C:\Program Files\Java\jdk1.6.0_33\bin;
Give a semicolon at the end as i have given. Click ok,ok,ok
Now go to cmd and type javac. let me now the output.

Similar Messages

  • Installing ODI agent

    Hi,
    I have installed complete ODI 10.1.3.6 on a server "A". I am now trying to install just the ODI agent on server "B" and use the server "A" repositories. This is for using Hyperion ERPi which requires at least ODI agent to be installed on the machine where ERPi is installed.
    I installed the agent on server B. But dont see ODIParams.bat file and I am not sure how to get the agent running.
    Regards,
    Ragav.

    odiparams.bat file will be in a a path similat to "\oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin". Note that bin directory is under agent directory.

  • Error Adding ODI Agent to OPM-NModule libopmncustom: initialization failed

    Hi All
    I am getting an error when I try to add, remove or start and ODI Agent in OPMN. The Error is as follows:
    E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent\bin>odi_opmn_addagent.bat
    agentcreate.properties
    Module libopmncustom: initialization failed (proc set odiagent)
    Module libopmncustom initialization failed: disabled
    opmnctl reload: reconfiguring opmn...
    opmn status shows that the agent has been added but it is down and when I try to start it I get the following error:
    E:\Opmn1\Oracle_WT1\instances\instance2\bin>opmnctl startproc ias-component=ERPI
    DEVAGENT
    opmnctl startproc: starting opmn managed processes...
    ================================================================================
    opmn id=servername:6701
    no processes or applications matched this request
    Response: not enabled: libopmncustom
    I can start and successfully test the agent using the agent_DEVAGENT.bat file but the problem seems to be adding it to OPMN.
    -This issues seems to be that the OPMN module libopmncustom failed to initialize properly and hence has been disabled. I cannot see how I can enable it and test again.
    I have tried the following to resolve the issue
    1. Removed the agent and restarted it
    2. Restarted the OPMN service
    3. Restarted the server
    4. Reinstalled ODI as well as the Stand Alone Agent
    5. Uninstalled OPMN and installed it to a different location
    Has anyone come across this and could you please give me a few pointers of what I can look at. The configs that I have are as follows
    ODI Version : 11.1.5.0_generic_110422.1001
    OPMN Version : 11.1.1.3
    OS : Server 2008 STD R2 x64
    ODI and OPMN are running on the same machine.
    Agentcreate.properties file:
    # Use / as path seperator to specify path in Unix as well as Windows.
    ORACLE_ODI_HOME=E:/Oracle/products/11.1.1/Oracle_ODI_1
    INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    COMPONENT_TYPE=odiagent
    COMPONENT_NAME=DEV_AGENT
    ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    ODI_MASTER_USER=ODI_MASTER
    ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    ODI_SECU_WORK_REPO=ODI_WORK
    ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    PORTNO=90210
    JAVA_HOME=E:/Oracle/Middleware/jdk160_21
    ORACLE_OPMN_HOME=E:/Opmn1/Oracle_WT1
    JMXPORTNO=91210
    ODI_OPMN_ADDAGENT
    @echo off
    REM #
    REM # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
    REM #
    setlocal
    for %%a in ("/HELP" "/help" "-HELP" "-help") do if %%a == "%1" goto HELPTEXT
    goto STARTCOMMAND
    :HELPTEXT
    echo.
    echo (c) Copyright Oracle. All rights reserved.
    echo.
    echo PRODUCT
    echo Oracle Data Integrator
    echo.
    echo FILENAME
    echo odi_opmn_addagent.bat
    echo.
    echo DESCRIPTION
    echo Adds agent entry in opmn.xml file.
    echo.
    echo SYNTAX
    echo odi_opmn_addagent ["<agent create property file name>"]
    echo.
    echo PREREQUISITES
    echo The Agent Create PropertyFile INFORMATION should be
    echo completed before running this script.
    echo.
    goto ENDCOMMAND
    :STARTCOMMAND
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent
    REM call "%ODI_HOME%\bin\odiparams.bat"
    if "%OPMN_HOME%" == "" set OPMN_HOME=E:/Opmn1/Oracle_WT1
    if "%INSTANCE_HOME%" == "" set INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    REM set CLASSPATH=%ODI_CLASSPATH%;%OPMN_HOME%\opmn\lib\opmneditor.jar
    set CLASSPATH=%ODI_HOME%\lib\odi-standalone-agent.jar;%OPMN_HOME%\opmn\lib\opmneditor.jar;%ODI_HOME%\..\..\setup\manual\oracledi-sdk\oracle.odi-sdk-jse_11.1.1.jar
    java -classpath %CLASSPATH% oracle.odi.AddAgentToOpmn %*
    CALL %INSTANCE_HOME%\bin\opmnctl reload
    :ENDCOMMAND
    ODI PARAMS
    REM #
    REM # Repository Connection Information
    REM #
    set ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    set ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    set ODI_MASTER_USER=ODI_MASTER
    set ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    REM #
    REM # User credentials for agent startup program
    REM #
    set ODI_SUPERVISOR=SUPERVISOR
    set ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    REM #
    REM # User credentials for ODI tools
    REM #
    set ODI_USER=%ODI_SUPERVISOR%
    set ODI_ENCODED_PASS=%ODI_SUPERVISOR_ENCODED_PASS%
    REM #
    REM # Work Repository Name
    REM #
    set ODI_SECU_WORK_REP=ODI_WORK
    REM #
    REM # Connection retry parameters
    REM #
    set ODI_CONNECTION_RETRY_COUNT=0
    set ODI_CONNECTION_RETRY_DELAY=7000
    REM #
    REM # Java virtual machine
    REM #
    set ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    REM #
    REM # Other Parameters
    REM #
    set ODI_INIT_HEAP=256m
    set ODI_MAX_HEAP=1024m
    set ODI_JMX_PROTOCOL=rmi
    REM #
    REM # Additional Java Options
    REM #
    set ODI_ADDITIONAL_JAVA_OPTIONS=
    REM # Windows 95,98, Me users only: Any package files added to the /drivers
    REM # or /lib/scripting directory should be manually declared in the
    REM # ODI_ADDITIONAL_CLASSPATH variable
    set ODI_ADDITIONAL_CLASSPATH=
    REM # DO NOT EDIT BELOW THIS LINE !
    REM # ----------------------------------------------------------------------------
    set ODI_JAVA_EXE=%ODI_JAVA_HOME%\bin\java.exe
    set ODI_JAVAW_EXE=%ODI_JAVA_HOME%\bin\javaw.exe
    set ODI_JAVAC_EXE=%ODI_JAVA_HOME%\bin\javac.exe
    REM # Testing the java virtual machine
    if not exist "%ODI_JAVA_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAW_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAC_EXE%" goto NOJAVAC
    goto OKJAVA
    :NOJAVA
    @echo The Java Virtual Machine was not found at the following location: %ODI_JAVA_HOME%
    @echo The ODI_JAVA_HOME environment variable is not defined correctly.
    @echo Please set this variable in odiparams.bat.
    goto OKJAVA
    :NOJAVAC
    @echo A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    goto OKJAVA
    :OKJAVA
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1
    REM # Change the current directory to %ODI_HOME%/bin
    cd "%ODI_HOME%\bin"
    Environmental Variables
    JAVA_HOME=E:\Javax86\jdk1.6.0_29
    ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
    \WindowsPowerShell\v1.0\;E:\Oracle\Middleware\EPMSystem11R1\common\ODBC-64\Meran
    t\6.0\Drivers;E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bi
    n;E:\Javax86\jdk1.6.0_29;E:\Javax64\jdk1.6.0_29;E:\Opmn1\Oracle_WT1\bin;E:\Opmn1
    \Oracle_WT1\opmn\bin;E:\Opmn1\Oracle_WT1\opmn\lib;E:\Opmn1\Oracle_WT1\perl\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    Could someone please help me with this.
    Thanks
    Edited by: 800166 on 18/05/2012 00:39

    Solved the problem by dropping and recreating the user schema and all its objects, reinstalling and configuring both ODI and OPMN.
    If you ever come across the problem I recommend the above, you will save yourself hours of troubleshooting

  • RAC setup- Configure hostname in ODI agent

    I have my Master & Work repositories hosted on a Oracle RAC environment. I have a standalone ODI agent which might installed in the same physical server or in a different server.
    In a RAC setup, there are multiple hostnames for the same database. How do I make the ODI agent aware that it should look into a 2nd server (when the 1st host is down) when trying to connect to the repository ? I want to know where this should be configured in the agent setup.
    Does this get automatically taken care of once I include both the hostnames in the JDBC URL of the repositories ?

    All depends on the JDBC you're using...
    JDBC Thin work with the Oracle listener,
    and JDBC OCI (which need an Oracle Client on the machine) works with a TNS description (here you can define several HOST).
    I had have several issues with the Thin on our RAC so we've changed for an OCI one...
    regards,
    Brice

  • ERPI 11.1.2.4 and odi agent java ee

    HI, I have installed EPM system 11.1.2.4 now i want to set odi agent. In previous version i have to install odi and create agents but in this version i got a preinstalled ODI and precreated ODI agent. I have few queries related to odi agents:
    1 - if i want to use standalone agent i have to install another ODI and there i can created standalone agent? correct?
    2 - can i create standalone odi agent in already installed ODI by FDMEE?
    3 - When i start my EPM services, does my odi agent starts automatically or i have to start odi agent manually?
    Regards

    Hi JanGLi,
    1) Yes, if you want standalone agent you need to install ODI studio in that you will get the option for standalone agent.
    2) Yes, you can create standalone agent in already installed ODI by FDMEE and  FDMEE has given you the J2EE agent in there configuration.
    3) If the agent is J2EE then it has come by FDMEE so while starting the services for EPM for FDMEE the agent also starts(It depends how you have stated the properties of the services in the services.msc if it is automatically then while booting itself it will start else need to start manually.)
    AND
    If the agent is standalone you need to start manually bye going to that path(If you have configured the standalone agent).
    Thanks,
    Pratik

  • ODI 11g Agents using OPMN in Windows 2008 R2

    Hello,
    Has anyone tried installing ODI agents in 11g using "odi_opmn_addagent.bat" script?
    If yes, then please share some pointers.
    We are able to start agents using 'agent.bat' script and it serves the purpose.
    Instead of keeping a cmd window open for agent, we want to install that as an opmn service.
    ODI 11g Install guide talks about opmn agents in Appendix I section.
    But reality is that odi_opmn_addagent.bat in ODI_HOME/oracledi/agent/bin directory is not working for us.
    Thanks.

    Hiren created another agent , port in ODI is 20910, still cannot start it:
    Processes in Instance: EPM_epmsystem1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    INTERFACE2 | odiagent | N/A | Down
    INTERFACE | odiagent | 0 | NONE
    Essbase1 | EssbaseAgent | 628 | Alive
    C:\Oracle\Middleware\user_projects\epmsystem1\bin>
    <ias-component id="INTERFACE2">
    - <process-type id="odiagent" module-id="CUSTOM">
    - <environment>
    <variable id="ODI_HOME" value="/Oracle/product/11.1.1/Oracle_ODI_1\oracledi\agent" />
    <variable id="JAVA_HOME" value="/Oracle/Middleware/jdk160_11" />
    <variable id="ODI_MASTER_DRIVER" value="weblogic.jdbc.sqlserver.SQLServerDriver" />
    <variable id="ODI_MASTER_URL" value="jdbc:weblogic:sqlserver://bbags2sqld2:1433;DatabaseName=BBA_CRS_ODI_MST;selectMethod=cursor" />
    <variable id="ODI_MASTER_USER" value="site_crs_des" />
    <variable id="ODI_MASTER_ENCODED_PASS" value="b9yXeQkghOwh1RKyqjazX9xrr" />
    <variable id="ODI_SECU_WORK_REP" value="HYP_WORKREP1" />
    <variable id="ODI_SUPERVISOR" value="SUPERVISOR" />
    <variable id="ODI_SUPERVISOR_ENCODED_PASS" value="b9yXeQkghOwh1RKyqjazX9xrr" />
    <variable id="ODI_USER" value="$ODI_SUPERVISOR" />
    <variable id="ODI_ENCODED_PASS" value="$ODI_SUPERVISOR_ENCODED_PASS" />
    <variable id="ODI_JAVA_HOME" value="$JAVA_HOME" />
    <variable id="ODI_INIT_HEAP" value="32m" />
    <variable id="ODI_MAX_HEAP" value="256m" />
    <variable id="ODI_ADDITIONAL_JAVA_OPTIONS" value="" />
    <variable id="ODI_ADDITIONAL_CLASSPATH" value="" />
    <variable id="ODI_JAVA_EXE" value="$ODI_JAVA_HOME/bin/java" />
    <process-set id="odiagent" numprocs="1">
    - <module-data>
    - <category id="start-parameters">
    <data id="start-executable" value="$ODI_JAVA_EXE" />
    <data id="start-args" value="$ODI_JAVA_START_OPTIONS oracle.odi.Agent $ODI_REPOSITORY_PARAMS -PORT=20910 -NAME=INTERFACE2 -JMXPORT=21910" />
    </category>
    - <category id="restart-parameters">
    <data id="restart-executable" value="$ODI_JAVA_EXE" />
    <data id="restart-args" value="$ODI_JAVA_START_OPTIONS oracle.odi.Agent $ODI_REPOSITORY_PARAMS -PORT=20910 -NAME=INTERFACE2 -JMXPORT=21910" />
    </category>
    - <category id="stop-parameters">
    <data id="stop-executable" value="$ODI_JAVA_EXE" />

  • QUESTION:  Essbase data extraction and Installing ODI Agent??

    For extracting data from Essbase cubes, ODI has "LKM Hyperion Essbase DATA to SQL".
    We can use (1). ReportScript, or (2). MDX-query, or (3). CalcScript
    For data-extraction using CalcScript, ODI Agent must be running on the same server as the Essbase server.
    Does anyone know if there is a need for ODI Agent on the Essbase machine if we use MDX-query method for data-extraction?
    We would like to avoid installing ODI Agent for Essbase data-extraction.
    .

    Thanks John.
    One related question. To move data from one Essbase cube to another Essbase cube using ODI Interface, Can we do it efficiently through MDX-query?
    We want to avoid Replicated-partitioning OR CalcScripts, if possible.
    BTW... Your ODI/Hyperion blog is a bible for us.

  • Does Deep Security able to manage Hyper-v through Agent and Agentless?

    Does Deep Security able to manage Hyper-v through Agent and Agentless?

    Hello,
    I have installed VMM 2012 R2, this is also not allowing me to add and manage Server 2012 R2 hosts. However it is perfectly able to manage Server 2008 host.
    It gives following error when tried to add Server 2012 R2 hosts:
    Error (2916)
    VMM is unable to complete the request. The connection to the agent windows2012.test.com was lost.
    WinRM: URL: [http://windows2012.test.com:5985], Verb: [INVOKE], Method: [Associate], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/AgentManagement]
    Unknown error (0x80338012)
    Recommended Action
    Ensure that the WS-Management service and the agent are installed and running and that a firewall is not blocking HTTPS traffic.
    This problem can also be caused by WMI service crash. Ensure that KB 982293 (http://support.microsoft.com/kb/982293) is installed on the machine if it is running Windows Server 2008 R2.
    If the error persists, reboot windows2012.test.com and then try the operation again.
    Any suggestions please?

  • Scenario is not running in ODI Standalone agent from OPMN

    when i am trying to run my scenario using ODI standalone agent it is not running and it is giving below error in opmn log file.
    VARNING: Error retrieving ID statistics for repository WORKREP1.
    ODI-1406: Agent Agent_ODI started with warning: JDBC connection error occurs while connecting to the work repository WORKREP1.
    Caused By: oracle.odi.core.config.WorkRepositoryResourceFailureException: ODI-10182: Uncategorized exception during repository access.     
    Could not get JDBC Connection; nested exception is java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
         at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:195)
         at oracle.odi.core.OdiInstance.createWorkRepository(OdiInstance.java:504)
         at oracle.odi.runtime.agent.utils.AgentOdiInstance.createWorkRepository(AgentOdiInstance.java:60)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:581)
         at oracle.odi.runtime.agent.utils.AgentOdiInstance.<init>(AgentOdiInstance.java:28)
         at oracle.odi.runtime.agent.utils.AgentOdiInstance.createInstance(AgentOdiInstance.java:32)
         at oracle.odi.runtime.agent.utils.OdiInstanceCache.getWorkInstance(OdiInstanceCache.java:181)
         at oracle.odi.runtime.agent.support.InternalAgentUtils.getAuthenticatedTargetOdiInstance(InternalAgentUtils.java:336)
         at oracle.odi.runtime.agent.servlet.AgentServlet.verifyAllIdStatistics(AgentServlet.java:988)
         at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:361)
         at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:239)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431)
         at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
         at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:676)
         at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
         at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239)
         at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
         at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466)
         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
         at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
         at org.mortbay.jetty.Server.doStart(Server.java:224)
         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
         at oracle.odi.Agent.startAgent(Agent.java:204)
         at oracle.odi.Agent.main(Agent.java:538)
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadWorkRepositoryInfo(RepositoryUtils.java:382)
         at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:174)
         ... 25 more
    Caused by: java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
         ... 35 more
    Caused by: java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
         at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:488)
         at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.java:163)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:943)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:873)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:863)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run(LoginTimeoutDatasourceAdapter.java:217)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
         at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:368)
         at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:49)
         at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:80)
         at oracle.ucp.jdbc.DriverConnectionFactoryAdapter.createConnection(DriverConnectionFactoryAdapter.java:122)
         at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.createOnePooledConnectionInternal(UniversalConnectionPoolImpl.java:1610)
         at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.access$600(UniversalConnectionPoolImpl.java:1446)
         at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:514)
         at oracle.ucp.jdbc.oracle.OracleJDBCConnectionPool.createOnePooledConnection(OracleJDBCConnectionPool.java:129)
         at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:297)
         at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:142)
         at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:157)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:931)
         ... 9 more

    i have tried to change the all the ways in odiparms file but i am getting the same error message....

  • ODI agent creation issue

    Hi,
    I am trying to create ODI agent in Windows. I have followed the steps in ODI set up document. It has launched the server. Now I am trying to create that as a windows service. But I am getting following error message.
    I ran the followiing the command line
    <ODI_HOME>\bin\agentservice -i -s Sched_Agent 20910
    The error I am getting is
    "FATAL | wrapper | The argument 'Files\Java\jdk1.5.0_12\bin\java.exe' is not a valid property name-value pair."
    I have 10.1.3.5.5
    My ODI_JAVA_HOME is pointing to C:\Program Files\Java\jdk1.5.0_12. Is this the issue for the error
    Anyone knows why its happening.
    -app
    Edited by: user6401072 on Jul 28, 2010 11:35 AM

    The reason is becuase you JDK path is some thing like this c:\program files\Java\jdk1.5.0_12\bin\java.exe'
    so what is the happening becuase of space between program and files its not picking up the correct JDK path .
    Either change the path of JDK installation or
    go to your odiparam path and go to this line
    if "%ODI_JAVA_HOME%" == "" set ODI_JAVA_HOME="c:\program files\Java\jdk1.5.0_12"
    or
    if "%ODI_JAVA_HOME%" == "" set ODI_JAVA_HOME='c:\program files\Java\jdk1.5.0_12'
    i dont remember exactly whether single or double quotes but try and let me know if that helps you

  • Data Protection Manager Agent 2012 R2 install failing

    Executing: .\DPMAgentInstaller_x64.exe aura.ad.isillc.com
    I get the following console output:
    Installing agent and configure for dpmserver =[ad.isillc.com\AURA]
    DPMAgentInstaller failed with errorcode =0x80070648, error says: Unknown propert
    y.
    Check log files in [WINDIR]Temp\MSDPM*.LOG
    Press Enter key to close the window\\
    The output in the log file named MSDPMAgentBootstrap0Curr is this:
    0DD8 0DE4 11/23 23:42:53.667 06 installagent.cpp(155) NORMAL Agent installation started for dpmserver [aura.ad.isillc.com]
    0DD8 0DE4 11/23 23:42:53.686 06 bootstrapmsihelper.cpp(219) ACTIVITY The agent bootstrapper is doing prerequisite checks
    0DD8 0DE4 11/23 23:42:53.686 06 bootstrapmsihelper.cpp(1366) NORMAL OS version more than or equal to Win2K3SP2.
    0DD8 0DE4 11/23 23:42:53.686 06 bootstrapmsihelper.cpp(1397) NORMAL Querying for DPMRA with Upgrade code: {EFF053DE-592F-5574-9AA3-64662A944952}
    0DD8 0DE4 11/23 23:42:53.686 06 bootstrapmsihelper.cpp(1471) NORMAL Querying for DPMRA with product code: {6FA0CE18-E1AB-4CA2-B552-03D16516E174}
    0DD8 0DE4 11/23 23:42:53.686 06 bootstrapmsihelper.cpp(544) NORMAL KB975759 not appliicable.
    0DD8 0DE4 11/23 23:42:53.686 06 bootstrapmsihelper.cpp(564) ACTIVITY The agent bootstrapper is installing prerequisites
    0DD8 0DE4 11/23 23:42:53.686 06 bootstrapmsihelper.cpp(683) NORMAL There is an existing msxml6 product found
    0DD8 0DE4 11/23 23:42:53.687 06 bootstrapmsihelper.cpp(752) WARNING InstallMSXML method returned code = 230e360
    0DD8 0DE4 11/23 23:42:53.687 06 bootstrapmsihelper.cpp(607) WARNING InstallAgentPrereqs failed with errorcode=230e360
    0DD8 0DE4 11/23 23:42:53.687 06 bootstrapmsihelper.cpp(267) WARNING PerformAgentInstall failed with errorcode=230e360
    0DD8 0DE4 11/23 23:42:53.687 06 bootstrapmsihelper.cpp(171) WARNING InstallProtectionAgent failed with errorcode=230e360
    0DD8 0DE4 11/23 23:42:53.687 06 installagent.cpp(82) WARNING Failed: Hr: = [0x80070648] DPMAgentInstaller failed, error says: [Unknown property.
    0DD8 0DE4 11/23 23:42:53.687 06 installagent.cpp(82) WARNING ]
    0DD8 0DE4 11/23 23:42:56.812 06 bootstrapmsihelper.cpp(700) WARNING Failed: Hr: = [0x80070648] : Encountered Failure: : lVal : ret
    0DD8 0DE4 11/23 23:42:56.812 06 bootstrapmsihelper.cpp(574) WARNING Failed: Hr: = [0x80070648] : Encountered Failure: : lVal : hr
    0DD8 0DE4 11/23 23:42:56.812 06 bootstrapmsihelper.cpp(236) WARNING Failed: Hr: = [0x80070648] : Encountered Failure: : lVal : InstallAgentPrereqs(silent)
    0DD8 0DE4 11/23 23:42:56.812 06 bootstrapmsihelper.cpp(168) WARNING Failed: Hr: = [0x80070648] : Encountered Failure: : lVal : PerformAgentInstall(installargs, silent, skipKB)
    0DD8 0DE4 11/23 23:42:56.812 06 installagent.cpp(167) WARNING Failed: Hr: = [0x80070648] : Encountered Failure: : lVal : hrTemp
    That's pretty much all the information I have. I've tried disabling the Windows firewall as suggested elsewhere online. The OS installing into is Server 2012 R2. I've tried to install it into a number of different Server 2012 R2 boxes. They all get the same
    error.

    Hi,
    The last three DPM updates had code changes to the DPMFilter.sys driver which tracks block level changes for protected data sources.  The DPMFilter cannot be unloaded / patched and reloaded without loosing block level changes which would require a forced
    consistency check for all data sources.  The decision was made to require the reboot instead of forcing a consistency check for all data sources which could be more disruptive especially for multi-terabyte file servers. 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Scheduling using ODI agent?

    Hi,
    I want to schedule an interface using the scheduling option in ODI11g. For that I saw somewhere that I need to have agent running. I was able to start the agent
    from command line and execute the interface. How can schedule the interface without going through this process. Also I noticed that we can run agent as windows
    service in 10g. But I don't see any script or info for 11g. Any ideas on this?
    Thanks in advance!!
    PM

    If you dont want to start up the agent from command line then you can use OPMN to control the agent - http://john-goodwin.blogspot.co.uk/2010/12/managing-odi-11g-standalone-agents.html
    Your other option is to deploy the J2EE agent into WebLogic but you would still need to start up the managed server by some mechanism e.g. node manager or manually create a window service.
    Once you have the agent running you can just schedule the interface/scenario from in the designer/operator.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI agent status shown prepared in Weblogic

    hi,
    I have installed FDMEE 11.1.2.4. When i start services everything is ok except ODI Java EE agent. I haven't configured it ( i think it was preconfigured).
    I have tried starting ODI agent from enterprise manager but i am getting an error; will paste below.
    I have seen that in weblogic server under erpi integrator server my odi console status is active and odi agent status is prepared. I don't know how to start JAVA EE agent.
    Any help?
    Error:
    Invoking Start Up operation for application oraclediagent on target ErpIntegrator0.
    [Deployer:149193]Operation 'start' on application 'oraclediagent' has failed on 'ErpIntegrator0'
    [Deployer:149034]An exception occurred for task [Deployer:149026]start application oraclediagent on ErpIntegrator0.: [HTTP:101216]Servlet: "AgentServlet" failed to preload on startup in Web application: "oraclediagent".
    com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=0, Name=Cluster, Type=Cluster
      MemberSet=MasterMemberSet(
        ThisMember=null
        OldestMember=null
        ActualMemberSet=MemberSet(Size=0
        MemberId|ServiceVersion|ServiceJoined|MemberState
        RecycleMillis=1200000
        RecycleSet=MemberSet(Size=0
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:58)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:4)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:968)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:919)
    at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1296)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)
    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:204)
    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:181)
    at oracle.odi.runtime.agent.coherence.OdiAgentCoherenceCache.<init>(OdiAgentCoherenceCache.java:52)
    at oracle.odi.runtime.agent.servlet.AgentServlet.initCoherence(AgentServlet.java:812)
    at oracle.odi.runtime.agent.servlet.AgentServlet.initializeClusterCache(AgentServlet.java:762)
    at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:437)
    at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:250)
    at javax.servlet.GenericServlet.init(GenericServlet.java:242)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:149)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    :com.tangosol.net.RequestTimeoutException:Timeout during service start: ServiceInfo(Id=0, Name=Cluster, Type=Cluster
      MemberSet=MasterMemberSet(
        ThisMember=null
        OldestMember=null
        ActualMemberSet=MemberSet(Size=0
        MemberId|ServiceVersion|ServiceJoined|MemberState
        RecycleMillis=1200000
        RecycleSet=MemberSet(Size=0
    Operation Start Up on target oraclediagent Failed. Please see error logs for details.
    Regards

    Hi JanGLi,
    The ODI Agent is completely failing to start here from the error that you initially pasted so agent tests are not going to work wherever you try them. Port 6550 should have something listening on it as that's the port that the FDMEE managed server listens on so that would only prove that the FDMEE managed server is up. I can't see the connection closed error having anything to do with running out of connections in the connection pool either as it's simply a message saying that a connection was closed (not that the connection pool is exhausted).
    On the plus side though I have seen the 'Servlet: "AgentServlet" failed to preload on startup in Web application: "oraclediagent"' error in the past (I get a lot of the really nice issues coming my way). Which operating system are you using here? I've seen this happen on Windows when there are multiple network interfaces and an incorrect interface has been put to the top of the bind order (e.g. an interface that has fallen back to a link local address in the 169.254.0.0/16 range as DHCP has failed).
    Regards
    Craig

  • (Solved) Install Issues

    I have been going through the install, installed base, updated and followed wiki for rest of install . However there are 2 issues stopping the finalisation of the install.
    1. Cannot get Xserver to work
    2. Cannot get Gdm to work
    I have tried many different configs for xorg.conf, I have I believe install all drivers(as per wiki) and been reading the xorg.0.log file and troubleshooting those errors but still no go. Here is my last log file which really doesn't seem to have any great error at all but still it wont work. Can I get a hand to get this thing going please.
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux myhost 2.6.21-ARCH #1 SMP PREEMPT Mon Jun 11 23:47:51 CEST 2007 i686
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 19 14:28:57 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "layout1"
    (**) |-->Screen "screen1" (0)
    (**) | |-->Monitor "monitor1"
    (**) | |-->Device "device1"
    (**) |-->Input Device "Keyboard1"
    (**) |-->Input Device "Mouse1"
    (**) FontPath set to:
    unix/:-1,
    /usr/share/fonts/misc:unscaled
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail"
    (**) Extension "Composite" is enabled
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c44a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2570 card 1458,2570 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:03:0: chip 8086,2573 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24d2 card 1458,24d2 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24d4 card 1458,24d2 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24d7 card 1458,24d2 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,24de card 1458,24d2 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24dd card 1458,5006 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24db card 1458,24d2 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:2: chip 8086,24d1 card 1458,24d1 rev 02 class 01,01,8f hdr 00
    (II) PCI: 00:1f:3: chip 8086,24d3 card 1458,24d2 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 00:1f:5: chip 8086,24d5 card 1458,a002 rev 02 class 04,01,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,0314 card 1554,1145 rev a1 class 03,00,00 hdr 00
    (II) PCI: 02:01:0: chip 8086,1019 card 1458,1019 rev 00 class 02,00,00 hdr 00
    (II) PCI: 03:02:0: chip 1317,0985 card 1113,1216 rev 11 class 02,00,00 hdr 00
    (II) PCI: 03:03:0: chip 14f1,8800 card 107d,6611 rev 05 class 04,00,00 hdr 80
    (II) PCI: 03:05:0: chip 104c,8024 card 1458,1000 rev 00 class 0c,00,10 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfd000000 - 0xfd0fffff (0x100000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
    [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xfa000000 - 0xfcffffff (0x3000000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x300fffff (0x100000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV31 [GeForce FX 5600XT] rev 161, Mem @ 0xf8000000/24, 0xe0000000/28
    (--) PCI: (3:3:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xfb000000/24
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfc000000 - 0xfc003fff (0x4000) MX[b]
    [1] -1 0 0xfc004000 - 0xfc0047ff (0x800) MX[b]
    [2] -1 0 0xfc005000 - 0xfc0053ff (0x400) MX[b]
    [3] -1 0 0xfd000000 - 0xfd01ffff (0x20000) MX[b]
    [4] -1 0 0xfd102000 - 0xfd1020ff (0x100) MX[b]
    [5] -1 0 0xfd101000 - 0xfd1011ff (0x200) MX[b]
    [6] -1 0 0x30100000 - 0x301003ff (0x400) MX[b]
    [7] -1 0 0xfd100000 - 0xfd1003ff (0x400) MX[b]
    [8] -1 0 0xf0000000 - 0xefffffff (0x0) MX[b]O
    [9] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [11] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b](B)
    [12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [13] -1 0 0x00009000 - 0x0000901f (0x20) IX[b]
    [14] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[b]
    [15] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [16] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [17] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [18] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[b]
    [19] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [20] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [21] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [22] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[b]
    [28] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[b]
    [29] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[b]
    [30] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfc000000 - 0xfc003fff (0x4000) MX[b]
    [1] -1 0 0xfc004000 - 0xfc0047ff (0x800) MX[b]
    [2] -1 0 0xfc005000 - 0xfc0053ff (0x400) MX[b]
    [3] -1 0 0xfd000000 - 0xfd01ffff (0x20000) MX[b]
    [4] -1 0 0xfd102000 - 0xfd1020ff (0x100) MX[b]
    [5] -1 0 0xfd101000 - 0xfd1011ff (0x200) MX[b]
    [6] -1 0 0x30100000 - 0x301003ff (0x400) MX[b]
    [7] -1 0 0xfd100000 - 0xfd1003ff (0x400) MX[b]
    [8] -1 0 0xf0000000 - 0xefffffff (0x0) MX[b]O
    [9] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [11] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b](B)
    [12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [13] -1 0 0x00009000 - 0x0000901f (0x20) IX[b]
    [14] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[b]
    [15] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [16] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [17] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [18] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[b]
    [19] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [20] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [21] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [22] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[b]
    [28] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[b]
    [29] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[b]
    [30] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x300fffff (0x30000000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x300fffff (0x30000000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfc000000 - 0xfc003fff (0x4000) MX[b]
    [5] -1 0 0xfc004000 - 0xfc0047ff (0x800) MX[b]
    [6] -1 0 0xfc005000 - 0xfc0053ff (0x400) MX[b]
    [7] -1 0 0xfd000000 - 0xfd01ffff (0x20000) MX[b]
    [8] -1 0 0xfd102000 - 0xfd1020ff (0x100) MX[b]
    [9] -1 0 0xfd101000 - 0xfd1011ff (0x200) MX[b]
    [10] -1 0 0x30100000 - 0x301003ff (0x400) MX[b]
    [11] -1 0 0xfd100000 - 0xfd1003ff (0x400) MX[b]
    [12] -1 0 0xf0000000 - 0xefffffff (0x0) MX[b]O
    [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [15] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [19] -1 0 0x00009000 - 0x0000901f (0x20) IX[b]
    [20] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[b]
    [21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [22] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [23] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [24] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[b]
    [25] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [26] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [27] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [28] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[b]
    [34] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[b]
    [35] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[b]
    [36] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "v4l"
    (II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
    (II) Module v4l: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.1
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "/usr/lib/xorg/modules/extensions/nvidia/libglx.so" (glx)
    (WW) LoadModule: given non-canonical module name "/usr/lib/xorg/modules/extensions/nvidia/libglx.so"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9755
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "glx"
    (II) Reloading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Loading extension GLX
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9755
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) v4l driver for Video4Linux
    (II) NVIDIA dlloader X Driver 1.0-9755 Mon Feb 26 23:23:13 PST 2007
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="NVIDIA Corporation"
    compiled for 7.1.99.2, module version = 1.0.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x300fffff (0x30000000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfc000000 - 0xfc003fff (0x4000) MX[b]
    [5] -1 0 0xfc004000 - 0xfc0047ff (0x800) MX[b]
    [6] -1 0 0xfc005000 - 0xfc0053ff (0x400) MX[b]
    [7] -1 0 0xfd000000 - 0xfd01ffff (0x20000) MX[b]
    [8] -1 0 0xfd102000 - 0xfd1020ff (0x100) MX[b]
    [9] -1 0 0xfd101000 - 0xfd1011ff (0x200) MX[b]
    [10] -1 0 0x30100000 - 0x301003ff (0x400) MX[b]
    [11] -1 0 0xfd100000 - 0xfd1003ff (0x400) MX[b]
    [12] -1 0 0xf0000000 - 0xefffffff (0x0) MX[b]O
    [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [15] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [19] -1 0 0x00009000 - 0x0000901f (0x20) IX[b]
    [20] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[b]
    [21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [22] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [23] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [24] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[b]
    [25] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [26] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [27] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [28] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[b]
    [34] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[b]
    [35] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[b]
    [36] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x300fffff (0x30000000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfc000000 - 0xfc003fff (0x4000) MX[b]
    [5] -1 0 0xfc004000 - 0xfc0047ff (0x800) MX[b]
    [6] -1 0 0xfc005000 - 0xfc0053ff (0x400) MX[b]
    [7] -1 0 0xfd000000 - 0xfd01ffff (0x20000) MX[b]
    [8] -1 0 0xfd102000 - 0xfd1020ff (0x100) MX[b]
    [9] -1 0 0xfd101000 - 0xfd1011ff (0x200) MX[b]
    [10] -1 0 0x30100000 - 0x301003ff (0x400) MX[b]
    [11] -1 0 0xfd100000 - 0xfd1003ff (0x400) MX[b]
    [12] -1 0 0xf0000000 - 0xefffffff (0x0) MX[b]O
    [13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [15] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b](B)
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [22] -1 0 0x00009000 - 0x0000901f (0x20) IX[b]
    [23] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[b]
    [24] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [25] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [26] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [27] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[b]
    [28] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [29] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [30] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [33] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [36] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[b]
    [37] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[b]
    [38] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[b]
    [39] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce FX 5600XT at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.31.20.69.03
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce FX 5600XT at
    (--) NVIDIA(0): PCI:1:0:0:
    (--) NVIDIA(0): Chuntex (CRT-0)
    (--) NVIDIA(0): Chuntex (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (WW) NVIDIA(0): No valid modes for "480x360"; removing.
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1600x1200"
    (II) NVIDIA(0): "1400x1050"
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1280x960"
    (II) NVIDIA(0): "1152x864"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "832x624"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): "320x240"
    (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
    (--) NVIDIA(0): DPI set to (123, 121); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[b]
    [1] 0 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b]
    [2] -1 0 0x00100000 - 0x300fffff (0x30000000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xfc000000 - 0xfc003fff (0x4000) MX[b]
    [7] -1 0 0xfc004000 - 0xfc0047ff (0x800) MX[b]
    [8] -1 0 0xfc005000 - 0xfc0053ff (0x400) MX[b]
    [9] -1 0 0xfd000000 - 0xfd01ffff (0x20000) MX[b]
    [10] -1 0 0xfd102000 - 0xfd1020ff (0x100) MX[b]
    [11] -1 0 0xfd101000 - 0xfd1011ff (0x200) MX[b]
    [12] -1 0 0x30100000 - 0x301003ff (0x400) MX[b]
    [13] -1 0 0xfd100000 - 0xfd1003ff (0x400) MX[b]
    [14] -1 0 0xf0000000 - 0xefffffff (0x0) MX[b]O
    [15] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[b](B)
    [16] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [17] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b](B)
    [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [24] -1 0 0x00009000 - 0x0000901f (0x20) IX[b]
    [25] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[b]
    [26] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [27] -1 0 0x00001400 - 0x0000141f (0x20) IX[b]
    [28] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [29] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[b]
    [30] -1 0 0x0000c800 - 0x0000c807 (0x8) IX[b]
    [31] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[b]
    [32] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[b]
    [33] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [36] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [37] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [38] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[b]
    [39] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[b]
    [40] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[b]
    [41] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    [42] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [43] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) NVIDIA(0): Setting mode "1600x1200"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard1: XkbModel: "pc105"
    (**) Option "XkbLayout" "us(alt-intl)"
    (**) Keyboard1: XkbLayout: "us(alt-intl)"
    (**) Option "XkbOptions" "compose:rwin"
    (**) Keyboard1: XkbOptions: "compose:rwin"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Mouse1: Device: "/dev/input/mice"
    (**) Mouse1: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Mouse1: ZAxisMapping: buttons 4 and 5
    (**) Mouse1: Buttons: 9
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) Mouse1: ps2EnableDataReporting: succeeded
    Could not init font path element unix/:-1, removing from list!
    FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
    And here is my Xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007
    # File generated by XFdrake (rev 57713)
    # Refer to the xorg.conf man page for details about the format of
    # this file.
    Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1" 0 0
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    EndSection
    Section "Files"
    # font server independent of the X server to render fonts.
    # minimal fonts to allow X to run without xfs
    FontPath "unix/:-1"
    FontPath "/usr/share/fonts/misc:unscaled"
    EndSection
    Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "/usr/lib/xorg/modules/extensions/nvidia/libglx.so" # 3D layer
    Load "glx"
    EndSection
    Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    Option "allowmouseopenfail"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us(alt-intl)"
    Option "XkbOptions" "compose:rwin"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    EndSection
    Section "Monitor"
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    Identifier "monitor1"
    VendorName "CTX"
    ModelName "CTX PR705F series"
    HorizSync 30.0 - 85.0
    VertRefresh 50.0 - 160.0
    ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
    EndSection
    Section "Device"
    Identifier "device1"
    Driver "nvidia"
    VendorName "NVIDIA Corp."
    BoardName "NVIDIA GeForce FX (generic)"
    EndSection
    Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "DPMS"
    SubSection "Display"
    Depth 8
    Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite"
    EndSection
    Last edited by flebber (2007-06-20 17:14:12)

    This is my .xinitrc file
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    # exec wmaker
    # exec startkde
    # exec icewm
    # exec blackbox
    # exec fluxbox
    # exec gnome-session
    exec xterm
    I did the startx with xterm installed but still no go #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    # exec wmaker
    # exec startkde
    # exec icewm
    # exec blackbox
    # exec fluxbox
    exec gnome-session
    I see this error at the end of when X crashes everytime
    Could not init font path element unix/:-1, removing from list!
    FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
    and if it helps here is my inittab which I altered for gdm purposes from the wiki advice http://wiki.archlinux.org/index.php/Start_X_at_boot
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    c1:2345:respawn:/sbin/agetty 38400 vc/1 linux
    c2:2345:respawn:/sbin/agetty 38400 vc/2 linux
    c3:2345:respawn:/sbin/agetty 38400 vc/3 linux
    c4:2345:respawn:/sbin/agetty 38400 vc/4 linux
    c5:2345:respawn:/sbin/agetty 38400 vc/5 linux
    c6:2345:respawn:/sbin/agetty 38400 vc/6 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    x:5:respawn:/usr/bin/gdm -nodaemon
    # End of file
    Last edited by flebber (2007-06-19 23:05:52)

  • VMM 2012 R2: error 410 / 0x80070001 when adding a new Hyper-V host. VMM Agent won't install automatically (status 1603)

    I have several Windows Server 2012 R2 hosts. The OS is freshly installed, no roles/3d party software besides Hyper-V role). I also have a freshly installed VMM 2012 R2 server. They all are in the same AD domain. I want to manage those Hyper-V hosts
    with this VMM instance, but I have troubles connecting those hosts to VMM.
    Whenever I try to add a Hyper-V host in the VMM console, the process is stopped almost immediately after it starts. The failing step is "1.2 Install Virtual Machine Manager Agent". The final error message is as follows:
    Error (410)
    Agent installation failed on XXX.
    Incorrect function (0x80070001)
    Recommended Action
    Try the operation again. If the problem persists, install the agent locally and then add the managed computer.
    If I try to install the agent manually copied from the VMM host (C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\agents\amd64\3.2.7634.0
    as of now) by just clicking on its MSI file in Windows Explorer (and agreeing to the Windows prompt to run it with elevated privileges), the installation fails as well with "Installation success or error status: 1603." in the
    server Application log.
    The only way I found to install the agent is to run the installation from command prompt with elevated privileges. In this case the installation finishes successfully, and I can add the host to VMM by marking the "Reassociate the host" checkbox
    in the VMM wizard.
    Why is it so? Isn't the agent supposed to install without manual intervention? As I recall, I had no such problem with previous versions of Windows Server and VMM.
    Evgeniy Lotosh
    MSCE: Server infractructire, MCSE: Messaging

    I brought up the share because it is off by default with Hyper-V Server as well as a Core installation.  Regardless of the Firewall policy involved.
    Maybe, but I don't work with pure Hyper-V and Core servers. I have a full-fledged Windows Server 2012 R2 Datacenter.
    You're correct that File Server role is not enabled by default, this is my mistake. I open SMB-IN port manually (with the help of a group policy), and Windows considers it to be am equivalent of the enabled File Server role. Nonetheless, ADMIN$ share is
    always accessible in my environment (and without it, for example, I wouldn't be able to remotely install things like SCOM Agent which installs without a glitch). Just in case I manually installed the File Server role, and it didn't help.
    What you say about multihomed servers is interesting. The servers in question do have multiple network interfaces, but at the time I tried to install the VMM Agent only one of them (a designated host management / network access interface) had a real IP address.
    Two other interfaces were non-configured (I apply a virtual switch configuration after the VMM Agent is installed). Just in case I disabled them when tried to install the VMM Agent remotely on the last host, and the installation still failed immediately
    after start. Anyways, after the VMM Agent is installed manually the host can be normally re-associated with VMM, so it's doubtful that I have a network issue.
    And, of course, there is no 3d-party software on the hosts (no antiviruses/firewalls in particular) except the EMC Unisphere Host Agent (a piece of software necessary for connecting a host to an EMC storage system) and networking drivers. Actually,
    this is a pure Microsoft environment.
    So I still believe that is has something to do with the Windows Installer inability to configure Windows Firewall policy after being invoked from Windows Explorer with a double-click on a MSI file. But I don't know how to strictly confirm it.
    Evgeniy Lotosh
    MSCE: Server infractructire, MCSE: Messaging

Maybe you are looking for

  • How to create the web template

    Hi BW Experts,    how to create the web template.....!    I just want to know what is the use of Web template. i want to display the report in WEB-UI screen ( sap-crm 7.0 portal ) can any one help me please how to proceed ...! Thanks shahina..!

  • Error in loading data into PSA from source system.

    Hi Experts !!! Good morning . I am trying to load data from SRM source system into BI system.When I execute infopackage,the data is not loaded into PSA and status of the process immediately becomes yellow.After sometime it gets timed out and converts

  • Lync Addressbook and Search for non Exchange users

    Hello All,  I have an question. We have lync server 2013 and we does not have exchange server. We have only Zimbra servers. But i have AD accounts for them. How can we add those accounts in to Lync server ?  How other users search their contacts in l

  • Need Help on this procedure

    hello, I need some help on what is the proper way or correct way to do this. I just taped a wedding for a friend who somewhat trusted me, I edited it, and it came out decent. I then exported the 3/4 finished product to quicktime, this QT file is abou

  • Fix tab title size in JTabbedPane

    Now, each tab in my JTabbedPane occupies the whole row because the title is too long. Is there any way to set each tab title size to be preferred fixed size in JTabbedPane? (I can use the tooltip to show the whole string. ) Thanks.