manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Compaq
  6. •
  7. Laptop
  8. •
  9. Compaq Armada 110 Quick reference guide

Compaq Armada 110 Quick reference guide

White Paper Preliminary
June 1999
PRT/012A/0699
Prepared by Custom Solutions
Development
Compaq Computer Corporation
Contents
Obtaining the Multi-NIC Boot
Utility.............................................3
Multi-NIC Boot Utility
Operation......................................3
Supported Network
Controllers ...................................3
Adding Microsoft Client..............3
Modifying SYSTEM.INI and
PROTOCOL.INI.............................4
Using a Specific Computer
Name.............................................4
Performing Enterprise-
Specific Functions.......................4
Systems With Multiple
Network Controllers ....................4
Adding and Deleting Network
Controller Drivers........................5
Compaq Guide to PC
Deployment
Network Installation of Microsoft Windows on
Compaq Armada Series of Personal Computers
Using the Multi-NIC Boot Utility
Abstract: The Multi-NIC Boot Utility (MNBU) contains software to
boot the Compaq Armada 1500, 17xx, 3500, 7xxx Series of Personal
Computers to MS-DOS, load the correct NDIS network controller
driver, and begin installation of Microsoft Windows NT, Windows
95, or Windows 98.
This paper and other relevant documents may be located at
http://www.compaq.com/solutions/pcsolutions/deployment/wp.html.
Compaq Guide to PC Deployment 2
Preliminary
PRT/012A/0699
Notice
The information in this publication is subject to change without notice and is provided “AS IS” WITHOUT
WARRANTY OF ANY KIND. THE ENTIRE RISK ARISING OUT OF THE USE OF THIS
INFORMATION REMAINS WITH RECIPIENT. IN NO EVENT SHALL COMPAQ BE LIABLE FOR
ANY DIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL, PUNITIVE OR OTHER DAMAGES
WHATSOEVER (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
PROFITS, BUSINESS INTERRUPTION OR LOSS OF BUSINESS INFORMATION), EVEN IF
COMPAQ HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
The limited warranties for Compaq products are exclusively set forth in the documentation accompanying
such products. Nothing herein should be construed as constituting a further or additional warranty.
This publication does not constitute an endorsement of the product or products that were tested. The
configuration or configurations tested or described may or may not be the only available solution. This test
is not a determination or product quality or correctness, nor does it ensure compliance with any federal
state or local requirements.
Product names mentioned herein may be trademarks and/or registered trademarks of their respective
companies.
Compaq, Contura, Deskpro, Fastart, Compaq Insight Manager, LTE, PageMarq, Systempro, Systempro/LT,
ProLiant, TwinTray, ROMPaq, LicensePaq, QVision, SLT, ProLinea, SmartStart, NetFlex, DirectPlus,
QuickFind, RemotePaq, BackPaq, TechPaq, SpeedPaq, QuickBack, PaqFax, Presario, SilentCool,
CompaqCare (design), Aero, SmartStation, MiniStation, and PaqRap, registered United States Patent and
Trademark Office.
Netelligent, Armada, Cruiser, Concerto, QuickChoice, ProSignia, Systempro/XL, Net1, LTE Elite,
Vocalyst, PageMate, SoftPaq, FirstPaq, SolutionPaq, EasyPoint, EZ Help, MaxLight, MultiLock,
QuickBlank, QuickLock, UltraView, Innovate logo, Wonder Tools logo in black/white and color, and
Compaq PC Card Solution logo are trademarks and/or service marks of Compaq Computer Corporation.
Microsoft, Windows, Windows NT, Windows NT Server and Workstation, Microsoft SQL Server for
Windows NT are trademarks and/or registered trademarks of Microsoft Corporation.
NetWare and Novell are registered trademarks and intraNetWare, NDS, and Novell Directory Services are
trademarks of Novell, Inc.
Pentium is a registered trademark of Intel Corporation.
Copyright ©1999 Compaq Computer Corporation. All rights reserved. Printed in the U.S.A.
Compaq Guide to PC Deployment
White Paper prepared by Custom Solutions Development
First Edition (June 1999)
Document Number PRT/012A/0699
Compaq Guide to PC Deployment 3
Preliminary
PRT/012A/0699
Obtaining the Multi-NIC Boot Utility
The Multi-NIC Boot Utility (MNBU) is packaged in a Compaq SoftPAQ, located under Corporate
Deployment on the Compaq Web site at http://www.compaq.com/im/change.
Multi-NICBoot Utility Operation
The MNBU automatically performs the following steps:
1. Boots MS-DOS.
2. Detects one of the supported network controllers.
3. Constructs Microsoft Client configuration files PROTOCOL.INI and SYSTEM.INI to match the
detected network controller.
4. Generates a random network name for the computer.
5. Starts Microsoft Client using the detected network controller's DOS NDIS driver.
6. Processes whatever enterprise-specific steps you require.
Supported Network Controllers
Expansion Bases supported by the MNBU include:
•Convenience Base II - Ethernet support for the Armada 1500, 17xx, and 3500 series of Personal
Computers.
•Armada Station, Armada Station II, Armada MiniStation E - Ethernet support for the Armada
7xxx series of Personal Computers.
Note: At this time PCMCIA Network Cards are not supported. Only PCI devices are supported
with this utility.
Adding Microsoft Client
To use the MNBU, you must add some files from the Windows NT 4.0 Server CD. Copy the following
files from the "\Clients\Msclient\Netsetup\" folder on the Windows NT 4.0 Server CD into the MNBU
"\NET" directory:
emsbfr.exe
hosts
ifshlp.sys
lmhosts
nemm.dos
net.exe
net.msg
neth.msg
networks
nmtsr.exe
protman.dos
protman.exe
Compaq Guide to PC Deployment 4
Preliminary
PRT/012A/0699
services
tcpdrv.dos
tcptsr.exe
tcputils.ini
tinyrfc.exe
umb.com
ModifyingSYSTEM.INI andPROTOCOL.INI
SYSTEM.INI and PROTOCOL.INI are built dynamically during MNBU boot in order to automatically
load the detected NIC's driver. Further modifications to these files may be accomplished by editing
SYSINI.TMP and PROTINI.TMP for your specific needs. These two files contain the boilerplate text for
the INI files.
Note: The requirement that files are built dynamically requires that the MNBU diskette not be
write protected. This requirement is also necessary due to Microsoft Client's creation of password
list (.PWL) files.
Using a Specific Computer Name
If you wish to use a specific computer name instead of a randomly generated name, remove the line in
AUTOEXEC.BAT that begins with "unique."
REM **BEGIN RANDOM COMPUTER NAME GENERATOR**
REMOVE -> unique /f:name.txt /s:ComputerName=Boot$
type name.txt>>\net\system.ini
REM **END COMPUTER NAME GENERATOR*
And edit NAME.TXT:
;UNIQUE Generated name
ComputerName=<YourName>
Performing Enterprise-Specific Functions
Place any enterprise-specific functionality at the end of AUTOEXEC.BAT after the statement:
REM **BEGIN ENTERPRISE SPECIFIC FUNCTIONALITY**
Typically, this will include commands such as NET USE to map a network drive containing an operating
system installation image, WINNT.EXE /B to launch Windows NT Setup, or SETUP.EXE to launch
Windows 9x Setup.
For more information on using WINNT.EXE and the NET command (Windows NT Workstation
4.0) or SETUP.EXE (Windows 95 or Windows 98), refer to the appropriate Microsoft operating
system documentation.
Systems With Multiple Network Controllers
DETECT.BAT uses a program called SYSINV.EXE to find the first NIC in the system (defined by PCI
order). This NIC is referred to as NET0. The /eNET0 command line parameter can be found on the
SYSINV.EXE line in DETECT.BAT.
If you wish to identify another network controller instead of the default, change /eNET0 to
/eNET1. The third controller is NET2 and so on.
Compaq Guide to PC Deployment 5
Preliminary
PRT/012A/0699
To find out which NETx identifier corresponds to the NIC you wish to use, run SYSINV.EXE at
the command line. This lists devices next to the NETx identifier.
Adding and Deleting Network Controller
Drivers
Drivers may be added or deleted from the MNBU diskette. Currently, there is very little free space on the
diskette, so adding a new driver may require that you remove another.
Removing a driver from the MNBU diskette requires only that you delete the driver (<drivername>.DOS)
from the \NET directory.
Adding a driver requires the following steps:
1. Copy the new driver into the \NET directory.
2. Run SYSINV.EXE /S on a PC equipped with the new network card. SYSINV will display a line
similar to this:
NET0: (21120E11) Unknown type - update INI file
The eight characters in parentheses constitute the PCI ID of the new network card.
3. Edit SYSINV.INI by adding the PCI ID of the new card to the bottom of the file along with a NIC
code and a description. For example:
21120E11=6=My New Favorite Network Controller from Compaq
The choice of NIC code is arbitrary, but due to the rules of MS-DOS batch script, it is recommended that
the new value be one less than the lowest existing code.
4. Run SYSINV.EXE /S again and verify that the new network card is shown as:
NET0: (21120E11) My New Favorite Network Controller from Compaq
5. Edit DETECT.BAT and add a section to handle the new NIC code. Immediately after the line
"REM TODO - Add additional errorlevel checks for other NICs here."
add the following line:
if errorlevel==6 goto NewNet
6. Add the MS-DOS batch script to handle NewNet after the line
"REM TODO - add new NIC sections here."
:NewNet
echo Detected My New Favorite Network Controller from Compaq
set netcard=<drivername>
set drivername=<drivername>$
set ndis2=<drivername>.dos
cd\net
autoinf us < protoini.tmp > protocol.ini
autoinf us < sysini.tmp > system.ini
Compaq Guide to PC Deployment 6
Preliminary
PRT/012A/0699
goto end
The choice of "NewNet" is arbitrary.

Other manuals for Armada 110

3

This manual suits for next models

4

Other Compaq Laptop manuals

Compaq Armada 1500C series User manual

Compaq

Compaq Armada 1500C series User manual

Compaq Armada 1500 Manual

Compaq

Compaq Armada 1500 Manual

Compaq Presario V5000 Series Manual

Compaq

Compaq Presario V5000 Series Manual

Compaq Armada V300 Series User manual

Compaq

Compaq Armada V300 Series User manual

Compaq N1000c User instructions

Compaq

Compaq N1000c User instructions

Compaq Presario V6133EU User manual

Compaq

Compaq Presario V6133EU User manual

Compaq N115 User manual

Compaq

Compaq N115 User manual

Compaq Evo N180 User manual

Compaq

Compaq Evo N180 User manual

Compaq Presario XL300 User manual

Compaq

Compaq Presario XL300 User manual

Compaq Compaq Presario User manual

Compaq

Compaq Compaq Presario User manual

Compaq Presario CQ41-100 - Notebook PC Manual

Compaq

Compaq Presario CQ41-100 - Notebook PC Manual

Compaq Presario,Presario 1650 User manual

Compaq

Compaq Presario,Presario 1650 User manual

Compaq Armada m700 - Notebook PC User manual

Compaq

Compaq Armada m700 - Notebook PC User manual

Compaq EVO NOTEBOOK N410C User manual

Compaq

Compaq EVO NOTEBOOK N410C User manual

Compaq Armada m700 - Notebook PC Manual

Compaq

Compaq Armada m700 - Notebook PC Manual

Compaq Armada 1500 Manual

Compaq

Compaq Armada 1500 Manual

Compaq Presario 1200XL series User manual

Compaq

Compaq Presario 1200XL series User manual

Compaq Compaq Presario Manual

Compaq

Compaq Compaq Presario Manual

Compaq Presario X1000 - Notebook PC Parts list manual

Compaq

Compaq Presario X1000 - Notebook PC Parts list manual

Compaq Evo N200 Installation instructions

Compaq

Compaq Evo N200 Installation instructions

Compaq Armada M300 Series User manual

Compaq

Compaq Armada M300 Series User manual

Compaq Armada 1100 Reference manual

Compaq

Compaq Armada 1100 Reference manual

Compaq Presario R3000 - Notebook PC User manual

Compaq

Compaq Presario R3000 - Notebook PC User manual

Compaq 1200US - Presario - Celeron 800 MHz Manual

Compaq

Compaq 1200US - Presario - Celeron 800 MHz Manual

Popular Laptop manuals by other brands

Lenovo ThinkPad X130e Användarhandbok

Lenovo

Lenovo ThinkPad X130e Användarhandbok

Sony VAIO VGN-FW190NEH Specifications

Sony

Sony VAIO VGN-FW190NEH Specifications

Amrel RK886EX user guide

Amrel

Amrel RK886EX user guide

Panasonic Toughbook CF-31AAA7J1M Specifications

Panasonic

Panasonic Toughbook CF-31AAA7J1M Specifications

Toshiba TECRA S1 Series user manual

Toshiba

Toshiba TECRA S1 Series user manual

Lenovo ThinkPad T430 Podręcznik użytkownika

Lenovo

Lenovo ThinkPad T430 Podręcznik użytkownika

Acer 4820 quick guide

Acer

Acer 4820 quick guide

Fujitsu LifeBook C6659 manual

Fujitsu

Fujitsu LifeBook C6659 manual

Lenovo ThinkPad P1 Gen 2 user guide

Lenovo

Lenovo ThinkPad P1 Gen 2 user guide

Dell Inspiron 11 3000 Series Setup and specifications

Dell

Dell Inspiron 11 3000 Series Setup and specifications

Panasonic Toughbook CF-T1R64ZZKM user guide

Panasonic

Panasonic Toughbook CF-T1R64ZZKM user guide

Toshiba T135-S1305 Specifications

Toshiba

Toshiba T135-S1305 Specifications

Fujitsu T4310 - LifeBook Tablet PC user guide

Fujitsu

Fujitsu T4310 - LifeBook Tablet PC user guide

Dell XPS 11 quick start guide

Dell

Dell XPS 11 quick start guide

Lenovo ThinkPad R61e troubleshooting guide

Lenovo

Lenovo ThinkPad R61e troubleshooting guide

Lenovo ThinkPad X230 Tablet Hardware Maintenance Manual

Lenovo

Lenovo ThinkPad X230 Tablet Hardware Maintenance Manual

Fujitsu Lifebook UH900 Getting started

Fujitsu

Fujitsu Lifebook UH900 Getting started

MiTAC 8575A Service manual

MiTAC

MiTAC 8575A Service manual

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.