manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Compaq
  6. •
  7. Desktop
  8. •
  9. Compaq 3000R - ProLiant - 128 MB RAM User manual

Compaq 3000R - ProLiant - 128 MB RAM User manual

1
remote unattended
NOS installation
application
note
This document describes how to implement remote unattended NOS
installation. It is distributed together with :
• pdf files with all details required for the setup of an unattended
remote NOS installation and remote NOS image deployment
• a zip file with copies of the disks needed for the installation.
ftp://ftp.hp.com/pub/servers/software/unattended.zip
All this information is available on the HP web site:
http://www.hp.com/go/netservers
2
1. unattended installation for W2K AS & NT4 server:
This section describes ho to create the t o disks you need for an unattended installation.
Disk 1 prepares the hard drive peripherals and disk 2 prepares the source file copies and launches
the unattended installation. The creation of the script file for W2K unattended installation is also
described belo .
The second part of this section describes ho to configure your “file” server, hat you must change
and here.
a) Creating the 2 disks required for an unattended installation
1 - Disk 1 prepares the hard drive peripherals
For a successful automated installation on a Netserver, you must have at least one free hard drive
able to receive the operating system. You have to prepare this drive and create a 2GB FAT16
partition so that “Windows Setup Loader” can access all necessary files. When the server begins to
install the OS, there is no way of accessing a network because no drivers are installed, therefore you
must copy all the files to the local disk.
The first step consists of automating these operations. Let us now create an MS-DOS boot disk (which
has more free space than a Win9x boot disk) with the minimum number of programs.
It is necessary to have:
- Software able to erase all partitioning information from the disk, to create a 2GB FAT16 partition
and to activate this partition in order to boot on it (powerful fdisk).
- FDISK.COM to erase the Master Boot Record once partitions have been made.
- A well-known compiled command, REBOOT.COM, that can make the Netserver shut down and
restart automatically.
No blocking question should occur on the Netserver console during these operations, because the
unattended installation needs to be able to bypass every problem and work unhindered.
The following operations (formatting, copying and launching) are only accessible when the server
has rebooted, because the partitioning is effective after a warn restart.
2 - Creation of the script file for W2K unattended installation
This file is a text mode file and its name depends on the information in the launch script “install.bat”.
You must therefore copy this file with all the OS source files because AUTOEXEC.BAT will copy it
locally on the pre-installed Netserver.
W2KSRV.INF
HP Netserver Unattended Installation File
Microsoft Windows 2000 Server, Advanced Server
(c) 1994-1999 Microsoft Corporation. All rights reserved.
[Unattended]
; Part of the minimum options required for a fully unattended installation
UnattendMode = FullUnattended
; Determine whether the Microsoft license agreement should be prompted or not
OemSkipEula = YES
; The path of the source files to be installed
OemFilesPath = I:\i386
3
; Describe the target directory to be installed
TargetPath = \WINNT
; Specifies whether the primary partition should be converted to NTFS or left as F T16
Filesystem = ConvertNTFS
; Non-signed drivers will cause attended information during installation
DriverSigningPolicy = Warn
[GuiUnattended]
; Specify the time zone for the server, prevent from prompting an attended selection
TimeZone = “095”
; Simply set no password for dministrator account
AdminPassword = *
; utomatically logon with the dministrator account
AutoLogon = Yes
; Disables the autologon after 1 successful logon
AutoLogonCount = 1
[LicenseFilePrintData]
; Set the options of licensing installation
AutoMode = “PerServer”
AutoUsers = “5”
[UserData]
; ll necessary information to inform the Gui installation
FullName = “Netserver”
OrgName = “HP”
; This part is automatically provided by the autoexec.bat script, so leave it blank
ComputerName=
; Please add your o n OS license number
ProductId = “XXXXX-XXXXX-XXXXX-XXXXX-XXXXX”
; Just an example of a specific command line for Netserver LH6000 to patch registry
; Other programs can be configured to silent installations and set in this key
[GuiRunOnce]
Command0 = “%windir%\regedit.exe -s c:\Masters\lh6000\lh6000.reg”
[Display]
; Set the values to get predefined display properties
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 70
[Components]
; Choose whether common programs included in W2K are installed
cdplayer = Off
freecell = Off
minesweeper = Off
pinball = Off
solitaire = Off
[Networking]
4
; Choose whether some network programs included in W2K are installed
InstallDefaultComponents = Yes
[NetAdapters]
; Set the names of the different L N adapters
LanCard1 = params.LanCard1
[params.LanCard1]
; When many L N dapters are installed, the InfID must be SET exactly to separate them
InfID = “*”
[NetProtocols]
; Choose which Network protocols must be installed
MS_TCPIP = params.TCPIP
[params.TCPIP]
; Set the options values for TCP/IP
DHCP = Yes
DNSDomain = dns.hp.com
DNSServerSearchOrder = dns1.hp.com , dns2.hp.com
EnableLMHosts = Yes
DefaultGateway = 192.168.100.254
IPAddress = 192.168.100.1
SubnetMask = 255.255.255.0
WINS = No
WINSServerList = 192.168.0.253,192.168.1.253
[NetOptionalComponents]
; Set the optional values for the protocol
DHCPServer = 0
DNS = 0
SNMP = 1
NETMONTOOLS = 1
WINS = 0
[SNMP]
; Set the parameters for a specific network service
Accept_CommunityName = public:Read_Create
Any_Host = Yes
Community_Name = public
Contact_Name = Administrator
Location = Public
Service = Physical, Applications, Datalink, Internet, End-to-End
Send_Authentification = No
Traps = 192.168.100.1 # This IP address depends on the particular implementation
[Identification]
; Set which Workgroup or Domain to join
JoinWorkgroup = HP-LABS # This workgroup depends on the particular implementation
[Data]
; Informs W2K Setup loader that an unattended installation is being performed
UnattendedInstall = Yes
5
3 - Disk 2 prepares the source file copy and launches the unattended installation
When the server is ready, a more complete boot disk is required to check the location of the OS
source files and configuration files (CD ROM or Network).
The second boot disk is more difficult to create because we have to start the Netserver, access the
CD ROM or a mapped network drive, copy all the files and then launch the installation.
This disk will be an MS DOS boot disk, with CD ROM drivers (in case of unattended installation by
CD) or TCP/IP stack (in case of unattended installation from a shared distant directory).
Creation of the base boot disk:
Use HPFORMAT.EXE on the HP Navigator CD, located in the directory \System and all the files such
as msdos.sys, io.sys, etc. in the sub-directory \Dosstub\Language.
Usage:
hpformat -b bootSec [-i ioSys -m msdossys] [-l language] [-v label] drive
where
- b bootSec: boot sector for the formatted drive
- i ioSys: io.sys for the formatted drive, optional
- m msdossys: msdos.sys for the formatted drive, optional
- v label: disk label, optional
- l language: us, fr, ge, it, or sp
We can also copy XCOPY.EXE to the disk.
Creation of the network boot disk
Use “Network Client Administrator” on a Windows NT4 Server, choose “Make Network Installation
Disk”, Select the correct path for the Client files (the directory \Clients included on the Windows NT4
Server CD ROM), and then choose “Network Client MS DOS...”, a driver for the NIC integrated into
the Netserver or any that can easily be identified in the configuration files. When this has been
done, we can add some other useful information, such as the distant server name, etc., because all
this information will be required later. All the files necessary for the TCP/IP stack will be copied to
the disk and AUTOEXEC.BAT and CONFIG.SYS database files will also be added.
It is necessary for the disk to be able to boot so that we can run the above files.
Now refer to the specific configuration documentation to change PROTOCOL.INI and SYSTEM.INI
files located into \Net subdirectory.
Certain files must be modified to be appropriate for the automatic installation, in particular
SYSTEM.INI in the \Net directory in which it is necessary to remove the computer name, the
username, etc. and insert the correct “.DOS” driver files (see variables put in memory in the list
below).
It is necessary to format the partition of 2Go and to start a copy of all necessary files, i.e. \i386 for
OS and possibly other directories for additional applications such as pcAnywhere(r).
The following operation consists of loading in memory all the useful variables to parse to various
possible scripts. This stage is not mandatory but can prove useful when several different systems have
to be installed.
ECHO SET TEMPLATE=%TEMPLATE%> A:\VARS.BAT
ECHO SET COMPUTERNAME=%COMPUTERNAME%>> A:\VARS.BAT
ECHO SET LOGIN=Administrator>> A:\VARS.BAT
ECHO SET WORKGROUP=HP-LABS>> A:\VARS.BAT
ECHO SET DOMAIN=HP>> A:\VARS.BAT
ECHO SET NETDRIVE=i:>> A:\VARS.BAT
ECHO SET NETSERVER=E800-TTDM>> A:\VARS.BAT
ECHO SET NETSHARE=W2KSRV>> A:\VARS.BAT
ECHO SET SRVTYPE=%SRVTYPE%>> A:\VARS.BAT
nb: the boot disk can
also be a .dsk
image file that can
be downloaded by
a TT_RCC.
nb: a Win9x-based
system must
be used because
this software does
not work on an
NT system.
nb: all resource names
are arbitrary and
will depend
on the actual
implementation.
• Loading Smartdrive to accelerate the copies and access to the files.
• Launching the file that loads the various variables in memory or directly puts these variables in
memory.
• Placement of the variables in the script files (computername, username, domain in the file
system.ini) before launching the loading of the utilities network and the mapping of distant drives.
For local installation, this operation must be replaced by loading the CD ROM driver. However, it
is not possible to load both (CD and network) for lack of memory since one of them boots in MS-
DOS.
The last stage before launching the installation consists of creating and copying the various
directories containing the source files.
C:\
cd \
md masters
md masters\i386
REM Copy all the Master directory that contains files for W2K Server
xcopy i:\i386\*.* c:\masters\i386\ /s /e
REM Copy the Unattended file
xcopy a:\srvtype\w2ksrv.inf c:\masters\i386\
REM Create the install batch file to launch
echo c:\masters\i386\WinNT /u:C:\masters\i386\w2ksrv.inf /s:c:\masters\i386 >
c:\masters\install.bat
REM Set the name of the computer into the unattended file
Change c:\masters\i386\w2ksrv.inf ComputerName= ComputerName=%COMPUTERNAME% > nul
Launch the unattended installation:
C:\masters\install.bat
......and go for a coffee...
b) Configuring your “file” server
To summarize, first prepare the HDD by formatting a primary partition of 2GB and rebooting the server
(disk 3). Second, copy and install either W2K Advanced Server (disk 4) or NT4 server (disk 5)
The two disks required for installation (disks 3 and 4 or disks 3 and 5) may be combined on a
single disk. The new disk should then be called disk 6 or disk 7. In this section, disk 6 should be
used where disk 4 is mentioned (for W2K) and disk 7 for disk 5 (for NT4).
However, if you use the TT_RCC, you will need two different disks, which will be transferred into
*.dsk files created via “copydisk.exe” on the Navigator CD.
For W2K, depending on the HP Netserver (drivers), you may not have to change anything.
• On the “file” server, you must create a shared file. We suggest the following name:
For W2K Advanced Server = W2KSRV
• For W2K , copy the whole of the folder W2KSRV from the CD ROM
\W2KSRV\i386 (contents = W2K source)
6
refer to software scripts:
\\unattended install
\W2KSRV
refer to software scripts:
\\unattended instal
\disk 3 & 4 or 5
7
• On disk 4, edit the file:
Autoexe.bat
- You must enter the name of the server that will contain the shared file -
ECHO SET NETSERVER=e800-TTDM>> A:\VARS.BAT.
- You have just created a shared file with the following name: W2KSRV.
If you have used a different name, change at this line:
ECHO SET NETSHARE=W2KSRV>> A:\VARS.BAT
For NT4, you will have to find the drivers of your HP Netserver to complete the following process
(e.g. within the CD ROM=LH3 and LH4) because Win2K is plug and play, WinNT4 is not.
• On the “file” server, you must create a shared file. We suggest the following name:
For NT4 Advanced Server = NT4SRV
• For NT4, copy the following folders from the CD ROM:
\NT4SRV\i386 (contents = NT4 source)
\NT4SRV\SP4 (Contents = SP4 executable file , it *MUST* be called : Sp4i386.exe)
• Create the subfolder SRVTYPE within \NT4SRV
• Copy the folder PCA32 from the CD ROM to this sub-folder you have just created:
\NT4SRV\SRVTYPE\PCA32 (contents = PCAnywhere source install)
• To complete the preparation, you must locate the drivers of the HP Netserver you use and copy
them within a sub-folder named lhx as in the following example (LH3 and LH4):
\NT4SRV\SRVTYPE\lhx
\NT4SRV\SRVTYPE\lhx\cirrus.inf -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\cl54xx.dll -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\cl54xx.sys -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\monisel.dll -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\monisel.hlp -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\monisel.txt -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\readme.1st -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\timings.dat -> LHx video adapter
\NT4SRV\SRVTYPE\lhx\mraidnt.sys -> Netraid Adapter
\NT4SRV\SRVTYPE\lhx\oemsetup.inf -> Netraid Adapter
\NT4SRV\SRVTYPE\lhx\intel\hpaft.sys |
\NT4SRV\SRVTYPE\lhx\intel\hpmon.exe |
\NT4SRV\SRVTYPE\lhx\intel\hpsetp.cnt |
\NT4SRV\SRVTYPE\lhx\intel\hpsetp.cpl |
\NT4SRV\SRVTYPE\lhx\intel\hpsetp.hlp |
\NT4SRV\SRVTYPE\lhx\intel\hptx.sys |
\NT4SRV\SRVTYPE\lhx\intel\hptxdd.sys |
\NT4SRV\SRVTYPE\lhx\intel\hptxdisk |=====> Intel Lan HP TX PCI Adapter
\NT4SRV\SRVTYPE\lhx\intel\hptxkddp.sys |
\NT4SRV\SRVTYPE\lhx\intel\hptxnt.sys |
\NT4SRV\SRVTYPE\lhx\intel\ivlan.sys |
\NT4SRV\SRVTYPE\lhx\intel\nethptx.cat |
\NT4SRV\SRVTYPE\lhx\intel\nethptx.inf |
\NT4SRV\SRVTYPE\lhx\intel\oemsetup.inf |
\NT4SRV\SRVTYPE\lhx\intel\v31c0~22.tic |
\NT4SRV\SRVTYPE\lhx\SYMSCSI\disk32.reg -> LHx Symbios logic SCSI Adapter
\NT4SRV\SRVTYPE\lhx\SYMSCSI\oemsetup.inf -> LHx Symbios logic SCSI Adapter
\NT4SRV\SRVTYPE\lhx\SYMSCSI\symc8xx.sys -> LHx Symbios logic SCSI Adapter
refer to software scripts:
\\unattended install
\disk 4
refer to software scripts:
\\unattended
install\NT4SRV
refer to software scripts:
\\unattended install
\disk 5
8
• For NT4, you must now complete the driver information on disk 5 in the following files:
\srvtype\lhx\
nt4srv.inf
txtsetup.oem
• On disk 5, edit the file:
Autoexe.bat
- You must enter the name of the server that will contain the shared file - ECHO SET
NETSERVER=e800-TTDM>> A:\VARS.BAT.
- You have just created a shared file with the following name:
■■ NT4SRV. If you have used a different name, change at this line:
ECHO SET NETSHARE=NT4SRV>> A:\VARS.BAT
2. Creating a *.dsk file from the Navigator CD
• Go to the copydisk.exe utility, located on the HP Netserver Navigator CD under TTRC
To create a disk image (*.dsk) of your disk and to copy it to the directory, please follow these steps:
• Open a MS DOS window
• Launch copydisk.exe using this syntax:
Copydisk sourcedrive destinationpath
where “sourcedrive” is a floppy disk drive on your PC that you would like to convert to a *.dsk
file (e.g. A:\ ) and “destinationpath” is the destination drive.
3. Configuring a TFTP server to communicate ith the TT_RCC
To start the supplied TFTP server, the program “tftpserv.exe” must be executed on the server in a DOS
window or using the Run command from the Windows Start menu:
tftpserv.exe [root]
where [root] indicates the base directory from which a client can retrieve files. If the root is not
specified, the current working directory is used as the base directory.
If you have already installed the Toptools Device Manager on one of your machines, that machine
will automatically become a TFTP server. The directory from which a client can retrieve files is:
\program files\hptt\data\packages\
A TFTP client can request files within the base directory or its subdirectories but does not have access
to lower directories. The server software enables the base directory to act only as a file source, not
as a file destination.
• Insert the Navigator CD into the client.
•Click Exit to close the Disk Library or Netserver Navigator screen.
• Create a c:\tftp directory.
• Using Explorer, navigate to and view the CDROM:\ttrc\us directory.
• Copy the following file into the root of the C drive:
tftpserv.exe (the executable program)
refer to software scripts:
\\unattended install
\disk 5
refer to software scripts:
\\unattended install
\disk 5
9
• From the C:\ directory, double-click on tftpserv.exe. A DOS command prompt window appears
and launches the TFTP server on your NT client workstation.
• Minimize or move the window, but do not press Enter to quit or close it.
4. Configuring the TFTP information from the TT_RCC
• From the HP Toptools Remote Control Card software interface, click the Remote Control tab.
• If prompted, log on as ADMIN using the password ADMIN.
•Click on Po er on or Po er cycle / Remote Boot ...
• Enter the IP address of the TFTP server = for example:192.168.100.1
• Enter the file name (*.dsk) you want to load via the TT_RCC
10
5. Pushing an unattended installation from a TFTP server
• Follow the steps in section 1
• Create a *.dsk file (step 2) from the two disks you have created in section
• Configure a TFTP server (step 3)
• Locate the *.dsk files within the TFTP file of your TFTP server
• Configure the TT_RCC with the IP address of the TFTP server (step 4)
• You must launch the first reboot with the *.dsk file from disk 3 (prepares the disk). Follow the steps
via the Text remote console.
• To start, click the “Start” button and confirm by clicking “yes”. Follow the steps via the Text
remote console.
• When the server has finished preparing the disk and reboots again, configure the TT_RCC to
reboot with the second *.dsk file you have created (from the previously prepared disk that copies
and installs the NOS)
• To start, click the “Start” button and confirm by clicking “yes”. Follow the steps via the Text
remote console.
Intel and Pentium are U.S. registered trademarks of Intel Corporation.
Microsoft, Windows, and Windows NT, are U.S. registered trademarks
of Microsoft Corporation.
Information in this document is subject to change without notice.
©Copyright Hewlett-Packard Company 2000. All Rights Reserved.
Reproduction, adaptation, or translation without prior written permission
is prohibited except as allowed under the copyright laws.
11/00
5980-3547ENE

Other manuals for 3000R - ProLiant - 128 MB RAM

7

This manual suits for next models

7

Other Compaq Desktop manuals

Compaq dc7700 - Convertible Minitower PC User manual

Compaq

Compaq dc7700 - Convertible Minitower PC User manual

Compaq Presario S0000 Series User manual

Compaq

Compaq Presario S0000 Series User manual

Compaq dc7800 - Convertible Minitower PC User instructions

Compaq

Compaq dc7800 - Convertible Minitower PC User instructions

Compaq Compaq Evo D310 MT Operating and maintenance manual

Compaq

Compaq Compaq Evo D310 MT Operating and maintenance manual

Compaq 6000 - ProLiant - 128 MB RAM User manual

Compaq

Compaq 6000 - ProLiant - 128 MB RAM User manual

Compaq Professional sp750 Installation guide

Compaq

Compaq Professional sp750 Installation guide

Compaq 3052 - LaserJet All-in-One B/W Laser How to use

Compaq

Compaq 3052 - LaserJet All-in-One B/W Laser How to use

Compaq Professional SP700 User manual

Compaq

Compaq Professional SP700 User manual

Compaq Deskpro EXS Use and care manual

Compaq

Compaq Deskpro EXS Use and care manual

Compaq CQ2100 - Desktop PC User manual

Compaq

Compaq CQ2100 - Desktop PC User manual

Compaq Presario SR1400 - Desktop PC User manual

Compaq

Compaq Presario SR1400 - Desktop PC User manual

Compaq CL380 - ProLiant - 256 MB RAM Quick guide

Compaq

Compaq CL380 - ProLiant - 256 MB RAM Quick guide

Compaq Deskpro 4000 Use and care manual

Compaq

Compaq Deskpro 4000 Use and care manual

Compaq Presario 6000 Series Specification sheet

Compaq

Compaq Presario 6000 Series Specification sheet

Compaq 3000R - ProLiant - 128 MB RAM Operation and maintenance manual

Compaq

Compaq 3000R - ProLiant - 128 MB RAM Operation and maintenance manual

Compaq Presario 5600 Series User manual

Compaq

Compaq Presario 5600 Series User manual

Compaq Presario SR1602HM User manual

Compaq

Compaq Presario SR1602HM User manual

Compaq 5461 - Presario - 64 MB RAM User manual

Compaq

Compaq 5461 - Presario - 64 MB RAM User manual

Compaq Presario SR2100 - Desktop PC How to use

Compaq

Compaq Presario SR2100 - Desktop PC How to use

Compaq Compaq dx2390 Microtower User manual

Compaq

Compaq Compaq dx2390 Microtower User manual

Compaq Evo Workstation W4000 Setup guide

Compaq

Compaq Evo Workstation W4000 Setup guide

Compaq Presario SR1100 - Desktop PC Installation instructions

Compaq

Compaq Presario SR1100 - Desktop PC Installation instructions

Compaq BL10e - HP ProLiant - 512 MB RAM User manual

Compaq

Compaq BL10e - HP ProLiant - 512 MB RAM User manual

Compaq dx1000 - Microtower PC Operating and maintenance manual

Compaq

Compaq dx1000 - Microtower PC Operating and maintenance manual

Popular Desktop manuals by other brands

RIGHT ANGLE NewHeights Series Assembly instructions

RIGHT ANGLE

RIGHT ANGLE NewHeights Series Assembly instructions

Stage right 600039 user manual

Stage right

Stage right 600039 user manual

BOSSCO CLIMA 3T user guide

BOSSCO

BOSSCO CLIMA 3T user guide

Dell Inspiron 3655 quick start guide

Dell

Dell Inspiron 3655 quick start guide

Jason.L Switch System 4 Person Workstation installation guide

Jason.L

Jason.L Switch System 4 Person Workstation installation guide

Tripp Lite WWSS2DWSTAA owner's manual

Tripp Lite

Tripp Lite WWSS2DWSTAA owner's manual

B-Max MaxMini B2 Plus Instruction manual & warranty card

B-Max

B-Max MaxMini B2 Plus Instruction manual & warranty card

RIGHT ANGLE NewHeights 4 Series instructions

RIGHT ANGLE

RIGHT ANGLE NewHeights 4 Series instructions

Jason.L Litewall Workstation 4 Person Assembly instructions

Jason.L

Jason.L Litewall Workstation 4 Person Assembly instructions

Global American Inc. 2901190 user manual

Global American Inc.

Global American Inc. 2901190 user manual

IBM Types 2193 user guide

IBM

IBM Types 2193 user guide

RM C-Series user manual

RM

RM C-Series user manual

Predator PO5-605s user guide

Predator

Predator PO5-605s user guide

HP Kayak XU Technical reference manual

HP

HP Kayak XU Technical reference manual

IBM xSeries 200 Hardware Maintenance Manual

IBM

IBM xSeries 200 Hardware Maintenance Manual

Asus BM1645/MD250 user manual

Asus

Asus BM1645/MD250 user manual

Foxconn R20-D2 manual

Foxconn

Foxconn R20-D2 manual

Lenovo ThinkCentre M72e user guide

Lenovo

Lenovo ThinkCentre M72e user guide

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

Copyright 2025 Manuals.Online. All Rights Reserved.