Table cleanup

I am working on a project, where for a long time, they forgotten o cleanup TPVS tables. All the delivery and sales order tables got more than 15million records.  I am helping them to cleanup these tables.  SAP provided a standard programme which cleans up all the tables, but programme doesnu2019t have selective deletion option, which is causing dumps due to huge data.  Though we increased the heap memory to the max, still we are getting dumps. We know, the dumps are due to huge data, is there any way to clean the tables. I am a functional consultant, looking for some help in this group. Did any body come across this kind of error?   Any help is appreciated.
thx
Jeff

Hello Jeff,
-> Are you using the MAXDB for the APO database?
What version?
Could you please give more light on what TPVS tables are you planning to delete?
-> You could post this question on u201CSCM - APOu201D forum.
And I recommend you to create the SAP ticket & get SAP support.
Start with SCM-APO-VS-BF component.
The application team will check what tables are you going to clean.
You could attach the dump to the SAP ticket too.
If you have the High memory consumption when deleting deliveries, for example,
then there are the SAP application notes 1270515 and 1262990, which could help you.
So application team has to check, what is the problem and what is the best solution for you.
In case the database experts will be needed the ticket will be forwarded to the database component.
Thank you and best regards, Natalia Khlopina

Similar Messages

  • Compliance Calibrator - Table Cleanup Script

    CC/RAR Experts,
    We received a script from SAP over a year ago to cleanup/delete our CC5.2 tables (below). We have now upgraded to CC5.3 in a sandbox and are looking to start fresh to build our development box. Can anyone confirm if this script is still valid for CC(RAR)5.3 or is there an updated version of this cleanup script?
    Thanks in advance,
    Jes
    SPOOL C:\DATA_CLEANUP.TXT
    prompt Delete system specific rules in Action Rule Table
    delete from <SCHEMA>.VIRSA_CC_ACTRULE
    where vsyskey = '&1';
    prompt Delete all System specific Alert details
    delete from <SCHEMA>.VIRSA_CC_ALLASTRUN
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_ALLISTDTL
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_ALTCDLOG
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_AUTHMAP
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Action Rule Table
    delete from <SCHEMA>.virsa_cc_cract
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_cractt
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Permission Rule Table
    delete from <SCHEMA>.virsa_cc_crprm
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Profile Table
    delete from <SCHEMA>.virsa_cc_crprof
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_crproft
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Role Table
    delete from <SCHEMA>.virsa_cc_crrole
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_crrolet
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_dataexd
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_fldmap
    where vsyskey = '&1';
    prompt Delete system specific rules in Function Action Table
    delete from <SCHEMA>.virsa_cc_funcact
    where vsyskey = '&1';
    prompt Delete system specific rules in Function Permission Table
    delete from <SCHEMA>.virsa_cc_funcprm
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_funcsys
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_lastrun
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_lsysgrp
    where vsyskey = '&1';
    prompt Delete system specific rules in Org User Mapping Table
    delete from <SCHEMA>.virsa_cc_orgusers
    where vsyskey = '&1';
    prompt Delete system specific rules in Permission Rule Table
    delete from <SCHEMA>.virsa_cc_prmrule
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_det
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_hdr
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_text
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syscract
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syshmap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_sysrule
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syssapobj
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_sysusr
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_textkey
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_usrmap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_xsrulemap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_xsysgrp
    where vsyskey = '&1';
    prompt Delete System details
    delete from <SCHEMA>.virsa_cc_system
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_systemc
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_systemt
    where vsyskey = '&1';
    commit;
    prompt Truncating VIRSA_CC_GENOBJ Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_GENOBJT Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_GENUSR Table
    truncate table <SCHEMA>.virsa_cc_genusr DROP STORAGE;
    prompt Truncating VIRSA_CC_GENACT Table
    truncate table <SCHEMA>.virsa_cc_genact DROP STORAGE;
    prompt Truncating VIRSA_CC_GENPRM Table
    truncate table <SCHEMA>.virsa_cc_genprm DROP STORAGE;
    prompt Truncating VIRSA_CC_GPRMLIST Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_SYSUSR Table
    truncate table <SCHEMA>.virsa_cc_sysusr DROP STORAGE;
    prompt Truncating VIRSA_CC_ACTVL Table
    truncate table <SCHEMA>.virsa_cc_ACTVL DROP STORAGE;
    prompt Truncating VIRSA_CC_PRMVL Table
    truncate table <SCHEMA>.virsa_cc_PRMVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRACTVL Table
    truncate table <SCHEMA>.virsa_cc_CRACTVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRPRMVL Table
    truncate table <SCHEMA>.virsa_cc_CRPRMVL DROP STORAGE;
    prompt Truncating VIRSA_CC_ROLEVL Table
    truncate table <SCHEMA>.virsa_cc_ROLEVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRROLEVL Table
    truncate table <SCHEMA>.virsa_cc_CRROLEVL DROP STORAGE;
    prompt Truncating Management Tables
    truncate table <SCHEMA>.virsa_cc_MGALERTS DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGCRTR DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGMTBU DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGMTTOT DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGRISKD DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGRISKS DROP STORAGE;
    SPOOL OFF

    >
    Jasmine Kaur wrote:
    > Hi ,
    >
    > Yes these tables of cc 5.2 do exist in RAR 5.3 however , RAR has various new tables which are not part of this current script .
    >
    > It is advisable to use script specific for 5.3 as there are alot of functional interdependencies in it .
    >
    > Thnks
    Thanks to the both of you for your replies.
    Where can I get this script specific to CC/RAR5.3? Do I need to create a message with SAP?
    Thanks,
    Jes

  • 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 *
    *************************************

  • [Error] No value found in the Gateway. Default value in the repository is used.

    Hi All,
    I am new to Siebel and installed Siebel 8.1.1.11 on RHEL 5.5 (64 bit). Everything is fine Siebel server and gateway server are up and running but i am unable to open login page.
    Login Error : The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.[15:36:09]
    Siebel Server log file error :
    GenericLog
    GenericError
    1
    00006c5c52eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6352eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6452eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6552eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c6652eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c7152eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c8052eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c8152eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c9052eb6e6f:0
    2014-01-31 13:06:04
    (sccnmsys.cpp (1306) err=2883609 sys=0) SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used.
    GenericLog
    GenericError
    1
    00006c9152eb6e6f:0
    2014-01-31 13:06:04
    (sccitems.cpp (310) err=2555932 sys=0) SBL-SCM-00028: Key not found
    GenericLog
    GenericError
    1
    00006c9152eb6e6f:0
    2014-01-31 13:06:04
    (sccconfg.cpp (2149) err=2555932 sys=0) SBL-SCM-00028: Key not found
    I can connect to Siebel Server manager using command as : srvrmgr /g 192.168.0.163 /e Sieb81 /u SADMIN /p SADMIN
    ODBC connectivity is also ok  and i can connect as : ./odbcsql /source Sieb81_DSN /u SADMIN /p SADMIN
    While installing Siebel i had left one step i .e.. creation of siebenv.sh using CreateSiebSrvrEnvScript because i got error when executed this script as :
    Execution command : ./CreateSiebSrvrEnvScript /u01/siebel/ses/siebsrvr  192.168.0.163:2320 ENU Oracle
    Error : cp: cannot copy a directory, '/u01/siebel/ses/siebsrvr/locale/' , into itself , '/u01/siebel/ses/siebersrvr/locale/C/locale'
    Please suggest me what to do because if i want to configure again the same issue with CreateSiebSrvrEnvScript.
    Message was edited by: Prabhakar2991

    Hi Prameela,
    You can see all application objects are online and running. One more thing I have also checked ODBC is also working fine. I mean , user SADMIN can connect using ODBC.
    =====================================================================================================================================
    [oracle@siebel163 siebsrvr]$ srvrmgr /g 192.168.0.163 /e Sieb81 /u SADMIN /p SADMIN
    Siebel Enterprise Applications Siebel Server Manager, Version 8.1.1.11 [23030] LANG_INDEPENDENT
    Copyright (c) 1994-2012, Oracle. All rights reserved.
    The Programs (which include both the software and documentation) contain
    proprietary information; they are provided under a license agreement containing
    restrictions on use and disclosure and are also protected by copyright, patent,
    and other intellectual and industrial property laws. Reverse engineering,
    disassembly, or decompilation of the Programs, except to the extent required to
    obtain interoperability with other independently created software or as specified
    by law, is prohibited.
    Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of
    Oracle Corporation and/or its affiliates. Other names may be trademarks
    of their respective owners.
    If you have received this software in error, please notify Oracle Corporation
    immediately at 1.800.ORACLE1.
    Type "help" for list of commands, "help <topic>" for detailed help
    Connected to 1 server(s) out of a total of 1 server(s) in the enterprise
    srvrmgr> list components
    SV_NAME     CC_ALIAS                   CC_NAME                                              CT_ALIAS         CG_AL                       IAS        CC_RUNMODE   CP_DISP_RUN_STATE  CP_STARTMODE  CP_NUM_RUN_TASKS  CP_MAX_TASKS  CP_ACTV_MTS_PROCS  CP_MAX                       _MTS_PROCS  CP_START_TIME        CP_END_TIME  CC_INCARN_NO  CC_DESC_TEXT
    siebelsrvr  BusIntBatchMgr             Business Integration Batch Manager                   BusSvcMgr        EAI                                    Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  BusIntMgr                  Business Integration Manager                         BusSvcMgr        EAI                                    Batch        Not Online         Auto          0                 20            0                  1                                        2014-01-29 02:48:30
    siebelsrvr  SCCObjMgr_enu              Call Center Object Manager (ENU)                     AppObjMgr        CallC                       enter      Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  CustomAppObjMgr_enu        Custom Application Object Manager (ENU)              CustomAppObjMgr  EAI                                    Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  DQMgr                      Data Quality Manager                                 Dqmgr            DataQ                       ual        Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  EAIObjMgr_enu              EAI Object Manager (ENU)                             EAIObjMgr        EAI                                    Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  InfraEAIOutbound           EAI Outbound Server                                  BusSvcMgr        EAI                                    Batch        Not Online         Auto          0                 20            0                  1                                        2014-01-29 02:48:30
    siebelsrvr  EIM                        Enterprise Integration Mgr                           EIM              EAI                                    Batch        Online             Auto          0                 5                                                                         2014-01-29 02:48:30
    siebelsrvr  FSMSrvr                    File System Manager                                  FSMSrvr          Syste                       mAux       Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:25
    siebelsrvr  GenTrig                    Generate Triggers                                    GenTrig          Workf                       low        Batch        Online             Auto          0                 1                                                                         2014-01-29 02:48:30
    siebelsrvr  JMSReceiver                JMS Receiver                                         EAIJMSRcvr       EAI                                    Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  MqSeriesAMIRcvr            MQSeries AMI Receiver                                EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  MqSeriesSrvRcvr            MQSeries Server Receiver                             EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  MSMQRcvr                   MSMQ Receiver                                        EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  SMQReceiver                SMQ Receiver                                         EAIRcvr          EAI                                    Background   Online             Auto          0                 20                                                                        2014-01-29 02:48:30
    siebelsrvr  SServiceObjMgr_enu         Self Service Object Manager (ENU)                    AppObjMgr        CallC                       enter      Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  ServerMgr                  Server Manager                                       ServerMgr        Syste                       m          Interactive  Running            Auto          2                 20                                                                        2014-01-29 02:48:20
    siebelsrvr  SRBroker                   Server Request Broker                                ReqBroker        Syste                       m          Interactive  Running            Auto          25                100           1                  1                                        2014-01-29 02:48:20
    siebelsrvr  SRProc                     Server Request Processor                             SRProc           Syste                       mAux       Interactive  Running            Auto          2                 20            1                  1                                        2014-01-29 02:48:25
    siebelsrvr  SvrTblCleanup              Server Tables Cleanup                                BusSvcMgr        Syste                       mAux       Background   Running            Auto          1                 1                                                                         2014-01-29 02:48:25
    siebelsrvr  SvrTaskPersist             Server Task Persistance                              BusSvcMgr        Syste                       mAux       Background   Running            Auto          1                 1                                                                         2014-01-29 02:48:25
    siebelsrvr  AdminNotify                Siebel Administrator Notification Component          AdminNotify      Syste                       mAux       Batch        Online             Auto          0                 10            1                  1                                        2014-01-29 02:48:25
    siebelsrvr  SCBroker                   Siebel Connection Broker                             SCBroker         Syste                       m          Background   Running            Auto          1                 1                                                                         2014-01-29 02:48:20
    siebelsrvr  WorkActn                   Workflow Action Agent                                WorkActn         Workf                       low        Background   Online             Auto          0                 5                                                                         2014-01-29 02:48:30
    siebelsrvr  WorkMon                    Workflow Monitor Agent                               WorkMon          Workf                       low        Background   Online             Auto          0                 5                                                                         2014-01-29 02:48:30
    siebelsrvr  WfProcBatchMgr             Workflow Process Batch Manager                       BusSvcMgr        Workf                       low        Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  WfProcMgr                  Workflow Process Manager                             BusSvcMgr        Workf                       low        Batch        Not Online         Auto          0                 20            0                  1                                        2014-01-29 02:48:30
    siebelsrvr  WfRecvMgr                  Workflow Recovery Manager                            BusSvcMgr        Workf                       low        Batch        Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eChannelCMEObjMgr_enu      eChannel Power Communications Object Manager (ENU)   AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eCommunicationsObjMgr_enu  eCommunications Object Manager (ENU)                 AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eCommWirelessObjMgr_enu    eCommunications for Wireless Object Manager (ENU)    AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eCustomerCMEObjMgr_enu     eCustomer Power Communications Object Manager (ENU)  AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eEnergyObjMgr_enu          eEnergy Object Manager (ENU)                         AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eMediaObjMgr_enu           eMedia Object Manager (ENU)                          AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eEnergyOGCObjMgr_enu       eOil Gas & Chemicals  Object Manager (ENU)           AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eSalesCMEObjMgr_enu        eSales Power Communications Object Manager (ENU)     AppObjMgr        Commu                       nications  Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    siebelsrvr  eServiceObjMgr_enu         eService Object Manager (ENU)                        AppObjMgr        CallC                       enter      Interactive  Online             Auto          0                 20            1                  1                                        2014-01-29 02:48:30
    37 rows returned.
    srvrmgr>
    =======================================================================================================================================
    Please suggest me what to do.
    Thanks
    Prabhakar

  • Agent 2.2 with OpenSSO

    I have setup IIS agent 2.2 with OpenSSO 8. I occasionally get a blank page after login when I try to access the protected application. I see the following in the agent log. Any ideas on what might be wrong?
    2010-10-06 14:14:48.079 Debug 2288:18ee7b8 all: Log::pSetLevelsFromString(): setting log level for module 0 to 5, old level 1.
    2010-10-06 14:14:48.079 -1 2288:18ee7b8 all: =======================================
    2010-10-06 14:14:48.079 -1 2288:18ee7b8 all: Version: 2.2-02
    2010-10-06 14:14:48.079 -1 2288:18ee7b8 all: Build Date: Wed Nov 12 08:37:44 PST 2008
    2010-10-06 14:14:48.079 -1 2288:18ee7b8 all: Build Machine: WOOKIE
    2010-10-06 14:14:48.079 -1 2288:18ee7b8 all: =======================================
    2010-10-06 14:14:48.079 Debug 2288:18ee7b8 all: Connection::initialize() calling NSS_Initialize() with directory = "D:/Sun/Access_Manager/Agents/2.2/iis6/cert" and prefix = ""
    2010-10-06 14:14:48.079 Debug 2288:18ee7b8 all: Connection::initialize() Connection timeout wen receiving data = 0 milliseconds
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.remote.log.buffer.size, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: load_agent_properties() : Property com.sun.am.cookie.secure is set to false.
    2010-10-06 14:14:48.094 Warning 2288:18ee7b8 PolicyAgent: Invalid URL () for property (com.sun.am.policy.agents.config.errorpage.url) specified
    2010-10-06 14:14:48.094 Warning 2288:18ee7b8 PolicyAgent: Setting error_page_url to null
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.deny_on_log_failure, using default value.
    2010-10-06 14:14:48.094 Debug 2288:18ee7b8 PolicyAgent: parse_url(https://services.domain2.ca:443/amagent): Normalized URL: https://services.domain2.ca:443/amagent
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: load_agent_properties(): com.sun.am.policy.agents.config.agenturi.prefix : Value => https://services.domain2.ca:443/amagent
    2010-10-06 14:14:48.094 Debug 2288:18ee7b8 PolicyAgent: parse_url(https://services.domain2.ca/opensso/UI/Login): Normalized URL: https://services.domain2.ca:443/opensso/UI/Login
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: calling parseIPAddresses(): not_enforced_ipstr: 127.0.0.1 10.226.10.92 10.226.10.52
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: parseIPAddresses(): add ipAddr: 127.0.0.1
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: parseIPAddresses(): add ipAddr: 10.226.10.92
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: parseIPAddresses(): add ipAddr: 10.226.10.52
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: parseIPAddresses(): exit.
    2010-10-06 14:14:48.094 Debug 2288:18ee7b8 PolicyAgent: parse_url(https://services.domain2.ca:443/applicationmvc/* http://host.domain.com:80/applicationmvc/* https://services.domain2.ca/landingapp/*): Normalized URL: https://services.domain2.ca:443/applicationmvc/*
    2010-10-06 14:14:48.094 Debug 2288:18ee7b8 PolicyAgent: parse_url(http://host.domain.com:80/applicationmvc/* https://services.domain2.ca/landingapp/*): Normalized URL: http://host.domain.com:80/applicationmvc/*
    2010-10-06 14:14:48.094 Debug 2288:18ee7b8 PolicyAgent: parse_url(https://services.domain2.ca/landingapp/*): Normalized URL: https://services.domain2.ca:443/landingapp/*
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.ignore_policy_evaluation_if_notenforced, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 PolicyAgent: am_web_init(): Logout URL is .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 PolicyAgent: no cookies to be reset on logout.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 PolicyAgent: load_agent_properties(): cookie reset enabled property com.sun.am.policy.agents.config.cookie.reset.enable is false
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.ignore_server_check, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.iis.Use_Basic_Auth, using default value.
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 PolicyAgent: Default priority => DEFAULT : Actual priority => HIGH
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.iis.owa_enabled, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.iis.owa_enabled_change_protocol, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.proxy.override_host_port, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.policy.agents.config.no_child_thread_activation_delay, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.ignore.naming_service, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.ignore.preferred_naming_url, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.sso.default_session.url, using default value .
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.sso.hash_bucket.size, using default value.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.sso.hash_bucket.size, using default value.
    2010-10-06 14:14:48.094 Info 2288:18ee7b8 AM_SSO_SERVICE: SSOTokenService::SSOTokenService(): SSOTokenService notification enabled, URL = https://services.domain2.ca:443/amagent/UpdateAgentCacheServlet?shortcircuit=false.
    2010-10-06 14:14:48.094MaxDebug 2288:18ee7b8 all: No value specified for key com.sun.am.sso.max_threads, using default value.
    2010-10-06 14:14:48.094 Info 2288:191e560 ThreadPool: ::spin() : New Thread entered loop. Active threads = 0 : Work queue : 0.
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 ThreadPool: ThreadPool::dispatch(): Calling PR_Lock() after this line thread_pool.cpp:186.
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 ThreadPool: ThreadPool::dispatch(): Successfully dispatched the work.
    2010-10-06 14:14:49.110 Debug 2288:191e560 ThreadPool: spin() : Thread awakened: activeThreads = 1 ; maxThreads = 11 ; workQueueSize = 1
    2010-10-06 14:14:49.110 Info 2288:18ee7b8 AM_SSO_SERVICE: SSOTokenService::initialize(): dispatched hash table cleanup.
    2010-10-06 14:14:49.110 Info 2288:18ee7b8 AM_SSO_SERVICE: SSOTokenService::initialize(): SSOTokenService cache initialized.
    2010-10-06 14:14:49.110 Debug 2288:191e560 ThreadPool: ::spin() : Thread Function calling 0x1e1b650.
    2010-10-06 14:14:49.110 Info 2288:18ee7b8 AM_SSO_SERVICE: SSOTokenService::SSOTokenService(): SSOTokenService created.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 PolicyEngine: Policy engine initalized.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 PolicyEngine: policy_engine.cpp:94 In createService
    2010-10-06 14:14:49.110 Info 2288:18ee7b8 PolicyEngine: iPlanetAMWebAgentService creation attempted.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.policy.am.hash_bucket.size, using default value.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.auth.org.name, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.certdb.password, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.auth.certificate.alias, using default value .
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.ignore.naming_service, using default value.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.ignore.preferred_naming_url, using default value.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.ordinal, using default value.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.policy.am.userid.param.type, using default value Session.
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: Service::Service() Profile Attribute=emplid
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: Service::Service() Profile Attribute=entrydn
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: Service::Service() Profile Attribute=uid
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.policy.agents.config.attribute.multi_value_separator, using default value |.
    2010-10-06 14:14:49.110 Info 2288:18ee7b8 ServiceEngine: Service() notification enabled, URL = https://services.domain2.ca:443/amagent/UpdateAgentCacheServlet?shortcircuit=false
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 PolicyAgent: FqdnHandler::FqdnHandler() fqdnMap size => 2
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 PolicyAgent: FqdnHandler::FqdnHandler() Fqdn Default => services.domain2.ca
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: FqdnHandler::FqdnHandler() [10.226.45.177] => {services.domain2.ca}
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: FqdnHandler::FqdnHandler() [hosttest.domain.com] => {services.domain2.ca}
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: am_web_init: Using cookie prefix HTTP_.
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: am_web_init: Using cookie max-age 300.
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): requestProtocolType = off
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): HEADER_Host = hosttest.domain.com
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): SERVER_PORT = 80
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): URL = /myapplicationLife/Home.aspx
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): PATH_INFO = /myapplicationLife/Home.aspx
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): SCRIPT_NAME = /myapplicationLife/Home.aspx
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): Reconstructed path info =
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: get_request_url(): Constructed request url = http://hosttest.domain.com:80/myapplicationLife/Home.aspx
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 PolicyAgent: am_web_is_notification(), https://services.domain2.ca:443/myapplicationLife/Home.aspx is not notification url https://services.domain2.ca:443/amagent/UpdateAgentCacheServlet?shortcircuit=false.
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: HttpExtensionProc(): requestMethod = GET
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: HttpExtensionProc(): SSO token found in cookie header.
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: HttpExtensionProc(): SSO token = AQIC5wM2LY4SfcyYx+wf/9JKLz1KP7GqoqKy62euCX9NCPM=@AAJTSQACMDE=#
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: HttpExtensionProc(): requestClientIP = 10.226.45.41
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: HttpExtensionProc(): status after am_map_create = success (0)
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 PolicyAgent: am_web_is_access_allowed(): processing url https://services.domain2.ca:443/myapplicationLife/Home.aspx
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: am_web_is_access_allowed(): client_ip 10.226.45.41 not found in client ip not enforced list
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=false returned 3
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: Matching https://services.domain2.ca:443/myapplicationLife/Home.aspx with access_denied_url https://services.domain2.ca/applicationmvc/Account/DOBVerify.aspx: FALSE
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: in_not_enforced_list: enforcing access control for https://services.domain2.ca:443/myapplicationLife/Home.aspx
    2010-10-06 14:14:49.110 Debug 2288:18ee7b8 PolicyAgent: set_host_ip_in_env_map: map_insert: client_ip=10.226.45.41
    2010-10-06 14:14:49.110MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.policy.am.max_threads, using default value.
    2010-10-06 14:14:49.110 Info 2288:1920b18 ThreadPool: ::spin() : New Thread entered loop. Active threads = 0 : Work queue : 0.
    2010-10-06 14:14:50.126 Debug 2288:18ee7b8 ThreadPool: ThreadPool::dispatch(): Calling PR_Lock() after this line thread_pool.cpp:186.
    2010-10-06 14:14:50.126 Debug 2288:18ee7b8 ThreadPool: ThreadPool::dispatch(): Successfully dispatched the work.
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 ServiceEngine: Service communication with server started.
    2010-10-06 14:14:50.126 Debug 2288:1920b18 ThreadPool: spin() : Thread awakened: activeThreads = 1 ; maxThreads = 10 ; workQueueSize = 1
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.policy.am.org.name, using default value /.
    2010-10-06 14:14:50.126 Debug 2288:1920b18 ThreadPool: ::spin() : Thread Function calling 0x1f413b8.
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 ServiceEngine: No value specified for key com.sun.am.policy.am.auth_module, using default value Application.
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 AuthService: Number of servers in service:1, 'https://services.domain2.ca/opensso/authservice'.
    2010-10-06 14:14:50.126 Debug 2288:18ee7b8 AuthService: BaseService::doRequest(): Using server: https://services.domain2.ca/opensso/authservice.
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 AuthService: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <RequestSet vers="1.0" svcid="auth" reqid="0">
    <Request><![CDATA[<?xml version="1.0" encoding="UTF-8"?><AuthContext version="1.0">
    <Request authIdentifier="0"><NewAuthContext orgName="/"/></Request></AuthContext>]]></Request>
    </RequestSet>
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest Request line: POST /opensso/authservice HTTP/1.0
    2010-10-06 14:14:50.126 Info 2288:18ee7b8 all: Successfully completed SSL handshake.
    2010-10-06 14:14:50.126 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Cookie and Headers =Host: services.domain2.ca
    2010-10-06 14:14:50.126 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Content-Length =Content-Length: 296
    2010-10-06 14:14:50.126 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Header Suffix =Accept: text/xml
    Content-Type: text/xml; charset=UTF-8
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest(): Total chunks: 9.
    2010-10-06 14:14:50.126MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest(): Sent 9 chunks.
    2010-10-06 14:14:50.391 Debug 2288:18ee7b8 AuthService: HTTP Status = 200 (OK)
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): Reading headers.
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: Date: Wed, 06 Oct 2010 18:14:50 GMT
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: set-cookie: JSESSIONID=B0833A971A1CEB46FF22825B154CEA97; Path=/opensso
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: set-cookie: amlbcookie=01; Domain=.domain2.ca; Path=/
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: set-cookie: amlbcookie=01; Domain=.domain.com; Path=/
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: Connection: close
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: Content-Type: text/plain
    2010-10-06 14:14:50.391 Debug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): No content length in response.
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 all: Connection::waitForReply(): returns with status success.
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): Completed processing the response with status: success
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <ResponseSet vers="1.0" svcid="auth" reqid="0">
    <Response><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
    <AuthContext version="1.0"><Response authIdentifier="AQIC5wM2LY4SfczArJpBFrSCg2eHw/b2mrG39uCvmA+bzdI=@AAJTSQACMDE=#"><LoginStatus status="in_progress"></LoginStatus></Response></AuthContext>]]></Response>
    </ResponseSet>
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: <?xml version="1.0" encoding="UTF-8"?>
    <AuthContext version="1.0"><Response authIdentifier="AQIC5wM2LY4SfczArJpBFrSCg2eHw/b2mrG39uCvmA+bzdI=@AAJTSQACMDE=#"><LoginStatus status="in_progress"></LoginStatus></Response></AuthContext>
    2010-10-06 14:14:50.391 Debug 2288:18ee7b8 AuthService: AuthService::processLoginStatus() Login is in progress.
    2010-10-06 14:14:50.391 Info 2288:18ee7b8 AuthService: AuthService::processLoginStatus() Auth Identifier =AQIC5wM2LY4SfczArJpBFrSCg2eHw/b2mrG39uCvmA+bzdI=@AAJTSQACMDE=#
    2010-10-06 14:14:50.391 Debug 2288:18ee7b8 AuthService: BaseService::doRequest(): Using server: https://services.domain2.ca/opensso/authservice.
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <RequestSet vers="1.0" svcid="auth" reqid="1">
    <Request><![CDATA[<?xml version="1.0" encoding="UTF-8"?><AuthContext version="1.0">
    <Request authIdentifier="AQIC5wM2LY4SfczArJpBFrSCg2eHw/b2mrG39uCvmA+bzdI=@AAJTSQACMDE=#"><Login><IndexTypeNamePair indexType="moduleInstance"><IndexName>Application</IndexName></IndexTypeNamePair></Login></Request></AuthContext>]]></Request>
    </RequestSet>
    2010-10-06 14:14:50.391MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest Request line: POST /opensso/authservice HTTP/1.0
    2010-10-06 14:14:50.407 Info 2288:18ee7b8 all: Successfully completed SSL handshake.
    2010-10-06 14:14:50.407 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Cookie and Headers =Host: services.domain2.ca
    Cookie: JSESSIONID=B0833A971A1CEB46FF22825B154CEA97;amlbcookie=01;amlbcookie=01
    2010-10-06 14:14:50.407 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Content-Length =Content-Length: 443
    2010-10-06 14:14:50.407 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Header Suffix =Accept: text/xml
    Content-Type: text/xml; charset=UTF-8
    2010-10-06 14:14:50.407MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest(): Total chunks: 14.
    2010-10-06 14:14:50.407MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest(): Sent 14 chunks.
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 AuthService: HTTP Status = 200 (OK)
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): Reading headers.
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: Date: Wed, 06 Oct 2010 18:14:50 GMT
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: Connection: close
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: Content-Type: text/plain
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): No content length in response.
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 all: Connection::waitForReply(): returns with status success.
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): Completed processing the response with status: success
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <ResponseSet vers="1.0" svcid="auth" reqid="1">
    <Response><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
    <AuthContext version="1.0"><Response authIdentifier="AQIC5wM2LY4SfczArJpBFrSCg2eHw/b2mrG39uCvmA+bzdI=@AAJTSQACMDE=#"><GetRequirements><Callbacks length="2"><NameCallback><Prompt>Enter application name.</Prompt></NameCallback><PasswordCallback echoPassword="true"><Prompt>Enter secret string.</Prompt></PasswordCallback></Callbacks></GetRequirements></Response></AuthContext>]]></Response>
    </ResponseSet>
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: <?xml version="1.0" encoding="UTF-8"?>
    <AuthContext version="1.0"><Response authIdentifier="AQIC5wM2LY4SfczArJpBFrSCg2eHw/b2mrG39uCvmA+bzdI=@AAJTSQACMDE=#"><GetRequirements><Callbacks length="2"><NameCallback><Prompt>Enter application name.</Prompt></NameCallback><PasswordCallback echoPassword="true"><Prompt>Enter secret string.</Prompt></PasswordCallback></Callbacks></GetRequirements></Response></AuthContext>
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 ServiceEngine: Service::do_agent_auth_login(): Setting password callback.
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 ServiceEngine: Service::do_agent_auth_login(): Setting name callback to 'UrlAccessAgent'.
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 AuthService: BaseService::doRequest(): Using server: https://services.domain2.ca/opensso/authservice.
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <RequestSet vers="1.0" svcid="auth" reqid="2">
    <Request><![CDATA[<?xml version="1.0" encoding="UTF-8"?><AuthContext version="1.0">
    <Request authIdentifier="AQIC5wM2LY4SfczArJpBFrSCg2eHw/b2mrG39uCvmA+bzdI=@AAJTSQACMDE=#"><SubmitRequirements><Callbacks length="2"><NameCallback><Prompt>Enter application name.</Prompt><Value>UrlAccessAgent</Value></NameCallback><PasswordCallback echoPassword="true"><Prompt>Enter secret string.</Prompt><Value><secure data></Value></PasswordCallback></Callbacks></SubmitRequirements></Request></AuthContext>]]></Request>
    </RequestSet>
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest Request line: POST /opensso/authservice HTTP/1.0
    2010-10-06 14:14:50.673 Info 2288:18ee7b8 all: Successfully completed SSL handshake.
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Cookie and Headers =Host: services.domain2.ca
    Cookie: JSESSIONID=B0833A971A1CEB46FF22825B154CEA97;amlbcookie=01;amlbcookie=01
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Content-Length =Content-Length: 618
    2010-10-06 14:14:50.673 Debug 2288:18ee7b8 AuthService: BaseService::sendRequest Header Suffix =Accept: text/xml
    Content-Type: text/xml; charset=UTF-8
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest(): Total chunks: 30.
    2010-10-06 14:14:50.673MaxDebug 2288:18ee7b8 AuthService: BaseService::sendRequest(): Sent 30 chunks.
    2010-10-06 14:14:50.798 Debug 2288:18ee7b8 AuthService: HTTP Status = 502 (Proxy Error)
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): Reading headers.
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 AuthService: Date: Wed, 06 Oct 2010 18:14:46 GMT
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 AuthService: Connection: close
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 AuthService: Content-Type: text/html; charset=iso-8859-1
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): Reading body content of length: 70904979434504610
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 all: Connection::waitForReply(): returns with status success.
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 AuthService: Http::Response::readAndParse(): Completed processing the response with status: success
    2010-10-06 14:14:50.798MaxDebug 2288:18ee7b8 AuthService: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>502 Proxy Error</title>
    </head><body>
    <h1>Proxy Error</h1>
    <p>The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request <em>POST /opensso/authservice</em>.<p>
    Reason: <strong>Error reading from remote server</strong></p></p>
    </body></html>
    2010-10-06 14:14:50.798 Warning 2288:18ee7b8 AuthService: BaseService::doHttpPost() failed, HTTP error = 502
    2010-10-06 14:14:50.798 Error 2288:18ee7b8 PolicyEngine: am_policy_evaluate: InternalException in AuthService::submitRequirements() with error message:Error sending client submitted requirements to server. and code:21
    2010-10-06 14:14:50.798 Warning 2288:18ee7b8 PolicyAgent: am_web_is_access_allowed()(https://services.domain2.ca:443/myapplicationLife/Home.aspx, GET) denying access: status = HTTP error
    2010-10-06 14:14:50.798 Debug 2288:18ee7b8 PolicyAgent: am_web_is_access_allowed(): Successfully logged to remote server for GET action by user unknown user to resource https://services.domain2.ca:443/myapplicationLife/Home.aspx.
    2010-10-06 14:14:50.798 Info 2288:18ee7b8 PolicyAgent: am_web_is_access_allowed()(https://services.domain2.ca:443/myapplicationLife/Home.aspx, GET) returning status: HTTP error.
    2010-10-06 14:14:50.798 Debug 2288:18ee7b8 PolicyAgent: HttpExtensionProc(): status after am_web_is_access_allowed = HTTP error (21)
    2010-10-06 14:14:50.798 Error 2288:18ee7b8 PolicyAgent: HttpExtensionProc(): status: HTTP error (21)

    Two things:
    1. You can configure an error page in the agent so when you get an error you get to see the error page instead of a blank page.
    2. It appears to be a problem with your proxy server. Does the agent or opensso go through a proxy server or a reverse proxy server? It looks like it is causing a problem and not the agent or opensso themselves. Your proxy server may have a client connection limit which has been reached by the agent/opensso.

  • Using Powershell to execute DBCC CheckDB from SQL Agent.

    So, I have a weird situation that I think is tied tot he resource group and powershell, but I am having trouble determining if it is that or not. I run DBCC CheckDB using a resource pool and a secondary account. The account has permissions to do the work
    and if I log onto the server and run the procedure locally it runs fine in the resource pool configuration. However, when I kick it from the SQL Agent job using the powershell step, it only does checkDB on the first 3 system databases and then stops once it
    hits a user database. I am not seeing any errors or messages, it just stops. I ran profiler and I see it do the work, get to the first user database, issues this statement from DBCC, then just stops, and the job ends.
    SELECT @BlobEater = CheckIndex (ROWSET_COLUMN_FACT_BLOB)
    FROM { IRowset 0xD0936A7902000000 }
    GROUP BY ROWSET_COLUMN_FACT_KEY
    >> WITH ORDER BY
      ROWSET_COLUMN_FACT_KEY,
      ROWSET_COLUMN_SLOT_ID,
      ROWSET_COLUMN_COMBINED_ID,
      ROWSET_COLUMN_FACT_BLOB
    OPTION (ORDER GROUP)
     I am not doing anything special in my code that would limit which databases to process. As I said earlier, executing the call to the procedure from a query window runs as expected and processes all of the databases.
    Here is the Agent Code calling powershell:
    [string] $DayOfWeek = ""
    $DayOfWeek = (get-date).DayOfWeek.ToString()
    $DayOfWeek
    if ($DayOfWeek -eq 'Sunday')
    invoke-sqlcmd -database sysadm -serverinstance HQIOSQLDEV01\DEV01 "exec ConsistencyCheck.upConsistencyCheck NULL, 'N', 'Y', 'N', 'N', 'N'"
    else
    invoke-sqlcmd -database sysadm -serverinstance HQIOSQLDEV01\DEV01 "exec ConsistencyCheck.upConsistencyCheck NULL, 'Y', 'N', 'N', 'N', 'N'"
    John M. Couch

    There are 3 additional databases. The last known good is today as I am able to execute the procedure via query window just fine. It is only when executed from a SQL Agent job as above that it stops after only doing the System Databases. The largest database
    is 130GB in size, with the largest table being 62 GB.
    -- Create Procedures
    raiserror('Creating Procedure ''%s''', 0, 1, '[ConsistencyCheck].[upConsistencyCheck]')
    go
    /*==============================================================================
    Procedure: upConsistencyCheck
    Schema: ConsistencyCheck
    Database: SysAdm
    Owner: dbo
    Application: dbo
    Inputs: Catalogue : nvarchar(128) : NULL = All Databases
    Physical Only : nchar(1) : Y/N, NULL = N
    Data Purity : nchar(1) : Y/N, NULL = N
    No Index : nchar(1) : Y/N, NULL = N
    Extended Logical Checks : nchar(1) : Y/N, NULL = N
    Table Lock : nchar(1) : Y/N, NULL = N
    Outputs: (0 = Success, !=0 = failure)
    Result Set: N/A
    Usage: declare @ii_Rc int
    ,@invc_Catalogue nvarchar(128)
    ,@inc_PhysicalOnly nchar(1)
    ,@inc_DataPurity nchar(1)
    ,@inc_NoIndex nchar(1)
    ,@inc_ExtendedLogicalChecks nchar(1)
    ,@inc_TabLock nchar(1)
    select @invc_Catalogue = NULL
    ,@inc_PhysicalOnly = 'Y'
    ,@inc_DataPurity = 'N'
    ,@inc_NoIndex = 'N'
    ,@inc_ExtendedLogicalChecks = 'N'
    ,@inc_TabLock = 'N'
    exec @ii_Rc = ConsistencyCheck.upConsistencyCheck @invc_Catalogue
    , @inc_PhysicalOnly
    , @inc_DataPurity
    , @inc_NoIndex
    , @inc_ExtendedLogicalChecks
    , @inc_TabLock
    print 'Return Code: ' + convert(varchar, @ii_Rc)
    Description: This Procedure is used to run DBCC CheckDB on 1 or all Databases
    on the existing instance.
    Version: 1.00.00
    Compatability: SQL Server 2008 (100)
    Created By: John M. Couch
    Created On: 04-26-2012
    ================================================================================
    Notes
    1. Some logic was taken directly from Ola Hallengren's Maintenance Script.
    http://ola.hallengren.com
    ================================================================================
    History: (Format)
    When Who Version Code Tag What
    04-26-2012 John Couch 1.00.00 (None) Initial Revision
    ==============================================================================*/
    alter procedure ConsistencyCheck.upConsistencyCheck (@invc_Catalogue nvarchar(128)
    ,@inc_PhysicalOnly nchar(1)
    ,@inc_DataPurity nchar(1)
    ,@inc_NoIndex nchar(1)
    ,@inc_ExtendedLogicalChecks nchar(1)
    ,@inc_TabLock nchar(1)) as
    /*==============================================================================
    Variable Declarations & Temporary Tables
    ==============================================================================*/
    declare @li_Rc int = 0
    ,@lnvc_ExecutedBy nvarchar(128) = user_name()
    ,@ldt_ExecutedOn datetime = getdate()
    ,@lnvc_Catalogue nvarchar(128) = @invc_Catalogue
    ,@lnc_PhysicalOnly nchar(1) = coalesce(@inc_PhysicalOnly, 'N')
    ,@lnc_DataPurity nchar(1) = coalesce(@inc_DataPurity, 'N')
    ,@lnc_NoIndex nchar(1) = coalesce(@inc_NoIndex, 'N')
    ,@lnc_ExtendedLogicalChecks nchar(1) = coalesce(@inc_ExtendedLogicalChecks, 'N')
    ,@lnc_TabLock nchar(1) = coalesce(@inc_TabLock, 'N')
    ,@lnvc_Instance nvarchar(128) = cast(serverproperty('ServerName') as nvarchar)
    ,@lnvc_Version nvarchar(40) = cast(serverproperty('ProductVersion') as nvarchar)
    ,@lnvc_Edition nvarchar(40) = cast(serverproperty('Edition') as nvarchar)
    ,@li_Compatibility int
    ,@ldt_CreateDate datetime
    ,@lnvc_UserAccess nvarchar(35)
    ,@lnvc_StateDescription nvarchar(35)
    ,@lnvc_PageVerifyOption nvarchar(35)
    ,@lti_IsReadOnly tinyint
    ,@lti_IsInStandBy tinyint
    ,@lnvc_Recipients nvarchar(2000) = '[email protected]'
    ,@lnvc_Subject nvarchar(128)
    ,@lnvc_ErrorMessage nvarchar(4000)
    ,@lnvc_SQL nvarchar(max)
    ,@lnvc_ManualSQL nvarchar(max)
    ,@lnvc_Query nvarchar(2048)
    ,@li_ConsistencyCheckID int
    ,@ldt_ExecutionStart datetime
    ,@ldt_ExecutionFinish datetime
    declare @ltbl_Catalogue table (Catalogue sysname
    ,CompatibilityLevel int
    ,CreateDate datetime
    ,UserAccess nvarchar(35) -- MULTI_USER, SINGLE_USER, RESTRICTED_USER
    ,StateDescription nvarchar(35) -- ONLINE, RESTORING, RECOVERING, RECOVERY_PENDING, SUSPECT, EMERGENCY, OFFLINE
    ,PageVerifyOption nvarchar(35) -- NONE, TORN_PAGE_DETECTION, CHECKSUM
    ,IsReadOnly tinyint
    ,IsInStandBy tinyint
    ,IsAutoShrink tinyint
    ,IsAutoClose tinyint
    ,Flag bit default 0)
    create table #ltbl_Output (Error int,
    Level int,
    State int,
    MessageText nvarchar(max),
    RepairLevel nvarchar(30),
    Status int,
    DBID smallint,
    ObjectID int,
    IndexID smallint,
    PartitionID bigint,
    AllocunitID bigint,
    [File] int,
    Page int,
    Slot int,
    RefFile int,
    RefPage int,
    RefSlot int,
    Allocation int)
    /*==============================================================================
    Initialize Environment
    ==============================================================================*/
    set nocount on
    set quoted_identifier on
    /*==============================================================================
    Parameter Validation
    ==============================================================================*/
    -- Configure Alert Mail Subject Line
    set @lnvc_Subject = 'Check consistency parameter validation error occurred on ' + cast(@@servername as nvarchar)
    if @lnc_PhysicalOnly not in ('Y','N')
    begin
    set @lnvc_ErrorMessage = N'The value for parameter @inc_PhysicalOnly is not supported.' + char(13) + char(10) + ' '
    set @li_Rc = -1
    end
    if @lnc_DataPurity not in ('Y','N') and @li_Rc = 0
    begin
    set @lnvc_ErrorMessage = N'The value for parameter @inc_DataPurity is not supported.' + char(13) + char(10) + ' '
    set @li_Rc = -1
    end
    if @lnc_NoIndex not in ('Y','N') and @li_Rc = 0
    begin
    set @lnvc_ErrorMessage = N'The value for parameter @inc_NoIndex is not supported.' + char(13) + char(10) + ' '
    set @li_Rc = -1
    end
    if @lnc_ExtendedLogicalChecks not in ('Y','N') and @li_Rc = 0
    begin
    set @lnvc_ErrorMessage = N'The value for parameter @inc_ExtendedLogicalChecks is not supported.' + char(13) + char(10) + ' '
    set @li_Rc = -1
    end
    if @lnc_TabLock not in ('Y','N') and @li_Rc = 0
    begin
    set @lnvc_ErrorMessage = N'The value for parameter @inc_TabLock is not supported.' + char(13) + char(10) + ' '
    set @li_Rc = -1
    end
    if @lnc_ExtendedLogicalChecks = 'Y' and @lnc_PhysicalOnly = 'Y' and @li_Rc = 0
    begin
    set @lnvc_ErrorMessage = N'Extended Logical Checks and Physical Only cannot be used together.' + char(13) + char(10) + ' '
    set @li_Rc = -1
    end
    if @lnc_DataPurity = 'Y' and @lnc_PhysicalOnly = 'Y' and @li_Rc = 0
    begin
    set @lnvc_ErrorMessage = N'Physical Only and Data Purity cannot be used together.' + char(13) + char(10) + ' '
    set @li_Rc = -1
    end
    if @li_Rc != 0
    goto errlog
    /*==============================================================================
    Code Section
    ==============================================================================*/
    select @lnvc_SQL = N'select d.name, d.compatibility_level, d.create_date, d.user_access_desc, d.state_desc,
    d.page_verify_option_desc, cast(d.is_in_standby as tinyint), cast(d.is_read_only as tinyint),
    cast(databasepropertyex(quotename(d.name), ''IsAutoShrink'') as tinyint),
    cast(databasepropertyex(quotename(d.name), ''IsAutoClose'') as tinyint),
    0
    from master.sys.databases d
    where d.name = ' + case when isnull(@lnvc_Catalogue, '') = '' then ' d.name'
    else '''' + @lnvc_Catalogue + ''''
    end + '
    and d.name != ''tempdb'''
    insert into @ltbl_Catalogue (Catalogue, CompatibilityLevel, CreateDate, UserAccess,
    StateDescription, PageVerifyOption, IsReadOnly, IsInStandBy,
    IsAutoShrink, IsAutoClose, Flag)
    exec sp_executesql @lnvc_SQL
    while (select top 1 1
    from @ltbl_Catalogue c
    where c.Flag = 0) = 1
    begin
    select top 1 @lnvc_Catalogue = c.Catalogue
    ,@li_Compatibility = c.CompatibilityLevel
    ,@ldt_CreateDate = c.CreateDate
    ,@lnvc_UserAccess = c.UserAccess
    ,@lnvc_StateDescription = c.StateDescription
    ,@lnvc_PageVerifyOption = c.PageVerifyOption
    ,@lti_IsReadOnly = c.IsReadOnly
    ,@lti_IsInStandBy = c.IsInStandBy
    from @ltbl_Catalogue c
    where c.Flag = 0
    select top 1 @lnvc_Catalogue
    ,@li_Compatibility
    ,@ldt_CreateDate
    ,@lnvc_UserAccess
    ,@lnvc_StateDescription
    ,@lnvc_PageVerifyOption
    ,@lti_IsReadOnly
    ,@lti_IsInStandBy
    if @lnvc_StateDescription = 'ONLINE' and @lnvc_UserAccess != 'SINGLE_USER'
    begin
    -- Build Execution String
    select @lnvc_SQL = N'dbcc checkdb (' + quotename(@lnvc_Catalogue) + ')' + case when @lnc_NoIndex = 'Y' then ', noindex'
    else ''
    end + ' with tableresults, no_infomsgs, all_errormsgs '
    + case when @lnc_PhysicalOnly = 'Y' then ', physical_only'
    else ''
    end
    + case when @lnc_DataPurity = 'Y' then ', data_purity'
    else ''
    end
    -- Option not supported with Compatibility < 100 (SQL Server 2005 and below)
    + case when @lnc_ExtendedLogicalChecks = 'Y' then
    case when @li_Compatibility = 100 then ', extended_logical_checks'
    else ''
    end
    else ''
    end
    + case when @lnc_TabLock = 'Y' then ', tablock'
    else ''
    end
    -- Prepare Processing Environment
    truncate table #ltbl_Output
    set @ldt_ExecutionFinish = null
    set @ldt_ExecutionStart = null
    -- Capture Start Time.
    set @ldt_ExecutionStart = getdate()
    -- Execute the Command.
    insert into #ltbl_Output(Error, Level, State, MessageText, RepairLevel, Status,
    DBID, ObjectID, IndexID, PartitionID, AllocunitID,
    [File], Page, Slot, RefFile, RefPage, RefSlot, Allocation)
    exec sp_executesql @lnvc_SQL
    -- Capture Completion Time.
    set @ldt_ExecutionFinish = getdate()
    -- Add Header Record to Confirm Execution.
    insert into SysAdm.ConsistencyCheck.ExecutionLog(Instance, [Version], Edition, Catalogue, PhysicalOnly,
    NoIndex, ExtendedLogicalChecks, DataPurity, [TabLock],
    Command, ExecutionStart, ExecutionFinish,
    CreatedOn, CreatedBy)
    values(@lnvc_Instance, @lnvc_Version, @lnvc_Edition, @lnvc_Catalogue, @lnc_PhysicalOnly,
    @lnc_NoIndex, @lnc_ExtendedLogicalChecks, @lnc_DataPurity, @lnc_TabLock,
    @lnvc_SQL, @ldt_ExecutionStart, @ldt_ExecutionFinish,
    @ldt_ExecutedOn, @lnvc_ExecutedBy)
    -- Capture Header Record ID
    select @li_ConsistencyCheckID = @@IDENTITY
    -- Were there errors?
    if (select top 1 1
    from #ltbl_Output t) = 1
    begin
    select @li_ConsistencyCheckID, t.Error, t.Level, t.State, t.MessageText, t.RepairLevel,
    t.Status, t.ObjectID, t.IndexID, t.PartitionID, t.AllocunitID, t.[File], t.Page,
    t.Slot, t.RefFile, t.RefPage, t.RefSlot, t.Allocation, @ldt_ExecutedOn, @lnvc_ExecutedBy
    from #ltbl_Output t
    -- Log Failure Entries
    insert into SysAdm.ConsistencyCheck.ErrorLog (ExecutionLogID, Error, Severity, [State]
    ,ErrorMessage, RepairLevel, [Status], ObjectID
    ,IndexID, PartitionID, AllocationUnitID, FileID
    ,Page, Slot, RefFileID, RefPage, RefSlot, Allocation
    ,CreatedOn, CreatedBy)
    select @li_ConsistencyCheckID, t.Error, t.Level, t.State, t.MessageText, t.RepairLevel,
    t.Status, t.ObjectID, t.IndexID, t.PartitionID, t.AllocunitID, t.[File], t.Page,
    t.Slot, t.RefFile, t.RefPage, t.RefSlot, t.Allocation, @ldt_ExecutedOn, @lnvc_ExecutedBy
    from #ltbl_Output t
    -- Configure Alert Mail Subject Line
    set @lnvc_Subject = 'Consistency Check failure for Database ' + quotename(@lnvc_Catalogue) + ' on Instance ' + quotename(@lnvc_Instance) + ' !'
    set @lnvc_ErrorMessage = 'To view more details, logon to the Instance and execute the query: ' +
    + char(13) + char(10) + char(13) + char(10) +
    'select * from sysadm.consistencycheck.ErrorLog where ExecutionLogID = ' + cast(@li_ConsistencyCheckID as varchar) + ''
    + char(13) + char(10) + char(13) + char(10) +
    'Consistency Check Output: ' +
    + char(13) + char(10)
    select @lnvc_SQL = N'set nocount on;select ltrim(rtrim(ErrorMessage)) as Message
    from SysAdm.ConsistencyCheck.ErrorLog r
    where r.ExecutionLogID = ''' + cast(@li_ConsistencyCheckID as nvarchar(128)) + ''''
    exec msdb.dbo.sp_send_dbmail @profile_name = 'SQL Mailbox',
    @recipients = @lnvc_Recipients,
    @subject = @lnvc_Subject,
    @body = @lnvc_ErrorMessage,
    @query = @lnvc_SQL,
    @execute_query_database = @lnvc_Catalogue,
    @query_result_header = 1,
    @query_result_width = 32767,
    @query_no_truncate = 1,
    @body_format = 'TEXT',
    @importance = 'High'
    end
    end
    else
    begin
    -- If we get here, then the database was not processed due to it having a status other than ONLINE, being in SINGLE_USER mode or
    -- having a compatability level < 100
    set @lnvc_Subject = 'Unable to perform consistency checks for Database ' + quotename(@lnvc_Catalogue) + ' on ' + quotename(@lnvc_Instance) + '!'
    set @lnvc_ErrorMessage = 'One of the following conditions was not met. ' + CHAR(13) + CHAR(10) + CHAR(13) + CHAR(10) +
    '* Database must be ONLINE. It''s current state is: ' + @lnvc_StateDescription + CHAR(13) + CHAR(10) +
    '* Database access level cannot be set to SINGLE_USER. It''s current access level is: ' + @lnvc_UserAccess
    exec msdb.dbo.sp_send_dbmail @profile_name = 'SQL Mailbox',
    @recipients = @lnvc_Recipients,
    @subject = @lnvc_Subject,
    @body = @lnvc_ErrorMessage,
    @body_format = 'TEXT',
    @importance = 'High'
    end
    update t
    set Flag = 1
    from @ltbl_Catalogue t
    where t.Catalogue = @lnvc_Catalogue
    end
    /*==============================================================================
    Cleanup Temp Tables
    ==============================================================================*/
    cleanup:
    if object_id('tempdb..#ltbl_Output') is not null
    drop table #ltbl_Output
    /*==============================================================================
    Exit Procedure
    ==============================================================================*/
    quit:
    return @li_Rc
    /*==============================================================================
    Error Processing
    ==============================================================================*/
    errlog:
    -- Raise Error, and write to Application Event Log
    raiserror (@lnvc_ErrorMessage, 16, 1) with log, nowait
    -- Send Email Notification of Error
    exec msdb.dbo.sp_send_dbmail @profile_name = 'Mailbox',
    @recipients = @lnvc_Recipients,
    @subject = @lnvc_Subject,
    @body = @lnvc_ErrorMessage,
    @importance = 'High'
    goto cleanup
    go
    John M. Couch

  • SBL-SCB-00008: Component (sccobjmgr_enu) is unavailable on this server

    Hello everyone ! I need your help :-)
    I am installing Siebel 8.1 on Oracle Enterprise Linux (kernel 2.6.18). Everything is ok during gateway/siebel server/siebel web server extension installation and configuration.
    Everything is OK: gateway is running and accessible (logs ok), HTTP server is running and accessible and Siebel server is running and accessible (via srvrmgr).
    My problem is that the Siebel Call Center module (selected during the installation/configuration) named SCCobjmgr_enu, doesn't want to start.
    No SCCobjmgr_enu log into enterprise/appserver/log directory, no entry about "sccobjmgr_enu" into SBA81.appserver.log, no entry into srvrmgr component listing and so on ...
    When i enter Siebel Call Center address into internet explorer (IP/callcenter_enu), I found the following error into SCBroker.log file:
    SBL-SCB-00008: Component (sccobjmgr_enu) is unavailable on this server
    And it is totally normal because no SCCobjmgr component is started, so i am not able to reach it (and Siebel Connection Broker as well) when I ask for it.
    Do you have any idea to solve my problem ?
    Thank you a lot for your understanding and your help

    hello
    Thank you for your reply.
    Your link is very interesting but, unfortunately all the advices are based on "internet browser views taks" and I am not able to connect to Siebel through Internet browser view. So all these advices are useless for me
    The only Siebel components running are the following:
    [siebel@siebelapps1 bin]$ ./srvrmgr /g sieb_gtwy_vip /e SBA81 /u SADMIN /p *
    Siebel Enterprise Applications Siebel Server Manager, Version 8.0 [20405] LANG_INDEPENDENT
    Copyright (c) 2001 Siebel Systems, Inc. All rights reserved.
    This software is the property of Siebel Systems, Inc., 2207 Bridgepointe Parkway,
    San Mateo, CA 94404.
    User agrees that any use of this software is governed by: (1) the applicable
    user limitations and other terms and conditions of the license agreement which
    has been entered into with Siebel Systems or its authorized distributors; and
    (2) the proprietary and restricted rights notices included in this software.
    WARNING: THIS COMPUTER PROGRAM IS PROTECTED BY U.S. AND INTERNATIONAL LAW.
    UNAUTHORIZED REPRODUCTION, DISTRIBUTION OR USE OF THIS PROGRAM, OR ANY PORTION
    OF IT, MAY RESULT IN SEVERE CIVIL AND CRIMINAL PENALTIES, AND WILL BE
    PROSECUTED TO THE MAXIMUM EXTENT POSSIBLE UNDER THE LAW.
    If you have received this software in error, please notify Siebel Systems
    immediately at (650) 295-5000.
    Type "help" for list of commands, "help <topic>" for detailed help
    Connected to 1 server(s) out of a total of 1 server(s) in the enterprise
    srvrmgr> list comp
    SV_NAME CC_ALIAS CC_NAME CT_ALIAS CG_ALIAS CC_RUNMODE CP_DISP_RUN_STATE CP_STARTMODE CP_NUM_RUN_ CP_MAX_TASK CP_ACTV_MTS CP_MAX_MTS_ CP_START_TIME CP_END_TIME CC_INCARN_NO CC_DESC_TEXT
    appserver FSMSrvr File System Manager FSMSrvr SystemAux Batch Online Auto 0 20 1 1 2010-01-28 12:39:33
    appserver ServerMgr Server Manager ServerMgr System Interactive Running Auto 2 20 2010-01-28 12:39:28
    appserver SRBroker Server Request Broker ReqBroker System Interactive Running Auto 7 100 1 1 2010-01-28 12:39:28
    appserver SRProc Server Request Processor SRProc SystemAux Interactive Running Auto 2 20 1 1 2010-01-28 12:39:33
    appserver SvrTblCleanup Server Tables Cleanup BusSvcMgr SystemAux Background Running Auto 1 1 2010-01-28 12:39:33
    appserver SvrTaskPersist Server Task Persistance BusSvcMgr SystemAux Background Running Auto 1 1 2010-01-28 12:39:33
    appserver AdminNotify Siebel Administrator Notification Component AdminNotify SystemAux Batch Online Auto 0 10 1 1 2010-01-28 12:39:33
    appserver SCBroker Siebel Connection Broker SCBroker System Background Running Auto 1 1 2010-01-28 12:39:28
    8 rows returned.
    srvrmgr>
    No way to connect to Siebel through internet browser view. the only way is to use on the physical server, the srvrmgr utility.

  • Mass data reduction beyond standard archiving functionality

    I'm trying to refresh QA from prod.  I don't have enough disk to maintain production size in QA long term (and even less when I refresh dev).
    I've restored QA from a backup of prod and archived over 300GB (20-25%) and am now reorging tablespaces to free up disk space but I want more.  I need to get rid of another 300GB at least in QA and probably that much again in the copy I deliver to dev.
    I've found some programs to perform mass deletions from some of the biggest transactional tables but I'm still looking for more.  Unfortunately, TDMS is not an option at this time for all sorts of reasons.
    Table     : cleanup program
    NAST    : RSCLNAST
    CE1AP01 : RKEDELTEST
    GLPCA : <help needed hereafter...>
    VBOX
    LIPS
    VBRP
    VBFA
    MSEG
    VBAP
    CDCLS
    COEP
    BSIS
    RFBLG
    Some of the above have been reduced by transaction SARA but not far enough.  I have gone into the customising settings to make sure the document retention periods for each applicable object has been set small enough.
    We are considering ways to identify data from fiscal year 2002-2004 and burning that but we want to minimize the risk of data inconsistency.

    Hi Murray,
    If there are any 'CLIENTS' that you don't need, you can try deleting those clients.
    Generally the QA has the same number of 'CLIENTS' that the production has, but in your case if you don't have enough sizing available, you need to trim the stuff that is not required.
    Regards,
    Siddhesh

  • A question about Object Manager

    Hello, a question set the server with the installation wizard, select all ObjMgr of application, but I have none running on the server, only the following:
    srvrmgr> comp list for server SERVER
    CC_ALIAS SV_NAME CC_NAME CT_ALIAS
       CC_RUNMODE CG_ALIAS CP_DISP_RUN_STATE CP_STARTMODE CP_NUM_RUN_TASKS CP
    CP_ACTV_MTS_PROCS MAXTASKS CP_MAX_MTS_PROCS CP_START_TIME CP_END_TIM
    E CC_INCARN_NO CC_DESC_TEXT
    SERVER FSMSrvr FSMSrvr File System Manager
       Online Auto Batch SystemAux 0 20
                1 1 2012-06-29 16:52:39
    SERVER ServerMgr ServerMgr Server Manager
       Interactive System Running Auto January 20
                                                     2012-06-29 16:52:34
    SRBroker SERVER Server Request Broker ReqBroker
       Interactive System Running Auto July 10
    0 1 1 2012-06-29 16:52:34
    Server Request Processor SERVER SRProc SRProc
       Interactive Running Auto SystemAux February 20
                1 1 2012-06-29 16:52:39
    SvrTblCleanup SERVER Server Tables Cleanup BusSvcMgr
       Background Running Auto SystemAux January 1
                                                     2012-06-29 16:52:39
    SvrTaskPersist Server SERVER Task Persistence BusSvcMgr
       Background Running Auto SystemAux January 1
                                                     2012-06-29 16:52:39
    SERVER Siebel Administrator Notification Component AdminNotify AdminNotif
    Auto Online and Batch SystemAux 0 10
                1 1 2012-06-29 16:52:39
    Siebel Connection Broker SCBroker SERVER SCBroker
       Background Running System Auto 1 January
                                                     2012-06-29 16:52:34
    8 rows returned.
    how I can change others?

    Sebastian,
    You can run command below using srvrmgr:
    enable compgrp callcenter
    Callcenter component group has call center Object Manager. You need to restart the Siebel Server after running this command. Check link below for further details:
    http://docs.oracle.com/cd/E14004_01/books/SystAdm/SystAdm_SrvrMgrCLI12.html#wp1004864
    You may need to assign the component group to a specific siebel server.
    Thanks,
    Wilson

  • Procee Control 2.5 - Organizational Structure

    Hello All,
    we have just installed the PC 2.5 in QA.
    after finishing all post-implementation activities, we saw that the HR structure was created automatically in the PC also.
    why is that ? how can we prevent it form happening when we install in PROD ?
    what can we do now if we want another structure ?
    Thansk

    Yudit,
    Run the HR table cleanup locally in your QA environment and this will fix the problem.  There are specific changes you have to make locally when you bring up a new system and the HR data cleanup is one of them.  This does not transport.
    Most of the following configuration changes are not transportable and must be performed locally when a new system or client is created.  After transports are imported, some or all of the following steps need to be performed.  Steps will vary depending on whether you are creating a new client in an existing system or creating an entirely new system. 
    1)  GRC Process Control=>Workflow=>Perform Automatic Workflow Customizing
                 - Make sure everything under "Maintain Runtime Environment" and "Classify Tasks as General"
                   is activated.
    2) GRC Process Control=>Workflow=>Perform Task Specific Customizing
                 - Including SA38=>RS_APPL_REFRESH (if necessary)
                 - Make sure everything under this activity is performed including "classifying all tasks as
                   general" and that event linking" is properly activated.
    3) GRC Process Control=>Workflow=>Manage Event Queue
                 - Maintain Background Job tab "Number of events per read access to 12u201D. Reschedule job if
                   necessary.  Changing this value deletes the bckgrnd job.
    4) GRC Process Control=>Workflow=>Transfer Work Items to Replacement
                 - Schedule job per IMG / Page 17 of Ops guide
                 - Schedule or transfer job execution to BATCHUSER ID
    5) GRC Process Control=>Workflow=>Email Notifications=>Schedule job for sending email
                 - Schedule job per IMG / Page 17 of Ops guide (every 15 mins)
                 - Schedule or transfer job execution to BATCHUSER ID
    6) GRC Process Control=>Workflow=>Specify Fallback User for Work Items
                 - Review for appropriateness
    7) GRC Process Control=>Cases=>Copy Cases to New Timeframe After Signoff
                 - Schedule job per IMG / Page 17 of Ops guide
                 - Schedule or transfer job execution to BATCHUSER ID
    8) GRC Process Control=>Cases=>Copy Documents After Carryforward into New Timeframe
                 - There is an ERROR in the IMG setup for this job.  IMG is incorrect.
                 - Schedule or transfer job execution to BATCHUSER ID
    9) GRC Process Control=>Structure Setup=>Cleanup HR Data=>Delete Table Entries     
    10) GRC Process Control=>Structure Setup=>Cleanup HR Data=>Rebuild Directory     
    11) GRC Process Control=>Reporting=>Maintain Reporting Buffer
                 - Set up Background job according to IMG and NOT Ops Guide
                 - Schedule or transfer job execution to BATCHUSER ID
    12) GRC Process Control=>Reporting=>Enter Role for Determining Responsible Person for an Object 
         (Optional)
    13) GRC Process Control=>Assessment and Test=>Automated Testing and Monitoring=>Register
          Connectors            
                 - Review for appropriateness
    If you plan on having more than 1 client in a system, include the client number in the job name.  If not, you won't be able to distinguish which job is running in which client (by the job name alone) when viewing jobs in SM37.
    I hope this helps.
    Matt

  • What are the cleanup opportunities in term of Temporary tables,Archive tabl

    what are the cleanup opportunities in term of Temporary tables,Archive tables etc...
    can you provide any scripts which will give storage by environment and by Oracle ID.(to check size in terms of GB)
    Example:
    =========
    APPS : xxxGB

    for archiving and purging, take a look at the documents below.
    Reducing Your Oracle E-Business Suite Data Footprint using Archiving, Purging, and Information Lifecycle Management [ID 752322.1]
    Edited by: Erman Arslan on 31.Ara.2012 03:35
    Edited by: Erman Arslan on 31.Ara.2012 03:37

  • Need cleanup for audit table

    Hi,
    i have an Audit table REQUESTS(REQUEST_ID, TIMESTAMP) which is storing request id and time stamp values in it.
    the table is just meant for storing not for select any where. and it is growing large.
    my concern is as there is no select is working on this table there is no need of cleanup.
    please suggest me, do i need to write a cleanup job for this table?
    Thanks.

    Well... u can write a cleanup procedure and schedule it in a job..

  • Purge FND_LOBS table (attachmentolders than 2 years) to cleanup table space

    Hi,
    I have a requirement to purge FND_LOBS table (Attachments which is older than 2 years) to cleanup table space.
    Please advise me which is the best way to purge FND_LOBS.
    I have already gone through the below Notes, but no luck..
    871721.1 - How To Purge FND_LOBS?
    555463.1 - How to Purge Generic or Purchasing Attachments from the FND_LOBS Table
    298698.1 - Avoiding abnormal growth of FND_LOBS table in Applications 11i
    303709.1 - Reclaiming unused space in APPLSYSD tablespace
    555463.1 - How to Purge Generic or Purchasing Attachments from the FND_LOBS Table
    Thanks,
    Genoo
    Edited by: Geno on Apr 1, 2013 5:32 AM

    Geno wrote:
    None of the Notes solve my requirement, as i do not see an option to Purge only the data which is older than 2 years.
    Thanks,
    GenooPurging FND_LOBS table can done by running "Purge Obsolete Generic File Manager Data" concurrent program -- Concurrent Processing - How To Add The Concurrent Program "Purge Obsolete Generic File Manager Data" To The Sysadmin User. [ID 216541.1]
    You can find more details about the parameters for this concurrent program in (Questions on Purge Obsolete Generic File Manager Data [ID 1165208.1]).
    Thanks,
    Hussein

  • TABLESPACE cleanup not happening after table data delete

    Hi all
    I have a partitioned table with 4 partitions all residing in a single tablespace. I populated the table with sample data and then deleted all with a simple delete statement followed by a commit. But the tablespace is still showing data from the 4 partitions under the bytes column in query below:
    select segment_name, partition_name, tablespace_name, bytes
    from dba_segments
    where tablespace_name='tb_name'
    Am I missing something here? Do I need to run some other command after delete and commit to fully flush out the data?
    FYI, my system specs are:
    Windows 2008 Server Standard (32-bit)
    ORACLE 11.1.0.7.0

    HI,
    LMT is Locally Managed Tablespace.
    +Moreover, when you say the blocks will not be available immediately when do you reckon they will be available? How do I go about automating this to free up space as soon as data is deleted?+
    You cannot automate this job, this is already automated by Oracle.
    +FYI, both pct_free and pct_used come up as empty values for my table.+
    reason for a NULL-value for PCT_USED is that the tablespace where the table resides uses automatic segments space management (ASSM). With ASSM there is no need for PCT_USED only for PCT_FREE. Oracle manages blocks automatically.
    You dont worry about releasing the space, Oracle will take care of it automatically.
    Go through the below link
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#ADMIN10065]
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/schema.htm#sthref2100]
    [http://www.dba-oracle.com/art_builder_assm.htm]
    This is an extract form Oracle docs
    Understanding Reclaimable Unused Space
    Over time, updates and deletes on objects within a tablespace can create pockets of empty space that individually are not large enough to be reused for new data. This type of empty space is referred to as fragmented free space.
    Objects with fragmented free space can result in much wasted space, and can impact database performance. The preferred way to defragment and reclaim this space is to perform an online segment shrink. This process consolidates fragmented free space below the high water mark and compacts the segment. After compaction, the high water mark is moved, resulting in new free space above the high water mark. That space above the high water mark is then deallocated. The segment remains available for queries and DML during most of the operation, and no extra disk space need be allocated.
    You use the Segment Advisor to identify segments that would benefit from online segment shrink. Only segments in locally managed tablespaces with automatic segment space management (ASSM) are eligible. Other restrictions on segment type exist. For more information, see "Shrinking Database Segments Online".
    If a table with reclaimable space is not eligible for online segment shrink, or if you want to make changes to logical or physical attributes of the table while reclaiming space, you can use online table redefinition as an alternative to segment shrink. Online redefinition is also referred to as reorganization. Unlike online segment shrink, it requires extra disk space to be allocated. See "Redefining Tables Online" for more information.Regards,
    Vijayaraghavan K

  • System Table EDID4 Cleanup in SAP BW

    We've had short dumps recently on the EDID4 table in SAP BW.  We have 45 million rows in this table right now. 
    Does anyone have any information on what the EDID4 table is for?  Also, any way to clean up the table?
    I believe the table has to do with IDOCS, but we are unsure of its purpose and how to clean it up.  Any information on this table will be appreciated.

    Switch on debugger and make sure all the HTTP header values are getting passed to the table API class.
    try applying note https://service.sap.com/sap/support/notes/1346235 also.
    It has some corrections to the BEx HTTP handler class.

Maybe you are looking for