10 G Replication Options

The Oracle 10G Standard Edition does not offer Streams. What would one suggest to use for replicating data from one Database to another if we purchased 10G Standard Edition?
We currently have Streams between 2 Databases on Oracle 9i Enterprise Edition but if we migrate to 10G Standard Edition, streams is no longer.

Ok forgive my ignorance. I thought Materialized views were schedulted to run at lets asy evrery 4 hours however I wasn't aware that it could offer realtime replication.
Are you saying that If I create a Materialized View and and specify the clause REFRESH FAST ON COMMIT will offer a form of real time replication?
This is for reporting purposes that I'm trying to achieve!

Similar Messages

  • RE: (forte-users) Changing replication options in Fscript? -Tric k

    There was one attribute of a service object you couldn't change in fscript..
    I think it was whether the service was replicated at all or not (not the
    same as setting rep count to 1!).
    As Clint would say, "improvise.."
    We exported the project containing the service object and snipped out the
    part pertaining to the service object in to a little export file.
    Then in an fscript script you can branch/checkout the service object and
    import the snipped out export file to change the replicated yes/no flag.
    Then do whatever other fscript commands make sense.. We tended to leave the
    system baseline with the "true" replication flags and let developers run
    this little script (only branching the services) to de-replicate all the
    replicated services prior to trying to run from their workspace, etc.
    Worked like a charm.
    -Greg
    -----Original Message-----
    From: Taras Katkov
    To: [email protected]
    Sent: 12/1/99 2:57 PM
    Subject: Re: (forte-users) Changing replication options in Fscript?
    "setappcompcompiled", "setPARTrepcount" can be used in fscript during
    application build.
    I mean PERIOD!
    Taras Katkov
    f.e.
    FindAppComp AppNAme_PartXX
    SetAppCompCompiled MyNode 1
    SetPartRepCount MyNode YY
    SetPartArgs MyNode \"Whatever\"
    SetPartThreadPkg MyNode DCE
    commit
    [email protected] wrote:
    >
    Yes through escript one can achieve changing the properties but onecannot
    do it when one is partitioning the app where the router gets createdand
    assigned ( which is fscript) and the single threadedness of thepartition
    takes effect ( for loadbalancing ) except from the partitioningworkshop
    (GUI) itself.
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Wednesday, December 01, 1999 3:39 PM
    To: [email protected]; [email protected];
    [email protected]
    Subject: RE: (forte-users) Changing replication options in Fscript?
    Yes you can do it, but you actually do it in EScript not FScript lookfor
    the following types of command "assignappcomp", "unassignappcomp",
    "setappcompcompiled", "setrepcount", "findagent", "findsubagent",
    "findparent" etc.. So start with your EScript manual.
    Happy scripting.
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Wednesday, December 01, 1999 1:36 PM
    To: [email protected]; [email protected]
    Subject: RE: (forte-users) Changing replication options in Fscript?
    no it is not. One can compiling properties but not replicationproperties
    through Fscript.
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Wednesday, December 01, 1999 3:24 PM
    To: [email protected]
    Subject: (forte-users) Changing replication options in Fscript?
    Before making a distribution, we modify replication options on some ofour
    service objects from within the Partition Workshop (to get rid of the
    router partition on some of our applications). Does anyone know ifit is
    possible to do this in Fscript? Thanks for your help.
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in anew
    email the word: 'Unsubscribe' to: [email protected]
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in anew
    email the word: 'Unsubscribe' to: [email protected]
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in anew
    email the word: 'Unsubscribe' to: [email protected]
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a
    new
    email the word: 'Unsubscribe' to: [email protected]

    You can set the the number of replicas through fscript BUT the service
    object in that partition has to be marked for LOADBALANCE. I didn't find a
    fscript command to do that (that was what mnasser was trying to tell you).
    But you can get around it by exporting the plan that has the service object
    and look for the string LoadBalance = FALSE, then change it to LoadBalance =
    TRUE. Import back the plan and you should be fine.
    Norocel Popa
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Wednesday, December 01, 1999 8:28 PM
    To: [email protected]; [email protected]
    Subject: RE: (forte-users) Changing replication options in Fscript? -
    Tric k
    There was one attribute of a service object you couldn't change in fscript..
    I think it was whether the service was replicated at all or not (not the
    same as setting rep count to 1!).
    As Clint would say, "improvise.."
    We exported the project containing the service object and snipped out the
    part pertaining to the service object in to a little export file.
    Then in an fscript script you can branch/checkout the service object and
    import the snipped out export file to change the replicated yes/no flag.
    Then do whatever other fscript commands make sense.. We tended to leave the
    system baseline with the "true" replication flags and let developers run
    this little script (only branching the services) to de-replicate all the
    replicated services prior to trying to run from their workspace, etc.
    Worked like a charm.
    -Greg
    -----Original Message-----
    From: Taras Katkov
    To: [email protected]
    Sent: 12/1/99 2:57 PM
    Subject: Re: (forte-users) Changing replication options in Fscript?
    "setappcompcompiled", "setPARTrepcount" can be used in fscript during
    application build.
    I mean PERIOD!
    Taras Katkov
    f.e.
    FindAppComp AppNAme_PartXX
    SetAppCompCompiled MyNode 1
    SetPartRepCount MyNode YY
    SetPartArgs MyNode \"Whatever\"
    SetPartThreadPkg MyNode DCE
    commit
    [email protected] wrote:
    >
    Yes through escript one can achieve changing the properties but onecannot
    do it when one is partitioning the app where the router gets createdand
    assigned ( which is fscript) and the single threadedness of thepartition
    takes effect ( for loadbalancing ) except from the partitioningworkshop
    (GUI) itself.
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Wednesday, December 01, 1999 3:39 PM
    To: [email protected]; [email protected];
    [email protected]
    Subject: RE: (forte-users) Changing replication options in Fscript?
    Yes you can do it, but you actually do it in EScript not FScript lookfor
    the following types of command "assignappcomp", "unassignappcomp",
    "setappcompcompiled", "setrepcount", "findagent", "findsubagent",
    "findparent" etc.. So start with your EScript manual.
    Happy scripting.
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Wednesday, December 01, 1999 1:36 PM
    To: [email protected]; [email protected]
    Subject: RE: (forte-users) Changing replication options in Fscript?
    no it is not. One can compiling properties but not replicationproperties
    through Fscript.
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Wednesday, December 01, 1999 3:24 PM
    To: [email protected]
    Subject: (forte-users) Changing replication options in Fscript?
    Before making a distribution, we modify replication options on some ofour
    service objects from within the Partition Workshop (to get rid of the
    router partition on some of our applications). Does anyone know ifit is
    possible to do this in Fscript? Thanks for your help.
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in anew
    email the word: 'Unsubscribe' to: [email protected]
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in anew
    email the word: 'Unsubscribe' to: [email protected]
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in anew
    email the word: 'Unsubscribe' to: [email protected]
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a
    new
    email the word: 'Unsubscribe' to: [email protected]
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: [email protected]

  • State Replication option..

    Is there some way of specifying whether the state replication should happen synchronously or asynchronously.
              Also, is there some way that the state replication decision can be made custom driven. By this i mean user writing the code which decides whether the state has changed and needs to be communicated. This could be useful in a Stateful session bean where one might like to decide when to replicate (i.e. on change of which all atrributes should the replication occur).
              JBoss has a mechanism by which we can specify a mehtod isModified which should return boolean, which is called before replicating the state. THis helps in achieving fine-grained replcation.

    For stateful sessoin EJBs the container automatically determines whether you've modified anything and sends the minimal diff across the wire. There's no need to write an isModified method (which I would consider a little error-prone and cumbersome).
              The replication is always done synchronously. There is no option currently to make it async but other people have asked for it.
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Oracle XE Replication Options

    I have an Oracle XE database which I would like to replicate on a secondary server for failover purposes. I have done some research into this and it appears that Oracle basic materialized view replication is the only option available to me.
    Are there other alternatives out there that are suitable for creating an Oracle XE failover environment?
    Werner

    Yes you need to have Oracle 10g Enterprise edition for using other mechanisms like streams for replication.

  • Java DB replication

    Hello,
    What are the replication options for JavaDB? Can we replicate from an Oracle DB to a Java DB?
    I read that Javadb has some replication mechanisms with a master slave model. Java DB to Java DB.
    http://docs.oracle.com/javadb/10.4.1.3/adminguide/cadminreplicstartrun.html
    Is it still available wit latest versions?. Anybody experimented it and can give me feed back on how well it works?
    Particularly my environment is a disconnected environment where I can loose network connection. Would the replcation able to recover when the network is back without human intervention?
    Also I need to use the slave database to store local information that is not part of the master information. Would it work? Can a slave database support also local update?
    Thanks

    Hi,
    You should post your question on the Replication (HA) forum. Also, you want to provide a lot more details about what you are doing and information about what you have done to try to debug the problem (calls made, where you think the problem is).
    Ron

  • (V8.1 REPLICATION) UPDATABLE SNAPSHOT환경 구축을 위한 초기 작업

    제품 : ORACLE SERVER
    작성날짜 : 2001-07-19
    (V8.1 REPLICATION) UPDATABLE SNAPSHOT환경 구축을 위한 초기 작업
    =============================================================
    1. 개요
    =======
    Symmetric Replication의 한 종류인 updatable snapshot환경의 구축을 위해서는
    replication manager를 사용하도록 한다. 이 문서는 replication manager사용을
    통해 snapshot group및 object 등을 등록하고 관리하기 이전에 master및 snapshot
    site에서 미리 설정되고 수행되어야 하는 작업들을 정리한다.
    이중 일부 작업은 replication manager를 통해서도 구현이 되지만, 정확한
    수행이 요구되어 지는 작업에 대해서는 이 문서에서와 같이 직접 SQL command를
    통해 수행되어지는 것이 권고된다.
    Oracle 8.1.x부터는 snapshot과 materialized view가 동의로 사용되어지나, 이
    문서에는 snapshot으로 표시한다.
    2. Init.ora parameters
    ======================
    아래와 같은 initialisation parameter들이 추가되거나 수정되어져야 한다.
    아래의 설정은 master site와 snapshot site모두 설정이 필요하며, master site가
    하나뿐인 경우는 job_queue부분과 parallel_ parameter의 경우는 설장할 필요가
    없다.
    Parameter 이름 권장되는 초기 값
    COMPATIBLE 8.1.5.0.0 이상
    SHARED_POOL_SIZE 20M ~ 40M 정도가 추가로 요구
    PROCESSES 현재 값에서 12정도 추가
    GLOBAL_NAMES 반드시 TRUE
    OPEN_LINKS 4, 추가되는 master site당 2 증가
    DISTRIBUTED_TRANSACTIONS 최소 5 이상 (기본값은 trsactions/4)
    가되는 master site당 2 증가
    REPLICATION_DEPENDENCY_TRACKING TRUE
    아래의 값은 상황에 맞게 조정하여 사용한다.
    JOB_QUEUE_INTERVAL 10 초
    JOB_QUEUE_PROCESSES 3, 추가되는 master site당 1씩 증가
    PARALLEL_MAX_SERVERS 10
    PARALLEL_MIN_SERVERS 2, max server의 갯수와 동일한것이 권장
    parallel propagation을 사용하지 않고자
    하면 설정하지 않는다.
    SNAPSHOT_ 로 시작하는 parameter나 JOB_QUEUE_KEEP_CONNECTIONS parameter는
    Oracle 8.1에서는 없어졌으므로 지정하지 않도록 한다.
    3. Tablespace 요구 사항
    =======================
    다음은 replication을 사용하기 위해 추가적으로 필요한 tablespace용량이다.
    Tablespace 권장사항
    SYSTEM 최소 40 Mb free space
    ROLLBACK SEGMENTS 최소 30 Mb free space
    TEMPORARY 최소 20 Mb free space
    4. Replication Catalogue 설치
    ==============================
    database생성시에 replication catalog를 설치하지 않았다면, Database
    Configuration Assistant 를 이용하여 Advance Replication Option부분을
    database에 추가하도록 하거나, 아니면 다음과 같이 작업한다.
    cd $ORACLE_HOME/rdbms/admin
    sqlplus internal
    SQL>spool rep.log
    SQL>@catrep
    SQL>spool off
    이 script는 약 1시간 정도 수행되며, spool을 받아 수행에 문제가 있었는지
    이후에 확인하도록 한다.
    [주의] 이 script를 수행하게 되면, replication관련 table과 queue등이 system
    owner로 생성되게 된다.
    그러므로 이후에 replication작업이 일시 중단되어 queue가 커지게 되면,
    system user의 default tablespace에 부담이 되므로 system owner의
    default tablespace를 tools나 그외 replication관리를 위한 별도의
    table로 일시 지정하도록 한다.
    SQL>ALTER USER sysem DEFAULT TABLESPACE REPTBS;
    catrep의 수행이 끝나면 spool로 생긴 rep.log도 확인하여 보고, 아래 문장을
    통해 invalid상태인 object를 확인하고 재 compile을 시도한다.
    SQL> SELECT OWNER, OBJECT_NAME FROM ALL_OBJECTS
    WHERE STATUS = 'INVALID';
    이때 만약 SYS나 SYSTEM package의 body가 invalid로 나타나면 다음과 같이 재
    compile을 시도한다. package body만 invalid인데 aler package문장에서 compile
    body대신 compile이라고만 하면 그 package에 대한 definition이 변경되어,
    이 package와 dependency관계에 있는 다른 object도 invalid상태가 되도록 한다.
    작업이 성공적으로 끝났으면, system user의 default tablespace의 원래대로,
    tool나 system으로 수정한다.
    SQL> alter user system default tablespace system;
    5. Setup NET8
    =============
    Replication환경에 포함된 모든 server는 listener를 구동하도록 하며, snapshot
    site에서는 master site를 가리키는 service alias를 tnsnames.ora file에 등록하
    도록 한다.
    또한, replication manager를 사용하는 client도 tnsnames.ora file에 master와
    snapshot site와 연결가능하도록 service alias를 net8 easy configuration등을
    통하여 등록하도록 한다.
    6. Replication Manager Setup Wizard
    ===================================
    위의 작업이 모두 끝났으면 앞으로의 작업은 replication manager를 통해서도
    수행 가능하다.
    그러나 이 문서에 포함된 내용은 replication환경 설정시 한번만 필요한 작업이며,
    이 부분에 대한 사소한 실수도 이후 사용에 문제를 야기하기 때문에, 여기에 포함된
    작업만큼은 sql command를 통해 직접 작업하기를 권고한다.
    Replication manager가 포함되어 있는 OEM version은 1.4부터이며, Oracle8.1의
    경우는 2.1이 최적화되어 있다. 그러나 그 이전 version도 사용가능하다.
    7. Replication Users
    =====================
    일반적으로, multi-master환경보다는 updatable snapshot환경이 더 보안이 문제시
    된다. multi-master의 경우는 일반적으로 중앙에서 같은 db admin에 의해 관리
    되는것이 일반적이나 snapshot의 경우는 지역적으로 떨어져 별개로 관리되는 경우가
    많아 그 snapshot에서 master site의 database에 손상을 주는 일을 막는것이
    중요하여, user구성은 multi-master환경보다 복잡하다.
    Snapshot Site Master Site
    Replication administrator
    Snapshot replication administrator ---> Proxy snapshot administrator
    Propagator ---> Receiver
    Refresher ---> Proxy refresher
    Snapshot Owner(s) ---> Proxy refresher
    - Replication administrator: master site에서, master group들의 구성과
    관리를 책임진다.
    - Snapshot administrators: snapshot site에서 snapshot replication group을
    구성하고 관리하는 책임을 지며, master site의 Proxy administrator가
    master group의 최소한의 access만 허용하게 된다.
    - Propagators: deferred transaction을 master site에 전달하면, master site의
    Receiver가 전달받은 data를 master table에 적용시킨다.
    - Refreshers: snapshot site에서 master site의 변경된 data를 snapshot
    site로 끌어오는 역할을 하며, master site의 Proxy refresher는 master
    site의 table에 대한 최소한의 acess만을 허용한다.
    이러한 user들의 생성하고 이용하는 방법은 여러가지로 가능하다. 아래에서는,
    그중 가장 일반적으로 사용되는 방법을 기술한다.
    8. Replication user 생성 및 권한 부여
    =====================================
    Oracle 8.1부터 updatable snapshot 환경 구축시 trusted와 untrusted두가지
    방법이 가능하다. untrusted의 경우 snapshot site가 master site와 같은 관리자
    아래에 포함되지 않아 보안을 더 강화해야 하는 model이다.
    하나의 master site에 snapshot group이 여러개이고, 각 snapshot별로, 이
    snapshot group을 공유하는것이 아니고, 별개로 사용하는 경우 서로 다른
    snapshot이 사용하는 group에 대해 보안을 유지하려면 untrusted model을 사용해야
    하나 실제 이러한 환경으로 구성되는 일은 거의 없고, 작업의 번거로움으로 이
    문서에는 trusted model에 대해서는 설명한다.
    8.1 Master Site user와 권한
    (1) Replication Administrator (REPADMIN)
    SQL>CONNECT system/<password>
    SQL>CREATE USER repadmin IDENTIFIED BY <password>
    DEFAULT TABLESPACE <tablespace name>
    TEMPORARY TABLESPACE <tablespace name>;
    SQL>GRANT connect, resource TO repadmin;
    SQL>EXECUTE dbms_repcat_admin.grant_admin_any_schema('repadmin');
    SQL>GRANT comment any table TO repadmin;
    SQL>GRANT lock any table TO repadmin;
    만약 replication group이 어느 특정 schema에만 한정된다면,
    grant_admin_any_schema대신 grant_admin_schema를 사용하여도 된다.
    (2) Proxy snapshot administrator / Receiver / Proxy refresher (SNAPPROXY)
    master site의 proxy snapshot administrator, receiver, proxy refresher는
    하나의 user로 관리하는 것이 일반적이다. 이러한 SNAPPROXY user를 생성하지
    않고 REPADMIN user가 이러한 역할도 수행하도록 설정할 수 있으나, 그렇게
    되면 snapshot site에 너무 많은 권한을 부여하게 되어 바람직하지 않다.
    replication manager를 이용해 이러한 user를 생성하면 master site에 연결된
    snapshot site마다 각각의 snapproxy_n과 같은 형태로 user를 생성하나,
    같은 snapshot group에 대하여 이렇게 각각의 user를 생성하는 것은 의미가
    없으므로 권장되지 않는다.
    SQL>CONNECT system/<password>
    SQL>CREATE USER snapproxy IDENTIFIED BY <password>
    DEFAULT TABLESPACE <tablespace name>
    TEMPORARY TABLESPACE <tablespace name>;
    (3) Proxy snapshot administrator privileges
    SQL>CONNECT system/<password>
    SQL>BEGIN
    dbms_repcat_admin.register_user_repgroup(
    username => 'snapproxy',
    privilege_type => 'proxy_snapadmin',
    list_of_gnames => NULL);
    SQL>END;
    SQL>/
    register_user_repgroup procedure를 통해 권한을 부여한다. 이때, "create
    session" 과 dbmsobjgwrapper / dbms_repcat_untrusted package에 대한
    "execute"권한이 부여된다.
    Replication group에 table을 add하게 되면 그 table에 대한 "select" 권한이
    부여된, master objects에 대한 DML권한은 이 user에게 부여되지 않는다.
    (4) Receiver privileges
    SQL>CONNECT system/<password>
    SQL>BEGIN
    dbms_repcat_admin.register_user_repgroup(
    username => 'snapproxy',
    privilege_type => 'receiver',
    list_of_gnames => NULL);
    SQL>END;
    SQL>/
    이 문장을 통해 "create session" 과 dbms_defer_internal packages,
    dbms_defer package에 대한 "execute"권한이 부여된다. 그러나 이것도
    마찬가지로 master object에 대한 DML권한을 부여하지 않는다.
    또한 receiver는 replication object를 추가한 후 replication support시에
    생성되는 <schema>.<object name>$RP (LOB table에 대해서는 $RL)에 대한
    execute권한을 부여 받아 master site에 변경사항을 적용하게 된다.
    (5) Proxy refresher privileges
    SQL>CONNECT system/<password>
    SQL>GRANT create session TO snapproxy;
    SQL>GRANT select any table TO snapproxy;
    (6) Schema Owner(s) (여기에서는 REPUSER로 명시)
    SQL>CONNECT system/<password>
    SQL>CREATE USER repuser IDENTIFIED BY <password>
    DEFAULT TABLESPACE <tablespace name>
    TEMPORARY TABLESPACE <tablespace name>;
    SQL>GRANT connect, resource TO repuser;
    8.2 Snapshot Site user와 권한
    (1) Snapshot administrator / Propagator / Refresher (SNAPADMIN)
    snapshot administrator, propagator, refresher에 대해서 하나의 user로
    관리하는것이 일반적이다.
    SQL>CONNECT system/<password>
    SQL>CREATE USER snapadmin IDENTIFIED BY <password>;
    DEFAULT TABLESPACE <tablespace name>
    TEMPORARY TABLESPACE <tablespace name>;
    (2) Snapshot administrator 권한
    SQL>CONNECT system/<password>
    SQL>EXECUTE dbms_repcat_admin.grant_admin_any_schema('snapadmin');
    SQL>GRANT comment any table TO snapadmin;
    SQL>GRANT lock any table TO snapadmin;
    (3) Propagator 권한
    SQL>EXECUTE DBMS_DEFER_SYS.REGISTER_PROPAGATOR('snapadmin');
    (4) Refresher 권한
    SQL>GRANT create any snapshot TO snapadmin;
    SQL>GRANT alter any snapshot TO snapadmin;
    refresher와 대응하는 master site의 proxy refrsher에 의해 master site의
    table에 대한 "select any table" 권한을 가지게 된다.
    (5) Schema Owner(s) (여기에서는 REPUSER로 명시)
    replicate되고자 하는 table에 대한 master site의 schema와 동일한 이름의
    shema가 snapshot site에서도 필요하다. 단 password는 같을 필요는 없다.
    만약 다른 schema에 대해서 updatable snapshot을 생성하면, snapshot생성시는
    오류없이 만들어지지만, create_snapshot_repobject 수행시에 아래와 같이
    오류가 발생할 것이다.
    ORA-23306: schema <schema name> does not exist
    ORA-23308: object <schema name>.<object name> does not exist or is invalid
    아래 문장과 같은 schema owner생성시 주의할 점은 이 권한을 role을 통해
    부여하지 말고 직접 주어야 한다는것이다. 즉, 이미 connect, resource등을
    통해 create table과 같은 권한은 부여된 상황임에도 불구하고, 이후에
    procedure나 package등에서 이 권한이 필요한 경우 role을 통해 부여된 것은
    인식이 되지 않고 ORA-1031이 발생하기 때문에 아래와 같이 직접 권한을
    부여하여야 한다.
    SQL>CONNECT system/<password>
    SQL>CREATE USER repuser IDENTIFIED BY <password>
    DEFAULT TABLESPACE <tablespace name>
    TEMPORARY TABLESPACE <tablespace name>;
    SQL>GRANT connect, resource TO repuser;
    SQL>GRANT create table TO repuser;
    SQL>GRANT create snapshot TO repuser;
    이 user가 master site에 대해서 수행할 수 있는 권한에 대해서는 이 user에서
    master site로 생성하는 database link를 어느 user로 connect하느냐에 달려
    있으며 이것은 9.4에서 설명한다.
    (6) End Users
    snapshot schema에 있는 snapshot을 이용하는 user가 별도로 존재할 수
    있으며, 이 경우 특별한 권한이 추가적으로 필요하지는 않고, snapshot
    object에 대한 필요한 권한을 부여하면 된다.
    9. Database Link
    ================
    database link를 생성하기 전에 중요한 것은 replication 환경에 포함된 모든
    database는 고유한 global name을 가지고 있어야 한다. default global name은
    <db_name>과 동일하나 다음과 같이 문장을 통해 global name을 수정가능하다.
    그러므로 db_name이 같더라도 이렇게 global name을 수정하여 replication
    환경을 구성할 수 있다.
    SQL>ALTER DATABASE RENAME GLOBAL_NAME TO <new global name>;
    SQL>SELECT * FROM GLOBAL_NAME;
    updatable snapshot환경에서 database link가 제대로 구성되지 않으면 이후
    작업에 계속 문제가 생기므로 주의하여야 한다. 이 database link는 snapshot
    site에서 master site로만 구성하면 되며, 반대로 master site에서 snapshot
    site로 구성할 필요는 없다.
    (1) Public Database Links
    Net8 connection alias를 이용하여 다음과 같이 public database link를
    만든다. 이후 생성되는 private link는 using절을 포함하지 않게 되며,
    모두 public database link와 동일한 이름의 db link이름을 가져야 한다.
    (global_names=true이기 때문)
    SQL>CONNECT system/<password>
    SQL>CREATE PUBLIC DATABASE LINK <remote databases global name.world>
    USING 'Net8 alias';
    여기에서 표현한 Net8 alias는 snapshot site의 tnsnames.ora file에 정의
    되어 있어야만 한다.
    (2) Snapshot Administrator / Snapshot propagator / refresher
    snapshot administrator와 proxy snapshot administrator 다음과 같이 private
    database link가 필요하다.
    SQL>CONNECT snapadmin/<password>
    SQL>CREATE DATABASE LINK <remote databases global name.world>
    CONNECT TO snapproxy IDENTIFIED BY <password>;
    (3) Schema Owner (여기에서는 REPUSER로 명시한다)
    snapshot을 가지고 있는 모든 schema는 master site에 private database
    link를 생성해야 한다. 이때, "Schema to Schema" 와 "Schema to Proxy
    Refresher" 두가지를 고려할 수 있다.
    만약 link를 schema to schema방식으로 생성하게 되면, snapshot owner는
    쉽게 master site로 연결하여, master table에 DDL이나 DML을 수행가능하다.
    이것은 일반적으로 바람직하지 않으므로 master의 proxy refresher로
    private database link를 만들도록 권고된다. master에서 proxy refresher와
    proxy administrator가 동일한것이 일반적으로 결국 proxy administrtor에게
    연결하면 된다.
    이렇게 되면 snapshot의 schema owner는 proxy refresher user에 의해,
    master table에 대한 "select any table"권한은 가지게 되지만, DDL이나,
    DML은 허용되지 않으므로 더 안정적이다.
    SQL>CONNECT repuser/<password>
    SQL>CREATE DATABASE LINK <remote databases global name.world>
    CONNECT TO snapproxy IDENTIFIED BY <password>;
    (5) End User
    database link가 필요하지 않다.
    9.6 Testing Database Links
    database link생성 작업이 끝나면 다음과 같이 하여, 각 user별로 database
    link 생성이 올바로 되었는지 확인하도록 한다.
    SQL>CONNECT user/<password>
    SQL>SELECT * FROM DUAL@<database link name>
    10. schedule설정
    ================
    1 ~ 9번까지 성공적으로 수행되었다면 이제 replication manager를 이용하여,
    replication/snapshot group과 object를 추가할 수 있다.
    replication manager를 이용시 master site는 repadmin user로 접속하고,
    snapshot site는 snapadmin user로 접속하도록 한다.
    snapshot site의 변경 작업을 master site로 주기적으로 push시키고, 이렇게
    push된 data를 또 다른 주기로 purge시키는 scheduling이 필요하다.
    이것은 replication manager를 이용하려면, 아래 menu를 이용하면 된다.
    - Scheduling --> Scheduled Links
    - Database Information --> Purge Job Tab
    이 작업을 sql문으로 수행하려면 다음과 같은 문장을 snapshot site에서
    수행한다.
    SQL>CONNECT snapadmin/<password>
    SQL>BEGIN
    dbms_defer_sys.schedule_push(
    destination => '<destination databases global name>.WORLD',
    interval => '/*10:Mins*/ sysdate + 10/(60*24)',
    next_date => sysdate,
    stop_on_error => FALSE,
    delay_seconds => 0,
    parallelism => 1);
    SQL>END;
    SQL>/
    SQL>BEGIN
    dbms_defer_sys.schedule_purge(
    next_date => sysdate,
    interval => '/*1:Hr*/ sysdate + 1/24',
    delay_seconds => 0,
    rollback_segment => '');
    SQL>END;
    SQL>/

  • One read_only snapshot can not be refreshed?

    Hi,
    I have created a read_only snapshot in the snapshot site(Oracle 8.1.6). The master table is a view table in the master site( Oracle 7.3.4).The master site has install the replication option and the snapshot site doesn't install the replication option.
    Here is my script to create snapshot in snapshot site:
    CREATE SNAPSHOT testing
    TABLESPACE hyper_d01
    STORAGE (INITIAL 32K NEXT 32K)
    REFRESH NEXT sysdate + 1
    WITH ROWID
    AS SELECT *
    from testing@mastersite;
    /****end **/
    The snapshot has been created successfully.
    I found this snapshot doesn't refresh everyday after I created it. It doesn't change after I created it.
    I can manually refresh it by running this command in snapshot site:
    execute dbms_snapshot.refresh('testing');
    It did complete refresh and It worked.
    I am confused...
    Could anyone tell me what could cause the scheduled refresh fail?
    -Do I need to ask DBA to give me special privillage to do automaticlally refresh?
    -Does the difference between Oracel 7 and Oracle 8 cause the scheduled refresh fail?
    One more question:
    Does Oracel 7.3.4 support primary key type snapshot?
    I tried to create the primary key type snapshot in Oracle 8.3.4 for the master table in oracle 7.3.4, I got error message.
    Thanks in advanced,
    Helena Wang

    How did you create the database link?
    We were testing it here, and when we had created the database
    link using the syntax "create database link mastersite using
    'mastersite';", it doesn't work.
    It only works when the database link is created using the syntax
    "create database link mastersite connect to user identified by
    password using 'mastersite';"
    The person that realized it was one of the DBAs that works with us.
    I hope it helps you.
    Regards
    Angie

  • Memory is low after some days

    Hello.
    We're running a NW6.5.8 machine on a HP Proliant ML350 G3. The server works
    well since several years. Three weeks ago the server makes some problems.
    After restarting the machine the memory runs low after 3 or for days. I
    can't see a reason for this.
    Do you have an idea for this?
    Here is my config.txt of this machine:
    Novell File Server Configuration Report For Server: FS1
    Novell File Server Configuration Report Created: Tue, Apr 6, 2010 8:24 am
    Novell File Server Configuration Report. [Produced by CONFIG.NLM v3.10.17]
    Novell NetWare 5.70.08 October 3, 2008
    (C) Copyright 1983-2008 Novell Inc. All Rights Reserved.
    Server name...............: FS1
    OS Version................: v5.70
    OS revision number........: 8
    Product Version...........: v6.50
    Product Revision Number...: 8
    Server Up Time(D:H:M:Sec).: 5:00:07:55
    Serial number.............: XXXXXXXX
    Internal Net. Addr........: 0EB0C408h
    Security Restriction Level: 1
    SFT Level.................: 2
    Engine Type...............: NATIVE
    TTS Level.................: 1
    Total Server memory.......: 2559.60 MB or 2683933696 Bytes
    Processor speed rating....: 200081
    Original cache buffers....: 654204
    Current Cache Buffers.....: 153274
    LRU Sitting Time(D:H:M:S).: 5:00:07:55
    Current FSP's.............: 26
    Current MP FSP's..........: 58
    Current Receive Buffers...: 3000
    Directory cache buffers...: 0
    Workstations Connected....: 48
    Max Workstations Connected: 58
    Server language...........: ENGLISH (4)
    Timesync active...........: Yes
    Time is synchronized......: Yes
    Total Processors..........: 1
    Server DOS Country ID.....: 49
    Server DOS Code Page......: 850
    Boot Loader...............: DOS
    Top of Modules List 286 Modules Loaded.
    ACPIASL.NLM v1.05.16 Jan. 16, 2007 ACPI Architecture Services
    Layer for ACPI compliant systems
    ACPICA.NLM v1.05.16 Jan. 16, 2007 ACPI Component Architecture
    for ACPI compliant systems
    ACPICMGR.NLM v1.05.16 Jan. 16, 2007 ACPI Component Manager for
    ACPI compliant systems
    ACPIDRV.PSM v1.05.19 Jan. 16, 2007 ACPI Platform Support Module
    for ACPI compliant systems
    ACPIPWR.NLM v1.05.16 Jan. 16, 2007 ACPI Power Management Driver
    for ACPI compliant systems
    ADPT160M.HAM v18.33.13 Nov. 17, 2005 Adaptec Ultra160 Host Adapter
    Module
    AD_ASPI.NLM v7.50 Feb. 17, 2006 Backup Exec ASPI Device Driver
    for NetWare
    APACHE2.NLM v2.00.63 Apr. 25, 2008 Apache Web Server 2.0.63
    APRLIB.NLM v0.09.17 Apr. 25, 2008 Apache Portability Runtime
    Library 0.9.17
    AUTHLDAP.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 LDAP
    Authentication Module
    AUTHLDDN.NLM v1.00 Nov. 9, 2005 LdapDN Module
    BKUPEXEC.NLM v9.20 Jan. 11, 2006 Backup Exec SureStart
    BROKER.NLM v3.00.12 Feb. 20, 2008 NDPS Broker
    BSDSOCK.NLM v6.82 Nov. 20, 2007 Novell BSDSOCK Module
    BSPXCOM.NLM v7.90 Apr. 15, 2003 BSPXCOM.NLM v7.90.000, Build
    253
    BTCPCOM.NLM v7.90 Jul. 9, 2003 BTCPCOM.NLM v7.90.000, Build
    253
    BTRIEVE.NLM v7.90 Mar. 21, 2001 BTRIEVE.NLM v7.90.000
    CALNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWCalls Runtime
    Library
    CCS.NLM v27510.02.01 Aug. 25, 2008 Controlled Cryptography
    Services from Novell, Inc.
    CDBE.NLM v6.01 Sep. 21, 2006 NetWare Configuration DB
    Engine
    CDDVD.NSS v3.27 Nov. 13, 2008 NSS Loadable Storage System
    (LSS) for CD/UDF (Build 163 MP)
    CERTLCM.NLM v28000806.23 Jun. 23, 2008 Novell SASL EXTERNAL Proxy LCM
    2.8.0.0 20080623
    CERTLSM.NLM v28000806.23 Jun. 23, 2008 Novell SASL EXTERNAL LSM
    2.8.0.0 20080623
    CHARSET.NLM v1.01 Jun. 4, 2003 Display Character Set Support
    For NetWare
    CIOS.NLM v1.60 Feb. 12, 2008 Consolidated IO System
    CLIB.NLM v5.90.15 Mar. 10, 2008 (Legacy) Standard C Runtime
    Library for NLMs
    CLNNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWClient Runtime
    Library
    CLXNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWCLX Runtime Library
    COMN.NSS v3.27 Nov. 13, 2008 NSS Common Support Layer
    (COMN) (Build 163 MP)
    CONFIG.NLM v3.10.17 Feb. 12, 2008 NetWare Server Configuration
    Reader
    CONLOG.NLM v3.01.02 Aug. 8, 2006 System Console Logger
    CONNAUD.NLM v3.17 May. 10, 2005 NLS - Connection Metering
    CONNMGR.NLM v5.60.01 Sep. 7, 2006 NetWare Connection Manager
    NLM
    CPQASM.NLM v1.20 May. 11, 2007 HP ProLiant Server Health
    Driver Tier 2
    CPQBSSA.NLM v7.90 Jul. 6, 2007 HP Insight Management Base
    System Agent
    CPQDASA.NLM v7.90 Jun. 21, 2007 HP Management Array Subsystem
    Agent
    CPQFCASA.NLM v7.90 Jun. 21, 2007 HP Management Fibre Channel
    Array Agent
    CPQHLTH.NLM v5.22 May. 11, 2007 HP ProLiant Server Health
    Driver Tier 1
    CPQHMMO.NLM v3.92 Jun. 10, 2003 Compaq HMMO Services Provider
    for NetWare
    CPQHOST.NLM v7.90 Jul. 6, 2007 HP Insight Management Host
    Agent
    CPQHTHSA.NLM v7.90 Jul. 6, 2007 HP Insight Management Health
    Agent
    CPQIDESA.NLM v7.90 Jun. 21, 2007 HP Management IDE Subsystem
    Agent
    CPQNCSA.NLM v7.90 May. 24, 2007 HP Insight NIC Agent
    CPQRAID.HAM v2.15 Jul. 5, 2005 HP Unified RAID driver
    CPQSCSA.NLM v7.90 Jun. 21, 2007 HP Management SCSI Subsystem
    Agent
    CPQSHD.CDM v2.08 Feb. 19, 2008 HP NWPA SCSI Disk Driver
    CPQSSSA.NLM v7.90 Jun. 21, 2007 HP Management Storage Box
    Subsystem Agent
    CPQTHRSA.NLM v7.90 Jul. 6, 2007 HP Insight Management
    Threshold Agent
    CPQWEBAG.NLM v7.90 Jul. 6, 2007 HP Web Based Management Agent
    CPUCHECK.NLM v5.60.01 Dec. 6, 2007 NetWare Processor Checking
    Utility
    CRLSM.NLM v2.08.01 Oct. 28, 2008 Challenge Response LSM
    v2.8.1.0
    CRON.NLM v1.70 Jun. 8, 1998 NetWare Scheduler
    CSATPXY.NLM v1.02 Nov. 17, 1999 CS Audit Trail Proxy Agent
    CSAUDIT.NLM v6.00.02 Sep. 4, 2003 CSLIB: Audit Trail Facility
    CSL.NLM v2.06.02 Jan. 13, 2000 NetWare Call Support Layer For
    NetWare
    CSLIND.NLM v4.21 Dec. 7, 1999 TCPIP CSL INDEPENDENCE MODULE
    7Dec99 7Dec99
    CSSYSMSG.NLM v1.01.08 Mar. 18, 1999 CSLIB: System Messages
    Facility
    DBNET6.NLM v1.45.02 Mar. 16, 2006 Debug Network IO Support
    DFSLIB.NLM v3.27 Nov. 13, 2008 DFS Common Library (Build 163
    MP)
    DHCPSRVR.NLM v3.14 Oct. 30, 2008 DHCP Server
    DHOST.NLM v10010.97 Sep. 18, 2006 Novell DHost Portability
    Interface 1.0.0 SMP
    DIAG500.NLM v3.04.03 Oct. 31, 2007 Diagnostic/coredump utility
    for NetWare 6.x
    DPLSV386.NLM v1.15.01 May. 21, 2007 NetWare 6.x Distributed Print
    Library - DPLSV386
    DPRPCNLM.NLM v3.00.17 Oct. 10, 2006 Novell NDPS RPC Library NLM
    DS.NLM v20216.83 Jul. 6, 2008 Novell eDirectory Version 8.8
    SP3 SMP
    DSAPI.NLM v6.00.04 Jan. 27, 2006 NetWare NWNet Runtime Library
    DSEVENT.NLM v6.01.03 Aug. 26, 2008 NetWare DSEvent Runtime
    Library
    DSLOADER.NLM v20216.83 Jul. 6, 2008 Novell eDirectory Version
    8.8.0 Loader SMP
    DSLOG.NLM v20216.83 Jul. 6, 2008 DS Log for Novell eDirectory
    8.8.0
    ETHERTSM.NLM v3.90 Mar. 20, 2006 Novell Ethernet Topology
    Specific Module
    EXPATLBC.NLM v1.00.02 Aug. 31, 2004 Scripting - Expat XML Parser
    Library (LibC Based) 1.95.2
    EXPIRES.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Expires Module
    FATFS.NLM v1.24 Aug. 27, 2007 FAT Filesystem Module for
    NetWare
    FILESYS.NLM v5.14 Apr. 16, 2008 NetWare File System NLM
    FLOPPY.HAM v1.03 Feb. 3, 2006 Novell FLOPPY Driver
    GAMS.NLM v2.00 Mar. 19, 2008 Graded Authentication
    Management Service
    HEADERS.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Headers Module
    HOSTMIB.NLM v5.03.01 Dec. 1, 2006 NetWare 5.x/6.x Host Resources
    MIB
    HTTPSTK.NLM v4.03 Sep. 4, 2008 Novell Small Http Interface
    HWDETECT.NLM v1.19.05 Feb. 20, 2003 Novell Hardware
    Insertion/Removal Detection
    IDEATA.HAM v4.34 May. 5, 2007 Novell IDE/ATA/ATAPI/SATA Host
    Adapter Module
    IDECD.CDM v4.13 Apr. 4, 2007 Novell ATA/IDE CD/DVD Custom
    Device Module
    IFACE.NLM v7.02.10 Mar. 5, 2010 SAV Interface for NetWare
    INETCFG.NLM v6.51.03 Jul. 17, 2007 Internetworking Configuration
    Production_17July2007
    IPCLINFO.NLM v1.11.01 Dec. 17, 1999 IP Client Info Module
    17Dec99
    IPMCFG.NLM v1.01.16 Oct. 22, 2005 Web Interface for IP Address
    Management
    IPMGMT.NLM v1.03.01 May. 29, 2007 TCPIP - NetWare IP Address
    Management
    IPPSRVR.NLM v4.01.04 Oct. 14, 2008 Novell iPrint Server
    IPXS.NLM v4.10.01 Feb. 12, 1998 NetWare STREAMS IPX Protocol
    IPXSPX.NLM v5.60 Feb. 1, 2006 NetWare IPX/SPX Protocol Stack
    NLM
    JAVA.NLM v1.43 Oct. 16, 2008 java.nlm (based on 1.4.2_18)
    Build 08101613
    JNET.NLM v1.43 Oct. 16, 2008 Java jnet (based on 1.4.2_18)
    JSMSG.NLM v3.27 Nov. 13, 2008 Jetstream Message Layer (Build
    163 MP)
    JSOCK.NLM v1.43 Oct. 16, 2008 Support For Java Sockets
    (loader)
    JSOCK6X.NLM v1.43 Oct. 16, 2008 NetWare 6.x Support For Java
    Sockets (JDK 1.4.2)
    JSTCP.NLM v3.27 Nov. 13, 2008 Jetstream TCP Transport Layer
    (Build 163 MP)
    JVM.NLM v1.43 Oct. 16, 2008 Java Hotspot 1.4.2_18
    Interpreter
    JVMLIB.NLM v1.43 Oct. 16, 2008 Java jvmlib (based on
    1.4.2_18)
    KEYB.NLM v2.10 Jul. 26, 2001 NetWare National Keyboard
    Support
    LANGMANI.NLM v10310.47 Aug. 9, 2004 Novell Cross-Platform Language
    Manager
    LBURP.NLM v20214.51 Jul. 1, 2008 LDAP Bulkload
    Update/Replication Protocol service extension for Novell eDirectory 8.8
    LCMCIFS2.NLM v2.00.09 Nov. 29, 2005 Windows Native File Access
    Login Methods (Build 84 SP)
    LCMMD5.NLM v28000806.23 Jun. 23, 2008 Novell SASL DIGEST-MD5 Proxy
    LCM 2.8.0.0 20080623
    LDAPSDK.NLM v3.05.02 Jul. 10, 2008 LDAP SDK Library (Clib
    version)
    LDAPXS.NLM v3.05.01 Jul. 10, 2008 (Clib version)
    LFS.NLM v5.12 Sep. 21, 2005 NetWare Logical File System
    NLM
    LIB0.NLM v5.90.15 Mar. 10, 2008 Novell Ring 0 Library for
    NLMs
    LIBC.NLM v9.00.05 Oct. 3, 2008 Standard C Runtime Library for
    NLMs [optimized, 7]
    LIBGCC_S.NLM v3.04.03 Apr. 29, 2005 gcc runtime and intrinsics
    support
    LIBNSS.NLM v3.27 Nov. 13, 2008 Generic Library used by NSS
    (Build 163 MP)
    LIC_API.NLM v2.01 Jun. 30, 1997 License APIs IP020A.G03
    LLDAPSDK.NLM v3.05.02 Jul. 10, 2008 LDAP SDK Library (LibC
    version)
    LLDAPSSL.NLM v3.05.01 Jul. 10, 2008 NetWare SSL Library for LDAP
    SDK (LibC version)
    LLDAPX.NLM v3.05.01 Jul. 10, 2008 NetWare Extension APIs for
    LDAP SDK (LibC version)
    LOCNLM32.NLM v6.00.04 Nov. 29, 2005 NetWare NWLocale Runtime
    Library
    LSAPI.NLM v5.02 Jan. 7, 2003 NLS LSAPI Library
    LSL.NLM v4.86 Feb. 2, 2006 Novell NetWare Link Support
    Layer
    LSMAFP3.NLM v2.00.11 May. 10, 2004 Macintosh Native File Access
    Login Methods (Build 103 SP)
    LSMCIFS2.NLM v2.00.07 Nov. 29, 2005 Windows Native File Access
    Login Methods (Build 95 SP)
    LSMMD5.NLM v28000806.23 Jun. 23, 2008 Novell SASL DIGEST-MD5 LSM
    2.8.0.0 20080623
    LSSS.NLM v3.40 Aug. 8, 2008 Novell SecretStore LDAP
    Extension Manager 3.4.1.2
    MAL.NSS v3.27 Nov. 13, 2008 NSS Media Access Layer (MAL)
    (Build 163 MP)
    MALHLP.NLM v3.27 Nov. 13, 2008 NSS Configure help messages
    (Build 163 MP)
    MANAGE.NSS v3.27 Nov. 13, 2008 NSS Management Functions
    (Build 163 MP)
    MASV.NLM v2.00.01 Sep. 2, 2008 Mandatory Access Control
    Service
    MM.NLM v3.22.07 Aug. 20, 2008 NetWare 6.5 Media Manager
    MOD_IPP.NLM v1.00.04 Jun. 7, 2006 iPrint Module
    MOD_JK.NLM v1.02.23 Apr. 25, 2008 Apache 2.0 plugin for Tomcat
    MOD_PHP5.NLM v1.00.02 Oct. 3, 2005 PHP 5.0.5 - Apache 2.0 Module
    MONDATA.NLM v6.00 Jul. 18, 2003 NetWare 5.x/6.x Monitor MIB
    MONITOR.NLM v12.02.02 Apr. 4, 2006 NetWare Console Monitor
    MSM.NLM v4.12 Aug. 22, 2007 Novell Multi-Processor Media
    Support Module
    NAMED.NLM v6.07.05 Dec. 18, 2009 eDirectory integrated Novell
    DNS Server
    NBI.NLM v3.01.01 Jul. 13, 2007 NetWare Bus Interface
    NCP.NLM v5.61.01 Sep. 30, 2008 NetWare Core Protocol (NCP)
    Engine
    NCPIP.NLM v6.02.01 Sep. 30, 2008 NetWare NCP Services over IP
    NCPIPX.NLM v5.60.01 Sep. 30, 2008 Novell NCP/IPX Stack NLM
    NCPNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWNCP Runtime Library
    NDMPD.NLM v9.20 Jan. 25, 2006 Backup Exec NDMP Server
    Module
    NDPSGW.NLM v4.00.17 Aug. 5, 2008 NDPS Gateway
    NDPSM.NLM v3.02.07 Oct. 7, 2008 NDPS Manager
    NDSAUDIT.NLM v2.09 May. 22, 2003 Directory Services Audit
    NDSIMON.NLM v20113.18 Oct. 24, 2007 NDS iMonitor 2.4
    NEB.NLM v5.60 Sep. 27, 2004 Novell Event Bus
    NETDB.NLM v4.11.05 Jan. 6, 2005 Network Database Access
    Module
    NETLIB.NLM v6.50.22 Feb. 12, 2003 Novell TCPIP NETLIB Module
    NETNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWNet Runtime Library
    NICISDI.NLM v27510.02.01 Aug. 25, 2008 Security Domain
    Infrastructure
    NILE.NLM v7.00.01 Aug. 20, 2007 Novell N/Ties NLM ("")
    Release Build with symbols
    NIPPED.NLM v1.03.09 Jul. 11, 2006 NetWare 5.x, 6.x INF File
    Editing Library - NIPPED
    NIPPZLIB.NLM v1.00.01 Nov. 28, 2005 General Purpose ZIP File
    Library for NetWare
    NIRMAN.NLM v1.06.04 Sep. 18, 2007 TCPIP - NetWare
    Internetworking Remote Manager
    NIT.NLM v5.90.15 Mar. 10, 2008 NetWare Interface Tools
    Library for NLMs
    NLDAP.NLM v20216.73 Jul. 10, 2008 LDAP Agent for Novell
    eDirectory 8.8 SP3
    NLMLIB.NLM v5.90.15 Mar. 10, 2008 Novell NLM Runtime Library
    NLSADPT2.NLM v2.00 Sep. 9, 2003 NLS and Metering adapter for
    iManager 2.0 plugin
    NLSAPI.NLM v5.02 Aug. 7, 2003 NLSAPI
    NLSLRUP.NLM v4.01.07 May. 10, 2005 NLS - Usage Metering
    NLSLSP.NLM v5.02 May. 25, 2005 NLS - License Service
    Provider
    NLSMETER.NLM v3.43 May. 10, 2005 NLS - Software Usage Metering
    Database
    NLSTRAP.NLM v5.02 Feb. 19, 2004 NetWare License Server Trap
    NMAS.NLM v33100811.12 Nov. 12, 2008 Novell Modular Authentication
    Service 3.3.1.0 20081112
    NMASGPXY.NLM v33100811.12 Nov. 12, 2008 NMAS Generic Proxy 3.3.1.0
    20081112
    NMASLDAP.NLM v33100811.12 Nov. 12, 2008 NMAS LDAP Extensions 3.3.1.0
    20081112
    NPKIAPI.NLM v3.32 Sep. 24, 2008 Public Key Infrastructure
    Services
    NPKIT.NLM v3.32 Sep. 24, 2008 Public Key Infrastructure
    Services
    NRLTLI.NLM v9.20 Jan. 11, 2006 Backup Exec - Remote
    Workstation Backup Software
    NSPDNS.NLM v6.20.03 Sep. 8, 2003 NetWare Winsock 2.0 NSPDNS.NLM
    Name Service Providers
    NSPNDS.NLM v6.20 Nov. 12, 2001 NetWare Winsock 2.0 NSPNDS.NLM
    Name Service Provider
    NSPSAP.NLM v6.20.02 Sep. 8, 2003 NetWare Winsock 2.0 NLM
    NSPSAP.NLM Name Service Provider
    NSPSLP.NLM v6.20.04 Dec. 6, 2007 NetWare Winsock 2.0 NSPSLP.NLM
    Name Service Provider
    NSS.NLM v3.27 Nov. 13, 2008 NSS (Novell Storage Services)
    (Build 163 MP)
    NSSIDK.NSS v3.27 Nov. 13, 2008 NSS Pool Configuration Manager
    (Build 163 MP)
    NSSWIN.NLM v3.27 Nov. 13, 2008 NSS ASCI Window API Library
    (Build 163 MP)
    NTFYDPOP.ENM v2.00.03 Feb. 26, 1999 Directed Pop-Up Delivery
    Method
    NTFYLOG.ENM v2.00.03 May. 25, 1999 Log File Delivery Method
    NTFYPOP.ENM v2.00.03 May. 21, 1999 Pop Up Delivery Method
    NTFYRPC.ENM v2.00.03 Feb. 26, 1999 RPC Delivery Method
    NTFYSPX.ENM v2.00.03 Feb. 26, 1999 SPX Delivery Method
    NTFYSRVR.NLM v3.00.05 May. 10, 2005 NDPS Notification Server
    NTFYWSOC.ENM v2.00.03 Feb. 26, 1999 Winsock Delivery Method
    NTLS.NLM v20410.01 Aug. 12, 2008 NTLS 2.0.4.0 based on OpenSSL
    0.9.7m
    NWAIF103.NLM v7.94 Nov. 30, 2001 nwaif103.nlm v7.94, Build 251
    NWBSRVCM.NLM v7.90 Mar. 20, 2001 NWBSRVCM.NLM v7.90.000, Build
    230
    NWENC103.NLM v7.90 Feb. 24, 2001 NWENC103.NLM v7.90.000 (Text
    Encoding Conversion Library)
    NWIDK.NLM v3.01.01 Sep. 19, 2003 CDWare Volume Module
    NWKCFG.NLM v2.16 Jun. 24, 2005 NetWare Kernel Config NLM
    NWMKDE.NLM v7.94 Dec. 11, 2001 NWMKDE.NLM v7.94.251.000
    NWPA.NLM v3.21.02 Oct. 29, 2008 NetWare 6.5 NetWare Peripheral
    Architecture NLM
    NWPALOAD.NLM v3.00 Jul. 10, 2000 NetWare 5 NWPA Load Utility
    NWSA.NSS v3.27 Nov. 13, 2008 NSS NetWare Semantic Agent
    (NWSA) (Build 163 MP)
    NWSEC.NLM v1.00.02 Sep. 13, 2005 Scripting - Security Library
    NWSNUT.NLM v7.00.01 Jul. 11, 2008 NetWare NLM Utility User
    Interface
    NWTERMIO.NLM v1.00 Sep. 11, 2006 NetWare Terminal Emulation
    NWTRAP.NLM v6.00.05 Jun. 6, 2005 NetWare 5.x/6.x Trap Monitor
    NWUCMGR.NLM v1.05 Mar. 14, 2001 NWUCMGR.NLM v1.5 Build 230
    NWUTIL.NLM v3.00.02 Aug. 20, 2007 Novell Utility Library NLM
    (_NW65[SP7]{""})
    N_PRDDAT.NLM v1.00 Feb. 3, 2003 N_PRDDAT
    OHCIDRV.CAD v1.07 Feb. 26, 2008 Novell Universal Serial Bus
    OHCI driver
    PARTAPI.NLM v2.00 Apr. 17, 2002 Partition APIs for NetWare
    6.1
    PHP2UCS.NLM v1.00.02 Oct. 3, 2005 PHP 5.0.5 - UCS Extension -
    Zend API Number 20041030
    PHP5LIB.NLM v1.00.03 Dec. 6, 2005 PHP 5.0.5 - Script Interpreter
    and Library - Zend API Number 20041030
    PHP_GD2.NLM v1.00.02 Oct. 3, 2005 PHP 5.0.5 - GD2 Extension -
    Zend API Number 20041030
    PHP_LDAP.NLM v1.00.02 Oct. 3, 2005 PHP 5.0.5 - LDAP Extension -
    Zend API Number 20041030
    PHP_OSSL.NLM v1.00.02 Oct. 3, 2005 PHP 5.0.5 - OpenSSL Extension
    - Zend API Number 20041030
    PHP_XML.NLM v1.00.02 Oct. 3, 2005 PHP 5.0.5 - XML Extension -
    Zend API Number 20041030
    PKI.NLM v3.32 Aug. 25, 2008 Novell Certificate Server
    PKIAPI.NLM v2.23.10 Nov. 20, 2004 Public Key Infrastructure
    Services
    PMLODR.NLM v1.26 Oct. 7, 2005 PMLodr for NW65
    PMPORTAL.NLM v2.16 Nov. 21, 2003 NetWare License Information
    Portal
    POLIMGR.NLM v6.27 Nov. 3, 2005 NetWare License Policy
    Manager
    PORTAL.NLM v4.03 Sep. 22, 2008 Novell Remote Manager NLM
    PSVCS.NLM v251.00 Nov. 30, 2001 Portability Services
    PVER500.NLM v3.00 Feb. 1, 2007 NetWare 6.XX Version Library
    PWDLCM.NLM v28000806.23 Jun. 23, 2008 Novell Simple Password Proxy
    LCM 2.8.0.0 20080623
    PWDLSM.NLM v28000806.23 Jun. 23, 2008 Novell Simple Password LSM
    2.8.0.0 20080623
    Q57.LAN v10.41 Feb. 1, 2007 HP NC10xx/NC32xx/NC67xx/NC77xx
    Gigabit Server Adapter
    QUEUE.NLM v5.60 May. 24, 2001 NetWare Queue Services NLM
    RCONAG6.NLM v6.11 Nov. 20, 2007 RConsole Agent for Netware
    REGSRVR.NLM v3.00.06 May. 10, 2005 NDPS Service Registry
    REQUESTR.NLM v5.90.15 Mar. 10, 2008 Novell NCP Requestor for NLMs
    REWRITE.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Rewrite Module
    RMANSRVR.NLM v3.06.04 Oct. 23, 2008 NDPS Resource Manager
    ROLLCALL.NLM v5.00 Jul. 27, 1998 RollCall NLM (101, API 1.0)
    ROTLOGS.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Log Rotation
    Utility for NetWare
    SAL.NLM v20411.47 Jul. 1, 2008 Novell System Abstraction
    Layer Version 2.3.1
    SAS.NLM v1.75 Mar. 13, 2004 Secure Authentication
    Services
    SASDFM.NLM v27510.02.01 Aug. 25, 2008 SAS Data Flow Manager
    SASL.NLM v33100811.12 Nov. 12, 2008 Simple Authentication and
    Security Layer 3.3.1.0 20081112
    SAVENGIN.NLM v3.06 Mar. 5, 2010 SAV Interface engine
    SCRCB.NLM v1.00 Oct. 3, 2005 Scripting - LibC-CLib Context
    Broker
    SERVINST.NLM v5.00.13 Nov. 21, 2005 NetWare 5.x/6.x
    Instrumentation
    SGUID.NLM v6.01 Sep. 27, 2002 NetWare GUID Services
    SLP.NLM v2.13 Nov. 15, 2005 SERVICE LOCATION PROTOCOL
    (RFC2165/RFC2608)
    SLPDA.NLM v2.13 Nov. 15, 2005 SERVICE LOCATION NDS DIRECTORY
    AGENT (RFC2165/RFC2608)
    SLPTCP.NLM v2.13 Nov. 15, 2005 SERVICE LOCATION TCP/UDP
    INTERFACE (RFC2165/RFC2608)
    SMDR.NLM v6.58.01 Oct. 16, 2008 SMS - Storage Data Requestor
    SMSUT.NLM v1.01.03 Jun. 26, 2008 SMS - Utility Library for
    NetWare 6.X
    SNMP.NLM v4.18 Jul. 25, 2006 Netware 4.x/5.x/6.x SNMP
    Service
    SPMDCLNT.NLM v33100811.12 Nov. 12, 2008 Novell SPM Client for DClient
    3.3.1.0 20081112
    SPMNWCC.NLM v33100811.12 Nov. 12, 2008 Novell SPM Client for NWCC
    3.3.1.0 20081112
    SSLDP.NLM v3.40 Aug. 8, 2008 Novell SecretStore LDAP
    Transport Plugin 3.4.1.2
    SSNCP.NLM v3.40 Aug. 8, 2008 Novell SecretStore NCP
    Transport Plugin 3.4.1.2
    SSS.NLM v3.40 Aug. 8, 2008 Novell SecretStore 3.4.1.2
    STREAMS.NLM v6.00.06 May. 4, 2005 NetWare STREAMS PTF
    SWEEP.NLM v4.52 Mar. 5, 2010 Sophos Anti-Virus User
    Interface
    SYSLOG.NLM v6.05.03 Oct. 22, 2007 NetWare Logfile Daemon
    TCP.NLM v6.82.04 Sep. 30, 2008 Novell TCP/IP Stack -
    Transport module (NULL encryption)
    TCPIP.NLM v6.82 Nov. 20, 2007 Novell TCP/IP Stack - Network
    module (NULL encryption)
    TCPSTATS.NLM v6.50.10 Jun. 20, 2003 Web Interface for Protocol
    Monitoring
    THREADS.NLM v5.90.15 Mar. 10, 2008 Novell Threads Package for
    NLMs
    TIMESYNC.NLM v6.61.01 Oct. 14, 2005 NetWare Time Synchronization
    Services
    TLI.NLM v4.30.02 Dec. 19, 2000 NetWare Transport Level
    Interface Library
    TOOLBOX.NLM v2.16 Aug. 28, 2002 Utility Toolbox for NetWare 4
    - 6
    TSAFS.NLM v6.53.03 Oct. 16, 2008 SMS - File System Agent for
    NetWare 6.X
    TSANDS.NLM v20213.93 Jul. 1, 2008 TSA for Novell eDirectory 7.x,
    8.x
    TUI.NLM v1.05.03 May. 28, 1998 Textual User Interface
    MOAB_B40.528
    UCSCORE.NLM v1.02.02 Oct. 3, 2005 Novell UCS Core NLM
    UNICODE.NLM v7.00 Oct. 26, 2004 NetWare Unicode Runtime
    Library (UniLib-based) [optimized]
    UTILLDAP.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 LDAP
    Authentication Module
    UTILLDP2.NLM v1.00 Nov. 9, 2005 LdapDN Module
    VDISK.NLM v1.00 Nov. 30, 2004 NetWare Virtual Disk
    VERIFY.NLM v1.43 Oct. 16, 2008 Java verify (based on
    1.4.2_18)
    VLRPC.NLM v3.27 Nov. 13, 2008 DFS Volume Location Database
    (VLDB) RPC interface (Build 163 MP)
    VMRPC.NLM v3.27 Nov. 13, 2008 DFS Volume Manager RPC
    interface (Build 163 MP)
    VOLMN.NSS v3.27 Nov. 13, 2008 NSS Distributed Volume Manager
    (Build 163 MP)
    VOLSMS.NLM v3.27 Nov. 13, 2008 NSS Distributed Volume Manager
    (Build 163 MP)
    WPSD.NLM v2.00 Aug. 8, 2005 ServiceDescriptor Natives NLM
    WS2_32.NLM v6.24.01 Feb. 14, 2008 NetWare Winsock 2.0 NLM
    WSPIP.NLM v6.24 Dec. 4, 2007 NetWare Winsock Service 1.0
    NLM for TCP and UDP
    WSPIPX.NLM v6.22 Dec. 4, 2007 NetWare Winsock Service 1.0
    NLM for IPX and SPX
    WSPSSL.NLM v6.26 Dec. 4, 2007 NetWare Winsock Service 1.0
    NLM for SSL
    X509LSM.NLM v1.04 Mar. 31, 2004 Novell X.509 LSM
    XENGEXP.NLM v27510.02.01 Aug. 25, 2008 NICI Import Restricted XENG
    from Novell, Inc.
    XENGNUL.NLM v27510.02.01 Aug. 25, 2008 NICI NULL XENG from Novell,
    Inc.
    XENGUSC.NLM v27510.02.01 Aug. 25, 2008 NICI U.S./Worldwide XENG from
    Novell, Inc.
    XI18N.NLM v10310.53 Aug. 2, 2005 Novell Cross-Platform
    Internationalization Package
    XIM.XLM v27510.02.01 Aug. 25, 2008 Novell NICI Signed Loader
    XIS11.NLM v1.00.02 Apr. 7, 2005 XML Integration Service
    XMGR.NLM v27510.02.01 Aug. 25, 2008 NICI XMGR from Novell, Inc.
    XNGAUSC.NLM v27510.02.01 Aug. 25, 2008 NICI U.S./Worldwide XMGR
    Assistant XENG from Novell, Inc.
    XSUP.NLM v27510.02.01 Aug. 25, 2008 NICI XSUP from Novell, Inc.
    ZIP.NLM v1.43 Oct. 16, 2008 Java zip (based on 1.4.2_18)
    ZLIB.NLM v1.01.04 Dec. 20, 2002 ZLIB 1.1.4 General Purpose
    Compression Library for NetWare
    ZLSS.NSS v3.27 Nov. 13, 2008 NSS Journaled Storage System
    (ZLSS) (Build 163 MP)
    End of Modules List 286 Modules Loaded.
    Top of LAN Driver Configuration Listing
    Signature.....: HardwareDriverMLID
    CFG Version...: 1.15
    Node Address..: 0012793A26F8
    Board Number..: 1
    Board Instance: 1
    Media Type....: ETHERNET_II
    MLID Version..: 10.41
    Slot..........: 10007
    I/O...........: None
    Memory........: F5FE0000h -> F5FEFFFFh
    IRQ...........: 5
    DMA...........: None
    Logical Name..: Q57_1_EII_EII
    End of LAN Driver Configuration Listing
    Top of Boot Drive Information
    SERVER.EXE loaded from...........: C:\NWSERVER\
    SERVER.EXE version...............: 1355757 bytes 10-03-2008 09:53am
    Total Space on Drive.............: 496 MB
    Available Space..................: 312 MB
    End of Boot Drive Information
    Top of Storage Device Configuration Information
    Storage Device Summary:
    0x0000 [V024-A0] Legacy FLOPPY Controller
    0x0001 [V024-A0-D1:0] Legacy Floppy
    0x0002 [V100-A100] USB OHCI Controller
    0x0003 [V321-A1] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    0x0004 [V321-A2] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    0x0005 [V025-A3] Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    0x0016 [V025-A3-D0:0] HL-DT-ST DVD-ROM GDR8163B f/w:0E15
    0x0006 [V504-A4] HP Unified RAID Driver
    0x0009 [V504-A4-D0:2] HP Smart Array 642 Slot 1 ID 0 LUN 2
    0x000E DOS Partitioned Media
    0x0015 [V504-A4-D0:2-P10F53] Free Partition Space
    0x0012 [V504-A4-D0:2-P0] NSS Partition
    0x0007 [V504-A4-D0:0] HP Smart Array 642 Slot 1 ID 0 LUN 0
    0x000A DOS Partitioned Media
    0x0013 [V504-A4-D0:0-P21EA6] Free Partition Space
    0x000B [V504-A4-D0:0-P0] Big DOS; OS/2; Win95 Partition
    0x000C [V504-A4-D0:0-P1F6] NSS Partition
    0x000F [V504-A4-D0:0-P2136] NSS Partition
    0x0008 [V504-A4-D0:1] HP Smart Array 642 Slot 1 ID 0 LUN 1
    0x000D DOS Partitioned Media
    0x0014 [V504-A4-D0:1-P10F53] Free Partition Space
    0x0011 [V504-A4-D0:1-P0] NSS Partition
    Storage Device Details:
    [V024-A0] Legacy FLOPPY Controller
    Media Manager object ID..: 0x0000
    Media Manager Object Type: Adapter
    Driver name..............: FLOPPY.HAM
    Assigned driver ID.......: 36
    Adapter number...........: 0
    Primary port address.....: 3F2
    Primary port length......: 4
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 6
    Interrupt 1..............: Not used
    Slot.....................: 0
    DMA0.....................: 2
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V024-A0-D1:0] Legacy Floppy
    Media manager object ID.....: 0x0001
    Media manager Object Type...: Device
    Device type.................: Unknown
    Capacity....................: 0 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 18
    Heads.......................: 2
    Cylinders...................: 80
    Block size, in bytes........: 1474560
    Activated...................: No
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 1
    Device Number...............: 0
    Adapter Number..............: 0
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    [V100-A100] USB OHCI Controller
    Media Manager object ID..: 0x0002
    Media Manager Object Type: Adapter
    Driver name..............: OHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 256
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: B
    Interrupt 1..............: Not used
    Slot.....................: 10011
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0090
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V321-A1] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    Media Manager object ID..: 0x0003
    Media Manager Object Type: Adapter
    Driver name..............: ADPT160M.HAM
    Assigned driver ID.......: 801
    Adapter number...........: 1
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 3
    Interrupt 1..............: Not used
    Slot.....................: 10004
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0010
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V321-A2] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    Media Manager object ID..: 0x0004
    Media Manager Object Type: Adapter
    Driver name..............: ADPT160M.HAM
    Assigned driver ID.......: 801
    Adapter number...........: 2
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 3
    Interrupt 1..............: Not used
    Slot.....................: 10005
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0010
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V025-A3] Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Media Manager object ID..: 0x0005
    Media Manager Object Type: Adapter
    Driver name..............: IDEATA.HAM
    Assigned driver ID.......: 37
    Adapter number...........: 3
    Primary port address.....: 1F0
    Primary port length......: 8
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: E
    Interrupt 1..............: Not used
    Slot.....................: 0
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V025-A3-D0:0] HL-DT-ST DVD-ROM GDR8163B f/w:0E15
    Media manager object ID.....: 0x0016
    Media manager Object Type...: Device
    Device type.................: CD-ROM
    Capacity....................: Unavailable
    Unit Size, in bytes.........: 512
    Sectors.....................: 0
    Heads.......................: 0
    Cylinders...................: 0
    Block size, in bytes........: 134215680
    Activated...................: No
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: Yes
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 0
    Adapter Number..............: 3
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    Removable drive mount status: Dismounted
    Removable drive lock status.: Not locked
    [V504-A4] HP Unified RAID Driver
    Media Manager object ID..: 0x0006
    Media Manager Object Type: Adapter
    Driver name..............: CPQRAID.HAM
    Assigned driver ID.......: 1284
    Adapter number...........: 4
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: F
    Interrupt 1..............: Not used
    Slot.....................: 1
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0200
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V504-A4-D0:2] HP Smart Array 642 Slot 1 ID 0 LUN 2
    Media manager object ID.....: 0x0009
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 69120 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 17433
    Block size, in bytes........: 131072
    Activated...................: Yes
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 2
    Adapter Number..............: 4
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    DOS Partitioned Media
    Media Manager object ID..: 0x000E
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V504-A4-D0:2-P10F53] Free Partition Space
    Media Manager object ID......: 0x0015
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 142252064
    Size, in sectors.............: 1216
    [V504-A4-D0:2-P0] NSS Partition
    Media Manager object ID......: 0x0012
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 142252032
    [V504-A4-D0:0] HP Smart Array 642 Slot 1 ID 0 LUN 0
    Media manager object ID.....: 0x0007
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 138752 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 34866
    Block size, in bytes........: 131072
    Activated...................: Yes
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 0
    Adapter Number..............: 4
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    DOS Partitioned Media
    Media Manager object ID..: 0x000A
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V504-A4-D0:0-P21EA6] Free Partition Space
    Media Manager object ID......: 0x0013
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 284505280
    Size, in sectors.............: 1280
    [V504-A4-D0:0-P0] Big DOS; OS/2; Win95 Partition
    Media Manager object ID......: 0x000B
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 1028128
    [V504-A4-D0:0-P1F6] NSS Partition
    Media Manager object ID......: 0x000C
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 1028160
    Size, in sectors.............: 16384000
    [V504-A4-D0:0-P2136] NSS Partition
    Media Manager object ID......: 0x000F
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 17412160
    Size, in sectors.............: 267093120
    [V504-A4-D0:1] HP Smart Array 642 Slot 1 ID 0 LUN 1
    Media manager object ID.....: 0x0008
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 69120 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 17433
    Block size, in bytes........: 131072
    Activated...................: Yes
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 1
    Adapter Number..............: 4
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    DOS Partitioned Media
    Media Manager object ID..: 0x000D
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V504-A4-D0:1-P10F53] Free Partition Space
    Media Manager object ID......: 0x0014
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 142252064
    Size, in sectors.............: 1216
    [V504-A4-D0:1-P0] NSS Partition
    Media Manager object ID......: 0x0011
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 142252032
    End of Storage Device Configuration Information
    * Volume Statistics for SYS *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 7934 MB
    Block Size.................: 4 KB
    Total Blocks...............: 2031143
    Free Blocks................: 351563
    Purgable Blocks............: 33219
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147265132
    Sectors per Block..........: 8
    Free Disk Space............: 1373 MB
    Purgable Disk Space........: 129 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for _ADMIN *
    File System................: Unknown
    Volume Size................: 4 MB
    Block Size.................: 4 KB
    Total Blocks...............: 1024
    Free Blocks................: 1024
    Purgable Blocks............: 0
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147483647
    Sectors per Block..........: 8
    Free Disk Space............: 4 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for DATA *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 268529 MB
    Block Size.................: 4 KB
    Total Blocks...............: 68743547
    Free Blocks................: 31780189
    Purgable Blocks............: 411553
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147220714
    Sectors per Block..........: 8
    Free Disk Space............: 124141 MB
    Purgable Disk Space........: 1607 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    Volume Name Name Spaces Loaded
    SYS DOS
    SYS MACINTOSH
    SYS NFS
    SYS LONG_NAMES
    _ADMIN DOS
    _ADMIN MACINTOSH
    _ADMIN NFS
    _ADMIN LONG_NAMES
    DATA DOS
    DATA MACINTOSH
    DATA NFS
    DATA LONG_NAMES
    Top of NDS/eDirectory Configuration Listing
    NDS Tree Name............: Organisation
    NDS Server Name..........: CN=FS1.O=City.T=Organisation
    NDS Version..............: v20216.83
    sys:_netware attributes..: Hidden System SubDir ImmediatePurge
    Partition Name...........: T=Organisation
    Partition Type...........: Master
    Partition State..........: On
    Partition Name...........: O=City.T=Organisation
    Partition Type...........: Master
    Partition State..........: On
    End of NDS/eDirectory Configuration Listing
    Top of Installed Product List
    Product ID...........: AP2WEB
    Product Version......: 2.0.63
    Product Description..: APACHE2 Web Server and Tomcat 4 Servlet Container
    Product ID...........: APACHE2
    Product Version......: 2.0.63
    Product Description..: APACHE2 Admin Server
    Product ID...........: BNS
    Product Version......: 1.1.0
    Product Description..: Beans for Novell Services
    Product ID...........: C1RPTING
    Product Version......: 1.3.6
    Product Description..: ConsoleOne Reporting Snapin
    Product ID...........: CONSOLE1
    Product Version......: 1.3.6
    Product Description..: ConsoleOne 1.3.6
    Product ID...........: CPQCSP
    Product Version......: 7.91
    Product Description..: HP ProLiant Support Pack (PSP) Utility For Novell
    NetWare
    Product ID...........: DNSDHCP
    Product Version......: 6.2.1
    Product Description..: Novell DNS/DHCP Services
    Product ID...........: EDIR
    Product Version......: 88.3.0
    Product Description..: eDirectory (tm) 8.8 SP3
    Product ID...........: EMBOX
    Product Version......: 88.3.0
    Product Description..: eDirectory Management Utilities Toolbox
    Product ID...........: LDAP
    Product Version......: 88.0.0
    Product Description..: LDAP Services
    Product ID...........: NDPS
    Product Version......: 4.0.7
    Product Description..: iPrint
    Product ID...........: NDS8
    Product Version......: 88.3.0
    Product Description..: eDirectory (tm) 8.8 SP3
    Product ID...........: NICI
    Product Version......: 2.7.4
    Product Description..: Novell International Cryptographic Infrastructure
    (NICI)
    Product ID...........: NICIU0
    Product Version......: 2.7.4
    Product Description..: NICI U.S./Canada (128bit) Crypto XENG
    Product ID...........: NLS
    Product Version......: 5.0.2
    Product Description..: Novell Licensing Services
    Product ID...........: NMAS
    Product Version......: 3.3.0
    Product Description..: Novell Modular Authentication Service
    Product ID...........: NSBS2
    Product Version......: 6.5.8
    Product Description..: Novell Small Business Suite
    Product ID...........: NSN
    Product Version......: 2.0.0
    Product Description..: NSN
    Product ID...........: NTLS
    Product Version......: 2.0.3
    Product Description..: Novell TLS Library
    Product ID...........: OES
    Product Version......: 2.0.0
    Product Description..: Open Enterprise Server
    Product ID...........: OPENWBEM
    Product Version......: 3.1.0
    Product Description..: OpenWBEM
    Product ID...........: PATCHKIT
    Product Version......: 1.0.0
    Product Description..: v1.0 Patch Kit for NetWare 6.5 SP5
    Product ID...........: PERVASIV
    Product Version......: 7.9.4
    Product Description..: Pervasive SQL 2000i
    Product ID...........: PHP
    Product Version......: 5.0.5
    Product Description..: PHP
    Product ID...........: PKIS
    Product Version......: 3.3.2
    Product Description..: Novell Certificate Server
    Product ID...........: PORTAL
    Product Version......: 4.3.0
    Product Description..: NetWare Remote Manager
    Product ID...........: Pattern
    Product Version......: 1.0.0
    Product Description..: Customized NetWare Server
    Product ID...........: Perl
    Product Version......: 5.8.4
    Product Description..: Perl
    Product ID...........: SAS
    Product Version......: 1.7.4
    Product Description..: SSL Security Authentication Services
    Product ID...........: SMS
    Product Version......: 1.1.6
    Product Description..: Storage Management Services
    Product ID...........: SPACK
    Product Version......: 6.5.8
    Product Description..: v8.0 Support Pack for NetWare 6.5
    Product ID...........: SS
    Product Version......: 3.4.0
    Product Description..: Novell SecretStore
    Product ID...........: TOMCAT5
    Product Version......: 5.0.30
    Product Description..: Tomcat 5 Server
    Product ID...........: Tomcat
    Product Version......: 4.1.37
    Product Description..: Tomcat 4 Admin Instance
    Product ID...........: WANMAN
    Product Version......: 1.0.3
    Product Description..: WAN Traffic Manager Services
    Product ID...........: ZDM
    Product Version......: 7.0.1
    Product Description..: ZENworks Desktop Management
    Product ID...........: iFolder
    Product Version......: 2.1.9
    Product Description..: Novell iFolder Storage Services
    Product ID...........: iManager
    Product Version......: 2.7.2
    Product Description..: Novell iManager
    Product ID...........: iMonitor
    Product Version......: 2.4.0
    Product Description..: NDS iMonitor Services
    End of Installed Product List
    Top of Running Java Processes 2 Processes Running
    Class Name...........: com.apcc.m11.arch.application.Application
    Class ID.............: 626
    Class State..........: Running
    Class Name...........: org.apache.catalina.startup.Bootstrap
    Class ID.............: 518
    Class State..........: Running
    End of Running Java Processes
    Top of Server Memory Statistics
    Allocated Memory.................: 961.6 MB
    Cache Buffer Memory..............: 598.7 MB
    Cache Moveable Memory............: 0.0 MB
    Cache Non-moveable Memory........: 0.0 MB
    Code Memory......................: 39.7 MB
    Data Memory......................: 19.2 MB
    Total Work Memory................: 1619.3 MB
    Other Cache Pages Memory.........: 719.0 MB
    System Memory Under 4GB..........: 2559.6 MB
    Total Known Memory...............: 2559.6 MB
    End of Server Memory Statistics
    Top of file. [SYS:ETC\CRONTAB]
    # Run perl script to rotate logs each midnight.
    0 0 * * * perl sys:/apache2/rotate.pl sys:/apache2/rotate.ini --noscreen
    # 30 23 * * 4 sys:/SYSTEM/cr_image.ncf
    15 20 * * 1-5 unload sweep.nlm
    55 23 * * 1-5 sys:/sweep/sweep.nlm
    End of file. [SYS:ETC\CRONTAB]
    Top of file. [SYS:ETC\GATEWAYS]
    # SYS:ETC\GATEWAYS
    # List of unusual routes which must be added to the routing
    # database statically.
    # Normally you will not need this file, as most routing information
    # should be available through the routing protocols.
    # Examples. These entries will not be useful to you.
    #net milnet gateway sj-in5 metric 3 active # to milnet through in5.
    #net arpa gateway sj-in1 passive # to arpanet. in1 is passive.
    #host 130.57.6.40 gateway 192.67.172.55 # route with numbers.
    Net 0 Gateway xxx.xxx.xxx.104 Metric 1 Passive
    End of file. [SYS:ETC\GATEWAYS]
    Top of file. [SYS:ETC\HOSTS]
    # SYS:ETC\HOSTS
    # Mappings of host names and host aliases to IP address.
    127.0.0.1 loopback lb localhost # normal loopback address
    # examples from Novell network
    # 130.57.4.2 ta tahiti ta.novell.com loghost
    # 130.57.6.40 osd-frog frog
    # 130.57.6.144 sj-in5 in5
    # 192.67.172.71 sj-in1 in1
    # interesting addresses on the Internet
    # 192.67.67.20 sri-nic.arpa nic.ddn.mil nic
    # 26.2.0.74 wsmr-simtel20.army.mil simtel20
    xxx.xxx.xxx.102 fs1.intranet.ntb FS1
    xxx.xxx.xxx.203 MAIL_SVR.intranet.ntb MAIL_SVR
    xxx.xxx.xxx.106 dc-01.ntb.local
    xxx.xxx.xxx.107 fs2.intranet.ntb FS2
    End of file. [SYS:ETC\HOSTS]
    Top of file. [SYS:ETC\HOSTNAME]
    xxx.xxx.xxx.102 fs1.intranet.ntb
    End of file. [SYS:ETC\HOSTNAME]
    Top of file. [SYS:ETC\JAVA.CFG]
    End of file. [SYS:ETC\JAVA.CFG]
    Top of file. [SYS:ETC\NETINFO.CFG]
    #!VERSION=2.3
    #! --- WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING ----
    #! This file was created by the Internetworking Configuration Console.
    #! It is intended to be modified ONLY by the configurator (INETCFG.NLM).
    #! Tampering with this file may cause severe malfunctioning of the system.
    #! The configurator will check for tampering and abort if it is detected.
    #!SERVERTYPE=NORMAL
    #!UIMODE=NORMAL
    #!BEGINGENLOAD
    LOAD SNMP
    LOAD BCALLSRV
    #!END
    #!BEGINTSMLOAD
    #!END
    #!BEGINBOARD DRVR=Q57 NAME=Q57_1_EII STATUS=ENABLED NUMPORTS=1 DRVRTYPE=LAN
    VARIABLEPORTS=NO PORTPARAM=CHANNEL SLOT=10007
    #Transferred from AUTOEXEC.NCF
    #!BEGINPORT NAME=Q57_1_EII NUMBER=1 STATUS=ENABLED FRAMES=YES NUMLINKS=1
    MEDIA=EtherTsm WANFRAME=UNCONFIGURED
    #Transferred from AUTOEXEC.NCF
    #!REFCOUNT=1
    LOAD Q57 NAME=Q57_1_EII_EII FRAME=ETHERNET_II SLOT=10007
    #!END
    #!END
    #!BEGINPROTO PROTO=TCPIP STATUS=ENABLED
    LOAD Tcpip RIP=No Static=Yes LoadSharing=No Forward=No VIPASupport=No
    #!BEGINBIND STATUS=ENABLED
    BIND IP Q57_1_EII_EII ARP=Yes Mask=255.255.255.0 Address=xxx.xxx.xxx.102
    #xxx.xxx.xxx.102
    #!END
    #!END
    End of file. [SYS:ETC\NETINFO.CFG]
    Top of file. [SYS:ETC\RESOLV.CFG]
    domain intranet.ntb
    domain ntb.local
    nameserver xxx.xxx.xxx.102
    End of file. [SYS:ETC\RESOLV.CFG]
    Top of file. [SYS:ETC\SLP.CFG]
    ; This is a sample of the slp configuration file.
    ; Two types of entries can be made: 1) DA entries, 2) SA Register Filters.
    ; The DA entry allows static configuration of a known DA. This would be
    used
    ; when the DA was out of multicast range and DHCP was not being used to
    ; configure the DA.
    ; The static DA configuration format is as follows 'DA <addr type>,
    <addr>'.
    ; The first word must be "DA". The addr type is the address type.
    Currently, only
    ; IPV4 has been defined. IPV6 will be defined in the future. The addr is
    ; the address specified.
    ; The following is an example of a static DA.
    ; DA IPV4, 130.1.1.1
    ; The SA Register Filter would be used when the administrator wanted all
    services
    ; of a specific service type being mapped to a single scope. For example,
    ; the administrator wanted all "lpr" printers being registered to scope
    "printer".
    ; The format is as follows: 'REGISTER TYPE "<type name>" to SCOPE "<scope
    name>"'.
    ; The parser will look for REGISTER, TYPE, and SCOPE as keywords followed
    by quote on
    ; a single line. Example:
    ; REGISTER TYPE "lpr" to SCOPE "eng"
    ; The last line must contain a line feed and char return. A semi-colon
    specifies a
    ; comment.
    DA IPV4, xxx.xxx.xxx.102
    End of file. [SYS:ETC\SLP.CFG]
    Top of file. [SYS:ETC\TCPIP.CFG]
    AutonomousSystem 0
    Protocol rip off {
    Interface {
    Address xxx.xxx.xxx.102
    Port Q57_1_EII_EII
    Status on
    Cost 1
    Poison off
    SplitHorizon on
    UpdateTime 30
    GarbageTime 120
    ExpireTime 180
    OriginateDefault off
    Version ripI
    Mode normal
    Protocol egp off {
    Protocol ospf off {
    Interface {
    Address xxx.xxx.xxx.102
    Port Q57_1_EII_EII
    Status on
    Cost 1
    AreaId 0.0.0.0
    Priority 1
    RetransmissionInterval 5
    TransitDelay 1
    HelloInterval 10
    RouterDeadInterval 40
    Nbma {
    PollInterval 120
    Neighbor {
    Interface {
    Address xxx.xxx.xxx.102
    AddressMask 255.255.255.0
    Port Q57_1_EII_EII
    Type lan
    RouterDiscovery no
    SolicitationAddress multicast
    NATStatus Disabled
    SecIPStatus Disabled
    TOSStatus Disabled
    TOSValue 0
    ARPTimerStatus Disabled
    ARPCacheUpdateTimeout 300
    ARPCacheStaleTimeout 300
    GroupedInterface no
    PrimaryInterface no
    LBPolicy 0
    Arpable yes
    NetworkAddress xxx.xxx.xxx.0
    VIPASupport Enabled
    BdgStatus Enabled
    ForwardIPSourceRouting off
    NATFiltering off
    Deadgatewaydetection off {
    T0 30
    T1 2
    LoadBalancing off {
    LBInterval 2
    FaultTolerance on {
    FTInterval 2
    DefIPAddr 0.0.0.0
    End of file. [SYS:ETC\TCPIP.CFG]
    Top of file. [SYS:ETC\IPWAN.CFG]
    End of file. [SYS:ETC\IPWAN.CFG]
    Top of file. [SYS:SYSTEM\ABEND.LOG]
    File size is 177707 bytes.
    PVER: 6.50.07
    Server FS1 halted Tuesday, 25 March 2008 17.31.47,196
    Abend 1 on P00: Server-5.70.07: Page Fault Processor Exception (Error code
    00000000)
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = 00000001 EBX = 00000000 ECX = 00000000 EDX = 00000202
    ESI = 41035242 EDI = 00000000 EBP = A4EF2A04 ESP = A4EF29E4
    EIP = 971A9187 FLAGS = 00010293
    971A9187 3808 C

    Hello Andrew.
    Thanks for your answer.
    >>> ataubman<[email protected]> schrieb am Donnerstag, 8.
    April
    2010 um 01:46:
    > That looks basically fine, although the CPQ drivers and utilities are
    > really old and need updating from HP.
    >
    > What actual symptoms are you seeing, any errors or messages? Post them
    > here verbatim, if so.
    >
    > Can you please get SEG version 2 from 'Cool Solutions: SEG.NLM: NetWare
    > Memory Analyzer' (http://www.novell.com/coolsolutions/tools/14445.html),
    > load it, wait til the problem occurs, and get a copy of the segstats.txt
    > for the server (load seg, then from the seg main screen '/' ‑> Info
    ‑>
    > Write Segstats) then post that here.
    >
    > Can you also get config.nlm from fconfig17.zip, extract it to
    > SYS:SYSTEM on the problem server and do a "load config /jumba1se" from
    > the server, then post the resulting sys:system\config.txt, after
    > removing the file listing that occurs after the set commands, and any
    > sensitive infomation‑ eg serial number, public IP addresses, snmp
    > community strings, remote access passwords etc.
    Here is the Config.txt content:
    Novell File Server Configuration Report For Server: Fileserver
    Novell File Server Configuration Report Created: Thu, Apr 8, 2010 9:26 am
    Novell File Server Configuration Report. [Produced by CONFIG.NLM v3.10.17]
    Novell NetWare 5.70.08 October 3, 2008
    (C) Copyright 1983-2008 Novell Inc. All Rights Reserved.
    Server name...............: Fileserver
    OS Version................: v5.70
    OS revision number........: 8
    Product Version...........: v6.50
    Product Revision Number...: 8
    Server Up Time(D:H:M:Sec).: 0:00:39:05
    Serial number.............: XXXXXXXX
    Internal Net. Addr........: 0EB0C408h
    Security Restriction Level: 1
    SFT Level.................: 2
    Engine Type...............: NATIVE
    TTS Level.................: 1
    Total Server memory.......: 2559.60 MB or 2683933696 Bytes
    Processor speed rating....: 251285
    Original cache buffers....: 654207
    Current Cache Buffers.....: 481131
    LRU Sitting Time(D:H:M:S).: 0:00:39:04
    Current FSP's.............: 18
    Current MP FSP's..........: 45
    Current Receive Buffers...: 3000
    Directory cache buffers...: 0
    Workstations Connected....: 64
    Max Workstations Connected: 64
    Server language...........: ENGLISH (4)
    Timesync active...........: Yes
    Time is synchronized......: Yes
    Total Processors..........: 1
    Server DOS Country ID.....: 49
    Server DOS Code Page......: 850
    Boot Loader...............: DOS
    Top of LAN Driver Configuration Listing
    Signature.....: HardwareDriverMLID
    CFG Version...: 1.15
    Node Address..: 0012793A26F8
    Board Number..: 1
    Board Instance: 1
    Media Type....: ETHERNET_II
    MLID Version..: 10.70
    Slot..........: 10007
    I/O...........: None
    Memory........: F5FE0000h -> F5FEFFFFh
    IRQ...........: 5
    DMA...........: None
    Logical Name..: Q57_1_EII_EII
    End of LAN Driver Configuration Listing
    Top of Boot Drive Information
    SERVER.EXE loaded from...........: C:\NWSERVER\
    SERVER.EXE version...............: 1355757 bytes 10-03-2008 09:53am
    Total Space on Drive.............: 496 MB
    Available Space..................: 312 MB
    End of Boot Drive Information
    Top of Storage Device Configuration Information
    Storage Device Summary:
    0x0000 [V024-A0] Legacy FLOPPY Controller
    0x0001 [V024-A0-D1:0] Legacy Floppy
    0x0002 [V100-A100] USB OHCI Controller
    0x0003 [V321-A1] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    0x0004 [V321-A2] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    0x0005 [V025-A3] Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    0x0016 [V025-A3-D0:0] HL-DT-ST DVD-ROM GDR8163B f/w:0E15
    0x0006 [V504-A4] HP Unified RAID Driver
    0x0009 [V504-A4-D0:2] HP Smart Array 642 Slot 1 ID 0 LUN 2
    0x000E DOS Partitioned Media
    0x0015 [V504-A4-D0:2-P10F53] Free Partition Space
    0x0012 [V504-A4-D0:2-P0] NSS Partition
    0x0007 [V504-A4-D0:0] HP Smart Array 642 Slot 1 ID 0 LUN 0
    0x000A DOS Partitioned Media
    0x0013 [V504-A4-D0:0-P21EA6] Free Partition Space
    0x000B [V504-A4-D0:0-P0] Big DOS; OS/2; Win95 Partition
    0x000C [V504-A4-D0:0-P1F6] NSS Partition
    0x000F [V504-A4-D0:0-P2136] NSS Partition
    0x0008 [V504-A4-D0:1] HP Smart Array 642 Slot 1 ID 0 LUN 1
    0x000D DOS Partitioned Media
    0x0014 [V504-A4-D0:1-P10F53] Free Partition Space
    0x0010 [V504-A4-D0:1-P0] NSS Partition
    Storage Device Details:
    [V024-A0] Legacy FLOPPY Controller
    Media Manager object ID..: 0x0000
    Media Manager Object Type: Adapter
    Driver name..............: FLOPPY.HAM
    Assigned driver ID.......: 36
    Adapter number...........: 0
    Primary port address.....: 3F2
    Primary port length......: 4
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 6
    Interrupt 1..............: Not used
    Slot.....................: 0
    DMA0.....................: 2
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V024-A0-D1:0] Legacy Floppy
    Media manager object ID.....: 0x0001
    Media manager Object Type...: Device
    Device type.................: Unknown
    Capacity....................: 0 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 18
    Heads.......................: 2
    Cylinders...................: 80
    Block size, in bytes........: 1474560
    Activated...................: No
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 1
    Device Number...............: 0
    Adapter Number..............: 0
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    [V100-A100] USB OHCI Controller
    Media Manager object ID..: 0x0002
    Media Manager Object Type: Adapter
    Driver name..............: OHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 256
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: B
    Interrupt 1..............: Not used
    Slot.....................: 10011
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0090
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V321-A1] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    Media Manager object ID..: 0x0003
    Media Manager Object Type: Adapter
    Driver name..............: ADPT160M.HAM
    Assigned driver ID.......: 801
    Adapter number...........: 1
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 3
    Interrupt 1..............: Not used
    Slot.....................: 10004
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0010
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V321-A2] Compaq 64-Bit/66MHz Dual Channel Wide Ultra3 SCSI
    Media Manager object ID..: 0x0004
    Media Manager Object Type: Adapter
    Driver name..............: ADPT160M.HAM
    Assigned driver ID.......: 801
    Adapter number...........: 2
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 3
    Interrupt 1..............: Not used
    Slot.....................: 10005
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0010
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V025-A3] Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Media Manager object ID..: 0x0005
    Media Manager Object Type: Adapter
    Driver name..............: IDEATA.HAM
    Assigned driver ID.......: 37
    Adapter number...........: 3
    Primary port address.....: 1F0
    Primary port length......: 8
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: E
    Interrupt 1..............: Not used
    Slot.....................: 0
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V025-A3-D0:0] HL-DT-ST DVD-ROM GDR8163B f/w:0E15
    Media manager object ID.....: 0x0016
    Media manager Object Type...: Device
    Device type.................: CD-ROM
    Capacity....................: Unavailable
    Unit Size, in bytes.........: 512
    Sectors.....................: 0
    Heads.......................: 0
    Cylinders...................: 0
    Block size, in bytes........: 134215680
    Activated...................: No
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: Yes
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 0
    Adapter Number..............: 3
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    Removable drive mount status: Dismounted
    Removable drive lock status.: Not locked
    [V504-A4] HP Unified RAID Driver
    Media Manager object ID..: 0x0006
    Media Manager Object Type: Adapter
    Driver name..............: CPQRAID.HAM
    Assigned driver ID.......: 1284
    Adapter number...........: 4
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: F
    Interrupt 1..............: Not used
    Slot.....................: 1
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0200
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V504-A4-D0:2] HP Smart Array 642 Slot 1 ID 0 LUN 2
    Media manager object ID.....: 0x0009
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 69120 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 17433
    Block size, in bytes........: 131072
    Activated...................: Yes
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 2
    Adapter Number..............: 4
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    DOS Partitioned Media
    Media Manager object ID..: 0x000E
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V504-A4-D0:2-P10F53] Free Partition Space
    Media Manager object ID......: 0x0015
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 142252064
    Size, in sectors.............: 1216
    [V504-A4-D0:2-P0] NSS Partition
    Media Manager object ID......: 0x0012
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 142252032
    [V504-A4-D0:0] HP Smart Array 642 Slot 1 ID 0 LUN 0
    Media manager object ID.....: 0x0007
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 138752 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 34866
    Block size, in bytes........: 131072
    Activated...................: Yes
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 0
    Adapter Number..............: 4
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    DOS Partitioned Media
    Media Manager object ID..: 0x000A
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V504-A4-D0:0-P21EA6] Free Partition Space
    Media Manager object ID......: 0x0013
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 284505280
    Size, in sectors.............: 1280
    [V504-A4-D0:0-P0] Big DOS; OS/2; Win95 Partition
    Media Manager object ID......: 0x000B
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 1028128
    [V504-A4-D0:0-P1F6] NSS Partition
    Media Manager object ID......: 0x000C
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 1028160
    Size, in sectors.............: 16384000
    [V504-A4-D0:0-P2136] NSS Partition
    Media Manager object ID......: 0x000F
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 17412160
    Size, in sectors.............: 267093120
    [V504-A4-D0:1] HP Smart Array 642 Slot 1 ID 0 LUN 1
    Media manager object ID.....: 0x0008
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 69120 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 17433
    Block size, in bytes........: 131072
    Activated...................: Yes
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 1
    Adapter Number..............: 4
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    DOS Partitioned Media
    Media Manager object ID..: 0x000D
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V504-A4-D0:1-P10F53] Free Partition Space
    Media Manager object ID......: 0x0014
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 142252064
    Size, in sectors.............: 1216
    [V504-A4-D0:1-P0] NSS Partition
    Media Manager object ID......: 0x0010
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 142252032
    End of Storage Device Configuration Information
    * Volume Statistics for SYS *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 7933 MB
    Block Size.................: 4 KB
    Total Blocks...............: 2031080
    Free Blocks................: 319471
    Purgable Blocks............: 60225
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147261491
    Sectors per Block..........: 8
    Free Disk Space............: 1247 MB
    Purgable Disk Space........: 235 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for _ADMIN *
    File System................: Unknown
    Volume Size................: 4 MB
    Block Size.................: 4 KB
    Total Blocks...............: 1024
    Free Blocks................: 1024
    Purgable Blocks............: 0
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147483647
    Sectors per Block..........: 8
    Free Disk Space............: 4 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for DATA *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 268528 MB
    Block Size.................: 4 KB
    Total Blocks...............: 68743338
    Free Blocks................: 31625590
    Purgable Blocks............: 498549
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147209156
    Sectors per Block..........: 8
    Free Disk Space............: 123537 MB
    Purgable Disk Space........: 1947 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    Volume Name Name Spaces Loaded
    SYS DOS
    SYS MACINTOSH
    SYS NFS
    SYS LONG_NAMES
    _ADMIN DOS
    _ADMIN MACINTOSH
    _ADMIN NFS
    _ADMIN LONG_NAMES
    DATA DOS
    DATA MACINTOSH
    DATA NFS
    DATA LONG_NAMES
    Top of NDS/eDirectory Configuration Listing
    NDS Tree Name............: TREE
    NDS Server Name..........: CN=Fileserver.O=Han.T=TREE
    NDS Version..............: v20216.83
    sys:_netware attributes..: Hidden System SubDir ImmediatePurge
    *.NDS files..........: 402 (18.1 MB)
    *.DSD files..........: 1 (0 bytes)
    *.DSB files..........: 0 (0 bytes)
    NDS.* files..........: 5 (28.9 MB)
    NDS*.LOG files.......: 0 (0 bytes)
    NDO.* files..........: 3 (21.2 MB)
    NDO*.LOG files.......: 0 (0 bytes)
    *.41X files..........: 0 (0 bytes)
    *.OLD files..........: 0 (0 bytes)
    *.DOD files..........: 0 (0 bytes)
    *.DOB files..........: 0 (0 bytes)
    *.__D files..........: 0 (0 bytes)
    *.__B files..........: 0 (0 bytes)
    *.DTD files..........: 0 (0 bytes)
    *.DTB files..........: 0 (0 bytes)
    *.TAO files..........: 0 (0 bytes)
    *.WBQ files..........: 0 (0 bytes)
    Partition Name...........: T=TREE
    Partition Type...........: Master
    Partition State..........: On
    Partition Name...........: O=Han.T=TREE
    Partition Type...........: Master
    Partition State..........: On
    End of NDS/eDirectory Configuration Listing
    Top of Running Java Processes 2 Processes Running
    Class Name...........: com.apcc.m11.arch.application.Application
    Class ID.............: 729
    Class State..........: Running
    Class Name...........: org.apache.catalina.startup.Bootstrap
    Class ID.............: 641
    Class State..........: Running
    End of Running Java Processes
    Top of Server Memory Statistics
    Allocated Memory.................: 255.5 MB
    Cache Buffer Memory..............: 1879.4 MB
    Cache Moveable Memory............: 0.0 MB
    Cache Non-moveable Memory........: 0.0 MB
    Code Memory......................: 38.7 MB
    Data Memory......................: 19.0 MB
    Total Work Memory................: 2192.6 MB
    Other Cache Pages Memory.........: 1719.4 MB
    System Memory Under 4GB..........: 2559.6 MB
    Total Known Memory...............: 2559.6 MB
    End of Server Memory Statistics
    Top of SM BIOS Information
    BIOS Information
    Vendor.........................: Compaq
    Version........................: D14
    Starting Address Segment.......: F000h
    Release Date...................: 09/15/2004
    ROM Size.......................: 1984 kB
    ISA Supported..................: No
    MCA Supported..................: No
    EISA Supported.................: No
    PCI Supported..................: Yes
    PC Card (PCMCIA) Supported.....: No
    Plug and Play Supported........: Yes
    APM Supported..................: No
    Flash BIOS.....................: Yes
    BIOS Shadowing Allowed.........: Yes
    VL-VESA Supported..............: No
    ESCD Supported.................: No
    Boot From CD Supported.........: Yes
    Selectable Boot Supported......: Yes
    BIOS ROM Socketed..............: No
    Boot From PC Card Supported....: No
    EDD Supported..................: No
    ACPI Supported.................: Yes
    Legacy USB Supported...........: Yes
    AGP Supported..................: No
    I2O Boot Supported.............: No
    LS-120 Boot Supported..........: No
    ZIP Drive Boot Supported.......: No
    1394 Boot Supported............: No
    Smart Battery Supported........: No
    BIOS Boot Spec. Supported......: Yes
    Network Boot Supported.........: No
    System Information
    Manufacturer...................: Compaq
    Product Name...................: ProLiant ML350 G3
    Version........................: N/A
    Serial Number..................: 8087KZRZ3P
    Universal Unique ID............: 38303837 4B5A525A 33502020 20202020
    Wake-up Type...................: Power Switch
    System Enclosure
    Manufacturer...................: Compaq
    Type...........................: Rack Mount Chassis
    Version........................: N/A
    Serial Number..................: 8087KZRZ3P
    Asset Tag Number...............:
    Bootup State...................: Unknown
    Power Supply State.............: Unknown
    Thermal State..................: Unknown
    Security Status................: Unknown
    Processor Information
    Socket Designation.............: Proc 1
    Processor Type.................: Central Processor
    Processor Family...............: Intel Xeon
    Processor Manufacturer.........: Intel
    Processor ID...................: BFEBFBFF 00000F29
    Processor Version..............: N/A
    Voltage........................: 1 V
    External Clock.................: 533 MHz
    Max Speed......................: 3600 MHz
    Current Speed..................: 3066 MHz
    Socket Populated...............: Yes
    Status.........................: Enabled
    Processor Upgrade..............: ZIF Socket
    L1 Cache.......................: 8 kB
    L2 Cache.......................: 512 kB
    L3 Cache.......................: N/A
    Processor Information
    Socket Designation.............: Proc 2
    Processor Type.................: Central Processor
    Processor Family...............: Intel Xeon
    Processor Manufacturer.........: Intel
    Processor ID...................: 00000000 00000000
    Processor Version..............: N/A
    Voltage........................: 1 V
    External Clock.................: 100 MHz
    Max Speed......................: 3600 MHz
    Current Speed..................: N/A
    Socket Populated...............: No
    Status.........................: Unknown
    Processor Upgrade..............: ZIF Socket
    L1 Cache.......................: N/A
    L2 Cache.......................: N/A
    L3 Cache.......................: N/A
    Cache Information
    Socket Designation.............: Processor 1 Internal L1 Cache
    Operational Mode...............: Write Back
    Enabled........................: Yes
    Location.......................: Internal
    Socketed.......................: No
    Cache Level....................: 1
    Maximum Size...................: 32 kB
    Installed Size.................: 8 kB
    Supported SRAM Type............: Burst
    Current SRAM Type..............: Burst
    Cache Speed....................: N/A
    Error Correction Type..........: Unknown
    System Cache Type..............: Unknown
    Associativity..................: 4-way Set-Associative
    Cache Information
    Socket Designation.............: Processor 2 Internal L1 Cache
    Operational Mode...............: Unknown
    Enabled........................: No
    Location.......................: Internal
    Socketed.......................: No
    Cache Level....................: 1
    Maximum Size...................: 32 kB
    Installed Size.................: 0 kB
    Supported SRAM Type............: Burst
    Current SRAM Type..............: Burst
    Cache Speed....................: N/A
    Error Correction Type..........: Unknown
    System Cache Type..............: Unknown
    Associativity..................: 4-way Set-Associative
    Cache Information
    Socket Designation.............: Processor 1 Internal L2 Cache
    Operational Mode...............: Write Back
    Enabled........................: Yes
    Location.......................: Internal
    Socketed.......................: No
    Cache Level....................: 2
    Maximum Size...................: 2048 kB
    Installed Size.................: 512 kB
    Supported SRAM Type............: Burst
    Current SRAM Type..............: Burst
    Cache Speed....................: N/A
    Error Correction Type..........: Unknown
    System Cache Type..............: Unknown
    Associativity..................: Other
    Cache Information
    Socket Designation.............: Processor 2 Internal L2 Cache
    Operational Mode...............: Unknown
    Enabled........................: No
    Location.......................: Internal
    Socketed.......................: No
    Cache Level....................: 2
    Maximum Size...................: 2048 kB
    Installed Size.................: 0 kB
    Supported SRAM Type............: Burst
    Current SRAM Type..............: Burst
    Cache Speed....................: N/A
    Error Correction Type..........: Unknown
    System Cache Type..............: Unknown
    Associativity..................: Other
    Cache Information
    Socket Designation.............: Processor 1 Internal L3 Cache
    Operational Mode...............: Write Back
    Enabled........................: Yes
    Location.......................: Internal
    Socketed.......................: No
    Cache Level....................: 3
    Maximum Size...................: 1024 kB
    Installed Size.................: 0 kB
    Supported SRAM Type............: Burst
    Current SRAM Type..............: Burst
    Cache Speed....................: N/A
    Error Correction Type..........: Unknown
    System Cache Type..............: Unknown
    Associativity..................: Other
    Cache Information
    Socket Designation.............: Processor 2 Internal L3 Cache
    Operational Mode...............: Unknown
    Enabled........................: No
    Location.......................: Internal
    Socketed.......................: No
    Cache Level....................: 3
    Maximum Size...................: 1024 kB
    Installed Size.................: 0 kB
    Supported SRAM Type............: Burst
    Current SRAM Type..............: Burst
    Cache Speed....................: N/A
    Error Correction Type..........: Unknown
    System Cache Type..............: Unknown
    Associativity..................: Other
    Port Connector Information
    Internal Reference Designator..: J50
    Internal Connector Type........: Access Bus (USB)
    External Reference Designator..: USB Port 1
    External Connector Type........: Access Bus (USB)
    Port Type......................: USB
    Port Connector Information
    Internal Reference Designator..: J50
    Internal Connector Type........: Access Bus (USB)
    External Reference Designator..: USB Port 2
    External Connector Type........: Access Bus (USB)
    Port Type......................: USB
    System Slots
    Slot Designation...............: PCI Slot 1
    Slot Type......................: PCI-X
    Slot Data Bus Width............: 64 bit
    Current Usage..................: In use
    Slot Length....................: Long
    Provides 5.0 Volts.............: No
    Provides 3.3 Volts.............: Yes
    Shared Slot....................: No
    Hot-plug Devices Supported.....: No
    System Slots
    Slot Designation...............: PCI Slot 2
    Slot Type......................: PCI-X
    Slot Data Bus Width............: 64 bit
    Current Usage..................: Available
    Slot Length....................: Long
    Provides 5.0 Volts.............: No
    Provides 3.3 Volts.............: Yes
    Shared Slot....................: No
    Hot-plug Devices Supported.....: No
    System Slots
    Slot Designation...............: PCI Slot 3
    Slot Type......................: PCI-X
    Slot Data Bus Width............: 64 bit
    Current Usage..................: Available
    Slot Length....................: Long
    Provides 5.0 Volts.............: No
    Provides 3.3 Volts.............: Yes
    Shared Slot....................: No
    Hot-plug Devices Supported.....: No
    System Slots
    Slot Designation...............: PCI Slot 4
    Slot Type......................: PCI-X
    Slot Data Bus Width............: 64 bit
    Current Usage..................: Available
    Slot Length....................: Long
    Provides 5.0 Volts.............: No
    Provides 3.3 Volts.............: Yes
    Shared Slot....................: No
    Hot-plug Devices Supported.....: No
    System Slots
    Slot Designation...............: PCI Slot 5
    Slot Type......................: PCI
    Slot Data Bus Width............: 32 bit
    Current Usage..................: Available
    Slot Length....................: Short
    Provides 5.0 Volts.............: Yes
    Provides 3.3 Volts.............: No
    Shared Slot....................: No
    Hot-plug Devices Supported.....: No
    Physical Memory Array
    Location.......................: System Board or Motherboard
    Use............................: System Memory
    Memory Error Correction........: Single-bit ECC
    Maximum Capacity...............: 8192 MB
    Error Detected.................: N/A
    Number of Memory Devices.......: 4
    Memory Device
    Error Detected.................: N/A
    Total Width....................: 72 bits
    Data Width.....................: 64 bits
    Size...........................: 512 MB
    Form Factor....................: DIMM
    Device Locator.................: DIMM 01
    Bank Locator...................: N/A
    Memory Type....................: DDR
    Memory Type Details............: CMOS
    Speed..........................: 266 MHz
    Memory Device
    Error Detected.................: N/A
    Total Width....................: 72 bits
    Data Width.....................: 64 bits
    Size...........................: 512 MB
    Form Factor....................: DIMM
    Device Locator.................: DIMM 02
    Bank Locator...................: N/A
    Memory Type....................: DDR
    Memory Type Details............: CMOS
    Speed..........................: 266 MHz
    Memory Device
    Error Detected.................: N/A
    Total Width....................: 72 bits
    Data Width.....................: 64 bits
    Size...........................: 512 MB
    Form Factor....................: DIMM
    Device Locator.................: DIMM 03
    Bank Locator...................: N/A
    Memory Type....................: DDR
    Memory Type Details............: CMOS
    Speed..........................: 266 MHz
    Memory Device
    Error Detected.................: N/A
    Total Width....................: 72 bits
    Data Width.....................: 64 bits
    Size...........................: 1024 MB
    Form Factor....................: DIMM
    Device Locator.................: DIMM 04
    Bank Locator...................: N/A
    Memory Type....................: DDR
    Memory Type Details............: CMOS
    Speed..........................: 266 MHz
    End of SM BIOS Info
    Top of file. [SYS:ETC\CRONTAB]
    # Run perl script to rotate logs each midnight.
    0 0 * * * perl sys:/apache2/rotate.pl sys:/apache2/rotate.ini --noscreen
    # 30 23 * * 4 sys:/SYSTEM/cr_image.ncf
    End of file. [SYS:ETC\CRONTAB]
    Top of file. [SYS:ETC\GATEWAYS]
    # SYS:ETC\GATEWAYS
    # List of unusual routes which must be added to the routing
    # database statically.
    # Normally you will not need this file, as most routing information
    # should be available through the routing protocols.
    # Examples. These entries will not be useful to you.
    #net milnet gateway sj-in5 metric 3 active # to milnet through in5.
    #net arpa gateway sj-in1 passive # to arpanet. in1 is passive.
    #host 130.57.6.40 gateway 192.67.172.55 # route with numbers.
    Net 0 Gateway xxx.xxx.xxx.104 Metric 1 Passive
    End of file. [SYS:ETC\GATEWAYS]
    Top of file. [SYS:ETC\HOSTS]
    # SYS:ETC\HOSTS
    # Mappings of host names and host aliases to IP address.
    127.0.0.1 loopback lb localhost # normal loopback address
    # examples from Novell network
    # 130.57.4.2 ta tahiti ta.novell.com loghost
    # 130.57.6.40 osd-frog frog
    # 130.57.6.144 sj-in5 in5
    # 192.67.172.71 sj-in1 in1
    # interesting addresses on the Internet
    # 192.67.67.20 sri-nic.arpa nic.ddn.mil nic
    # 26.2.0.74 wsmr-simtel20.army.mil simtel20
    xxx.xxx.xxx.102 Fileserver.local.net Fileserver
    xxx.xxx.xxx.203 MAIL.local.net MAIL
    xxx.xxx.xxx.106 dc-01.local.net2
    xxx.xxx.xxx.107 Fileserver2.local.net Fileserver2
    End of file. [SYS:ETC\HOSTS]
    Top of file. [SYS:ETC\HOSTNAME]
    xxx.xxx.xxx.102 Fileserver.local.net
    End of file. [SYS:ETC\HOSTNAME]
    Top of file. [SYS:ETC\JAVA.CFG]
    End of file. [SYS:ETC\JAVA.CFG]
    Top of file. [SYS:ETC\NETINFO.CFG]
    #!VERSION=2.3
    #! --- WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING ----
    #! This file was created by the Internetworking Configuration Console.
    #! It is intended to be modified ONLY by the configurator (INETCFG.NLM).
    #! Tampering with this file may cause severe malfunctioning of the system.
    #! The configurator will check for tampering and abort if it is detected.
    #!SERVERTYPE=NORMAL
    #!UIMODE=NORMAL
    #!BEGINGENLOAD
    LOAD SNMP
    LOAD BCALLSRV
    #!END
    #!BEGINTSMLOAD
    #!END
    #!BEGINBOARD DRVR=Q57 NAME=Q57_1_EII STATUS=ENABLED NUMPORTS=1 DRVRTYPE=LAN
    VARIABLEPORTS=NO PORTPARAM=CHANNEL SLOT=10007
    #Transferred from AUTOEXEC.NCF
    #!BEGINPORT NAME=Q57_1_EII NUMBER=1 STATUS=ENABLED FRAMES=YES NUMLINKS=1
    MEDIA=EtherTsm WANFRAME=UNCONFIGURED
    #Transferred from AUTOEXEC.NCF
    #!REFCOUNT=1
    LOAD Q57 NAME=Q57_1_EII_EII FRAME=ETHERNET_II SLOT=10007
    #!END
    #!END
    #!BEGINPROTO PROTO=TCPIP STATUS=ENABLED
    LOAD Tcpip RIP=No Static=Yes LoadSharing=No Forward=No VIPASupport=No
    #!BEGINBIND STATUS=ENABLED
    BIND IP Q57_1_EII_EII ARP=Yes Mask=255.255.255.0 Address=xxx.xxx.xxx.102
    #xxx.xxx.xxx.102
    #!END
    #!END
    End of file. [SYS:ETC\NETINFO.CFG]
    Top of file. [SYS:ETC\RESOLV.CFG]
    domain local.net
    domain local.net2
    nameserver xxx.xxx.xxx.102
    End of file. [SYS:ETC\RESOLV.CFG]
    Top of file. [SYS:ETC\SLP.CFG]
    ; This is a sample of the slp configuration file.
    ; Two types of entries can be made: 1) DA entries, 2) SA Register Filters.
    ; The DA entry allows static configuration of a known DA. This would be
    used
    ; when the DA was out of multicast range and DHCP was not being used to
    ; configure the DA.
    ; The static DA configuration format is as follows 'DA <addr type>,
    <addr>'.
    ; The first word must be "DA". The addr type is the address type.
    Currently, only
    ; IPV4 has been defined. IPV6 will be defined in the future. The addr is
    ; the address specified.
    ; The following is an example of a static DA.
    ; DA IPV4, 130.1.1.1
    ; The SA Register Filter would be used when the administrator wanted all
    services
    ; of a specific service type being mapped to a single scope. For example,
    ; the administrator wanted all "lpr" printers being registered to scope
    "printer".
    ; The format is as follows: 'REGISTER TYPE "<type name>" to SCOPE "<scope
    name>"'.
    ; The parser will look for REGISTER, TYPE, and SCOPE as keywords followed
    by quote on
    ; a single line. Example:
    ; REGISTER TYPE "lpr" to SCOPE "eng"
    ; The last line must contain a line feed and char return. A semi-colon
    specifies a
    ; comment.
    DA IPV4, xxx.xxx.xxx.102
    End of file. [SYS:ETC\SLP.CFG]
    Top of file. [SYS:ETC\TCPIP.CFG]
    AutonomousSystem 0
    Protocol rip off {
    Interface {
    Address xxx.xxx.xxx.102
    Port Q57_1_EII_EII
    Status on
    Cost 1
    Poison off
    SplitHorizon on
    UpdateTime 30
    GarbageTime 120
    ExpireTime 180
    OriginateDefault off
    Version ripI
    Mode normal
    Protocol egp off {
    Protocol ospf off {
    Interface {
    Address xxx.xxx.xxx.102
    Port Q57_1_EII_EII
    Status on
    Cost 1
    AreaId 0.0.0.0
    Priority 1
    RetransmissionInterval 5
    TransitDelay 1
    HelloInterval 10
    RouterDeadInterval 40
    Nbma {
    PollInterval 120
    Neighbor {
    Interface {
    Address xxx.xxx.xxx.102
    AddressMask 255.255.255.0
    Port Q57_1_EII_EII
    Type lan
    RouterDiscovery no
    SolicitationAddress multicast
    NATStatus Disabled
    SecIPStatus Disabled
    TOSStatus Disabled
    TOSValue 0
    ARPTimerStatus Disabled
    ARPCacheUpdateTimeout 300
    ARPCacheStaleTimeout 300
    GroupedInterface no
    PrimaryInterface no
    LBPolicy 0
    Arpable yes
    NetworkAddress xxx.xxx.xxx.0
    VIPASupport Enabled
    BdgStatus Enabled
    ForwardIPSourceRouting off
    NATFiltering off
    Deadgatewaydetection off {
    T0 30
    T1 2
    LoadBalancing off {
    LBInterval 2
    FaultTolerance on {
    FTInterval 2
    DefIPAddr 0.0.0.0
    End of file. [SYS:ETC\TCPIP.CFG]
    Top of file. [SYS:ETC\IPWAN.CFG]
    End of file. [SYS:ETC\IPWAN.CFG]
    Top of file. [SYS:SYSTEM\ABEND.LOG]
    File size is 177707 bytes.
    Top of file. [SYS:SYSTEM\TIMESYNC.CFG]
    # TimeSync.Cfg is now updated automatically,
    # when changes are made on the System Console
    # TIMESYNC Configuration Parameters
    Configured Sources = ON
    DEBUG = 7
    Polling Count = 3
    Polling Interval = 600
    Service Advertising = ON
    Synchronization Radius = 2000
    Type = SINGLE
    NTP Client Port = 0
    # TIMESYNC Configured time source list
    TIME SOURCE = 130.133.1.10:123
    End of file. [SYS:SYSTEM\TIMESYNC.CFG]
    Top of file. [SYS:SYSTEM\AUTOEXEC.NCF]
    SEARCH ADD SYS:\ni\update\bin
    SET BINDERY CONTEXT = O=HAN
    SET DAYLIGHT SAVINGS TIME OFFSET = 1:00:00
    SET START OF DAYLIGHT SAVINGS TIME = (MARCH SUNDAY LAST 2:00:00 AM)
    SET END OF DAYLIGHT SAVINGS TIME = (OCTOBER SUNDAY LAST 3:00:00 AM)
    SET TIME ZONE = ECT-1ECTD
    SET MAXIMUM RECORD LOCKS PER CONNECTION = 10000
    SET MAXIMUM RECORD LOCKS = 20000
    # Note: The Time zone information mentioned above
    # should always precede the SERVER name.
    SEARCH ADD SYS:\JAVA\BIN
    SEARCH ADD SYS:\JAVA\NWGFX\BIN
    SEARCH ADD SYS:\JAVA\NJCLV2\BIN
    SEARCH ADD SYS:\NI\UPDATE\BIN
    # WARNING!!
    FILE SERVER NAME Fileserver
    # WARNING!!
    # If you change the name of this server, you must update
    # the server name in all the licenses that are assigned
    # to it using iManager.
    SERVERID EB0C408
    load conlog MAXIMUM=100
    ; Network driver LOADs and BINDs are initiated via
    ; INITSYS.NCF. The actual LOAD and BIND commands
    ; are contained in INITSYS.NCF and NETINFO.CFG.
    ; These files are in SYS:ETC.
    sys:etc\initsys.ncf
    #LOAD TCPIP
    #LOAD Q57.LAN SLOT=10007 FRAME=Ethernet_II NAME=Q57_1_EII
    #BIND IP Q57_1_EII addr=xxx.xxx.xxx.102 mask=255.255.255.0
    gate=xxx.xxx.xxx.104
    MOUNT ALL
    IPMINIT.NCF
    LOAD SLPDA
    load nile.nlm
    load httpstk.nlm /SSL /keyfile:"SSL CertificateIP"
    LOAD NICISDI.XLM
    LOAD SASDFM.XLM
    #RCONAG6.NLM is required by RConsoleJ
    #LOAD SPXS
    LOAD RCONAG6 xxxxxxxxxx 2034 16800 2036
    LOAD CPQHLTH
    CPQSNMP
    # Monitor laden
    LOAD MONITOR
    # Drucker
    LOAD BROKER "Fileserver_Broker.HQ"
    LOAD NDPSM "NDPS-Manager"
    #SET TIMESYNC TYPE = SINGLE
    # Loading Posix Semantic Agent
    # -- Added by Scripting Install --
    SCRIPT.NCF
    SEARCH ADD SYS:\APACHE2
    AP2WEBUP
    LOAD NLDAP.NLM
    LOAD NAMED.NLM
    LOAD DHCPSRVR.NLM
    # ADMSRVUP
    SYS:\SYSTEM\NMA\NMA5.NCF
    BSTART.NCF
    LOAD PORTAL.NLM
    LOAD NDSIMON.NLM
    # tc4admin begin
    SEARCH ADD SYS:/tomcat/4/bin
    tcadmup.ncf
    # tc4admin end
    # tomcat4 begin
    # sys:/tomcat/4/bin/tomcat4.ncf
    # tomcat4 end
    # Storage Management Services components required for Backup
    SMSSTART.NCF
    LOAD EMBOX.NLM
    openwbem.ncf
    #SEARCH ADD SYS:\zenworks\OnDemand\bin
    #UsageServer.ncf
    #CommerceMaintenance.ncf
    # Start APC's PowerChute Network Shutdown application
    SYS:/BIN/UNIXENV.NCF
    #---Added by rcd.rpm install ---
    SEARCH ADD sys:/usr/sbin
    #---Added by rug.rpm install ---
    SEARCH ADD sys:/usr/bin
    SEARCH ADD sys:\powerchute
    delay 5
    SYS:\PowerChute\APCpcns
    #ZENworks Database Settings
    # SYS:\system\mgmtdbs.ncf
    #ZENworks Inventory Settings
    # StartInv.ncf
    # SYS:\system\zfdstart.ncf
    # search add sys:\sweep
    # SWEEP.NLM
    LOAD CRON.NLM
    # SEARCH ADD SYS:\tomcat\5.0\bin
    # tomcat5
    LOAD TOOLBOX
    # load SURVEY -w10 -cWed.12,7
    # -- Added by CIFS Install --
    #CIFSSTRT.NCF
    # -- End of CIFS Install --
    # --The following line should be uncommented if the SNMP subagent is
    desired
    #load dssnmpsa.nlm
    LOAD PKI.NLM
    # Begin SecretStore commands
    LOAD NICISDI.XLM s
    LOAD SASDFM.XLM
    # SSNCP automatically loads SSS.NLM without any command line options.
    # If you want to specify options, uncomment the following line and add
    # the appropriate options.
    # LOAD SSS
    LOAD SSNCP
    # End SecretStore commands
    # BackupExec Agent starten
    BESTART
    load SURVEY -w10 -cWed.12,7
    End of file. [SYS:SYSTEM\AUTOEXEC.NCF]
    Top of file. [C:\CONFIG.SYS]
    Files=50
    Buffers=30
    Lastdrive=Z
    End of file. [C:\CONFIG.SYS]
    Top of file. [C:\AUTOEXEC.BAT]
    C:
    CD \NWSERVER
    SERVER -nl
    End of file. [C:\AUTOEXEC.BAT]
    Top of file. [C:\NWSERVER\STARTUP.NCF]
    LOAD ACPIDRV.PSM
    ######## End PSM Drivers ########
    LOAD CPQSHD.CDM
    LOAD IDECD.CDM
    ######## End CDM Drivers ########
    LOAD ADPT160M.HAM SLOT=10004
    LOAD ADPT160M.HAM SLOT=10005
    LOAD IDEATA.HAM SLOT=10010
    LOAD CPQRAID.HAM SLOT=1
    ######## End HAM Drivers ########
    LOAD KEYB.NLM Germany
    LOAD CHARSET.NLM CP850
    End of file. [C:\NWSERVER\STARTUP.NCF]
    Top of SET Parameters.
    * Communications *
    UNAUTHORIZED IP SCAN INTERVAL = 4
    DHCP TEST = OFF
    DHCP DUMP = 0
    DHCP GLOBAL POLL = 30
    DHCP DEBUG = 0
    IPX CMD Mode Routing = OFF
    Preserve Secondary Ipaddress after Reinitialize System = ON
    Routing Table Cleanup Interval = 3
    UDP Min Port Limit = 1024
    UDP Max Port Limit = 5000
    TCP Min Port Limit = 1024
    NIRMan Transaction Time-out Period = 10
    IPMGMT Debug = OFF
    IPMGMT Push Pull Interval = 2
    IPMGMT Fetch Expiry Time = 5
    Tcp Maximum Initial Receive Window = 6
    Maximum Pending TCP Connection Requests = 128
    PGM Socket Send Buffer Size = 409600
    BSD Socket default Buffer Size in Bytes = 65536
    Tcp Sockets Debug = 0
    IPSEC maximum incoming queue length = 0
    IPSEC maximum incoming WorkToDos = 0
    Discard Oversized Ping Packets = ON
    Largest Ping Packet Size = 10240
    Tcp IPCP Debug = 0
    Tcp WAN Debug = 0
    Tcp ICMP Debug = 0
    Tcp ECB Debug = 0
    Tcp IP Debug = 0
    Maximum Interface MTU = 576
    IP Load Sharing = ON
    RIP2 aggregation override = OFF
    Always Allow IP Fragmentation = OFF
    UDP Debug = 0
    Tcp RIP Debug = 0
    Tcp Arp Debug = OFF
    Use Specified MTU = OFF
    ip address management override = OFF
    Allow IP Address Duplicates = OFF
    Allow non local broadcasts = 0
    TOS for IP packets = 0
    Arp entry update time = 300
    Arp entry expiry time = 300
    Tcp Ip Maximum Small ECBs = 65534
    ICMP Redirect Timeout = 3
    Maximum Wait States = 0
    Largest UDP Packet Size = 33792
    Discard Oversized UDP Packets = ON
    TCP UDP Diagnostic Services = OFF
    Tcp Maximum Packet Retransmission = 12
    TCP Path MTU Black Hole Detection and Recovery = OFF
    Tcp Minimum Retransmission Timeout = 2
    Tcp Maximum Initial Window = 4
    Tcp Connection Establishment timeout = 335
    Tcp Trace = 0
    TCP Max Port Limit = 54999
    Tcp Timer Schedule Rate = 3
    TCP Minshall Algorithm = OFF
    TCP Nagle Algorithm = ON
    TCP Delayed Acknowledgement = ON
    Tcp Number Of Preallocated PCBs = 1024
    TCP Sack Option = ON
    TCP Large Window Option = ON
    TCP Defend Land Attacks = ON
    TCP Secure ISN = ON
    Netlib Maximum Small ECBs = 1024
    TCPIP Scheduler Inactive = OFF
    DISPLAY CSL OPERATIONAL STATUS = OFF
    CALL SUPPORT LAYER DEBUG = OFF
    Enable Packet Burst Statistics Screen = OFF
    Maximum RIP SAP Events = 100
    Allow IPXRTR load in CMD Mode = ON
    Allow IPX Bind in CMD Mode = OFF
    IPX Router Broadcast Delay = 0
    IPX NetBIOS Replication Option = 2
    Use Old Watchdog Packet Type = OFF
    REPLY TO GET NEAREST SERVER = OFF
    Connection Table Expansion Count = 16
    Dead Connection Timeout = 4.9 SEC
    Enable Connection Manager Screen = OFF
    Maximum Connection Object Reuse Count = 32
    Disable Broadcast Notifications Process = OFF
    Disable Watchdog Process = OFF
    Enable Watchdog Screen = OFF
    Number Of Watchdog Packets = 10
    Delay Between Watchdog Packets = 59.3 SEC
    Delay Before First Watchdog Packet = 4 MIN 56.6 SEC
    Console Display Watchdog Logouts = OFF
    Maximum Packet Receive Buffers = 10000
    Minimum Packet Receive Buffers = 3000
    Maximum Physical Receive Packet Size = 4224
    New Packet Receive Buffer Wait Time = 0.1 SEC
    Maximum Interrupt Events = 10
    * Memory *
    Cache Pool Control Type = 1
    Auto Tune Server Memory = ON
    Restart Server on Address Space Cleanup Failure = OFF
    Memory Protection Abend After Restart Count = OFF
    Memory Protection Restart Count = 1
    Memory Protection No Restart Interval = 1
    Memory Protection Fault Cleanup = ON
    VM Allocation Information = OFF
    VM Cache Pool Percentage = 80
    VM Cache Pool Maximum Pages Percentage = 0
    VM Cache Pool Free Minimum Pages = 48
    VM Cache Pool Free Lots of Pages = 512
    VM Cache Pool Free Desired Pages = 256
    VM Cache Pool Minimum Pages = 10
    VM Cache Pool Maximum Pages = 4294967295
    Upper Page IO Threshold = 32
    Maximum RSS Pages = 5000
    Max Deficit = 256
    FS Cache Pool Transfer In Yield Type = 0
    FS Cache Pool Minimum Percentage To Transfer Out = 4
    FS Cache Pool Minimum Percentage To Transfer In = 4
    FS Cache Pool Minimum Pages To Transfer Out = 5
    FS Cache Pool Minimum Pages To Transfer In = 5
    FS Cache Pool Minimum Pages = 1000
    FS Cache Pool Maximum Percentage To Transfer Out = 10
    FS Cache Pool Maximum Percentage To Transfer In = 10
    FS Cache Pool Maximum Pages To Transfer Out = 20000
    FS Cache Pool Maximum Pages To Transfer In = 2000
    FS Cache Pool LRU Medium = 30
    FS Cache Pool LRU Low = 45
    FS Cache Pool LRU High = 60
    FS Cache Pool Lots of Pages = 1500
    FS Cache Pool Desired Pages = 1250
    FS Cache Pool Constrain Transfer Out Type = 1
    FS Cache Pool Constrain Transfer In Type = 1
    FS Cache Pool Blocks Transferred In Before Yield = 10
    Dynamic VM Versus Cache Subsystem Differential = OFF
    Dynamic Maximum RSS = OFF
    Desired VM Versus Cache Subsystem Differential = 0
    Deficit Age = 10
    Cache Pool Thread Yield Type = 0
    Cache Pool Thread Timeout = 5
    Cache Pool Pages Transferred Before Yield = 100
    Cache Pool Minimum Percentage To Transfer Out = 4
    Cache Pool Minimum Percentage To Transfer In = 4
    Cache Pool Minimum Pages To Transfer Out = 5
    Cache Pool Minimum Pages To Transfer In = 5
    Cache Pool Maximum Percentage To Transfer Out = 10
    Cache Pool Maximum Percentage To Transfer In = 10
    Cache Pool Maximum Pages To Transfer Out = 20000
    Cache Pool Maximum Pages To Transfer In = 10000
    Constrain Pages To Transfer Out Type = 0
    Constrain Pages To Transfer = 0
    Cache Pool Block Transfer Mode = ON
    Average Page In Alert Threshold = 2000
    VM Garbage Collector Period = 4 MIN 59.9 SEC
    VM Garbage Collector Looks = 10000
    Interactive Screen Timeout = 59 MIN 58.7 SEC
    Wakeup Page Cleaner Delay = 25
    Max Page Cleaner Outstanding IOs = 50
    Max Page Cleaner Pushes = 1000
    Max Page Cleaner Looks = 1000
    Min Age Quantum = 1
    Max Age Quantum = 60
    Init Age Quantum = 5
    Elapse Time Ager Interval = 144
    Nonlocked Minimum Pages = 5
    Low Grow Rate = 2
    High Grow Rate = 8
    Maximum Pages To Trim = 10
    Dynamic Age Quantum = OFF
    Engage Ager = ON
    APT Free Dirty Page Threshold = 1000
    APT Free Clean Page Threshold = 50
    VM Debug Screen = OFF
    File Cache Maximum Size = 1073741825
    File Service Memory Optimization = 1
    Logical Space Compression = ON
    Garbage Collection Interval = 5 MIN
    Alloc Memory Check Flag = OFF
    Reserved Buffers Below 16 Meg = 300
    Jiggle Memory = OFF
    Check Cache = OFF
    * Traditional File System *
    Volume Log File State = 1
    Volume TTS Log File State = 1
    Volume Log File Overflow Size = 4194304
    Volume TTS Log File Overflow Size = 4194304
    TTS Screen = OFF
    Auto TTS Backout Flag = ON
    TTS Abort Dump Flag = OFF
    TTS UnWritten Cache Wait Time = 1 MIN 5.9 SEC
    TTS Backout File Truncation Wait Time = 59 MIN 19.2 SEC
    Dirty Directory Cache Delay Time = 0.5 SEC
    Directory Cache Allocation Wait Time = 2.2 SEC
    Directory Cache Buffer NonReferenced Delay = 5.5 SEC
    Maximum Directory Cache Buffers = 2000
    Minimum Directory Cache Buffers = 500
    Maximum Number Of Internal Directory Handles = 100
    Maximum Number Of Directory Handles = 20
    Open Callback Timeout = 29.7 SEC
    Maximum Record Locks Per Connection = 10000
    Maximum File Locks Per Connection = 2500
    Maximum Record Locks = 20000
    Maximum File Locks = 200000
    Maximum Rights Vector Entry Pool = 128
    Read Ahead Enabled = ON
    Read Ahead LRU Sitting Time Threshold = 10 SEC
    Minimum File Cache Buffers = 20
    Maximum Concurrent Disk Cache Writes = 750
    Dirty Disk Cache Delay Time = 3.3 SEC
    Minimum File Cache Report Threshold = 20
    Maximum Concurrent opens per file and connection = 10000
    Maximum Wait Time For Limbo Space during Volume Mount = 19.8 SEC
    Automatically Repair Bad Volumes = ON
    Check SubAllocation = OFF
    Minimum File Delete Wait Time = 1 MIN 5.9 SEC
    File Delete Wait Time = 5 MIN 29.6 SEC
    Allow Deletion Of Active Directories = ON
    Maximum Percent of Volume Space allowed for Extended Attributes = 10
    Maximum Extended Attributes per File or Path = 16
    Purge Files On Dismount = OFF
    Fast Volume Mounts = ON
    Maximum Percent Of Volume Used By Directory = 13
    Maximum Subdirectory Tree Depth = 25
    Volume Low Warn All Users = ON
    Volume Low Warning Reset Threshold = 256
    Volume Low Warning Threshold = 256
    Turbo FAT Re-Use Wait Time = 5 MIN 29.6 SEC
    Compress Screen = OFF
    Allow Unowned Files To Be Extended = ON
    Auto Mount Mirrored Volume Containing Inactive Device = OFF
    * Common File System *
    Maximum Transactions = 10000
    Maximum Concurrent Directory Cache Writes = 75
    Immediate Purge Of Deleted Files = OFF
    Compression Daily Check Stop Hour = 6
    Compression Daily Check Starting Hour = 0
    Minimum Compression Percentage Gain = 20
    Enable File Compression = ON
    Maximum Concurrent Compressions = 2
    Convert Compressed To Uncompressed Option = 1
    Decompress Percent Disk Space Free To Allow Commit = 10
    Decompress Free Space Warning Interval = 31 MIN 18.5 SEC
    Deleted Files Compression Option = 1
    Days Untouched Before Compression = 14
    * Novell Storage Services *
    *************************************

  • EM 10g - Listener does not show up on DB home, but is running. Why??

    Oracle Version          10.2.0.1.0
    Microsoft Windows Server 2003 R2 Server 5.2 Service Pack 2 (32-bit)
    LSNRCTL> start LISTENER
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 22-OCT-2007 11:42:18
    Uptime 0 days 0 hr. 0 min. 5 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    ========================================================
    LSNRCTL> status LISTENER
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 22-OCT-2007 11:42:18
    Uptime 0 days 0 hr. 14 min. 8 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    ======================================================
    C:\Documents and Settings\pierrel>netstat -a
    Active Connections
    Proto Local Address Foreign Address State
    TCP us-as1:smtp us-as1.nti2.org:0 LISTENING
    TCP us-as1:http us-as1.nti2.org:0 LISTENING
    TCP us-as1:nntp us-as1.nti2.org:0 LISTENING
    TCP us-as1:epmap us-as1.nti2.org:0 LISTENING
    TCP us-as1:microsoft-ds us-as1.nti2.org:0 LISTENING
    TCP us-as1:nntps us-as1.nti2.org:0 LISTENING
    TCP us-as1:kpop us-as1.nti2.org:0 LISTENING
    TCP us-as1:1110 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1111 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1117 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1119 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1158 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1521 us-as1.nti2.org:0 LISTENING
    ==================================================
    init.ora
    # $Header: init.ora 25-jul-01.18:03:38 rajayar Exp $
    # Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved. */
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, use the
    # same file for all instance. Place all instance-specific parameters
    # at the end of the file using the <sid>.<parameter_name> = <value> syntax.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified differently for each instance, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own.
    # replace "clustdb" with your database name
    db_name = clustdb
    compatible=9.0.0
    db_files = 1024 # INITIAL
    #INITIAL
    #db_files=80
    #SMALL
    #DB_files=400
    #MEDIUM
    #db_files=1000
    #LARGE
    control_files = ("\\.\clustdb_control1", "\\.\clustdb_control2")
    db_file_multiblock_read_count = 8 # INITIAL
    # db_file_multiblock_read_count = 8
    #SMALL
    #db_file_multiblock_read_count = 16
    #MEDIUM
    #db_file_multiblock_read_count = 32
    #LARGE
    #Datawarehouse
    db_block_size=8192
    # Transaction processing
    # db_block_size=4096
    open_cursors=300
    #Transaction processing
    #sort_area_size=524288
    #Datawarehouse
    sort_area_size=1048576
    large_pool_size=1048576 #Transaction processing, Datawarehouse
    db_cache_size=50331648 #Datawarehouse, Transaction processing
    java_pool_size=67108864 #Datawarehouse, Transaction processing
    # db_block_buffers = 200 # INITIAL
    # db_block_buffers=100 #SMALL
    # db_block_buffers =550 # MEDIUM
    # db_block_buffers=3200 #LARGE
    #shared_pool_size = 52428800 # INITIAL
    shared_pool_size = 67108864 # datewarehouse, transaction processing
    log_checkpoint_interval = 10000
    processes = 59 # INITIAL
    # processes = 50
    #SMALL
    #processes = 100
    #MEDIUM
    #processes = 200
    #LARGE
    parallel_max_servers = 5
    #SMALL
    # parallel_max_servers = 4 x (number of CPUs)
    #MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)
    # LARGE
    log_buffer = 8192 # INITIAL
    #log_buffer = 8192
    #SMALL
    #log_buffer = 32768
    #MEDIUM
    #log_buffer = 163840
    #LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 10 K each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = %ORACLE_HOME%/admin/clustdb/arch
    # log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form at the end of this file:
    # <sid>.rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    # transactions = 40
    # transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # define directories to store trace and alert files
    background_dump_dest=%ORACLE_HOME%/admin/clustdb/bdump
    user_dump_dest=%ORACLE_HOME%/admin/clustdb/
    db_block_size = 4096
    remote_login_passwordfile = exclusive
    # text_enable = TRUE
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    # job_queue_processes = 4 #datawarehouse
    # job_queue_interval = 10
    # job_queue_keep_connections = false
    distributed_transactions = 5
    open_links = 4
    # The following parameters are instance-specific parameters that are
    # specified for two instances named clustdb1 and clustdb2
    undo_management=AUTO # For automatic undo management
    # = MANUAL For manual/RBS undo management
    cluster_database= true
    cluster_database_instances=2
    remote_listener=LISTENERS_CLUSTDB
    # First instance specific parameters
    clustdb1.thread=1
    clustdb1.instance_name=clustdb1
    clustdb1.instance_number=1
    clustdb1.local_listener=listener_clustdb1
    clustdb1.remote_login_passwordfile = exclusive
    # Comment out clustdb1.undo_tablespace and uncomment clustdb1.rollback_segments
    # when undo_management=MANUAL
    clustdb1.undo_tablespace = UNDOTBS1
    # clustdb1.rollback_segments = (rbs1_1,rbs1_2)
    # Second instance specific parameters
    clustdb2.thread=2
    clustdb2.instance_name = clustdb2
    clustdb2.instance_number = 2
    clustdb2.local_listener = listener_clustdb2
    clustdb2.remote_login_passwordfile = exclusive
    # Comment out clustdb2.undo_tablespace and uncomment clustdb2.rollback_segments
    # when undo_management=MANUAL
    clustdb2.undo_tablespace = UNDOTBS2
    # clustdb2.rollback_segments = (rbs2_1,rbs2_2)
    ===========================================
    listener.ora
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
    TRACE_LEVEL_LISTENER = USER
    ===============================================
    sqlnet.ora
    # sqlnet.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    =================================================
    tnsnames.ora
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.us-as1.nti2.org)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ============================================================

    Enterprise manager still requires a static service definition in listener.ora and does not rely on dynamic registration.
    From documentation:
    The SID_LIST is required for backward compatibility with Oracle8 or Oracle7 databases, as well as external procedures and heterogeneous services, and some management tools, including Oracle Enterprise Manager.
    Werner

  • Oracle Application Server 10g (10.1.3.5.0) - Clustering Exception

    Hi,
    I installed OAS 10g (10.1.3.5.0) on Red Hat Enterprise Linux 5.5 and I am trying to do one cluster with session replication options.
    I created the cluster, but when I try to replicate user session (with database option), it throws next exception on start oc4j application:
    11/05/17 13:13:57 javax.naming.NamingException: IO Error: Error sending to cluster: Message publishing attempt failed; nested exception is:
         java.io.IOException: Message publishing attempt failed [Root exception is java.io.IOException: Message publishing attempt failed]
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIContext.rebind(RMIContext.java:165)
    11/05/17 13:13:57      at com.evermind.server.ApplicationContext.rebind(ApplicationContext.java:436)
    11/05/17 13:13:57      at com.evermind.server.ApplicationContext.rebind(ApplicationContext.java:425)
    11/05/17 13:13:57      at com.evermind.server.ApplicationContext.rebind(ApplicationContext.java:448)
    11/05/17 13:13:57      at javax.naming.InitialContext.rebind(InitialContext.java:371)
    11/05/17 13:13:57      at org.jconfig.mbean.ConfigHandler.rebind(ConfigHandler.java:285)
    11/05/17 13:13:57      at org.jconfig.mbean.ConfigHandler.load(ConfigHandler.java:192)
    11/05/17 13:13:57      at org.jconfig.mbean.ConfigHandler.setResourceName(ConfigHandler.java:113)
    11/05/17 13:13:57      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    11/05/17 13:13:57      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    11/05/17 13:13:57      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    11/05/17 13:13:57      at java.lang.reflect.Method.invoke(Method.java:592)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.StandardMetaDataImpl.setAttribute(StandardMetaDataImpl.java:750)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.StandardMetaDataImpl.setAttribute(StandardMetaDataImpl.java:360)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.MetaDataImpl.setAttribute(MetaDataImpl.java:206)
    11/05/17 13:13:57      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.setAttribute(DefaultMBeanServerInterceptor.java:737)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.JmxMBeanServer.setAttribute(JmxMBeanServer.java:722)
    11/05/17 13:13:57      at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.setAttribute(ApplicationStateFilterMBeanServer.java:523)
    11/05/17 13:13:57      at oracle.oc4j.admin.jmx.shared.UserMBeanServer.setAttribute(UserMBeanServer.java:597)
    11/05/17 13:13:57      at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.setAttribute(LocalizationFilterMBeanServer.java:528)
    11/05/17 13:13:57      at com.altana.xf.cargador.XFLoader.initJMXMBeans(XFLoader.java:148)
    11/05/17 13:13:57      at es.altana.cws.cargadores.ComponentConfiguration.configXF(ComponentConfiguration.java:189)
    11/05/17 13:13:57      at es.altana.cws.cargadores.ComponentConfiguration.init(ComponentConfiguration.java:113)
    11/05/17 13:13:57      at com.altana.xf.webflow.GestorAppWeb.init(GestorAppWeb.java:48)
    11/05/17 13:13:57      at com.altana.xf.webflow.XFServlet.init(XFServlet.java:96)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
    11/05/17 13:13:57      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
    11/05/17 13:13:57      at com.evermind.server.Application.getHttpApplication(Application.java:592)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:701)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:308)
    11/05/17 13:13:57      at com.evermind.server.http.HttpServer.setSites(HttpServer.java:280)
    11/05/17 13:13:57      at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:180)
    11/05/17 13:13:57      at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2541)
    11/05/17 13:13:57      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1058)
    11/05/17 13:13:57      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    11/05/17 13:13:57      at java.lang.Thread.run(Thread.java:595)
    11/05/17 13:13:57 Caused by: java.io.IOException: Message publishing attempt failed
    11/05/17 13:13:57      at com.evermind.server.rmi.JGroupJndiNamespaceReplicationService.sendContextValueUpdate(JGroupJndiNamespaceReplicationService.java:88)
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIServer.bindInCluster(RMIServer.java:707)
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIServer.rebind(RMIServer.java:696)
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIContext.rebind(RMIContext.java:162)
    11/05/17 13:13:57      ... 42 more
    11/05/17 13:13:57 Caused by: oracle.j2ee.clustering.MessageDispatchException: Cannot publish to unknown group
    11/05/17 13:13:57      at oracle.j2ee.clustering.JGroupsMessageDispatcher.publishMessage(JGroupsMessageDispatcher.java:73)
    11/05/17 13:13:57      at com.evermind.server.rmi.JGroupJndiNamespaceReplicationService.sendContextValueUpdate(JGroupJndiNamespaceReplicationService.java:83)
    11/05/17 13:13:57      ... 45 more
    11/05/17 13:13:57 javax.naming.NamingException: IO Error: Error sending to cluster: Message publishing attempt failed; nested exception is:
         java.io.IOException: Message publishing attempt failed [Root exception is java.io.IOException: Message publishing attempt failed]
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIContext.rebind(RMIContext.java:165)
    11/05/17 13:13:57      at com.evermind.server.ApplicationContext.rebind(ApplicationContext.java:436)
    11/05/17 13:13:57      at com.evermind.server.ApplicationContext.rebind(ApplicationContext.java:425)
    11/05/17 13:13:57      at com.evermind.server.ApplicationContext.rebind(ApplicationContext.java:448)
    11/05/17 13:13:57      at javax.naming.InitialContext.rebind(InitialContext.java:371)
    11/05/17 13:13:57      at org.jconfig.mbean.ConfigHandler.rebind(ConfigHandler.java:285)
    11/05/17 13:13:57      at org.jconfig.mbean.ConfigHandler.load(ConfigHandler.java:192)
    11/05/17 13:13:57      at org.jconfig.mbean.ConfigHandler.setConfigurationName(ConfigHandler.java:100)
    11/05/17 13:13:57      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    11/05/17 13:13:57      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    11/05/17 13:13:57      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    11/05/17 13:13:57      at java.lang.reflect.Method.invoke(Method.java:592)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.StandardMetaDataImpl.setAttribute(StandardMetaDataImpl.java:750)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.StandardMetaDataImpl.setAttribute(StandardMetaDataImpl.java:360)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.MetaDataImpl.setAttribute(MetaDataImpl.java:206)
    11/05/17 13:13:57      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.setAttribute(DefaultMBeanServerInterceptor.java:737)
    11/05/17 13:13:57      at com.sun.jmx.mbeanserver.JmxMBeanServer.setAttribute(JmxMBeanServer.java:722)
    11/05/17 13:13:57      at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.setAttribute(ApplicationStateFilterMBeanServer.java:523)
    11/05/17 13:13:57      at oracle.oc4j.admin.jmx.shared.UserMBeanServer.setAttribute(UserMBeanServer.java:597)
    11/05/17 13:13:57      at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.setAttribute(LocalizationFilterMBeanServer.java:528)
    11/05/17 13:13:57      at com.altana.xf.cargador.XFLoader.initJMXMBeans(XFLoader.java:148)
    11/05/17 13:13:57      at es.altana.cws.cargadores.ComponentConfiguration.configXF(ComponentConfiguration.java:189)
    11/05/17 13:13:57      at es.altana.cws.cargadores.ComponentConfiguration.init(ComponentConfiguration.java:113)
    11/05/17 13:13:57      at com.altana.xf.webflow.GestorAppWeb.init(GestorAppWeb.java:48)
    11/05/17 13:13:57      at com.altana.xf.webflow.XFServlet.init(XFServlet.java:96)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
    11/05/17 13:13:57      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
    11/05/17 13:13:57      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
    11/05/17 13:13:57      at com.evermind.server.Application.getHttpApplication(Application.java:592)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:701)
    11/05/17 13:13:57      at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:308)
    11/05/17 13:13:57      at com.evermind.server.http.HttpServer.setSites(HttpServer.java:280)
    11/05/17 13:13:57      at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:180)
    11/05/17 13:13:57      at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2541)
    11/05/17 13:13:57      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1058)
    11/05/17 13:13:57      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    11/05/17 13:13:57      at java.lang.Thread.run(Thread.java:595)
    11/05/17 13:13:57 Caused by: java.io.IOException: Message publishing attempt failed
    11/05/17 13:13:57      at com.evermind.server.rmi.JGroupJndiNamespaceReplicationService.sendContextValueUpdate(JGroupJndiNamespaceReplicationService.java:88)
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIServer.bindInCluster(RMIServer.java:707)
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIServer.rebind(RMIServer.java:696)
    11/05/17 13:13:57      at com.evermind.server.rmi.RMIContext.rebind(RMIContext.java:162)
    11/05/17 13:13:57      ... 42 more
    11/05/17 13:13:57 Caused by: oracle.j2ee.clustering.MessageDispatchException: Cannot publish to unknown group
    11/05/17 13:13:57      at oracle.j2ee.clustering.JGroupsMessageDispatcher.publishMessage(JGroupsMessageDispatcher.java:73)
    11/05/17 13:13:57      at com.evermind.server.rmi.JGroupJndiNamespaceReplicationService.sendContextValueUpdate(JGroupJndiNamespaceReplicationService.java:83)
    11/05/17 13:13:57      ... 45 more
    could anybody help me?
    Thank you very much!

    .

  • Need to avoid exception w.r.t database when caching disabled, skip database

    I have a situation here.
    Want to bypass database connection if caching disabled. If caching found enable, only then try to establish a database connection.
    One part of application should work when database is down as it doesn't require connection to database at all.
    While other parts should throw exception when database connection not available.
    the piece of code looks like this:
    public byte[] getStagedSchedule(long begin, int channelID, String stage, String username, String password, Number releaseID, Number planningTypeId ) throws SchedExExportException, SecurityServiceException
    byte[] ret = null;
    try
    Date myDate = new Date(begin);
    this.stageConfig = new StageConfig(stage, new Integer(channelID), myDate);
    if(!this.stageConfig.isCached())
    IService service = null; //database connection not required here (can handle that part)
    StageAccessService myStage = new StageAccessService(service, myDate, new Integer(channelID), stage,username, releaseID, planningTypeId);
    try{
    ret = myStage.getXML();
    catch(SchedExExportException e){
    LogUtils.getExtLogger().error("PSIStopProcessException: " + e.getMessage(), null, null, e);
    throw new SchedExExportException(e);
    else{
    IService service = ServiceFactory.getInstance("TxSchedEx"); //database connection string
    StageAccessService myStage = new StageAccessService(service, myDate, new Integer(channelID), stage,username, releaseID, planningTypeId);
    ret = myStage.getXML();
    if(service != null)
    service.release();
    catch (ServiceException e)
    LogUtils.getExtLogger().error("ServiceException: " + e.getMessage(), null, null, e);
    throw new SchedExExportException(e);
    return ret;
    Now this code is working as per my requirement. for the time being.
    But have two major problems to be solved here.
    1) this piece of code :
    this.stageConfig = new StageConfig(stage, new Integer(channelID), myDate);
    is getting called in other class as well. i.e. inside this:
    StageAccessService myStage = new StageAccessService(service, myDate, new Integer(channelID), stage,username, releaseID, planningTypeId);
    have initialise method. which internally calls this method:
    private boolean initialize(IService service, Date date, Number channel, String stage, Number releaseId, Number planningTypeId) throws PSIStopProcessException
    boolean ret = false;
    if ( ( null != service ) && ( null != date ) && ( null != channel)&& ( null != stage))
    this.service = service;
    this.scheduleDate = date;
    this.scheduleChannel = channel;
    this.stageConfig = new StageConfig(stage, channel, date);
    this.planningTypeId = planningTypeId;
    this.givenReleaseId = releaseId;
    ret = true;
    initRelease(releaseId);
    else if ( ( null == service ) && ( null != date ) && ( null != channel)&& ( null != stage)) // just to handle if database connection not available.
    this.scheduleDate = date;
    this.scheduleChannel = channel;
    this.stageConfig = new StageConfig(stage, channel, date);
    this.planningTypeId = planningTypeId;
    this.givenReleaseId = releaseId;
    ret = true;
    return ret;
    Because StageAccessService is the real entry point for all other classes to access information about stage (staging). (So making StageConfig singleton, won't help me)
    Now is there any way i can avoid :
    this.stageConfig = new StageConfig(stage, channel, date);
    getting called twice in my code.
    why this is required is this method checks for caching real values.
    public byte[] getXML() throws SchedExExportException
    byte[] ret = null;
    if ( !this.stageConfig.isCached() )
    ret = dynamicLoadXML();
    else
    ret = loadReleaseFromStage();
    if (ret == null && this.stageConfig.isLazyLoading())
    ret = dynamicLoadXML();
    saveScheduleInStage(ret);
    and so on.............
    try{
    if (this.stageConfig.isTransformSchedules() && ret != null)
    etc
    2) Other workaround can be like: check if database connection is there or not. log the exception in catch block. but don't throw back.
    So that the part which doesn't require database connection can work. But if request is not calling that part, then better throw exception also.
    I don't know whihc approcah is good in this case.
    Can anyone suggest anything better then this.
    thanks.

    I'm afraid that you need to provide further info about your two databases like versions, whether they have the replication option installed etc.
    Generally speaking you have two methods available:
    1. Use the replication options (needs setup like repadmins, master sites, snapshots etc)
    2. Script it yourself (ie rewrite the replicator :-) trough DBlinks, stored procedures etc.
    I would reccommend option 1 since you do not need to re-invent the wheel.
    null

  • Error in OAS with Jservlet.

    I have two problems.
    I'm begin in java and i have a questions.
    thanks for answer me to [email protected]
    this is my enviroment:
    Version ORACLE: oracle 8i enterprise edition 8.1.5
    Version OAS: Oracenterprise edition 4.0.8.1
    Version JDEVELOPER: 3.0 export.
    Version WinNT: NT server SP5 , IE5
    the instalation of ORACLE, OAS(Enterprise), y JDEVELOPER was default.
    What i do:
    I publish a JAva store procedure in the database and its working.
    I run applets (make in jdeveloper, infobus) and work from IIS and OAS.
    I can run PLSQL toolkit and it's work.
    I run de application ACME VIDEO from jdeveloper and it's work.
    I publisha HelloWorld Servlet from oas.
    What i cant do?
    - Publish a DBservlet from oas<error1>
    - deploy a Enterprise JAva BEan to Oracle 8i using iiop<error2>
    Questions?
    Any configuration in OAS?
    init.ora is ok?
    patch jdeveloper?
    patch oas?
    other configuration?
    How i confirm to JSERVER is correctly install?
    How i test iiop conection? listener?
    atach Errors, WRB.app, Init.ora, listener.ora. tnsnames.ora
    Error 1 (SERVLET OAS)
    I follow a manual in /jdeveloper/readme.html about how i install jservlet in oas.
    and this problem result:
    wrks.exe
    Unable to locate DLL
    the dynamic link library yoc40.dll could not be found in the specified path d:\oracle\oas\ows\4.0\bin; c:\winnt\System32;...
    Error 2 (JDEVELOPER IIOP)
    username acme
    pasword acme
    Host id icon
    sid ORCL
    port 2481
    Error:
    "Conection Exception
    Can`t find resource. "
    WRB.APP
    La aplicacion que estoy probando es MYServlets
    [SYSTEM]
    SiteName = website40
    DisplaySiteName = website40 Site
    WRB_primary_host = orasvr.126.0.0.1
    WRB_crypt = v1.0
    WRB_type = b611064beb189bb6686ed7d705292c06
    HostList = orasvr
    CollapseProcessModel = TRUE
    PriorityScheduling = yes
    NextResourceId = 1002
    OASEdition = Enterprise Edition
    OASVersion = 4.0.8.1.0
    OASCompatibleVersion = 4.0.8.1.0
    RuntimeList = CWEB, CCORBA, PERL, LiveHTML, ECO4JAVA, EJB, JavaCorba, JAVAWEB, JSERVLET, PLSQL
    AppsList = owsapps,DB_Utilities,plsql,jservlets,oneEJBHotel,MyServlets
    AincName = __
    [SYSTEM.HA]
    ConfigProvider = Disabled
    AuthServer = Disabled
    Broker = Disabled
    Logger = Disabled
    CartridgeServerFac = Disabled
    Dispatcher = Enabled
    MonitorDaemon = Disabled
    RMProxy = Disabled
    Timeout = 30
    BrokerTimeout = 60
    [Basic]
    Realm.Admin Server = Administrators
    Group.Administrators = admin
    User.admin = 21232f297a57a5a743894a0e4a801fc3
    [AuthService]
    Service.Mode = INMEMORY
    Schemes.INMEMORY = Basic, Digest, IP, Domain
    Schemes.ORB = Basic_Oracle, Cert
    Schemes.ORBHOST = Basic_Oracle, Cert
    Scheme.Basic.Lib = %ORAWEB_HOME%\bin\libwrasbasic40.dll, wrASPBDI_dyn_init
    Scheme.Digest.Lib = %ORAWEB_HOME%\bin\libwrasdigest40.dll, wrASPGDI_dyn_init
    Scheme.IP.Lib = %ORAWEB_HOME%\bin\libwrasip40.dll, wrASPIDI_dyn_init
    Scheme.Domain.Lib = %ORAWEB_HOME%\bin\libwrasdomain40.dll, wrASPDDI_dyn_init
    Scheme.Basic_Oracle.Lib = %ORAWEB_HOME%\bin\libwrasoracle40.dll, wrASPODI_dyn_init
    Scheme.Cert.Lib = %ORAWEB_HOME%\bin\libwrascert40.dll, wrASPCDI_dyn_init
    Scheme.IP.Impl = WRAS_IP
    Scheme.Basic.Impl = WRAS_BASIC
    Scheme.Digest.Impl = WRAS_DIGEST
    Scheme.Domain.Impl = WRAS_DOMAIN
    Scheme.Basic_Oracle.Impl = WRAS_BASIC_ORACLE
    Scheme.Cert.Impl = WRAS_CERT
    [Logger]
    logger_dad_name = DBA
    logger_batch = ON
    logger_rollover = Never
    logger_logxlf = ON
    logger_logxlf_desttype = FS
    logger_logxlf_destdir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logxlf_destfname = xlf.log
    logger_logxlf_maxfsize = 10000000
    logger_logxlf_archivedir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logxlf_fields = clf
    logger_logsys = ON
    logger_logsys_desttype = FS
    logger_logsys_destdir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logsys_destfname = wrb.log
    logger_logsys_maxfsize = 10000000
    logger_logsys_archivedir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logsys_mask = 0xFFFFFFFF
    logger_logsys_level = 3
    logger_logattrib = ON
    logger_logattrib_desttype = FS
    logger_logattrib_destfname = attrib.log
    logger_logattrib_destdir = %ORAWEB_HOME%\..\admin\website40\log
    logger_logattrib_maxfsize = 10000000
    logger_logattrib_archivedir = %ORAWEB_HOME%\..\admin\website40\log
    [ots.otssrv]
    description = OTS server
    max_distributed_transactions = 66
    max_resources_accessed_per_txn = 6
    application_dispatch_thread_number = 3
    [RUNTIME.CWEB]
    RuntimeVersion = 4.0
    DisplayName = "C Web"
    AppFile = D:\Oracle\Oas\ows\4.0\install\CWEB.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=CWEB&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [APPLICATION.owsapps]
    ServerInterface = WEB
    ServerRuntime = CWEB
    CartTimeout = 86400
    Hosts = orasvr
    ExecString = wrks -s
    Priority = medium
    DisplayName = "Server Status Monitor App"
    Cartridges = owsapps/owsstat
    [APPLICATION.owsapps.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Disabled
    SessionIdle = 15
    [AppDirs]
    /owsapps/owsstat owsapps/owsstat %ORAWEB_HOME%\bin
    /owsstat owsapps/owsstat %ORAWEB_HOME%\bin
    /DB_Utilities/DB_Browser DB_Utilities/DB_Browser %ORAWEB_HOME%\bin
    /DB_Utilities/Log_Analyzer DB_Utilities/Log_Analyzer %ORAWEB_HOME%\bin
    /plsql/toolkit/ plsql/toolkit %ORAWEB_HOME%\bin
    /Jservlets/Samples/ jservlets/Samples d:\oracle\oas\ows\4.0\test\
    /servlets/ MyServlets/DbServlets %ORAWEB_HOME%\lib
    [SYSTEM_owsapps/owsstat]
    Stateless = FALSE
    ThreadSafe = no
    Prestart = 0
    MinInstances = 1
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    Application = owsapps
    DisplayName = "Web Server Status Monitor"
    [Apps]
    owsapps/owsstat %ORAWEB_HOME%\bin\wstat.dll testentry
    DB_Utilities/DB_Browser %ORAWEB_HOME%\..\cartx\plsql\bin\ndwoa40.dll ndwoadinit
    DB_Utilities/Log_Analyzer %ORAWEB_HOME%\..\cartx\plsql\bin\ndwoa40.dll ndwoadinit
    plsql/toolkit %ORAWEB_HOME%\..\cartx\plsql\bin\ndwoa40.dll ndwoadinit
    jservlets/Samples %ORACLE_HOME%\ows\cartx\jweb\lib\jcartx40.dll ojsdinit
    MyServlets/DbServlets %ORACLE_HOME%\ows\cartx\jweb\lib\jcartx40.dll ojsdinit
    [RUNTIME.CCORBA]
    RuntimeVersion = 4.0.8
    DisplayName = "C++ Corba"
    AppFile = D:\Oracle\Oas\ows\4.0\install\CCORBA.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_cpp_ccorba_install
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\cpp
    [RUNTIME.PERL]
    RuntimeVersion = 4.0
    DisplayName = "Perl"
    AppFile = D:\Oracle\Oas\ows\cartx\perl\install\perl.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=PERL&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.LiveHTML]
    RuntimeVersion = 4.0
    DisplayName = "LiveHTML"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\livehtml\install\livehtml.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=LiveHTMLL&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.ECO4JAVA]
    RuntimeVersion = 4.0
    DisplayName = "Enterprise Corba Objects for Java"
    AppFile = D:\Oracle\Oas\ows\4.0\install\ECO4JAVA.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_eco_add
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\apps\eco4j
    [RUNTIME.EJB]
    RuntimeVersion = 4.0
    DisplayName = "Enterprise JavaBeans"
    AppFile = D:\Oracle\Oas\ows\4.0\install\EJB.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_ejb_add
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\apps\ejb
    [RUNTIME.JavaCorba]
    RuntimeVersion = 4.0
    DisplayName = "JCorba"
    AppFile = D:\Oracle\Oas\ows\4.0\install\JavaCORBA.app
    AddAppURL = /ows-abin/jcgi.bat?FORM_CODE=j_jco_add
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    AppsDir = ..\apps\jco
    [RUNTIME.JAVAWEB]
    RuntimeVersion = 4.0
    DisplayName = "JWeb"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\jweb\install\javaweb.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=JAVAWEB&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.JSERVLET]
    RuntimeVersion = 4.0
    DisplayName = "JServlet"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\jweb\install\jservlet.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=JSERVLET&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [RUNTIME.PLSQL]
    RuntimeVersion = 4.0
    DisplayName = "PL/SQL"
    AppFile = D:\Oracle\Oas\ows\4.0\..\cartx\plsql\install\runtime_plsql.app
    AddAppURL = /ows-abin/apadmin?FORM_CODE=APP_TYPE&AppType=PLSQL&ConfigMode=manual
    AddCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_ADD
    DelAppURL = /ows-abin/apadmin?FORM_CODE=APP_DEL
    DelCartxURL = /ows-abin/apadmin?FORM_CODE=CARTX_DEL
    [APPLICATION.DB_Utilities]
    Hosts = orasvr
    ExecString = wrks -s
    ServerInterface = WEB
    CartTimeout = 86400
    Priority = medium
    DisplayName = "DB Utilities"
    ServerRuntime = PLSQL
    Cartridges = DB_Utilities/Log_Analyzer, DB_Utilities/DB_Browser
    [APPLICATION.DB_Utilities.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Disabled
    SessionIdle = 15
    [SYSTEM_DB_Utilities/DB_Browser]
    Stateless = FALSE
    ThreadSafe = TRUE
    Prestart = 0
    MinInstances = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    Application = DB_Utilities
    DisplayName = "DB Browser"
    [SYSTEM_DB_Utilities/Log_Analyzer]
    Stateless = FALSE
    ThreadSafe = TRUE
    Prestart = 0
    MinInstances = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    Application = DB_Utilities
    DisplayName = "Log Analyzer"
    [DB_Utilities/Log_Analyzer_DB_Utilities/Log_Analyzer]
    owa_error_page = error.html
    owa_pkg_protect = TRUE
    owa_error_level = 2
    [DB_Utilities/DB_Browser_DB_Utilities/DB_Browser]
    owa_compress_files = FALSE
    owa_dad_name = toolkit
    owa_error_page = error.html
    owa_pkg_protect = TRUE
    owa_error_level = 2
    [DAD_toolkit]
    username = toolkit
    password = JHNMNIBOJPHDDBDL
    hostname = orasvr
    oracle_home = D:\Oracle\Oas
    oracle_sid = orcl
    nls_lang = AMERICAN_AMERICA.WE8ISO8859P1
    resource_id = 1001
    [APPLICATION.plsql]
    Hosts = orasvr
    ExecString = wrks -s
    ServerInterface = WEB
    CartTimeout = 86400
    Priority = medium
    DisplayName = "plsql"
    ServerRuntime = PLSQL
    Cartridges = plsql/toolkit
    [APPLICATION.plsql.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Disabled
    SessionIdle = 15
    [SYSTEM_plsql/toolkit]
    Stateless = FALSE
    ThreadSafe = TRUE
    Prestart = 0
    MinInstances = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 1
    DisplayName = "toolkit"
    Application = plsql
    [plsql/toolkit_plsql/toolkit]
    owa_dad_name = toolkit
    owa_error_level = 2
    [APPLICATION.jservlets]
    ServerInterface = WEB
    ServerRuntime = JSERVLET
    CartTimeout = 86400
    Hosts = orasvr
    ExecString = wrks -s
    Priority = medium
    DisplayName = "jservlets"
    Cartridges = jservlets/Samples
    [APPLICATION.jservlets.ENV]
    CLASSPATH = %ORAWEB_HOME%\jdk\lib\classes.zip;%ORAWEB_HOME%\classes\services.jar;%ORACLE_HOME%\ows\cartx\jweb\classes\jweb.jar;%ORACLE_HOME%\ows\cartx\jweb\classes\jservlet.jar;%ORACLE_HOME%\o rb\classes\yoj.jar;%ORAWEB_HOME%\classes\cosnam.jar;%ORACLE_HOME%\orb\classes\session.jar;%ORACLE_HOME%\orb\classes\cache.jar;%ORACLE_HOME%\jdbc\lib\classes111.zip;%ORACLE_HOME%\ot s\classes\oraclejts.jar;%ORACLE_HOME%\ots\classes\jtsjdbc.jar;%ORAWEB_HOME%\classes\ecoapi.jar;%ORAWEB_HOME%\classes\ejbapi.jar;%ORAWEB_HOME%\classes\oasdeploy.jar;%ORAWEB_HOME%/te st/serv.jar;%ORAWEB_HOME%\lib\classes111.jar;%ORAWEB_HOME%/test/hotel.jar;%CLASSPATH%
    PATH = %ORAWEB_HOME%\jdk\bin;%ORACLE_HOME%\ows\cartx\jweb\lib;%PATH%
    [APPLICATION.jservlets.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Enabed
    SessionIdle = 15
    SessionFailoverSupport = TRUE
    [APPLICATION.jservlets.JAVA]
    SYSTEM_PROPERTY = ORAWEB_HOME=%ORAWEB_HOME%
    SYSTEM_PROPERTY = ORACLE_HOME=%ORACLE_HOME%
    MAX_HEAP = 64M
    SYSTEM_PROPERTY = java.naming.factory.initial=oracle.oas.naming.jndi.CartxInitCtxFactory
    RUNTIME_MODE = JSERVLET
    [SYSTEM_jservlets/Samples]
    Priority = medium
    MinInstances = 1
    MaxInstances = 1
    MinThreads = 3
    MaxThreads = 10
    Stateless = TRUE
    ThreadSafe = TRUE
    MaxClients = 10
    JavaWebInterface = 3.0
    DisplayName = "Samples"
    Application = jservlets
    + = plication
    [APPLICATION.jservlets.LOG]
    logger_logsys = OFF
    logger_logsys_destdir = e:\
    logger_logsys_destfname = servlet.log
    logger_logsys_level = 15
    [APPLICATION.oneEJBHotel]
    ServerInterface = CORBA
    ExecString = javaw -mx64M oracle.oas.container.Main
    GlobalMinServers = 0
    GlobalMaxServers = 20
    Hosts = orasvr
    Transactions = Disabled
    Priority = medium
    UsesAinc = TRUE
    DisplayName = "oneEJBHotel"
    ServerRuntime = EJB
    ServerJarFile = %ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_server.jar
    ClientJarfile = %ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_client.jar
    AppFile = D:\Oracle\Oas\ows\4.0\..\apps\ejb\oneEJBHotel\_application.app
    AppJarFile = %ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_application.jar
    CreateNamingContext = TRUE
    Cartridges = oneEJBHotel/__,oneEJBHotel/HotelSystem
    ComponentGroups = oneEJBHotel/__
    [APPLICATION.oneEJBHotel.ENV]
    CLASSPATH = %ORAWEB_HOME%\classes\services.jar;%ORACLE_HOME%\orb\classes\yoj.jar;%ORAWEB_HOME%\ejb\lib\ejbrt.jar;%ORACLE_HOME%\ots\classes\jtsjdbc.jar;%ORACLE_HOME%\ots\classes\oraclejts.jar;% ORACLE_HOME%\jdbc\lib\classes111.zip;%ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_server.jar;%ORAWEB_HOME%\..\apps\ejb\oneEJBHotel\_application.jar;%CLASSPATH%
    PATH = %ORACLE_HOME%\ots\lib;%ORAWEB_HOME%\jdk\bin;%PATH%
    [SYSTEM_oneEJBHotel/HotelSystem]
    MinInstances = 0
    Prestart = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 10
    Stateless = FALSE
    ThreadSafe = yes
    Application = oneEJBHotel
    DisplayName = "HotelSystem"
    RemoteInterface = oneEJBHotel.HotelSystem
    HomeInterface = oneEJBHotel.HotelSystemHome
    [SYSTEM_oneEJBHotel/HotelSystem.JBEAN]
    FactoryClassName = oracle.oas.container.cartridge.ContainerCIFactoryImpl
    HomeClassName = oneEJBHotel.oas.corba0._HomeImpl
    Reusable = TRUE
    Timeout = 0
    [SYSTEM_oneEJBHotel/__]
    MinInstances = 0
    Prestart = 0
    MaxInstances = 10
    MinThreads = 1
    MaxThreads = 10
    Stateless = FALSE
    ThreadSafe = yes
    Application = oneEJBHotel
    DisplayName = "Application Instance"
    ComponentGroupMembers = oneEJBHotel/HotelSystem.Wrapper
    [SYSTEM_oneEJBHotel/__.JBEAN]
    FactoryClassName = oracle.oas.container.cartridge.ContainerCIFactoryImpl
    CartClassName = oracle.oas.container.appinstance.AppInstanceCart
    GlobalInitMethod = globalInit
    GlobalRemoveMethod = globalRemove
    GlobalShowStateMethod = globalShowState
    Reusable = TRUE
    Timeout = 3600
    Homes = oneEJBHotel/HotelSystem
    [SYSTEM_oneEJBHotel/HotelSystem.JBEAN.TX]
    TransactionMode = TX_NOT_SUPPORTED
    [APPLICATION.MyServlets]
    ServerInterface = WEB
    ServerRuntime = JSERVLET
    CartTimeout = 86400
    Hosts = orasvr
    ExecString = wrks -s
    Priority = medium
    DisplayName = "MyServlets"
    Cartridges = MyServlets/DbServlets
    [APPLICATION.MyServlets.ENV]
    CLASSPATH = %ORAWEB_HOME%\lib\myservlets.jar;
    %ORAWEB_HOME%\lib\classes111.zip;
    %ORAWEB_HOME%\jdk\lib\classes.zip;
    %ORAWEB_HOME%\classes\services.jar;
    %ORACLE_HOME%\ows\cartx\jweb\classes\jweb.jar;
    %ORACLE_HOME%\ows\cartx\jweb\classes\jservlet.jar;
    %ORACLE_HOME%\orb\classes\yoj.jar;
    %ORAWEB_HOME%\classes\cosnam.jar;
    %ORACLE_HOME%\orb\classes\session.jar;
    %ORACLE_HOME%\orb\classes\cache.jar;
    %ORACLE_HOME%\jdbc\lib\classes111.zip;
    %ORACLE_HOME%\ots\classes\oraclejts.jar;
    %ORACLE_HOME%\ots\classes\jtsjdbc.jar;
    %ORAWEB_HOME%\classes\ecoapi.jar;
    %ORAWEB_HOME%\classes\ejbapi.jar;
    %ORAWEB_HOME%\classes\oasdeploy.jar;
    %CLASSPATH%
    PATH = %ORAWEB_HOME%\jdk\bin;
    %ORAWEB_HOME%\ows\cartx\jweb\lib;
    %PATH%
    [APPLICATION.MyServlets.WEB]
    AppMimeTypes = - jpeg,gif
    GetClientCert = Disabled
    Session = Enabled
    SessionIdle = 15
    SessionFailoverSupport = TRUE
    [APPLICATION.MyServlets.JAVA]
    SYSTEM_PROPERTY = ORAWEB_HOME=%ORAWEB_HOME%
    SYSTEM_PROPERTY = ORACLE_HOME=%ORACLE_HOME%
    MAX_HEAP = 64M
    SYSTEM_PROPERTY = java.naming.factory.initial=oracle.oas.naming.jndi.CartxInitCtxFactory
    RUNTIME_MODE = JSERVLET
    [SYSTEM_MyServlets/DbServlets]
    MinInstances = 1
    MaxInstances = 1
    MinThreads = 3
    MaxThreads = 10
    Stateless = TRUE
    ThreadSafe = TRUE
    MaxClients = 10
    JavaWebInterface = 3.0
    DisplayName = "DbServlets"
    Application = MyServlets
    init.ora
    db_name = ORCL
    instance_name = ORCL
    service_names = ORCL
    db_files = 1024 # INITIAL
    control_files = ("D:\Oracle\oradata\ORCL\control01.ctl", "D:\Oracle\oradata\ORCL\control02.ctl")
    db_file_multiblock_read_count = 8 # INITIAL
    db_block_buffers = 8192 # INITIAL
    shared_pool_size = 15728640 # INITIAL
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 59 # INITIAL
    parallel_max_servers = 5 # SMALL
    log_buffer = 32768 # INITIAL
    max_dump_file_size = 10240 # limit trace file size to 5M each
    global_names = true
    oracle_trace_collection_name = ""
    background_dump_dest = D:\Oracle\admin\ORCL\bdump
    user_dump_dest = D:\Oracle\admin\ORCL\udump
    db_block_size = 2048
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    job_queue_interval = 10
    open_links = 4
    distributed_transactions = 500
    mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    mts_servers = 1
    compatible = 8.1.0
    LISTENER ORA
    # D:\ORACLE\ORA81\NETWORK\ADMIN\LISTENER.ORA Configuration File:D:\Oracle\Ora81\network\admin\listener.ora
    # Generated by Oracle Net8 Assistant
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ORCL)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (SID_NAME = ORCL)
    TNSNAMES.ora del server
    # D:\ORACLE\ORA81\NETWORK\ADMIN\TNSNAMES.ORA Configuration File:D:\Oracle\Ora81\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle Net8 Assistant
    ORCL.126.0.0.1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orasvr)(PORT = 2481))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    EXTPROC_CONNECTION_DATA.126.0.0.1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    null

    hi,
    Are you using forms and reports???
    If yes then go
    $ORACLE_HOME\forms\j2ee\orion-web.xml
    Check for the line
    <context-param-mapping name="configFileName">
    /oraApps/oraclebi/forms/server/formsweb.cfg
    </context-param-mapping>
    (/oraApps/oraclebi/ is the value for my ORACLE_HOME.)
    Make sure that the configFileName is pointing to a valid file (formsweb.cfg by default) and that the directory path is correct.
    This should solve your problem
    Regards
    Fabian

  • Error encountered while building berkeley db 4.5.20 on HPUX

    On building berkeley db 4.5.20 on HPUX machine, I am encountering the
    following error :
    checking for off_t... no
    configure: error: No off_t type.
    With several warnings about header files not compiled.
    The steps that I am following are:
    uncompress/extract db-4.5.20.tar.gz
    cd db-3.3.11/build_unix
    ../db-4.5.20/build_unix> ../dist/configure --with-uniquename
    This is where I am encountering the error.
    Am sending the result of executing this command :
    (505 ../db-4.5.20/build_unix> ../dist/configure --with-uniquename
    checking build system type... hppa2.0w-hp-hpux11.11
    checking host system type... hppa2.0w-hp-hpux11.11
    checking if building in the top-level or dist directories... no
    checking if --disable-cryptography option specified... no
    checking if --disable-hash option specified... no
    checking if --disable-queue option specified... no
    checking if --disable-replication option specified... no
    checking if --disable-statistics option specified... no
    checking if --disable-verify option specified... no
    checking if --enable-compat185 option specified... no
    checking if --enable-cxx option specified... no
    checking if --enable-debug option specified... no
    checking if --enable-debug_rop option specified... no
    checking if --enable-debug_wop option specified... no
    checking if --enable-diagnostic option specified... no
    checking if --enable-dump185 option specified... no
    checking if --enable-java option specified... no
    checking if --enable-mingw option specified... no
    checking if --enable-o_direct option specified... no
    checking if --enable-posixmutexes option specified... no
    checking if --enable-pthread_api option specified... no
    checking if --enable-rpc option specified... no
    checking if --enable-smallbuild option specified... no
    checking if --enable-tcl option specified... no
    checking if --enable-test option specified... no
    checking if --enable-uimutexes option specified... no
    checking if --enable-umrw option specified... no
    checking if --with-mutex=MUTEX option specified... no
    checking if --with-tcl=DIR option specified... no
    checking if --with-uniquename=NAME option specified... _4005
    checking for ar... ar
    checking for chmod... chmod
    checking for cp... cp
    checking for ln... ln
    checking for mkdir... mkdir
    checking for ranlib... ranlib
    checking for rm... rm
    checking for sh... /usr/bin/sh
    checking for strip... strip
    checking for a BSD-compatible install... /opt/imake/bin/install -c
    checking for cc... cc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... no
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking for an ANSI C-conforming const... no
    checking whether we are using gcc version 2.96... no
    checking whether g++ requires -fhandle-exceptions... no
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for non-GNU ld... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... no
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -p
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... file_magic
    (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
    checking how to run the C preprocessor... /lib/cpp
    checking for ANSI C header files... no
    checking for sys/types.h... no
    checking for sys/stat.h... no
    checking for stdlib.h... no
    checking for string.h... no
    checking for memory.h... no
    checking for strings.h... no
    checking for inttypes.h... no
    checking for stdint.h... no
    checking for unistd.h... no
    checking dlfcn.h usability... no
    checking dlfcn.h presence... yes
    configure: WARNING: dlfcn.h: present but cannot be compiled
    configure: WARNING: dlfcn.h: check for missing prerequisite headers?
    configure: WARNING: dlfcn.h: see the Autoconf documentation
    configure: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
    configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
    configure: WARNING: dlfcn.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for dlfcn.h... yes
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... f90
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether f90 accepts -g... yes
    checking the maximum length of command line arguments... 262144
    checking command to parse /usr/bin/nm -p output from cc object...
    failed
    checking for objdir... .libs
    checking for ar... (cached) ar
    checking for ranlib... (cached) ranlib
    checking for strip... (cached) strip
    checking for cc option to produce PIC... +Z
    checking if cc PIC flag +Z works... yes
    checking if cc static flag -Wl,-a -Wl,archive works... no
    checking if cc supports -c -o file.o... no
    checking if we can lock with hard links... yes
    checking whether the cc linker (/usr/bin/ld) supports shared
    libraries... yes
    checking dynamic linker characteristics... hpux11.11 dld.sl
    checking how to hardcode library paths into programs... relink
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for f90 option to produce PIC... +Z
    checking if f90 PIC flag +Z works... yes
    checking if f90 static flag -Wl,-a -Wl,archive works... yes
    checking if f90 supports -c -o file.o... yes
    checking whether the f90 linker (/usr/bin/ld) supports shared
    libraries... yes
    checking dynamic linker characteristics... hpux11.11 dld.sl
    checking how to hardcode library paths into programs... relink
    checking SOSUFFIX from libtool... .sl
    checking MODSUFFIX from libtool... .sl
    checking JMODSUFFIX from libtool... .sl
    checking whether stat file-mode macros are broken... no
    checking whether time.h and sys/time.h may both be included... no
    checking for dirent.h that defines DIR... no
    checking for sys/ndir.h that defines DIR... no
    checking for sys/dir.h that defines DIR... no
    checking for ndir.h that defines DIR... no
    checking for library containing opendir... no
    checking sys/select.h usability... no
    checking sys/select.h presence... no
    checking for sys/select.h... no
    checking sys/time.h usability... no
    checking sys/time.h presence... yes
    configure: WARNING: sys/time.h: present but cannot be compiled
    configure: WARNING: sys/time.h: check for missing prerequisite headers?
    configure: WARNING: sys/time.h: see the Autoconf documentation
    configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
    configure: WARNING: sys/time.h: proceeding with the preprocessor's
    result
    configure: WARNING: sys/time.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for sys/time.h... yes
    checking sys/fcntl.h usability... no
    checking sys/fcntl.h presence... yes
    configure: WARNING: sys/fcntl.h: present but cannot be compiled
    configure: WARNING: sys/fcntl.h: check for missing prerequisite headers?
    configure: WARNING: sys/fcntl.h: see the Autoconf documentation
    configure: WARNING: sys/fcntl.h: section "Present But Cannot Be
    Compiled"
    configure: WARNING: sys/fcntl.h: proceeding with the preprocessor's
    result
    configure: WARNING: sys/fcntl.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for sys/fcntl.h... yes
    checking for struct stat.st_blksize... no
    checking for inttypes.h... (cached) no
    checking for stdint.h... (cached) no
    checking stddef.h usability... no
    checking stddef.h presence... yes
    configure: WARNING: stddef.h: present but cannot be compiled
    configure: WARNING: stddef.h: check for missing prerequisite headers?
    configure: WARNING: stddef.h: see the Autoconf documentation
    configure: WARNING: stddef.h: section "Present But Cannot Be Compiled"
    configure: WARNING: stddef.h: proceeding with the preprocessor's
    result
    configure: WARNING: stddef.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for stddef.h... yes
    checking for unistd.h... (cached) no
    checking for off_t... no
    configure: error: No off_t type
    Have attached the cofig.log file too.
    I would appreciate if you could let me know how to solve this.
    Thanks,
    Komal.

    THIS IS config.log
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by Berkeley DB configure 4.5.20, which was
    generated by GNU Autoconf 2.60. Invocation command line was
    $ ../dist/configure --with-uniquename
    ## Platform. ##
    hostname = oscar
    uname -m = 9000/800
    uname -r = B.11.11
    uname -s = HP-UX
    uname -v = U
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = unknown
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /opt/mpi/bin
    PATH: /usr/bin
    PATH: /opt/ansic/bin
    PATH: /usr/ccs/bin
    PATH: /usr/contrib/bin
    PATH: /opt/nettladm/bin
    PATH: /opt/fc/bin
    PATH: /opt/fcms/bin
    PATH: /opt/upgrade/bin
    PATH: /opt/pd/bin
    PATH: /usr/bin/X11
    PATH: /usr/contrib/bin/X11
    PATH: /opt/aCC/bin
    PATH: /opt/cxperf/bin
    PATH: /opt/langtools/bin
    PATH: /opt/fortran90/bin
    PATH: /opt/fortran90/contrib/bin
    PATH: /opt/perf/bin
    PATH: /opt/OV/bin/OpC
    PATH: /opt/pascal/bin
    PATH: /opt/imake/bin
    PATH: /opt/resmon/bin
    PATH: /usr/sbin/diag/contrib
    PATH: /opt/hparray/bin
    PATH: /opt/graphics/common/bin
    PATH: /opt/scr/bin
    PATH: //opt/perl/bin
    PATH: /opt/perl/bin
    PATH: .
    PATH: /usr/sbin
    ## Core tests. ##
    configure:2052: checking build system type
    configure:2070: result: hppa2.0w-hp-hpux11.11
    configure:2092: checking host system type
    configure:2107: result: hppa2.0w-hp-hpux11.11
    configure:2144: checking if building in the top-level or dist directories
    configure:2160: result: no
    configure:2244: checking if --disable-cryptography option specified
    configure:2257: result: no
    configure:2261: checking if --disable-hash option specified
    configure:2274: result: no
    configure:2278: checking if --disable-queue option specified
    configure:2291: result: no
    configure:2295: checking if --disable-replication option specified
    configure:2308: result: no
    configure:2312: checking if --disable-statistics option specified
    configure:2325: result: no
    configure:2329: checking if --disable-verify option specified
    configure:2342: result: no
    configure:2346: checking if --enable-compat185 option specified
    configure:2355: result: no
    configure:2358: checking if --enable-cxx option specified
    configure:2367: result: no
    configure:2370: checking if --enable-debug option specified
    configure:2379: result: no
    configure:2382: checking if --enable-debug_rop option specified
    configure:2391: result: no
    configure:2394: checking if --enable-debug_wop option specified
    configure:2403: result: no
    configure:2406: checking if --enable-diagnostic option specified
    configure:2430: result: no
    configure:2434: checking if --enable-dump185 option specified
    configure:2443: result: no
    configure:2446: checking if --enable-java option specified
    configure:2455: result: no
    configure:2458: checking if --enable-mingw option specified
    configure:2467: result: no
    configure:2470: checking if --enable-o_direct option specified
    configure:2479: result: no
    configure:2482: checking if --enable-posixmutexes option specified
    configure:2491: result: no
    configure:2502: checking if --enable-pthread_api option specified
    configure:2515: result: no
    configure:2526: checking if --enable-rpc option specified
    configure:2535: result: no
    configure:2538: checking if --enable-smallbuild option specified
    configure:2555: result: no
    configure:2558: checking if --enable-tcl option specified
    configure:2567: result: no
    configure:2570: checking if --enable-test option specified
    configure:2579: result: no
    configure:2582: checking if --enable-uimutexes option specified
    configure:2591: result: no
    configure:2594: checking if --enable-umrw option specified
    configure:2603: result: no
    configure:2606: checking if --with-mutex=MUTEX option specified
    configure:2624: result: no
    configure:2638: checking if --with-tcl=DIR option specified
    configure:2648: result: no
    configure:2654: checking if --with-uniquename=NAME option specified
    configure:2676: result: _4005
    configure:2778: checking for ar
    configure:2794: found /usr/bin/ar
    configure:2805: result: ar
    configure:2878: checking for chmod
    configure:2894: found /usr/bin/chmod
    configure:2905: result: chmod
    configure:2978: checking for cp
    configure:2994: found /usr/bin/cp
    configure:3005: result: cp
    configure:3181: checking for ln
    configure:3197: found /usr/bin/ln
    configure:3208: result: ln
    configure:3281: checking for mkdir
    configure:3297: found /usr/bin/mkdir
    configure:3308: result: mkdir
    configure:3383: checking for ranlib
    configure:3399: found /usr/bin/ranlib
    configure:3410: result: ranlib
    configure:3480: checking for rm
    configure:3496: found /usr/bin/rm
    configure:3507: result: rm
    configure:3689: checking for sh
    configure:3707: found /usr/bin/sh
    configure:3719: result: /usr/bin/sh
    configure:3796: checking for strip
    configure:3812: found /usr/bin/strip
    configure:3823: result: strip
    configure:3865: checking for a BSD-compatible install
    configure:3921: result: /opt/imake/bin/install -c
    configure:4061: checking for cc
    configure:4077: found /usr/bin/cc
    configure:4088: result: cc
    configure:4124: checking for C compiler version
    configure:4131: cc --version >&5
    cc: warning 422: Unknown option "-" ignored.
    cc: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
    cc: CCOPTS is not set.
    cc: INCLUDIR is INCLUDIR=/usr/include
    configure:4134: $? = 0
    configure:4141: cc -v >&5
    cc: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
    cc: CCOPTS is not set.
    cc: INCLUDIR is INCLUDIR=/usr/include
    configure:4144: $? = 0
    configure:4151: cc -V >&5
    configure:4154: $? = 0
    configure:4177: checking for C compiler default output file name
    configure:4204: cc -O -D_REENTRANT conftest.c >&5
    configure:4207: $? = 0
    configure:4253: result: a.out
    configure:4258: checking whether the C compiler works
    configure:4268: ./a.out
    configure:4271: $? = 0
    configure:4288: result: yes
    configure:4295: checking whether we are cross compiling
    configure:4297: result: no
    configure:4300: checking for suffix of executables
    configure:4307: cc -o conftest -O -D_REENTRANT conftest.c >&5
    configure:4310: $? = 0
    configure:4334: result:
    configure:4340: checking for suffix of object files
    configure:4366: cc -c -O -D_REENTRANT conftest.c >&5
    configure:4369: $? = 0
    configure:4392: result: o
    configure:4396: checking whether we are using the GNU C compiler
    configure:4425: cc -c -O -D_REENTRANT conftest.c >&5
    cc: "conftest.c", line 13: error 1000: Unexpected symbol: "me".
    cc: "conftest.c", line 13: error 1588: "choke" undefined.
    configure:4431: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    | #ifndef __GNUC__
    | choke me
    | #endif
    |
    | ;
    | return 0;
    | }
    configure:4465: result: no
    configure:4470: checking whether cc accepts -g
    configure:4500: cc -c -g -D_REENTRANT conftest.c >&5
    configure:4506: $? = 0
    configure:4513: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:4516: $? = 0
    configure:4523: test -s conftest.o
    configure:4526: $? = 0
    configure:4656: result: yes
    configure:4673: checking for cc option to accept ISO C89
    configure:4747: cc -c -O -D_REENTRANT conftest.c >&5
    configure:4753: $? = 0
    configure:4760: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:4763: $? = 0
    configure:4770: test -s conftest.o
    configure:4773: $? = 0
    configure:4793: result: none needed
    configure:4844: checking for an ANSI C-conforming const
    configure:4919: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:4925: $? = 0
    configure:4932: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:4935: $? = 0
    configure:4942: test -s conftest.o
    configure:4945: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    | /* FIXME: Include the comments suggested by Paul. */
    | #ifndef __cplusplus
    | /* Ultrix mips cc rejects this. */
    | typedef int charset[2];
    | const charset x;
    | /* SunOS 4.1.1 cc rejects this. */
    | char const const ccp;
    | char **p;
    | /* NEC SVR4.0.2 mips cc rejects this. */
    | struct point {int x, y;};
    | static struct point const zero = {0,0};
    | /* AIX XL C 1.02.0.0 rejects this.
    | It does not let you subtract one const X* pointer from another in
    | an arm of an if-expression whose if-part is not a constant
    | expression */
    | const char *g = "string";
    | ccp = &g + (g ? g-g : 0);
    | /* HPUX 7.0 cc rejects these. */
    | ++ccp;
    | p = (char**) ccp;
    | ccp = (char const const ) p;
    | { /* SCO 3.2v4 cc rejects this.  */
    | char *t;
    | char const s = 0 ? (char ) 0 : (char const *) 0;
    |
    | *t++ = 0;
    | if (s) return 0;
    | }
    | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
    | int x[] = {25, 17};
    | const int *foo = &x[0];
    | ++foo;
    | }
    | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
    | typedef const int *iptr;
    | iptr p = 0;
    | ++p;
    | }
    | { /* AIX XL C 1.02.0.0 rejects this saying
    | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
    | struct s { int j; const int *ap[3]; };
    | struct s *b; b->j = 5;
    | }
    | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    | const int foo = 10;
    | if (!foo) return 0;
    | }
    | return !x[0] && !zero.x;
    | #endif
    |
    | ;
    | return 0;
    | }
    configure:4957: result: no
    configure:6255: checking whether we are using gcc version 2.96
    configure:6270: result: no
    configure:6281: checking whether g++ requires -fhandle-exceptions
    configure:6296: result: no
    configure:6393: checking for a sed that does not truncate output
    configure:6447: result: /usr/bin/sed
    configure:6450: checking for grep that handles long lines and -e
    configure:6524: result: /usr/bin/grep
    configure:6529: checking for egrep
    configure:6607: result: /usr/bin/grep -E
    configure:6656: checking for non-GNU ld
    configure:6690: result: /usr/bin/ld
    configure:6699: checking if the linker (/usr/bin/ld) is GNU ld
    configure:6714: result: no
    configure:6719: checking for /usr/bin/ld option to reload object files
    configure:6726: result: -r
    configure:6744: checking for BSD-compatible nm
    configure:6793: result: /usr/bin/nm -p
    configure:6797: checking whether ln -s works
    configure:6801: result: yes
    configure:6808: checking how to recognise dependent libraries
    configure:6984: result: file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
    configure:7233: checking how to run the C preprocessor
    configure:7273: cc -E -D_REENTRANT -mt conftest.c
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure:7317: cc -E -D_REENTRANT -mt conftest.c
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7323: $? = 0
    configure:7273: cc -E -D_REENTRANT -mt conftest.c
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include <limits.h>
    | #else
    | # include <assert.h>
    | #endif
    |           Syntax error
    configure:7273: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure:7317: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7323: $? = 0
    configure:7273: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include <limits.h>
    | #else
    | # include <assert.h>
    | #endif
    |           Syntax error
    configure:7273: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:7279: $? = 0
    configure:7317: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    cpp: "conftest.c", line 9: error 4036: Can't open include file 'ac_nonexistent.h'.
    configure:7323: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:7363: result: /lib/cpp
    configure:7392: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:7398: $? = 0
    configure:7436: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    cpp: "conftest.c", line 9: error 4036: Can't open include file 'ac_nonexistent.h'.
    configure:7442: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:7487: checking for ANSI C header files
    configure:7517: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7523: $? = 0
    configure:7530: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7533: $? = 0
    configure:7540: test -s conftest.o
    configure:7543: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdlib.h>
    | #include <stdarg.h>
    | #include <string.h>
    | #include <float.h>
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:7668: result: no
    configure:7692: checking for sys/types.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <sys/types.h>
    configure:7752: result: no
    configure:7692: checking for sys/stat.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <sys/stat.h>
    configure:7752: result: no
    configure:7692: checking for stdlib.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <stdlib.h>
    configure:7752: result: no
    configure:7692: checking for string.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <string.h>
    configure:7752: result: no
    configure:7692: checking for memory.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <memory.h>
    configure:7752: result: no
    configure:7692: checking for strings.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <strings.h>
    configure:7752: result: no
    configure:7692: checking for inttypes.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <inttypes.h>
    configure:7752: result: no
    configure:7692: checking for stdint.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <stdint.h>
    configure:7752: result: no
    configure:7692: checking for unistd.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <unistd.h>
    configure:7752: result: no
    configure:7779: checking dlfcn.h usability
    configure:7796: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7802: $? = 0
    configure:7809: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7812: $? = 0
    configure:7819: test -s conftest.o
    configure:7822: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <dlfcn.h>
    configure:7833: result: no
    configure:7837: checking dlfcn.h presence
    configure:7852: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:7858: $? = 0
    configure:7879: result: yes
    configure:7892: WARNING: dlfcn.h: present but cannot be compiled
    configure:7894: WARNING: dlfcn.h: check for missing prerequisite headers?
    configure:7896: WARNING: dlfcn.h: see the Autoconf documentation
    configure:7898: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
    configure:7900: WARNING: dlfcn.h: proceeding with the preprocessor's result
    configure:7902: WARNING: dlfcn.h: in the future, the compiler will take precedence
    configure:7912: checking for dlfcn.h
    configure:7920: result: yes
    configure:8247: checking for g77
    configure:8277: result: no
    configure:8247: checking for f77
    configure:8277: result: no
    configure:8247: checking for xlf
    configure:8277: result: no
    configure:8247: checking for frt
    configure:8277: result: no
    configure:8247: checking for pgf77
    configure:8277: result: no
    configure:8247: checking for cf77
    configure:8277: result: no
    configure:8247: checking for fort77
    configure:8277: result: no
    configure:8247: checking for fl32
    configure:8277: result: no
    configure:8247: checking for af77
    configure:8277: result: no
    configure:8247: checking for f90
    configure:8263: found /opt/fortran90/bin/f90
    configure:8274: result: f90
    configure:8304: checking for Fortran 77 compiler version
    configure:8311: f90 --version >&5
    f90: Invalid option --version
    Options near to what you typed:
         `+version'
    Usage: f90 [options] files; for valid options, enter 'f90 +usage'
    configure:8314: $? = 1
    configure:8321: f90 -v >&5
    f90: PA 2.0 system (32-bit, +DS2.0); cache: 1024KB, 64B line, 4-way
    configure:8324: $? = 0
    configure:8331: f90 -V >&5
    f90: Invalid option -V
    Usage: f90 [options] files; for valid options, enter 'f90 +usage'
    configure:8334: $? = 1
    configure:8342: checking whether we are using the GNU Fortran 77 compiler
    configure:8361: f90 -c conftest.F >&5
    /var/tmp/fcpAAAa06730.F
    program MAIN
    choke me
    ^
    Error 7 at (3:conftest.F) : incomplete statement
    1 Error
    f90: Errors detected.
    configure:8367: $? = 1
    configure: failed program was:
    | program main
    | #ifndef __GNUC__
    | choke me
    | #endif
    |
    | end
    configure:8401: result: no
    configure:8407: checking whether f90 accepts -g
    configure:8424: f90 -c -g conftest.f >&5
    conftest.f
    program MAIN
    3 Lines Compiled
    configure:8430: $? = 0
    configure:8437: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
    configure:8440: $? = 0
    configure:8447: test -s conftest.o
    configure:8450: $? = 0
    configure:8463: result: yes
    configure:8493: checking the maximum length of command line arguments
    configure:8602: result: 262144
    configure:8613: checking command to parse /usr/bin/nm -p output from cc object
    configure:8718: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:8721: $? = 0
    configure:8725: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
    nm: conftest.o: cannot open
    configure:8728: $? = 0
    cannot run sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
    configure:8718: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:8721: $? = 0
    configure:8725: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
    nm: conftest.o: cannot open
    configure:8728: $? = 0
    cannot run sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'
    configure:8818: result: failed
    configure:8825: checking for objdir
    configure:8840: result: .libs
    configure:8932: checking for ar
    configure:8959: result: ar
    configure:9028: checking for ranlib
    configure:9055: result: ranlib
    configure:9124: checking for strip
    configure:9151: result: strip
    configure:9491: checking for cc option to produce PIC
    configure:9701: result: +Z
    configure:9709: checking if cc PIC flag +Z works
    configure:9727: cc -c -O -D_REENTRANT -mt +Z -DPIC conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:9731: $? = 0
    configure:9744: result: yes
    configure:9772: checking if cc static flag -Wl,-a -Wl,archive works
    configure:9800: result: no
    configure:9810: checking if cc supports -c -o file.o
    configure:9831: cc -c -O -D_REENTRANT -mt -o out/conftest2.o conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:9835: $? = 0
    configure:9857: result: no
    configure:9864: checking if we can lock with hard links
    configure:9872: result: yes
    configure:9883: checking whether the cc linker (/usr/bin/ld) supports shared libraries
    configure:10869: result: yes
    configure:10936: checking dynamic linker characteristics
    configure:11524: result: hpux11.11 dld.sl
    configure:11533: checking how to hardcode library paths into programs
    configure:11558: result: relink
    configure:11572: checking whether stripping libraries is possible
    configure:11593: result: no
    configure:12490: checking if libtool supports shared libraries
    configure:12492: result: yes
    configure:12495: checking whether to build shared libraries
    configure:12516: result: yes
    configure:12519: checking whether to build static libraries
    configure:12523: result: yes
    configure:12615: creating libtool
    configure:16151: checking if libtool supports shared libraries
    configure:16153: result: yes
    configure:16156: checking whether to build shared libraries
    configure:16176: result: yes
    configure:16179: checking whether to build static libraries
    configure:16183: result: yes
    configure:16193: checking for f90 option to produce PIC
    configure:16403: result: +Z
    configure:16411: checking if f90 PIC flag +Z works
    configure:16429: f90 -c -g +Z conftest.f >&5
    conftest.f
    external subroutine T
    3 Lines Compiled
    configure:16433: $? = 0
    configure:16446: result: yes
    configure:16474: checking if f90 static flag -Wl,-a -Wl,archive works
    conftest.f
    program T
    2 Lines Compiled
    configure:16502: result: yes
    configure:16512: checking if f90 supports -c -o file.o
    configure:16533: f90 -c -g -o out/conftest2.o conftest.f >&5
    conftest.f
    external subroutine T
    3 Lines Compiled
    configure:16537: $? = 0
    configure:16559: result: yes
    configure:16585: checking whether the f90 linker (/usr/bin/ld) supports shared libraries
    configure:17551: result: yes
    configure:17618: checking dynamic linker characteristics
    configure:18206: result: hpux11.11 dld.sl
    configure:18215: checking how to hardcode library paths into programs
    configure:18240: result: relink
    configure:21839: checking SOSUFFIX from libtool
    configure:21861: result: .sl
    configure:21866: checking MODSUFFIX from libtool
    configure:21888: result: .sl
    configure:21893: checking JMODSUFFIX from libtool
    configure:21919: result: .sl
    configure:22769: checking whether stat file-mode macros are broken
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:22817: result: no
    configure:22827: checking whether time.h and sys/time.h may both be included
    configure:22857: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22863: $? = 0
    configure:22870: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22873: $? = 0
    configure:22880: test -s conftest.o
    configure:22883: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <sys/time.h>
    | #include <time.h>
    |
    | int
    | main ()
    | {
    | if ((struct tm *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22895: result: no
    configure:22913: checking for dirent.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <dirent.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:22913: checking for sys/ndir.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <sys/ndir.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:22913: checking for sys/dir.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <sys/dir.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:22913: checking for ndir.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <ndir.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:23094: checking for library containing opendir
    configure:23135: cc -o conftest -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23141: $? = 0
    configure:23148: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23151: $? = 0
    configure:23158: test -s conftest
    configure:23161: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char opendir ();
    | int
    | main ()
    | {
    | return opendir ();
    | ;
    | return 0;
    | }
    configure:23135: cc -o conftest -O -D_REENTRANT -mt conftest.c -lx >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23141: $? = 0
    configure:23148: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23151: $? = 0
    configure:23158: test -s conftest
    configure:23161: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char opendir ();
    | int
    | main ()
    | {
    | return opendir ();
    | ;
    | return 0;
    | }
    configure:23185: result: no
    configure:23212: checking sys/select.h usability
    configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23235: $? = 0
    configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23245: $? = 0
    configure:23252: test -s conftest.o
    configure:23255: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/select.h>
    configure:23266: result: no
    configure:23270: checking sys/select.h presence
    configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    cpp: "conftest.c", line 10: error 4036: Can't open include file 'sys/select.h'.
    configure:23291: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/select.h>
    configure:23312: result: no
    configure:23345: checking for sys/select.h
    configure:23353: result: no
    configure:23212: checking sys/time.h usability
    configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23235: $? = 0
    configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23245: $? = 0
    configure:23252: test -s conftest.o
    configure:23255: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/time.h>
    configure:23266: result: no
    configure:23270: checking sys/time.h presence
    configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:23291: $? = 0
    configure:23312: result: yes
    configure:23325: WARNING: sys/time.h: present but cannot be compiled
    configure:23327: WARNING: sys/time.h: check for missing prerequisite headers?
    configure:23329: WARNING: sys/time.h: see the Autoconf documentation
    configure:23331: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
    configure:23333: WARNING: sys/time.h: proceeding with the preprocessor's result
    configure:23335: WARNING: sys/time.h: in the future, the compiler will take precedence
    configure:23345: checking for sys/time.h
    configure:23353: result: yes
    configure:23212: checking sys/fcntl.h usability
    configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23235: $? = 0
    configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23245: $? = 0
    configure:23252: test -s conftest.o
    configure:23255: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/fcntl.h>
    configure:23266: result: no
    configure:23270: checking sys/fcntl.h presence
    configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:23291: $? = 0
    configure:23312: result: yes
    configure:23325: WARNING: sys/fcntl.h: present but cannot be compiled
    configure:23327: WARNING: sys/fcntl.h: check for missing prerequisite headers?
    configure:23329: WARNING: sys/fcntl.h: see the Autoconf documentation
    configure:23331: WARNING: sys/fcntl.h: section "Present But Cannot Be Compiled"
    configure:23333: WARNING: sys/fcntl.h: proceeding with the preprocessor's result
    configure:23335: WARNING: sys/fcntl.h: in the future, the compiler will take precedence
    configure:23345: checking for sys/fcntl.h
    configure:23353: result: yes
    configure:23366: checking for struct stat.st_blksize
    configure:23394: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23400: $? = 0
    configure:23407: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23410: $? = 0
    configure:23417: test -s conftest.o
    configure:23420: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_SYS_FCNTL_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | static struct stat ac_aggr;
    | if (ac_aggr.st_blksize)
    | return 0;
    | ;
    | return 0;
    | }
    configure:23450: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23456: $? = 0
    configure:23463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23466: $? = 0
    configure:23473: test -s conftest.o
    configure:23476: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_SYS_FCNTL_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | static struct stat ac_aggr;
    | if (sizeof ac_aggr.st_blksize)
    | return 0;
    | ;
    | return 0;
    | }
    configure:23491: result: no
    configure:23517: checking for inttypes.h
    configure:23522: result: no
    configure:23680: checking for stdint.h
    configure:23685: result: no
    configure:23852: checking stddef.h usability
    configure:23869: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23875: $? = 0
    configure:23882: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23885: $? = 0
    configure:23892: test -s conftest.o
    configure:23895: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_SYS_FCNTL_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <stddef.h>
    configure:23906: result: no
    configure:23910: checking stddef.h presence
    configure:23925: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:23931: $? = 0
    configure:23952: result: yes
    configure:23965: WARNING: stddef.h: present but cannot be compiled
    configure:23967: WARNING: stddef.h: check for missing prerequisite headers?
    configure:23969: WARNING: stddef.h: see the Autoconf documentation
    configure:23971: WARNING: stddef.h: section "Present But Cannot Be Compiled"
    configure:23973: WARNING: stddef.h: proceeding with the preprocessor's result
    configure:23975: WARNING: stddef.h: in the future, the compiler will take precedence
    configure:23985: checking for stddef.h
    configure:23992: result: yes
    configure:24006: checking for unistd.h
    configure:24011: result: no
    configure:24172: checking for off_t
    configure:24203: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:24209: $? = 0
    configure:24216: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:24219: $? = 0
    configure:24226: test -s conftest.o
    configure:24229: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.

  • RH7.0 and Oracle 8.1.6.1 (does this work???)

    I'm losing my mind. I have a brand new installation of RH 7.0 and I'm trying to install Oracle 8.1.6.1. The install goes fine, but I can't create any databases once the install has completed. I've tried creating the default database during the install, but the "database creation progress" never gets past 0% (creating database files). I've also tried using dbassist after installing oracle, and the same thing happens. I've also tried the following manually:
    $ svrmgrl
    SVRMGR> connect internal
    Connected.
    SVRMGR> startup nomount pfile=/usr/local/oracle/admin/RBLX/pfile/initRBLX.ora
    At this point, SVRMGR just hangs. Any further attempts to connect to SVRMGR results in ORA-03113 end-of-file on communication channel. In order to connect using internal, I have to reboot the machine.
    This is very disturbing. I'm using a machine with an i810 chipset, so RH6.2 is really not an option for me. If anyone has a successful experience installing 8.1.6.1 on RH7.0, please share the success story!!!
    I'm dying here...
    For clarification, here's the particulars:
    ORACLE_HOME=/usr/local/oracle
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib
    PATH=$PATH:$ORACLE_HOME:$ORACLE_HOME/bin
    ORACLE_SID=RBLX
    Here's the pfile:
    # Copyright (c) 1991, 1998 by Oracle Corporation
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback' segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    db_name = "RBLX"
    instance_name = RBLX
    service_names = RBLX
    control_files = ("/usr/local/oracle/oradata/RBLX/control01.ctl", "/usr/local/oracle/oradata/RBLX/control02.ctl", "/usr/local/oracle/oradata/RBLX/control03.ctl")
    open_cursors = 100
    max_enabled_roles = 30
    db_block_buffers = 2048
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 215
    log_buffer = 163840
    # audit_trail = false # if you want auditing
    # timed_statistics = false # if you want timed statistics
    # max_dump_file_size = 10000 # limit trace file size to 5M each
    ##### For archiving if enabled #####
    log_archive_start = true
    log_archive_dest = /usr/local/oracle/admin /RBLX/arch
    #log_archive_dest_1 = "location=/usr/local/oracle/admin/RBLX/arch"
    log_archive_format = arch_%t_%s.arc
    #DBCA uses the default database value (30) for max_rollback_segments
    #100 rollback segments (or more) may be required in the future
    #Uncomment the following entry when additional rollback segments are created and made online
    #max_rollback_segments = 101
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    #rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6, RBS7, RBS8, RBS9, RBS10, RBS11, RBS12, RBS13, RBS14, RBS15, RBS16, RBS17, RBS18, RBS19, RBS20, RBS21, RBS22, RBS23, RBS24, RBS25, RBS26, RBS27, RBS28 )
    rollback_segments = ( R01, R02, R03, R04, R05, R06, R07, R08, R09 )
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    # global_names = false
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = true
    # define directories to store trace and alert files
    background_dump_dest = /usr/local/oracle/admin/RBLX/bdump
    core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
    #Uncomment this parameter to enable resource management for your database.
    #The SYSTEM_PLAN is provided by default with the database.
    #Change the plan name if you have created your own resource plan.# resource_manager_plan = system_plan
    user_dump_dest = /usr/local/oracle/admin/RBLX/udump
    db_block_size = 8192
    remote_login_passwordfile = none
    os_authent_prefix = ""
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 4
    job_queue_interval = 60
    distributed_transactions = 10
    open_links = 4
    mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    # Uncomment the following line when your listener is configured for SSL
    # (listener.ora and sqlnet.ora)
    # mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
    compatible = "8.1.0"
    sort_area_size = 65536
    sort_area_retained_size = 65536
    alert_RBLX.log
    Wed Oct 4 09:28:36 2000
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    LICENSE_MAX_USERS = 0
    Starting up ORACLE RDBMS Version: 8.1.6.1.0.
    System parameters with non-default values:
    processes = 215
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = /usr/local/oracle/oradata/RBLX/control01.ctl, /usr/local/oracle/oradata/RBLX/control02.ctl, /usr/local/oracle/oradata/RBLX/control03.ctl
    db_block_buffers = 2048
    db_block_size = 8192
    compatible = 8.1.0
    log_archive_start = TRUE
    log_archive_dest_1 = location=/usr/local/oracle/admin/RBLX/arch
    log_archive_format = arch_%t_%s.arc
    log_buffer = 163840
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    distributed_transactions = 10
    instance_name = RBLX
    service_names = RBLX
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = RBLX
    open_cursors = 100
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 60
    background_dump_dest = /usr/local/oracle/admin/RBLX/bdump
    user_dump_dest = /usr/local/oracle/admin/RBLX/udump
    core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
    Wed Oct 4 09:35:12 2000
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    LICENSE_MAX_USERS = 0
    Starting up ORACLE RDBMS Version: 8.1.6.1.0.
    System parameters with non-default values:
    processes = 215
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = /usr/local/oracle/oradata/RBLX/control01.ctl, /usr/local/oracle/oradata/RBLX/control02.ctl, /usr/local/oracle/oradata/RBLX/control03.ctl
    db_block_buffers = 2048
    db_block_size = 8192
    compatible = 8.1.0
    log_archive_start = TRUE
    log_archive_dest_1 = location=/usr/local/oracle/admin/RBLX/arch
    log_archive_format = arch_%t_%s.arc
    log_buffer = 163840
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    rollback_segments = R01, R02, R03, R04, R05, R06, R07, R08, R09
    max_enabled_roles = 30
    remote_login_passwordfile= NONE
    distributed_transactions = 10
    instance_name = RBLX
    service_names = RBLX
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = RBLX
    open_cursors = 100
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 60
    background_dump_dest = /usr/local/oracle/admin/RBLX/bdump
    user_dump_dest = /usr/local/oracle/admin/RBLX/udump
    core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
    Wed Oct 4 10:57:52 2000
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    LICENSE_MAX_USERS = 0
    Starting up ORACLE RDBMS Version: 8.1.6.1.0.
    System parameters with non-default values:
    processes = 215
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = /usr/local/oracle/oradata/RBLX/control01.ctl, /usr/local/oracle/oradata/RBLX/control02.ctl, /usr/local/oracle/oradata/RBLX/control03.ctl
    db_block_buffers = 2048
    db_block_size = 8192
    compatible = 8.1.0
    log_archive_start = TRUE
    log_archive_dest = /usr/local/oracle/admin/RBLX/arch
    log_archive_format = arch_%t_%s.arc
    log_buffer = 163840
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    rollback_segments = R01, R02, R03, R04, R05, R06, R07, R08, R09
    max_enabled_roles = 30
    remote_login_passwordfile= NONE
    distributed_transactions = 10
    instance_name = RBLX
    service_names = RBLX
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = RBLX
    open_cursors = 100
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 60
    background_dump_dest = /usr/local/oracle/admin/RBLX/bdump
    user_dump_dest = /usr/local/oracle/admin/RBLX/udump
    core_dump_dest = /usr/local/oracle/admin/RBLX/cdump
    null

    This workaround is looking good. I was able to do a startup nomount to test. I just started running the dbassist scripts and things are moving.
    Thanks for the post.
    -Chuck
    [email protected]
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Philip Ross ([email protected]):
    There seems to be something of a workaround posted at Red Hat's Bugzilla site - http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=18391 :
    -- Quoted ---
    Plsase get
    http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/README http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/README.Oracle8i http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/i386-glibc-2.1-linux.tar.gz
    for instructions. Let me know if it works for you or not.
    BTW, glibc 2.1.94-3 is required.
    I haven't tried it yet.<HR></BLOCKQUOTE>
    null

  • Is my test suite configured properly?

    I am building db-4.6.19 from source on Novell SuSE Linux 9.2 on ia64 (Intel Itanium2) hardware, then running the test suite with tclsh 8.4. Here’s my configuration line:
    cd build_unix
    ../dist/configure prefix=/home/mark/WORKAREAS/webplatform/build/dev/20070924 with-test --with-tcl=/usr/lib
    I run make and that goes well, then I run the standard test in tclsh via:
    echo 'info tclversion; source ../test/test.tcl; run_std; exit' | tclsh; tail ALL.OUT
    Most of the tests pass, but the tail of ALL.OUT is at db-4.6.19/build_unix/ALL.OUT (below) produces many error messages for a few tests. They seem to be variations on the same issue, and I’m not sure how to fix it at this point – can someone point me to help? It appears that a command isn't parsing properly.
    I'm not sure how to troubleshoot further, it seems to be a syntax error.
    Thanks!
    eval test119 -hash "119" ; verify_dir ./TESTDIR "" 1
    FAIL:14:29:10 (00:00:00) run_method: -hash test119: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    eval test120 -hash "120" ; verify_dir ./TESTDIR "" 1
    FAIL:14:29:10 (00:00:00) run_method: -hash test120: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    eval test121 -hash "121" ; verify_dir ./TESTDIR "" 1
    FAIL:14:29:10 (00:00:00) run_method: -hash test121: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    eval test122 -hash "122" ; verify_dir ./TESTDIR "" 1
    FAIL:14:29:10 (00:00:00) run_method: -hash test122: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    Regression Tests Failed
    Test suite run completed at: 14:29 09/24/07

    Thanks, I have built in a new directory and ammended my configuration line to:
    ../dist/configure prefix=/home/mark/WORKAREAS/webplatform/build/dev/20070926 with-test enable-tcl with-tcl=/usr/lib
    Results in:
    checking build system type... ia64-unknown-linux-gnu
    checking host system type... ia64-unknown-linux-gnu
    checking if building in the top-level or dist directories... no
    checking if --disable-cryptography option specified... no
    checking if --disable-hash option specified... no
    checking if --disable-mutexsupport option specified... no
    checking if --disable-queue option specified... no
    checking if --disable-replication option specified... no
    checking if --disable-statistics option specified... no
    checking if --disable-verify option specified... no
    checking if --enable-compat185 option specified... no
    checking if --enable-cxx option specified... no
    checking if --enable-debug option specified... no
    checking if --enable-debug_rop option specified... no
    checking if --enable-debug_wop option specified... no
    checking if --enable-diagnostic option specified... no
    checking if --enable-dump185 option specified... no
    checking if --enable-java option specified... no
    checking if --enable-mingw option specified... no
    checking if --enable-fine_grained_lock_manager option specified... no
    checking if --enable-o_direct option specified... no
    checking if --enable-posixmutexes option specified... no
    checking if --enable-pthread_api option specified... no
    checking if --enable-rpc option specified... no
    checking if --enable-smallbuild option specified... no
    checking if --enable-tcl option specified... yes
    checking if --enable-test option specified... no
    checking if --enable-uimutexes option specified... no
    checking if --enable-umrw option specified... no
    checking if --with-mutex=MUTEX option specified... no
    checking if --with-tcl=DIR option specified... /usr/lib
    checking if --with-uniquename=NAME option specified... no
    checking for chmod... chmod
    checking for cp... cp
    checking for ln... ln
    checking for mkdir... mkdir
    checking for rm... rm
    checking for sh... /bin/sh
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for cc... cc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether we are using gcc version 2.96... no
    checking whether g++ requires -fhandle-exceptions... no
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ld used by cc... /usr/ia64-suse-linux/bin/ld
    checking if the linker (/usr/ia64-suse-linux/bin/ld) is GNU ld... yes
    checking for /usr/ia64-suse-linux/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... cc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... no
    checking for g95... no
    checking for xlf95... no
    checking for f95... no
    checking for fort... no
    checking for ifort... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for ftn... no
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether accepts -g... no
    checking the maximum length of command line arguments... 131072
    checking command to parse /usr/bin/nm -B output from cc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if cc supports -fno-rtti -fno-exceptions... no
    checking for cc option to produce PIC... -fPIC
    checking if cc PIC flag -fPIC works... yes
    checking if cc static flag -static works... yes
    checking if cc supports -c -o file.o... yes
    checking whether the cc linker (/usr/ia64-suse-linux/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
    GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    appending configuration tag "F77" to libtool
    checking SOSUFFIX from libtool... .so
    checking MODSUFFIX from libtool... .so
    checking JMODSUFFIX from libtool... .so
    checking whether stat file-mode macros are broken... no
    checking whether time.h and sys/time.h may both be included... yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for struct stat.st_blksize... yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for unistd.h... (cached) yes
    checking for char... yes
    checking size of char... 1
    checking for unsigned char... yes
    checking size of unsigned char... 1
    checking for short... yes
    checking size of short... 2
    checking for unsigned short... yes
    checking size of unsigned short... 2
    checking for int... yes
    checking size of int... 4
    checking for unsigned int... yes
    checking size of unsigned int... 4
    checking for long... yes
    checking size of long... 8
    checking for unsigned long... yes
    checking size of unsigned long... 8
    checking for long long... yes
    checking size of long long... 8
    checking for unsigned long long... yes
    checking size of unsigned long long... 8
    checking for char *... yes
    checking size of char *... 8
    checking for u_char... yes
    checking for u_short... yes
    checking for u_int... yes
    checking for u_long... yes
    checking for u_int8_t... yes
    checking for u_int16_t... yes
    checking for int16_t... yes
    checking for u_int32_t... yes
    checking for int32_t... yes
    checking for u_int64_t... yes
    checking for int64_t... yes
    checking for FILE... yes
    checking for off_t... yes
    checking for pid_t... yes
    checking for size_t... yes
    checking for time_t... yes
    checking for size_t... (cached) yes
    checking size of size_t... 8
    checking for ssize_t... yes
    checking for uintmax_t... yes
    checking for uintptr_t... yes
    checking for socklen_t... yes
    checking for ANSI C exit success/failure values... yes
    checking for mutexes... POSIX/pthreads/library
    checking for main in -lpthread... yes
    checking for library containing sched_yield... none required
    checking for library containing fdatasync... none required
    checking for library containing getaddrinfo... none required
    checking for library containing hstrerror... none required
    checking for main in -lm... yes
    checking for main in -lnsl... yes
    checking for main in -lpthread... (cached) yes
    checking for main in -lsocket... no
    checking for abort... yes
    checking for atoi... yes
    checking for atol... yes
    checking for getcwd... yes
    checking for getenv... yes
    checking for getopt... yes
    checking for isalpha... yes
    checking for isdigit... yes
    checking for isprint... yes
    checking for isspace... yes
    checking for memcmp... yes
    checking for memcpy... yes
    checking for memmove... yes
    checking for printf... yes
    checking for qsort... yes
    checking for raise... yes
    checking for rand... yes
    checking for strcasecmp... yes
    checking for strcat... yes
    checking for strchr... yes
    checking for strdup... yes
    checking for strerror... yes
    checking for strncat... yes
    checking for strncmp... yes
    checking for strrchr... yes
    checking for strsep... yes
    checking for strtol... yes
    checking for strtoul... yes
    checking for _fstati64... no
    checking for directio... no
    checking for fchmod... yes
    checking for fclose... yes
    checking for fcntl... yes
    checking for fdatasync... yes
    checking for fgetc... yes
    checking for fgets... yes
    checking for fopen... yes
    checking for fwrite... yes
    checking for getaddrinfo... yes
    checking for getrusage... yes
    checking for gettimeofday... yes
    checking for getuid... yes
    checking for hstrerror... yes
    checking for localtime... yes
    checking for mprotect... yes
    checking for pstat_getdynamic... no
    checking for pthread_yield... yes
    checking for sched_yield... yes
    checking for select... yes
    checking for sigaction... yes
    checking for snprintf... yes
    checking for stat... yes
    checking for strftime... yes
    checking for sysconf... yes
    checking for time... yes
    checking for vsnprintf... yes
    checking for yield... no
    checking for ftruncate... yes
    checking for clock_gettime... no
    checking for ctime_r... yes
    checking for 2 or 3 argument version of ctime_r... 2-argument
    checking for pread... yes
    checking for pwrite... yes
    checking for fcntl/F_SETFD... yes
    checking for special C compiler options needed for large files... no
    checking for FILEOFFSET_BITS value needed for large files... no
    checking for mlock... yes
    checking for munlock... yes
    checking for mmap... yes
    checking for munmap... yes
    checking for shmget... yes
    checking for existence of /usr/lib/tclConfig.sh... loading
    checking for 64-bit integral type support for sequences... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating db_cxx.h
    config.status: creating db_int.h
    config.status: creating clib_port.h
    config.status: creating include.tcl
    config.status: creating db.h
    config.status: creating db_config.h
    So I believe configuration is fine. Make also completes fine.
    ~/WORKAREAS/webplatform/build/dev/20070926/db-4.6.19/build_unix> tclsh
    % source ../test/test.tcl
    % run_std
    Test suite run started at: 09:51 09/26/07
    Berkeley DB 4.6.19: (August 10, 2007)
    Running environment tests
    Running archive tests
    Running backup tests
    Running file operations tests
    Running locking tests
    Running logging tests
    Running memory pool tests
    Running transaction tests
    Running deadlock detection tests
    Running subdatabase tests
    Running byte-order tests
    Running recno backing file tests
    Running DBM interface tests
    Running NDBM interface tests
    Running Hsearch interface tests
    Running secondary index tests
    Running replication tests
    Running security tests
    Running recovery tests
    FAIL:09:51:09 (00:00:00) r: recd: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    Running join test
    Running btree tests
    Running rbtree tests
    Running queue tests
    Running queueext tests
    Running recno tests
    Running frecno tests
    Running rrecno tests
    Running hash tests
    UNEXPECTED OUTPUT: Berkeley DB 4.6.19: (August 10, 2007)
    UNEXPECTED OUTPUT: FAIL:09:51:06 (00:00:00) r: env: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    UNEXPECTED OUTPUT: FAIL:09:51:06 (00:00:00) r: archive: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    UNEXPECTED OUTPUT: FAIL:09:51:06 (00:00:00) r: backup: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    UNEXPECTED OUTPUT: FAIL:09:51:06 (00:00:00) r: fop: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    UNEXPECTED OUTPUT: FAIL:09:51:06 (00:00:00) r: lock: bad command "handles": must be dbremove, dbrename, env, envremove, open, sequence, version, rand, random_int, srand, or debug_check
    ...and so on to the end. This seems to be the same issue I'd originally reported in this thread. Is there anything else I can do to troubleshoot this? I'm not a tcl expert, unfortunately.
    Thanks again for your help or pointers!
    --Mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

Maybe you are looking for