OS X 10.10.2 Server 4.0.3 Wiki User Login Issue

I have an Apple wiki that seems to be running fine for all but one user.
Now, when that user tries to login it just sits there and does not process the username or password.
When you go to All People that user is no longer listed there.
We authenticate via Active Directory.
Where should I start trouble shooting?

After the user attemps to login, when they return to the page they get this until they clear their internet data from Safari:
Caught exception "[<CSEntityPlaceholder 0x7fbc404fb9a0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key externalID." [NSUnknownKeyException] executing route /app-context/wiki:
0 CoreFoundation 0x00007fff90a3966c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8d20d76e objc_exception_throw + 43
2 CSService 0x0000000100dbf569 -[CSLocalServiceProxy forwardInvocation:] + 1278
3 CoreFoundation 0x00007fff909838a6 ___forwarding___ + 518
4 CoreFoundation 0x00007fff90983618 _CF_forwarding_prep_0 + 120
5 CSService 0x0000000100de86f3 __27-[CSAppContextService init]_block_invoke234 + 180
6 CSService 0x0000000100dcfaf4 __53-[CSRoutingHTTPConnection httpResponseForMethod:URI:]_block_invoke + 92
7 CSService 0x0000000100dd30ea -[CSHTTPBackgroundResponse bounce:] + 284
8 Foundation 0x00007fff9523c90a __NSThread__main__ + 1345
9 libsystem_pthread.dylib 0x00007fff8c145268 _pthread_body + 131
10 libsystem_pthread.dylib 0x00007fff8c1451e5 _pthread_body + 0
11 libsystem_pthread.dylib 0x00007fff8c14341d thread_start + 13

Similar Messages

  • Mac OSX Lion Server Network User Login Issue

    We have in the office a server running Mac OSX Lion, and several network users who've all been running happily for quite a will.
    About a month ago I was added to the system, and initially we had a few issues relating to the home directory, but we changed 'something' and it all worked.
    Fast forward to now, and we've added a new user - Hannah - to our system.
    I've added her in the Workgroup Manager, and set her up everywhere I can find on the server. Her home directory creates on the server fine.
    She appears in the Logon list on the client machines, and here's where the trouble starts...
    Every time she tries to log on, it fails. The logon box just bounces or wobbles as though the password is incorrect. We've tried changing the password, to no avail. We've tried adding new test users - same problem.
    We've tried sudo kinet on the Terminal as a local user, with variable results.
    I'm at my wits end, and really hoping someone here can help offer some suggestions or advice we can work through to get to the bottom of this.
    Thanks in advance!

    Your problems are likely occurring because you added her to the directory with Workgroup Manager.
    You should really start avoiding WGM when at all possible as Apple is clearly moving away from it. Because of this, things don't always work as expected when using 'legacy' tools like WGM.
    My guess as to what your problem is: When you create a new user in Server.app, two things happen for you automatically that WILL NOT HAPPEN if done from WGM.
    First the user is added to the default "Workgroup" group.
    More importantly (and the source of much confusion), the user is automatically added to SACLs.
    Check the SACL for the user in Server.app, I bet you'll notice that they aren't a member of the File Sharing group like they should be. To solve this problem, you can either delete the user and recreate them in Server.app, or manually add them to the appropriate SACL.
    I would opt for recreating them in Server.app if I were you, as I don't trust user accounts that originate in WGM on Lion Server.

  • Wiki Server - AD User Login Issues (8002)

    I'm in the process of getting wiki server functioning in an AD integrated environment. We have login, portable home directories, and many other integrated services working properly, but I'm having trouble with wiki server. When logging in to the server using OD credentials, things function properly. However, when logging in with AD credentials, users are presented with "Invalid Session (8002)" in a web browser popup, and the server notes the following in its error logs:
    2008-07-02 09:29:45-0400 [HTTPChannel,12,127.0.0.1] Unhandled Error
    Traceback (most recent call last):
    File "/usr/share/caldavd/lib/python/twisted/web/http.py", line 598, in requestReceived
    self.process()
    File "/usr/share/caldavd/lib/python/twisted/web/server.py", line 150, in process
    self.render(resrc)
    File "/usr/share/caldavd/lib/python/twisted/web/server.py", line 157, in render
    body = resrc.render(self)
    File "/usr/share/wikid/lib/python/applexmlrpcserver/WebAppServer.py", line 70, in render
    d = defer.maybeDeferred(function, request, *args)
    --- <exception caught here> ---
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
    result = f(*args, **kw)
    File "/usr/share/wikid/lib/python/applexmlrpcserver/WebAppServer.py", line 91, in xmlrpc_login
    session = SessionHandler.sessionHandler.sessionForID(session_id)
    File "/usr/share/wikid/lib/python/apple_utilities/SessionHandler.py", line 155, in sessionForID
    return self.authProvider.avatarForSession(sessionid)
    File "/usr/share/wikid/lib/python/apple_utilities/Authentication.py", line 349, in avatarForSession
    return self.sessionFactory.getSession(sessionId)
    File "/usr/share/wikid/lib/python/apple_utilities/Authentication.py", line 210, in _func
    return f(self, *args, **kwargs)
    File "/usr/share/wikid/lib/python/apple_utilities/Authentication.py", line 269, in getSession
    raise InvalidSessionError(sessionId)
    apple_utilities.Authentication.InvalidSessionError: Invalid Session:
    2008-07-02 09:29:45-0400 [HTTPChannel,12,127.0.0.1] 127.0.0.1 - - [02/Jul/2008:13:29:44 +0000] "POST / HTTP/1.1" 200 1758 "http://cts-fs01/groups/cts/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 1054; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1"
    Any suggestions or ideas? Smells like a bug to me unfortunately...
    Many thanks,
    Josh

    Clear text authentication must first be enabled for both Wiki and iCal in order for certain functionality to work in the OD/AD config. So there are a couple of workarounds that must be applied.
    For Wiki, there is a KBase article that provides instructions and background info on this subject:
    http://docs.info.apple.com/article?artnum=306750
    For iCal, you must edit the caldavd.plist file for the following:
    <key>Authentication</key>
    <dict>
    <key>Basic</key>
    <dict>
    <key>Enabled</key>
    <false/> <----- change to true
    </dict>
    <key>Digest</key>
    <dict>
    <key>Algorithm</key>
    <string>md5</string>
    <key>Enabled</key>
    <true/> <---------- change to false
    <key>Qop</key>
    <string></string>
    </dict>
    <key>Kerberos</key>
    <dict>
    <key>Enabled</key>
    <true/>
    <key>ServicePrincipal</key>
    <string></string>
    </dict>
    </dict>

  • AD user login or services will affect if we add new NPS server in existing AD environment ?

    Hi
    We have three Domain controllers in our company in Windows 2008 R2 platform and different RODCs .We would like to add an additional NPS server in it.Existing AD user login or services will affect by this?

    Hi,
    Based on my research, if the NPS server is a member of an AD DS domain, NPS uses the directory service as its user account database and is part of
    a single sign-on solution. The same set of credentials is used for network access control and to log on to an AD DS domain. NPS will compare user credentials that it receives from network access servers with the credentials that are stored for the user
    account in AD DS to perform authentication. Furthermore, NPS server uses network policy and checks user account dial-in properties in AD DS to authorize connection requests.
    For more information, please refer to the link below:
    Register the NPS Server in Active Directory Domain Services
    http://technet.microsoft.com/en-us/library/cc754878.aspx
    Best regards,
    Susie

  • 10.2.8 client login issues with 10.3.9 server

    Hi we have just updated our computer lab to 10.2.8 client computers and a 10.3.9 server but I am having issues with the client computer loging into the server I am using LDAPv3 and when I try to have a user login to the server from the client at the login screen I get the login window shake.I can login fine from a 10.3.9 client computer.Any advice would be appreciated.Thanks in advance

    Check your 10.2.8 machines Directory Access and make sure LdapV2 is not checked and also that Ldap V3 is checked and configured correctly. I found that if I had both Ldapv2 and v3 on my 10.2.8 clients could not log in. 10.3 clients only have the option for Ldap V3, so it is not an issue.

  • How can I login to my MS SQL Server 2005 if I forgot my login password

    Hi,
    I am using SQL Server 2005 at home.
    My problem is I forgot my password to log in to my server.
    I only remember user name is 'sa'.
    I haven't used it for two to three months. So I forgot password.
    Previously, When I used sql server 2000, my login is as windows login. so no problem.
    But this time, I set seperate log in and I got this problem.
    Any help will be appreciated.
    Thanks
    George

     I hope the following article will help: http://blogs.msdn.com/raulga/archive/2007/07/12/disaster-recovery-what-to-do-when-the-sa-account-password-is-lost-in-sql-server-2005.aspx
      Please let us know if you have any further problems or questions.
      Thanks,
      -Raul Garcia
      SDE/T
      SQL Server Engine
     

  • Can I move a Virtual Domain Controller from one host(Win Server 2008 R2) to another (Win Server 2012 R2) ? Are there any issues?

    Can I move a Virtual Domain Controller from one host(Win Server 2008 R2) to another (Win Server 2012 R2) ? Are there any issues?

    I also had this error: "Setup cannot continue. Your computer will now restart, and your previous version of Windows will be restored."
    trying to do a in-place upgrade of a Domain Controller Windows 2008 R2 to Windows 2012 R2.
    The problem was the separated System Reserved Partition. After I removed using this instructions:
    http://jacobackerman.blogspot.com/2012/12/how-to-remove-system-reserved-partition.html
    The upgrade ran ok, and now have my DC as Windows 2012 R2.
    Hope that helps!.

  • New, Single Server - DNS, Web, Wiki, Mail Setup Issues

    I'm having some issues properly setting up 10.7.3 to host internal DNS and external Web, Wiki and Mail.  I'm having issues with the web and wiki hosting.  Since those are the most important right now, I haven't really had a chance to fully test the other features.  I was able to do some testing of the mail and iCal but it was limited.
    Long read below but I thought the specifics would be helpful...
    My goals and configuration are:
    ***GOALS***
    Primary:
    1) Host a public website: example.org and www.example.org
    2) Host a public wiki: main.example.org and www.main.example.org
    3) Host a public mail server: [email protected]
    4) Host a public, group calendar
    4a) Read only to majority - Read/Write to a group
    5) Host a global address book for authenticated users
    Secondary:
    6) Allow anonymous public access to a file share (read only)
    7) Allow authenticated access to the same file share (read/write)
    8) Do as much of this via GUIs as possible.
    ***SETUP AND CONFIGURATION***
    Physical:
    1) Business class Internet (no blocked ports)
    2) A single, public and static IP address
    3) Domain name and public DNS via GoDaddy
    4) Wildcard Cert: *.example.org from GoDaddy
    5) Late 2011 (bought in Jan 2012) MacMini Lion Server (the $1,000 one).
    5a) Upgraded the RAM to 16GB (need for VMware Windows clients)
    5b) Added two USB to Ethernet adapters.
    6) Using a new model AirPort Extreme Base Station (bought w/ the MM) as the main router.
    Initial Configuration:
    7) Setup a Mac Address reservation for the main and two USB Ethernet ports along with the wireless too.
    7a) Main port = 10.0.1.5 / Others are .6, .7 and .10
    8) During the setup, I chose the Host on the Internet (third) option and named my server: main.example.org
    9) After the setup completed, I upgraded the OS & Admin Tool to 10.7.3 from a clean install (on #5 now)
    DNS Config
    10) I used the admin tool to open DNS and change:
    11) "Primary Zone Name" from main.example.org to example.org.
    12) In the "Nameservers:" block, I changed the zone name there but left the nameserver name alone (zone: example.org /// Nameserver Hostname: main.example.org).
    13) The Machine Name and Reverse Zone was left alone.  RZ resolves to main.example.org.  sudo changeip -checkhostname is good.  dig on the example.org and main.example.org are good to go (NOERROR).
    OD Config
    14) From the server app, I clicked Manage/Network Accounts and setup the OD - No issues.
    SSL
    15) From the server app, I created self signed cert, generated a CSR, got a public Cert, then replaced the self-signed with the public one - No issues.
    16) Changed any service using the self-signed cert to the public one - No issues.
    17) Changed the cert in the OD to the public cert from server admin - No issues.
    In order: File Sharing, Mail, AB, iCal, Web, Wiki, Profile Manager, Network Groups, Network Users
    18) File Sharing was setup using the server app
    19) Setup mail using the server app to start it and the server admin app to configure it - No issues there (I think...)
    20) AB - Flipped the switch to on
    21) iCal - Flipped the switch to on - I setup the e-mail address to use after I added the network accounts.
    22) Web - Flipped the switch to on - Default site worked (main.example.org)
    23) Wiki - Flipped the switch to on - Default wiki worked. (main.example.org)
    24) PM - Checked the sign config profiles and enabled the device mgt.  I then flipped the switch to on - Default settings and pages worked.
    ***MY PROBLEMS***
    Website:
    Adding a website for example.org gave me the red dot in the server app.  To fix that, I added a Machine Name record to my primary zone (PZ = example.org Machine Name = example.org).  I first tried using the same 10.0.1.5 IP as the main.example.org and left the reverse mapping alone (still resolved to the NS of main.example.org).
    That gave me the green light in the server app when trying to add the website again.  From there, I changed the "Store Site Files In" to the location of my website files (and confirmed "Everyone" has Read Access in the folder's security settings).  I left the other info alone (all defaults accepted) and clicked done.
    Access to the website works on the server but external access doesn't (Network Error/timed out tcp_error).  Checked the AirPort settings using the AirPort utility (version 5.5.3) and the Port Mapping (under the "Advanced" icon) show serveral services all pointing to 10.0.1.5.  Thinking it could be DNS I tried main.example.org externally and it failed the same way.
    I ran the changeip command (good to go) and dig on example.org and main.example.org and they both resolved to 10.0.1.5 correctly.
    I removed the example.org Machine Record from the zone and it now looks like:
    PZ=example.org / ZONE=example.org / NS=main.example.org
    Machine Record=main.example.org / IP=10.0.1.5
    RM=10.0.1.5 / Resolves=main.example.org
    PLEASE HELP!

    The amount of users (if relevant):
    On site - 1 (Me)
    Off site - 16 (Windows clients - some have iOS devices too)
    Web site traffic - less than 50 regular visits per day (avg of 15) with a peek of ~125 once a month.
    This is for a 501c3 public nonprofit made of all unpaid volunteers (including the officers and directors).  All of us have paying day jobs and I just so happen to be the guy that knows just enough to get myself in trouble here.

  • How to use company users on existing ldap server as EP6.0 sp2  Users?

    Hi everybody
    Our company user data is on a  LDAP server we want to connect our EP6  UME  to this existing LDAP server so that existing company users can access  the Portal with their company id and password. What configuration we should do on the portal ?
    thanks and regards
    Rajendra

    Hi!
    Look at Admin Guide:
    Administration Guide->Portal Platform->System Administration->User Management Configuration->Configuration of Data Sources Used for User Management->Defining an LDAP Directory as a Data Source
    WBR, Lnk

  • Multiple users login to 1 server when there are 2?

    This causes high utilization on 1 server every day and very slow logins. How can I fix this?
    Novell Netware, V6.5 Support Pack 9 - Developement Internal Release
    Support Pack Revision 09
    (C) Copyright 1983-2008 Novell Inc. All Rights Reserved. Patent Pending.
    Server Version 5.70.08 June 15, 2010
    Novell eDirectory Version 8.8 SP5 SMP
    NDS Version 20505.07 September 22, 2010

    This is the first server. I had to cut the log short...
    Novell File Server Configuration Report For Server: XYZ
    Novell File Server Configuration Report Created: Thu, Jun 23, 2011 9:38 am
    Novell File Server Configuration Report. [Produced by CONFIG.NLM v3.10.17]
    Novell NetWare 5.70.08 June 15, 2010
    (C) Copyright 1983-2008 Novell Inc. All Rights Reserved.
    Server name...............: XYZ
    OS Version................: v5.70
    OS revision number........: 8
    Product Version...........: v6.50
    Product Revision Number...: 9
    Server Up Time(D:H:M:Sec).: 17:10:49:30
    Serial number.............: XXXXXXXX
    Internal Net. Addr........: 00000000h
    Security Restriction Level: 1
    SFT Level.................: 2
    Engine Type...............: NATIVE
    TTS Level.................: 1
    Total Server memory.......: 3324.88 MB or 3486393344 Bytes
    Processor speed rating....: 262763
    Original cache buffers....: 850095
    Current Cache Buffers.....: 227050
    LRU Sitting Time(D:H:M:S).: 17:10:49:30
    Current FSP's.............: 47
    Current MP FSP's..........: 1320
    Current Receive Buffers...: 2225
    Directory cache buffers...: 0
    Workstations Connected....: 7349
    Max Workstations Connected: 9347
    Server language...........: ENGLISH (4)
    Timesync active...........: Yes
    Time is synchronized......: Yes
    Total Processors..........: 8
    Server DOS Country ID.....: 1
    Server DOS Code Page......: 437
    Boot Loader...............: DOS
    Top of Modules List 282 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
    AFPTCP.NLM v2.09.01 Jun. 7, 2010 AFPTCP (Build 212 SP)
    AFREECON.NLM v6.00 Feb. 28, 2006 AdRem Free Remote Console (NCPE)
    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
    AUDITLGN.NLM v1.20 May. 30, 2007 Login audit
    AUTHLDAP.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 LDAP Authentication Module
    BACKUPCR.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box DSBackup eMTool
    BACKUPTL.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box DSBackup eMTool
    BSDSOCK.NLM v6.82.02 Dec. 23, 2009 Novell BSDSOCK Module
    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
    BX2.LAN v4.64 Apr. 8, 2009 Broadcom NetXtreme II Gigabit Ethernet Driver
    CALNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWCalls Runtime Library
    CCS.NLM v27610.01.01 Mar. 30, 2009 Controlled Cryptography Services from Novell, Inc.
    CDBE.NLM v6.01 Sep. 21, 2006 NetWare Configuration DB Engine
    CDDVD.NSS v3.27.03 Jun. 7, 2010 NSS Loadable Storage System (LSS) for CD/UDF (Build 212 MP)
    CERTLCM.NLM v28200902.26 Feb. 26, 2009 Novell SASL EXTERNAL Proxy LCM 2.8.2.0 20090226
    CERTLSM.NLM v28200902.26 Feb. 26, 2009 Novell SASL EXTERNAL LSM 2.8.2.0 20090226
    CIFS.NLM v3.27.03 Jun. 7, 2010 CIFS Semantic Agent (Build 212 MP)
    CIFSPROX.NLM v3.27.03 Jun. 7, 2010 NMAS Proxy for CIFS (Build 212 MP)
    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.03 Jun. 7, 2010 NSS Common Support Layer (COMN) (Build 212 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
    CPQSHD.CDM v2.08 Feb. 19, 2008 HP NWPA SCSI Disk Driver
    CPUCHECK.NLM v5.60.01 Dec. 6, 2007 NetWare Processor Checking Utility
    CRLSM.NLM v2.08.01 Mar. 31, 2009 Challenge Response LSM v2.8.1.0
    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
    DBNET6.NLM v1.45.02 Mar. 16, 2006 Debug Network IO Support
    DFSLIB.NLM v3.27.03 Jun. 7, 2010 DFS Common Library (Build 212 MP)
    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
    DLOG.NLM v6.05.04 Dec. 7, 2006 Debug Memory Log Functions
    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 v20505.07 Sep. 22, 2010 Novell eDirectory Version 8.8 SP5 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 v20505.07 Sep. 22, 2010 Novell eDirectory Version 8.8.5 Loader SMP
    DSLOG.NLM v20219.15 May. 12, 2009 DS Log for Novell eDirectory 8.8.0
    EHCIDRV.CAD v1.05 Feb. 26, 2008 Novell Universal Serial Bus EHCI driver
    EMBOX.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Engine
    EMBOXMGR.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Manager
    EMBOXMSG.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Message API
    EMSECURE.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Security Service
    EPWDLSM.NLM v27000508.12 Aug. 12, 2005 Novell Enhanced Password LSM 2.7.0.0 20050812
    ETADVLSM.NLM v27000508.03 Aug. 3, 2005 Novell Entrust LSM 2.7.0.0 20050803
    ETHERTSM.NLM v3.90 Mar. 20, 2006 Novell Ethernet Topology Specific Module
    FATFS.NLM v1.24 Aug. 27, 2007 FAT Filesystem Module for NetWare
    FILESYS.NLM v5.14 Apr. 16, 2008 NetWare File System NLM
    GAMS.NLM v2.00.01 Sep. 2, 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
    HPBRAND.NLM v6.11 Aug. 26, 2009 HP Data Protector HPBRAND
    HPINET.NLM v6.11 Aug. 26, 2009 HP Data Protector HPINET
    HPLIBDC.NLM v6.11 Aug. 26, 2009 HP Data Protector HPLIBDC
    HPLIBDE.NLM v6.11 Aug. 26, 2009 HP Data Protector HPLIBDE
    HPQCISS.HAM v1.14 May. 5, 2008 HP SAS/SATA Unified RAID driver
    HT2SOAP.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box HTTP to SOAP shim
    HTTPSTK.NLM v4.03 Sep. 4, 2008 Novell Small Http Interface
    HWDETECT.NLM v1.19.05 Feb. 20, 2003 Novell Hardware Insertion/Removal Detection
    ICEWM.NLM v3.01.02 Oct. 16, 2008 IceWM Dynamic Library for NetWare
    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
    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
    JAVA.NLM v1.43 Oct. 16, 2008 java.nlm (based on 1.4.2_18) Build 08101613
    JCLNT.NLM v2.05 Aug. 4, 2010 NetWare JClient-Native (Build 2.5.502)
    JCLNTR.NLM v2.05 Aug. 4, 2010 NetWare JClient-Native Resources (Build 2.5.502)
    JNCPV2.NLM v1.10 Nov. 13, 2003 Native Wrapper Java Class Libraries for NetWare
    JNDPS.NLM v4.30.01 Jun. 12, 2009 Native Wrapper Java Class Libraries for NDPS
    JNET.NLM v1.43 Oct. 16, 2008 Java jnet (based on 1.4.2_18)
    JSMSG.NLM v3.27.03 Jun. 7, 2010 Jetstream Message Layer (Build 212 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.03 Jun. 7, 2010 Jetstream TCP Transport Layer (Build 212 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)
    LANGMAN.NLM v20504.01 May. 24, 2010 Novell Cross-Platform Language Manager
    LANGMANI.NLM v20504.01 May. 24, 2010 Novell Cross-Platform Language Manager
    LBURP.NLM v20504.02 May. 24, 2010 LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.8.
    LCMCIFS2.NLM v2.00.09 May. 20, 2008 Windows Native File Access Login Methods (Build 85 SP)
    LCMMD5.NLM v28000806.23 Jun. 23, 2008 Novell SASL DIGEST-MD5 Proxy LCM 2.8.0.0 20080623
    LDAPSDK.NLM v3.05.02 Jun. 29, 2010 LDAP SDK Library (Clib version)
    LDAPX.NLM v3.05.01 Jun. 29, 2010 NetWare Extension APIs for LDAP SDK (Clib version)
    LDAPXS.NLM v3.05.01 Jun. 29, 2010 (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.03 Jun. 7, 2010 Generic Library used by NSS (Build 212 MP)
    LLDAPSDK.NLM v3.05.02 Jun. 29, 2010 LDAP SDK Library (LibC version)
    LLDAPSSL.NLM v3.05.01 Jun. 29, 2010 NetWare SSL Library for LDAP SDK (LibC version)
    LLDAPX.NLM v3.05.01 Jun. 29, 2010 NetWare Extension APIs for LDAP SDK (LibC version)
    LOCNLM32.NLM v6.00.04 Nov. 29, 2005 NetWare NWLocale Runtime Library
    LOGGER.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Logger
    LSAPI.NLM v5.02 Jan. 7, 2003 NLS LSAPI Library
    LSL.MPM v5.70 Feb. 15, 2006 lsl Memory Protection Module
    LSL.NLM v4.86 Feb. 2, 2006 Novell NetWare Link Support Layer
    LSMAFP3.NLM v2.00.11 Jul. 15, 2008 Macintosh Native File Access Login Methods (Build 108 SP)
    LSMCIFS2.NLM v2.00.07 Jul. 15, 2008 Windows Native File Access Login Methods (Build 108 SP)
    LSMMD5.NLM v28000806.23 Jun. 23, 2008 Novell SASL DIGEST-MD5 LSM 2.8.0.0 20080623
    LSSS.NLM v3.40 Jul. 1, 2009 Novell SecretStore LDAP Extension Manager 3.4.1.32
    MAL.NSS v3.27.03 Jun. 7, 2010 NSS Media Access Layer (MAL) (Build 212 MP)
    MALHLP.NLM v3.27.03 Jun. 7, 2010 NSS Configure help messages (Build 212 MP)
    MANAGE.NSS v3.27.03 Jun. 7, 2010 NSS Management Functions (Build 212 MP)
    MASV.NLM v2.00.01 Sep. 2, 2008 Mandatory Access Control Service
    MATHLIB.NLM v4.21 Oct. 14, 1999 NetWare Math Library Auto-Load Stub
    MERGECR.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box DSMerge eMTool
    MERGETL.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box DSMerge eMTool
    MM.NLM v3.22.07 Aug. 20, 2008 NetWare 6.5 Media Manager
    MOD_JK.NLM v1.02.23 Apr. 25, 2008 Apache 2.0 plugin for Tomcat
    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
    MRTGEXT.NLM v1.46.02 Jan. 3, 2007 MRTG Extention for NetWare
    MSM.NLM v4.12 Aug. 22, 2007 Novell Multi-Processor Media Support Module
    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
    NCPNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWNCP Runtime Library
    NDSAUDIT.NLM v2.09 May. 22, 2003 Directory Services Audit
    NDSIMON.NLM v20505.03 Sep. 9, 2010 NDS iMonitor 8.8.5 SP5
    NEB.NLM v5.60 Sep. 27, 2004 Novell Event Bus
    NETDB.MPM v5.70 Feb. 15, 2006 netdb Memory Protection Module
    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
    NFAP4NRM.NLM v1.04 Dec. 8, 2003 NFAP Simple Password Management NLM
    NICISDI.NLM v27610.01.01 Mar. 30, 2009 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
    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 v20505.03 Sep. 9, 2010 LDAP Agent for Novell eDirectory 8.8 SP5
    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 v33200904.07 Apr. 7, 2009 Novell Modular Authentication Service 3.3.2.0 20090407
    NMASGPXY.NLM v33200904.07 Apr. 7, 2009 NMAS Generic Proxy 3.3.2.0 20090407
    NMASLDAP.NLM v33200904.07 Apr. 7, 2009 NMAS LDAP Extensions 3.3.2.0 20090407
    NPKIAPI.NLM v3.33 Apr. 16, 2009 Public Key Infrastructure Services
    NPKIJNI.NLM v3.33 Apr. 16, 2009 Public Key Infrastructure Services
    NPKIT.NLM v3.33 Apr. 16, 2009 Public Key Infrastructure Services
    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
    NSPSLP.NLM v6.20.04 Dec. 6, 2007 NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    NSS.NLM v3.27.03 Jun. 7, 2010 NSS (Novell Storage Services) (Build 212 MP)
    NSSIDK.NSS v3.27.03 Jun. 7, 2010 NSS Pool Configuration Manager (Build 212 MP)
    NSSWIN.NLM v3.27.03 Jun. 7, 2010 NSS ASCI Window API Library (Build 212 MP)
    NTLS.NLM v20510.01 Mar. 11, 2009 NTLS 2.0.5.0 based on OpenSSL 0.9.7m
    NVGES.NLM v4.00 May. 30, 2007 NetVision GES Broker for NetWare
    NVLOGREG.NLM v3.50 May. 31, 2007 NetVision Login and Registration API
    NVSA.NLM v4.06 May. 15, 2008 NetVision ServerAlert NLM
    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)
    NWI.NLM v2.51 Feb. 11, 2008 NetWare Install (NWI) Module
    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.03 Jun. 7, 2010 NSS NetWare Semantic Agent (NWSA) (Build 212 MP)
    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]{""})
    OWCIMOMD.NLM v3.02 Nov. 27, 2007 OpenWBEM CIMOM Daemon with Novell providers
    PARTAPI.NLM v2.00 Apr. 17, 2002 Partition APIs for NetWare 6.1
    PKI.NLM v3.33 Apr. 16, 2009 Novell Certificate Server
    PKIAPI.NLM v2.23.10 Nov. 20, 2004 Public Key Infrastructure Services
    PMLODR.NLM v1.25 Nov. 4, 2004 ENG TEST - 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
    PS2.NLM v1.01 Oct. 16, 2008 Java - PS/2 Mouse Port Driver Build 081016
    PSA.NSS v3.27.03 Jun. 7, 2010 PSA Posix Semantic Agent (PSA) (Build 212 MP)
    PSVCS.NLM v251.00 Nov. 30, 2001 Portability Services
    PVER500.NLM v3.00 Apr. 27, 2010 ENG TEST - 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
    QUEUE.NLM v5.60 May. 24, 2001 NetWare Queue Services NLM
    REPAIRCR.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box DSRepair eMTool
    REPAIRTL.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box DSRepair eMTool
    REQUESTR.NLM v5.90.15 Mar. 10, 2008 Novell NCP Requestor for NLMs
    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
    RSS.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Remote Subscription Service
    SAL.NLM v20504.01 May. 24, 2010 Novell System Abstraction Layer Version 8.8.0
    SASDFM.NLM v27610.01.01 Mar. 30, 2009 SAS Data Flow Manager
    SASL.NLM v33200904.07 Apr. 7, 2009 Simple Authentication and Security Layer 3.3.2.0 20090407
    SCHEMACR.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Schema eMTool
    SCHEMATL.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box Schema eMTool
    SCRCB.NLM v1.00 Oct. 3, 2005 Scripting - LibC-CLib Context Broker
    SERVICTL.NLM v20505.02 Sep. 9, 2010 eDirectory Management Tool Box DSService eMTool
    SERVINST.NLM v5.00.13 Nov. 21, 2005 NetWare 5.x/6.x Instrumentation
    SETBG.NLM v1.01 Oct. 16, 2008 Java - X Window Set Background Frontend Build 081016
    SETMD4.NLM v2.00.01 Jun. 7, 2010 Windows Native File Access CIFS Library (Build 212 SP)
    SGUID.NLM v6.01 Sep. 27, 2002 NetWare GUID Services
    SLP.MPM v5.70 Feb. 15, 2006 slp Memory Protection Module
    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.57.06 Feb. 15, 2010 SMS - Storage Data Requestor
    SMSUT.NLM v1.01.03 Aug. 14, 2007 SMS - Utility Library for NetWare 6.X
    SNMP.MPM v5.70 Feb. 15, 2006 snmp Memory Protection Module
    SNMP.NLM v4.18 Jul. 25, 2006 Netware 4.x/5.x/6.x SNMP Service
    SPMDCLNT.NLM v33200904.07 Apr. 7, 2009 Novell SPM Client for DClient 3.3.2.0 20090407
    SSLDP.NLM v3.40 Jul. 1, 2009 Novell SecretStore LDAP Transport Plugin 3.4.1.32
    SSNCP.NLM v3.40 Jul. 1, 2009 Novell SecretStore NCP Transport Plugin 3.4.1.32
    SSS.NLM v3.40 Jul. 1, 2009 Novell SecretStore 3.4.1.32
    STREAMS.MPM v5.70 Feb. 15, 2006 streams Memory Protection Module
    STREAMS.NLM v6.00.06 May. 4, 2005 NetWare STREAMS PTF
    SYSCALLS.NLM v5.61 Aug. 2, 2007 NetWare Operating System Call and Marshalling Library
    SYSLOG.NLM v6.05.03 Oct. 22, 2007 NetWare Logfile Daemon
    TCP.NLM v6.82.06 Dec. 23, 2009 Novell TCP/IP Stack - Transport module (NULL encryption)
    TCPIP.MPM v5.70 Feb. 15, 2006 tcpip Memory Protection Module
    TCPIP.NLM v6.82.02 Sep. 30, 2009 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.MPM v5.70 Feb. 15, 2006 tli Memory Protection Module
    TLI.NLM v4.30.02 Dec. 19, 2000 NetWare Transport Level Interface Library
    TSAFS.NLM v6.52.09 Oct. 16, 2008 SMS - File System Agent for NetWare 6.X
    TSANDS.NLM v20504.03 May. 25, 2010 TSA for Novell eDirectory 7.x, 8.x
    TUI.NLM v1.05.03 May. 28, 1998 Textual User Interface MOAB_B40.528
    UHCIDRV.CAD v1.07 Feb. 26, 2008 Novell Universal Serial Bus UHCI driver
    UIMON.NLM v1.03 Oct. 16, 2008 UIMON, User interface monitor Build 081016
    UNICODE.NLM v7.00 Oct. 26, 2004 NetWare Unicode Runtime Library (UniLib-based) [optimized]
    USCLSM.NLM v27000507.14 Jul. 14, 2005 Novell Universal SmartCard LSM 2.7.0.0 20050714
    USERLIB.NLM v5.60 Sep. 29, 2008 NetWare Operating System Function Library
    UTILLDAP.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 LDAP Authentication 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.03 Jun. 7, 2010 DFS Volume Location Database (VLDB) RPC interface (Build 212 MP)
    VMRPC.NLM v3.27.03 Jun. 7, 2010 DFS Volume Manager RPC interface (Build 212 MP)
    VOLMN.NSS v3.27.03 Jun. 7, 2010 NSS Distributed Volume Manager (Build 212 MP)
    VOLSMS.NLM v3.27.03 Jun. 7, 2010 NSS Distributed Volume Manager (Build 212 MP)
    WS2_32.NLM v6.24.01 Feb. 14, 2008 NetWare Winsock 2.0 NLM
    WSPDSI.NLM v6.21.01 Oct. 25, 2005 NetWare Winsock Service 1.0 NLM for Data Stream Interface
    WSPIP.NLM v6.24 Dec. 4, 2007 NetWare Winsock Service 1.0 NLM for TCP and UDP
    WSPSSL.NLM v6.26 Dec. 4, 2007 NetWare Winsock Service 1.0 NLM for SSL
    X509ALSM.NLM v27000508.03 Aug. 3, 2005 Novell Advanced X.509 LSM 2.7.0.0 20050803
    X509LSM.NLM v27000508.03 Aug. 3, 2005 Novell Simple X.509 LSM 2.7.0.0 20050803
    XENGEXP.NLM v27610.01.01 Mar. 30, 2009 NICI Import Restricted XENG from Novell, Inc.
    XENGNUL.NLM v27610.01.01 Mar. 30, 2009 NICI NULL XENG from Novell, Inc.
    XENGUSC.NLM v27610.01.01 Mar. 30, 2009 NICI U.S./Worldwide XENG from Novell, Inc.
    XI18N.NLM v10310.53 Aug. 2, 2005 Novell Cross-Platform Internationalization Package
    XIDEV.NLM v1.02 Oct. 16, 2008 Java - X Window Input Driver Build 081016
    XIM.XLM v27510.02.01 Aug. 25, 2008 Novell NICI Signed Loader
    XINIT.NLM v6.01 Oct. 16, 2008 Java - X Window System initializer Build 081016
    XIS11.NLM v1.00.03 Nov. 18, 2009 XML Integration Service
    XLIB.NLM v11.07 Oct. 16, 2008 Java - XFree86 4.X X11R6 Library (LIBC) Build 081016
    XMGR.NLM v27610.01.01 Mar. 30, 2009 NICI XMGR from Novell, Inc.
    XNGAUSC.NLM v27610.01.01 Mar. 30, 2009 NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    XSELPROXY.NL v1.01 Oct. 16, 2008 Java - X Selection proxy utility Build 081016
    XSETBG.NLM v6.01 Oct. 16, 2008 Java - X11 Image Loading utility Build 081016
    XSUP.NLM v27610.01.01 Mar. 30, 2009 NICI XSUP from Novell, Inc.
    XVESA.NLM v5.01.02 Oct. 16, 2008 Java - XFree86 4.2.0 Kdrive VESA XServer Build 081016
    ZIP.NLM v1.43 Oct. 16, 2008 Java zip (based on 1.4.2_18)
    ZLSS.NSS v3.27.03 Jun. 7, 2010 NSS Journaled Storage System (ZLSS) (Build 212 MP)
    End of Modules List 282 Modules Loaded.
    Top of LAN Driver Configuration Listing
    Signature.....: HardwareDriverMLID
    CFG Version...: 1.15
    Node Address..: 00215A5D04F4
    Board Number..: 1
    Board Instance: 1
    Media Type....: ETHERNET_II
    MLID Version..: 4.64
    Slot..........: 10039
    I/O...........: None
    Memory........: F8000000h -> F800FFFFh
    IRQ...........: 5
    DMA...........: None
    Logical Name..: BX2_1_EII_EII
    End of LAN Driver Configuration Listing
    Top of Boot Drive Information
    SERVER.EXE loaded from...........: C:\NWSERVER\
    SERVER.EXE version...............: 1357067 bytes 03-09-2011 12:06pm
    Total Space on Drive.............: 496 MB
    Available Space..................: 424 MB
    End of Boot Drive Information
    Top of Storage Device Configuration Information
    Storage Device Summary:
    0x0000 [V100-A100] USB UHCI Controller
    0x0001 [V100-A101] USB UHCI Controller
    0x0002 [V100-A102] USB UHCI Controller
    0x0003 [V100-A103] USB UHCI Controller
    0x0004 [V100-A104] USB EHCI Controller
    0x0005 [V100-A105] USB UHCI Controller
    0x0006 [V025-A0] Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    0x0010 [V025-A0-D0:0] TEAC DV-W28E-RW f/w:G.B2
    0x0007 [V505-A1] HP SAS/SATA Unified RAID Driver
    0x000A [V505-A1-D0:0] HP Smart Array P400 Slot 0 LUN 0
    0x0011 Unidentified Media
    0x0008 [V505-A2] HP SAS/SATA Unified RAID Driver
    0x0009 [V505-A2-D0:0] HP Smart Array P400 Slot 4 LUN 0
    0x000B DOS Partitioned Media
    0x000F [V505-A2-D0:0-PEF3A1] Free Partition Space
    0x000C [V505-A2-D0:0-P0] Big DOS; OS/2; Win95 Partition
    0x000D [V505-A2-D0:0-P1F2] NSS Partition
    0x000E [V505-A2-D0:0-P2902] NSS Partition
    Storage Device Details:
    [V100-A100] USB UHCI Controller
    Media Manager object ID..: 0x0000
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 256
    Primary port address.....: 1000
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 18
    Interrupt 1..............: Not used
    Slot.....................: 10019
    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
    [V100-A101] USB UHCI Controller
    Media Manager object ID..: 0x0001
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 257
    Primary port address.....: 1020
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 28
    Interrupt 1..............: Not used
    Slot.....................: 10020
    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
    [V100-A102] USB UHCI Controller
    Media Manager object ID..: 0x0002
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 258
    Primary port address.....: 1040
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 38
    Interrupt 1..............: Not used
    Slot.....................: 10021
    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
    [V100-A103] USB UHCI Controller
    Media Manager object ID..: 0x0003
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 259
    Primary port address.....: 1060
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 48
    Interrupt 1..............: Not used
    Slot.....................: 10022
    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
    [V100-A104] USB EHCI Controller
    Media Manager object ID..: 0x0004
    Media Manager Object Type: Adapter
    Driver name..............: EHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 260
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 18
    Interrupt 1..............: Not used
    Slot.....................: 10023
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 006C
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V100-A105] USB UHCI Controller
    Media Manager object ID..: 0x0005
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 261
    Primary port address.....: 3800
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 60
    Interrupt 1..............: Not used
    Slot.....................: 10030
    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-A0] Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Media Manager object ID..: 0x0006
    Media Manager Object Type: Adapter
    Driver name..............: IDEATA.HAM
    Assigned driver ID.......: 37
    Adapter number...........: 0
    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-A0-D0:0] TEAC DV-W28E-RW f/w:G.B2
    Media manager object ID.....: 0x0010
    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..............: 0
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    Removable drive mount status: Dismounted
    Removable drive lock status.: Not locked
    [V505-A1] HP SAS/SATA Unified RAID Driver
    Media Manager object ID..: 0x0007
    Media Manager Object Type: Adapter
    Driver name..............: HPQCISS.HAM
    Assigned driver ID.......: 1285
    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..............: 5
    Interrupt 1..............: Not used
    Slot.....................: 10032
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0100
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V505-A1-D0:0] HP Smart Array P400 Slot 0 LUN 0
    Media manager object ID.....: 0x000A
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 979456 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 49321
    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..............: 1
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    Unidentified Media
    Media Manager object ID..: 0x0011
    Media Manager Object Type: Media
    Media type...............: Unknown
    [V505-A2] HP SAS/SATA Unified RAID Driver
    Media Manager object ID..: 0x0008
    Media Manager Object Type: Adapter
    Driver name..............: HPQCISS.HAM
    Assigned driver ID.......: 1285
    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..............: 7
    Interrupt 1..............: Not used
    Slot.....................: 4
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0100
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V505-A2-D0:0] HP Smart Array P400 Slot 4 LUN 0
    Media manager object ID.....: 0x0009
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 979456 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 49321
    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..............: 2
    System Type.................: 0x90000
    Read after write verify.....: Not supported
    DOS Partitioned Media
    Media Manager object ID..: 0x000B
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V505-A2-D0:0-PEF3A1] Free Partition Space
    Media Manager object ID......: 0x000F
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 2006780000
    Size, in sectors.............: 640
    [V505-A2-D0:0-P0] Big DOS; OS/2; Win95 Partition
    Media Manager object ID......: 0x000C
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 1019968
    [V505-A2-D0:0-P1F2] NSS Partition
    Media Manager object ID......: 0x000D
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 1020000
    Size, in sectors.............: 20480000
    [V505-A2-D0:0-P2902] NSS Partition
    Media Manager object ID......: 0x000E
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 21500000
    Size, in sectors.............: 1985280000
    End of Storage Device Configuration Information
    * Volume Statistics for SYS *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 9934 MB
    Block Size.................: 4 KB
    Total Blocks...............: 2543202
    Free Blocks................: 478208
    Purgable Blocks............: 515511
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147327396
    Sectors per Block..........: 8
    Free Disk Space............: 1868 MB
    Purgable Disk Space........: 2013 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................: 966499 MB
    Block Size.................: 4 KB
    Total Blocks...............: 247423927
    Free Blocks................: 27092763
    Purgable Blocks............: 3932724
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2145105235
    Sectors per Block..........: 8
    Free Disk Space............: 105831 MB
    Purgable Disk Space........: 15362 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............: XXXX_I
    NDS Server Name..........: CN=XXXSVR1NW.OU=OES 2 Netware Servers.OU=OES SERVERS.OU=SERVERS.O=XYZ.T=XYZ_I
    NDS Version..............: v20505.07
    sys:_netware attributes..: Hidden System SubDir ImmediatePurge
    *.NDS files..........: 22529 (56.9 MB)
    *.DSD files..........: 2 (0 bytes)
    *.DSB files..........: 0 (0 bytes)
    NDS.* files..........: 4 (187.4 MB)
    NDS*.LOG files.......: 0 (0 bytes)
    NDO.* files..........: 3 (187.9 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=XYZ_I
    Partition Type...........: Master
    Partition State..........: On
    Partition Name...........: OU=PUBLIC.O=XYZ.T=XYZ_I
    Partition Type...........: Master
    Partition State..........: On
    Partition Name...........: OU=STAFF.O=XYZ.T=XYZ_I
    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..: Reporting Snapin
    Product ID...........: CANWAG
    Product Version......: 11.1.3
    Product Description..: BrightStor ARCserve Backup NetWare Agent
    Product ID...........: CONSOLE1
    Product Version......: 1.3.6
    Product Description..: ConsoleOne 1.3.6h
    Product ID...........: EDIR
    Product Version......: 88.5.0
    Product Description..: eDirectory (tm) 88 SP5
    Product ID...........: EDIR_IR
    Product Version......: 88.5.5
    Product Description..: Novell eDirectory Patch 8.8.5.5
    Product ID...........: EMBOX
    Product Version......: 88.5.0
    Product Description..: eDirectory Management Utilities Toolbox
    Product ID...........: LDAP
    Product Version......: 88.0.0
    Product Description..: LDAP Services
    Product ID...........: NDS8
    Product Version......: 88.5.0
    Product Description..: eDirectory (tm) 88 SP5
    Product ID...........: NICI
    Product Version......: 2.7.6
    Product Description..: Novell International Cryptographic Infrastructure (NICI)
    Product ID...........: NICIU0
    Product Version......: 2.7.6
    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.2
    Product Description..: Novell Modular Authentication Service
    Product ID...........: NSN
    Product Version......: 2.0.0
    Product Description..: NSN
    Product ID...........: NSS
    Product Version......: 3.27.03
    Product Description..: NetWare 6.5 post-SP8 NSS 8C
    Product ID...........: NTLS
    Product Version......: 2.0.5
    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...........: 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.3
    Product Description..: Novell Certificate Server v3.33
    Product ID...........: PORTAL
    Product Version......: 4.3.0
    Product Description..: NetWare Remote Manager (NRM)
    Product ID...........: Pattern
    Product Version......: 1.0.0
    Product Description..: Management 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 (SMS)
    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 Servlet Container
    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...........: eGuide
    Product Version......: 2.1.2
    Product Description..: eDirectory Address Book Web Application
    Product ID...........: iManager
    Product Version......: 2.7.2
    Product Description..: Novell iManager 2.7.2
    Product ID...........: iMonitor
    Product Version......: 2.4.0
    Product Description..: NDS iMonitor Services
    End of Installed Product List
    Top of Running Java Processes 3 Processes Running
    Class Name...........: org.apache.catalina.startup.Bootstrap
    Class ID.............: 418
    Class State..........: Running
    Class Name...........: org.apache.catalina.startup.Bootstrap
    Class ID.............: 470
    Class State..........: Running
    Class Name...........: org.apache.catalina.startup.Bootstrap
    Class ID.............: 420
    Class State..........: Running
    End of Running Java Processes
    Top of Server Memory Statistics
    Allocated Memory.................: 1316.4 MB
    Cache Buffer Memory..............: 886.9 MB
    Cache Moveable Memory............: 0.0 MB
    Cache Non-moveable Memory........: 0.0 MB
    Code Memory......................: 42.6 MB
    Data Memory......................: 20.7 MB
    Total Work Memory................: 2266.6 MB
    Other Cache Pages Memory.........: 1864.8 MB
    System Memory Under 4GB..........: 3324.9 MB
    Total Known Memory...............: 4864.0 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
    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 xx.xxx.xxx.x 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
    xxx.xx.xx.xx sri-nic.arpa nic.ddn.mil nic
    xx.x.x.xx wsmr-simtel20.army.mil simtel20
    xx.xxx.xxx.xxx xyz
    xx.xxx.xxx.xxx xyz_CLUSTER_ZEN_POOL_SERVER
    xx.xxx.xxx.xxx zen
    xx.xxx.xxx.xxx zen
    xx.xxx.xxx.xxx xyz
    xx.xxx.xxx.xxx xyz_xyz.xyz.net xyz_xyz
    End of file. [SYS:ETC\HOSTS]
    Top of file. [SYS:ETC\HOSTNAME]
    xx.xxx.xxx.xxx xyz.xyz.net
    End of file. [SYS:ETC\HOSTNAME]
    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 MonitorCommunity=XYZ ControlCommunity=XYZ TrapCommunity=XYZ
    LOAD BCALLSRV
    #!END
    #!BEGINTSMLOAD
    #!END
    #!BEGINBOARD DRVR=BX2 NAME=BX2_1_EII STATUS=ENABLED NUMPORTS=1 DRVRTYPE=LAN VARIABLEPORTS=NO PORTPARAM=CHANNEL SLOT=10039
    #Transferred from AUTOEXEC.NCF
    #!BEGINPORT NAME=BX2_1_EII NUMBER=1 STATUS=ENABLED FRAMES=YES NUMLINKS=1 MEDIA=EtherTsm WANFRAME=UNCONFIGURED
    #Transferred from AUTOEXEC.NCF
    #!REFCOUNT=1
    LOAD BX2 NAME=BX2_1_EII_EII FRAME=ETHERNET_II SLOT=10039
    #!END
    #!END
    #!BEGINPROTO PROTO=TCPIP STATUS=ENABLED
    LOAD TCPIP
    #Transferred from AUTOEXEC.NCF
    #!BEGINBIND STATUS=ENABLED
    BIND IP BX2_1_EII_EII ARP=Yes Mask=255.255.255.0 Address=xx.xxx.xxx.xxx
    #xx.xxx.xxx.xxx
    #!END
    #!END
    End of file. [SYS:ETC\NETINFO.CFG]
    Top of file. [SYS:ETC\RESOLV.CFG]
    domain xxx.net
    nameserver xx.xxx.xxx.xx
    nameserver xx.xxx.xxx.xx
    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, xx.xxx.xxx.xxx
    DA IPV4, xx.xxx.xxx.xxx SCOPE "SLP_xxxx"
    End of file. [SYS:ETC\SLP.CFG]
    Top of file. [SYS:ETC\TCPIP.CFG]
    AutonomousSystem 0
    Protocol rip off {
    Interface {
    Address 10.224.248.152
    Port BX2_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 xx.xxx.xxx.xxx
    Port BX2_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 10.224.248.152
    AddressMask 255.255.255.0
    Port BX2_1_EII_EII
    Type lan
    RouterDiscovery no
    SolicitationAddress multicast
    NATStatus Disabled
    SecIPStatus Enabled
    SecIPAddress 10.224.248.119
    ArpableSecIP yes
    Stubnet off
    TOSStatus Disabled
    TOSValue 0
    ARPTimerStatus Disabled
    ARPCacheUpdateTimeout 300
    ARPCacheStaleTimeout 300
    GroupedInterface no
    PrimaryInterface no
    LBPolicy 0
    Arpable yes
    NetworkAddress 10.224.248.0
    VIPASupport Enabled
    BdgStatus Enabled
    ForwardIPSourceRouting off
    NATFiltering off
    Deadgatewaydetection off {
    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 1839096 bytes.
    Only last 200 kbytes of file was scanned.
    PVER: 6.50.09
    Server XYZSVR1NW halted Sunday, June 5, 2011 9:00:00.069 pm
    Abend 1 on P04: Server-5.70.08: Page Fault Processor Exception (Error code 00000000)
    Registers:
    CS = 0008 DS = 0010 ES = 0010 FS = 0010 GS = 0010 SS = 0010
    EAX = 000176D4 EBX = 00000000 ECX = 00000001 EDX = 00000001
    ESI = 00000003 EDI = 0000000C EBP = 00000246 ESP = 7682BE2C
    EIP = 0023D3E9 FLAGS = 00010002
    0023D3E9 8B93C0000000 MOV EDX, [EBX+000000C0]=?
    EIP in SERVER.NLM at code start +0002F2C9h
    Access Location: 0x000000C0
    The violation occurred while processing the following instruction:
    0023D3E9 8B93C0000000 MOV EDX, [EBX+000000C0]
    0023D3EF B8A0860100 MOV EAX, 000186A0
    0023D3F4 85D2 TEST EDX, EDX
    0023D3F6 740C JZ 0023D404
    0023D3F8 48 DEC EAX
    0023D3F9 7409 JZ 0023D404
    0023D3FB 83BBC000000000 CMP [EBX+000000C0], 00000000
    0023D402 75F4 JNZ 0023D3F8
    00

  • 500 internal server error for only single user

    Hi Experts,
    Pls help me that
    I am getting the problem of 500 Internal server error for a single user .
    Except that user remaining users are not getting this error, They are working fine
    i.e it is ESS & MSS  Package all other application working fine , this iview came from  Webdynpro .
    Regards
    Krishna

    Hi Arun,
    where can i check with that whether in DEV/PROD system...?
    I don't have access to PROD system and SU01 system too.
    Can you please guide me with the steps to get it done.
    Please check the below log which is getting displayed for the User, when he is logging in.
    Error summary
    While processing the current request, an exception occurred which could not be handled by the application or the framework.
    If the information contained on this page doesnu2019t help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this
    Root Cause
    The initial exception that caused the request to fail, was:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting  interface controller
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.ensureActiveComponent(ComponentUsage.java:773)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUSage.java:348)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceController(ComponentUsage.java:335)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetFPMConfigurationUsageInterface(InternalFPMComponent.java.245)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.changeToExceptionPerspective(FPMComponent.java:862)
    u2026 59 more
    Please provide me any help.
    Thanks in advance.
    Regards,
    Ponneswari A.

  • Calendar Server 3.5: Problem using user's ID with uniuser -mod command

    When there are two users who have the same Common Name (CN) in LDAP but
    different User ID's (uid
    field), I have a problem using the uid
    field as an argument to
    uniuser -mod in Netscape Calendar
    Server (NCS) 3.5. For example, there may be two users, User1 and User2, who
    both have the CN "John Smith."<BR>
    <P>
    <B>User1</B>
    uid: jsmith2
    sn: Smith
    givenname: John
    nscalxitemid: 10001:00314
    <B>User2</B>
    uid: jsmith
    sn: Smith
    givenname: John
    nscalxitemid: 10001:00213
    <P>
    Let's say I want to change the value for nsCalOrgUnit2
    for User1 to "jsmith." In NCS 4.0,
    I can specify the uid as
    an argument to uniuser -mod
    . However, in NCS 3.5, if I specify the
    uid as an argument to
    uniuser -mod, the entry
    for the user does not get changed.<BR>
    <P>
    <B>Calendar Server 4.0</B><BR>
    <P>
    %uniuser -mod "ID=00314" -m "OU2=jsmith/OU3=People" -n 10001
    <BR>
    uniuser: modified "Smith, John"<BR>
    <P>
    (The LDAP entry for User1 also reflects this change.)
    <P>
    <B>Calendar Server 3.5</B><BR>
    <P>
    %uniuser -mod "ID=00314" "OU2=jsmith/OU3=People" 10001
    <BR>
    uniuser: no need to modify "Smith,John"<BR>
    <P>
    (The LDAP entry for User1 does not reflect the change.)<BR>
    <P>
    %uniuser -mod "S=Smith/G=John/ID=00314" "OU2=jsmith/OU3=People"
    10001<BR>
    uniuser: no need to modify "Smith,John"<BR>
    <P>
    (The LDAP entry for User1 does not reflect the change.)<BR>
    <P>
    If I use the command uniuser -mod "S=Smith/G=John"
    "OU2=jsmith/OU3=People" 10001
    in NCS 3.5, the script will change the entry of the first "John Smith" in the
    database and will cause the LDAP entry for this user to be updated as well.
    However, the entry modified may or may not be the correct one. So, in
    NCS 3.5, is there a way to specify a particular uid
    to ensure that the correct LDAP entry
    is modified?
    <P>
    To modify a user's information using the uid
    field in Calendar Server 3.5, change
    the user.ini file. The
    following steps show how to change a user's information by modifying the
    .ini file:<BR>
    <P>
    <OL>
    <LI>Open the user.ini
    file, which is in the path /users/unison/misc/user.ini
    <P>
    <LI>Add a section containing the desired changes. For example,<BR>
    <P>
    [Test]<BR>
    OU2 = jsmith<BR>
    OU3 = People<BR>
    <P>
    <LI>Run uniuser with
    the following options:<BR>
    <P>
    % uniuser -mod "ID=00314" -s Test 10001
    </OL>

    It turns out to be a problem with the user Keychain. It has some weird entry that was sending the wrong password. I delete all entries to the server and that corrected the problem

  • OS10.6x - Connect to Server as 2 or more users at same time

    Our office uses a mac-mini as a server running Mac OS10.6.x Server to support 10-15 users (all OS10.6.x).
    Most of the staff only need to connect to our main shared volume / file store (shared point) using a standard login name + pass
    (eg all staff login as <general_user>)
    We also have another file store on the same shared volume for more restricted files which can be accessed by a restricted login name (eg managers can login as <restricted_user>)
    Sometimes I need to access those restricted files from from a computer already connected as <general_user> so it would be useful to have 2 different connections (with different user names) to the server/ shared volume at once.
    ie. connect to the server as <general_user> and <restricted_user> at the same time from single computer
    eg.
    A Staff_Member has general access to the server (or shared volume).
    They are working on a report which they have asked me to review - we do this together on their machine (which is currently connected as <general_user>)
    While reviewing the report, I need to access other information which is of a restricted nature - say select figures from an account etc - that I want to copy and past into the document.
    I want to be able to connect to the server as <restricted_user> temporarily, open the report and then copy and past info into the current document.
    Is this possible.
    It seams that you need to disconnect user one before connecting as another user, however this is not always possible to eject a volume as a task may not allow this (where it is utilised by a application task?).
    Any help would be appreciated
    Thanks
    Pete

    The start transaction model didn't Fit well with all the process we are doing, but the idea of locking or holding the other users seems to work pretty fine, we are now using a flag to determine if someone is doing the process and put in hold the new ones.

  • 10.6.8 to Mavericks Server Upgrade loses Open Directory Users

    Hi,
    I have an OpenDirectory Master running OSX Server 10.6.8. An upgrade to Mavericks 10.9 has just failed.
    The server has about 50 OD users and passwords need to be retained across the upgrade. Apart from OD, the only other active service is AFP file sharing.
    DNS is good forward and back as per this article: OS X Server: Steps to take before upgrading or migrating the Open Directory database
    I followed these Apple guidelines for server migration: OS X Server: Upgrade and migration from Lion Server or Snow Leopard Server.
    I cloned the boot drive, booted from the clone, upgraded to Mavericks, then installed the Mavericks Server app.
    On opening the Mavericks Server app "Configuring services' showed for 5 minutes, but then an error message appeared. I did not record it exactly, but it was something like, "There was an error configuring the server. Certificate not valid!".
    I was able to continue through the error but on opening Server app there were no OD (local/network) users showing. Authentication was not happening.
    I had underestimated the time to get the installation done and I had used up the window of downtime I had booked - I did not have much time to troubleshoot. So, I cut back to the original hard drive and the server is back to 10.6.8 again.
    Can anyone point me in the right direction to find out what may have gone wrong? How can I get my users into 10.9 Server?
    Many thanks,
    b.

    Linc Davis advice is spot-on, as usual.
    There seem to be dozens of sub-databases in the LDAP database. A problem in any of them seems to derail the entire conversion process. I tried a straight conversion and was also disappointed that there were unresolved issues, and it meant that the conversion failed.
    So I did the export route using WorkGroup Manager, and exported four sets:
    Users
    Groups
    Computers
    Computer groups
    go to the appropriate pane (e.g., Users) and Select All, then choose Export, and give it a name (probably with an embedded date in case you need to do it again later)
    Then use 10.9 WorkGroup Manager (available as a separate download) to Import.
    When re-imported, everything worked just fine (except the passwords, which cannot be carried forward using this method). I did have to manually enable at least one service, such as File Sharing service in Server [admin], or users showed up as "not allowed" [to log in].
    This entire process of getting Server 3 to work is fraught with peril, and everything converges on ONE diagnostic, "Network users can't log in". Which means you blew it, but provides no additional information about WHERE you blew it.
    There do not appear to be any magic bullets. It is just a tough slog. Users who reported success after failing the first time reported they returned to fundamental principles and did all the steps over, in order, to attain success.

  • Error in iCal: The server did not recognize your user name or password for account "Gmail."

    To keep my iCal up to date on two computers, I export an Archive in one and import it to the other. Yes, I know I should use the Cloud, but humour me.
    Export of iCal from my MacBook Air (OS 10.7.5) no longer works when imported to my desktop (OS 10.6.8). It returns an error saying "The server did not recognize your user name or password for account “Gmail.” Make sure you enter them correctly."
    After dismissing this dialogue box twice (it offers no other options, iCal crashes.
    I've turned off the option on my MacBook that asks to use my Gmail account, but since I can no longer launch iCal on my desktop, it can't import new data. How can I clean out the brain of iCal on the desktop so that it will open -- blank -- and perhaps accept a new version of my iCal data?
    Thanks,
    Bruce

    iCal
    MobileMe
    Apple Support

Maybe you are looking for

  • How do I transfer my iTunes library back from an external hard drive?

    Hi. Today, I bought a 1TB external hard drive, and I was very excited to transfer my music over to it. It worked fine for a couple of hours, but then, tragedy struck. Right in the middle of listening to a song, it stopped and Windows told me the devi

  • Can I add an ssd hard drive to my pavillion m7-1015dx

    What do I need to do to add a ssd drive to my HP Pavillion M7-1015dx currently on windows 7 64 bit, but planning to upgrade to windows 8 64 bit This question was solved. View Solution.

  • Power Point problem

    Have a new Macbook Pro and trying to see a power point show made in MS. Tried google PP for Mac and there are dozens of links but none that I can see will lead me to the MS site where I can download a player

  • Error in total of Key figure in query designing

    Dear Friends, I am new at query designing & am stuck in a problem. I have a CKF named Load in the column. When I select District & Complaint No.in rows the result is some 100 rows and upon exporting the result in excel & summing up load the total com

  • Using VRF-Lite in 6509 as Really Expensive IPS ByPass

    I have an IPS (Intrustion Prevention) unit that is causing me some problems with some of my servers in my ServerFarm. I would like to route most of my to/from ServerFarm traffic through the IPS, but use some policy-based routing with an ACL (preferab