Instruction d'utilisation HP (Hewlett-Packard) Hewlett-Packard370971-004

Instruction d'utilisation pour le dispositif HP (Hewlett-Packard) Hewlett-Packard370971-004

Dispositif: HP (Hewlett-Packard) Hewlett-Packard370971-004
Catégorie: Accessoires d'ordinateur
Fabricant: HP (Hewlett-Packard)
Dimension: 0.53 MB
Date d'addition: 6/21/2014
Nombre des pages: 22
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif HP (Hewlett-Packard) Hewlett-Packard370971-004. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec HP (Hewlett-Packard) Hewlett-Packard370971-004.

Pour votre confort

Si regarder l'instruction HP (Hewlett-Packard) Hewlett-Packard370971-004 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction HP (Hewlett-Packard) Hewlett-Packard370971-004 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction HP (Hewlett-Packard) Hewlett-Packard370971-004 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
HP (Hewlett-Packard) Hewlett-Packard370971-004 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 22 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction HP (Hewlett-Packard) Hewlett-Packard370971-004 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de HP (Hewlett-Packard) Hewlett-Packard370971-004. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1

HP SmartStart Scripting Toolkit Win32 Edition
Best Practices


October 2005 (Fourth Edition)
Part Number 370971-004

Résumé du contenu de la page N° 2

© Copyright 2004, 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Confidential computer software. Valid license from HP requi

Résumé du contenu de la page N° 3

Contents Introduction.................................................................................................................................. 4 Win32 Toolkit overview............................................................................................................................. 4 Toolkit changes......................................................................................................................................... 4 Minimum requirements...............

Résumé du contenu de la page N° 4

Introduction In this section Win32 Toolkit overview............................................................................................................................ 4 Toolkit changes........................................................................................................................................ 4 Minimum requirements.............................................................................................................................. 4 Win32 Tool

Résumé du contenu de la page N° 5

Microsoft Windows Preinstallation Environment In this section Overview of the Microsoft Windows Preinstallation Environment.................................................................... 5 Windows PE build process ........................................................................................................................ 5 Booting Windows PE from a USB drive key................................................................................................. 7 Overview o

Résumé du contenu de la page N° 6

The following table describes the directories and paths that you must define for the Windows® PE base image build procedure. Directory or path Description WinPEBuildTools Build location for the Windows® PE tools PathToWinPEFiles Path to the original Windows® PE files PathToOSFiles Path to the operating system CD or directory WinPE_Directory Target directory where the flat Windows® PE image will be created OptionalComponentsDirectory Target directory where the Windo

Résumé du contenu de la page N° 7

To simplify the process of customizing the Windows® PE image with the latest ProLiant drivers, the Win32 edition of the Toolkit provides a driver component that automatically registers and copies the drivers to the appropriate folders. User interaction is still required to set up the Windows® command prompt (CMD.EXE) environment. To extract the component: • Locate the compressed file, which is a self-extracting executable. • Double-click the self-extracting executable, and select Extract

Résumé du contenu de la page N° 8

Configuring HP ProLiant systems with Windows PE In this section Overview of configuring HP ProLiant systems with Windows PE.....................................................................8 Unattended configuration using startnet.cmd ............................................................................................... 8 Creating required data files with Windows PE............................................................................................. 9 Creating script

Résumé du contenu de la page N° 9

(http://www.microsoft.com/licensing/programs/sa/support/winpe.mspx). For more information about the net use command, enter net help use at the command prompt. Because startnet.cmd is stored in the WinPE_Directory\Platform\system32 directory, command files listed in startnet.cmd are relative to the directory. Use the default system variables SystemDrive and SystemRoot to specify paths to the utilities. Be sure that the contents of the file are accurate and tested before using it widely.

Résumé du contenu de la page N° 10

This command reads the current configuration on the source server and writes the hardware configuration data file to A:\HWCONFIG.XML. 2. Generate the array configuration data file with the following command: CPQACUXE /C A:\PL-RD.INI This command reads the array configuration on the source server and writes the array configuration data file to A:\PL-RD.INI. 3. Create the partition configuration data file. A sample DISKPART0.TXT file is provided with the Toolkit in the samples directory.

Résumé du contenu de la page N° 11

1. STARTDEPLOY.CMD is a script file that is executed by STARTNET.CMD in Windows PE. Edit the STARTDEPLOY.CMD file to modify the environment variables to match the locations of the utilities and data files specific to your deployment infrastructure. You must customize this file for your environment. In the following example, bold lines indicate information that must be modified for your environment. The STARTDEPLOY.CMD file is similar to the following: rem @echo off REM REM This is the

Résumé du contenu de la page N° 12

if errorlevel 0 goto State0 :State0 REM *** Configure the target server hardware by reading the configuration REM *** information in the script file echo Running Configuration Replication Utility... %Tools%\System\conrep -l -f%GlobalData%\HardwareSettings\hwconfig.xml - x%Tools%\System\conrep.xml echo Setting State Information... %Tools%\System\statemgr /w Phase 1 :State1 REM======================================================================== REM *** Configure the array

Résumé du contenu de la page N° 13

:NEXT5 %Tools%\System\ifhw .\hwdisc.xml %Tools%\System\allboards.xml PCI:"HP 6 Port SATA RAID Controller" if errorlevel 1 GOTO NEXT6 .\Adaptec\bin\arcconf.exe ***Fill in command options*** :NEXT6 pause REM======================================================================== REM *** Configure the iLO if iLo Present REM *** echo configuring iLO is present REM======================================================================== rem %Tools%\System\ifhw .\hwdisc.xml %Tool

Résumé du contenu de la page N° 14

REM *** Start installation of the operating system from the hard drive of REM *** the target system, reading unattended installation instructions from REM *** the C:\UNATTEND.TXT file REM======================================================================== %MSDistribution%\i386\winnt32 /s:%MSDistribution%\i386 /unattend:c:\unattend.txt /syspart:c %Tools%\System\reboot c: :State4 4. Modify the Windows Server 2003 SP1 UNATTEND.TXT sample file to fit your deployment requirements. In

Résumé du contenu de la page N° 15

MegaIDE.sys Symmpi.sys LsiCsb6.sys HPCISSs2.sys AAC.sys TXTSETUP.OEM [GuiUnattended] AdminPassword=password AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 OemSkipWelcome=1 TimeZone=20 [UserData] ComputerName=TEST FullName=HP OrgName=HPQ ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx [Proxy] Proxy_Enable=0 Use_Same_Proxy=0 [LicenseFilePrintData] AutoMode=PerServer AutoUsers=999 [GuiRunOnce] "c:\ntcsp\setupex.exe /smartstart" [RegionalSettings] Language=00000409

Résumé du contenu de la page N° 16

[SNMP] Community_Name=Public Traps=Localhost Accept_CommunityName=public Send_Authentication=yes [TerminalServices] ApplicationServer=0 PermissionsSetting=0 [Display] AutoConfirm=1 BitsPerPel=16 ConfigureAtLogon=0 VRefresh=60 Xresolution=800 Yresolution=600 [OEM_Ads] Logo=Compaq.bmp 5. Use the latest version of SmartStart to obtain supported drivers for new hardware devices. Also, add lines to copy the new devices and add the new devices to the UNATTEND.TXT and TXTSETUP

Résumé du contenu de la page N° 17

PXE-based Windows PE deployment This section describes how to use a PXE server to boot Windows® PE through a network. Review the server specification to determine whether PXE is supported on the target server. Currently, the Microsoft® RIS server is the only PXE server officially supported by Microsoft® with Windows® PE. Third-party PXE servers have not been validated with Windows® PE. Refer to RIS documentation for information about setting up and using RIS. NOTE: Using a PXE server

Résumé du contenu de la page N° 18

ISO image. If STARTDEPLOY.CMD is used to create a connection to a network resource, the file must exist on the CD. 4. Build an ISO image using the Windows® PE folder. 5. Create a Windows® PE CD using the ISO image. Configuring HP ProLiant systems with Windows PE 18

Résumé du contenu de la page N° 19

Technical support In this section Reference documentation ........................................................................................................................ 19 Toolkit support ....................................................................................................................................... 19 HP contact information............................................................................................................................ 19 Refe

Résumé du contenu de la page N° 20

Acronyms and abbreviations ADO ActiveX Data Objects API application program interface EA Enterprise Agreement HTA HTML applications iLO Integrated Lights-Out MBR master boot record OEM original equipment manufacturer PnP plug and play PXE Preboot Execution Environment RILOE II Remote Insight Lights-Out Edition II RIS Remote Installation Services SAM Software Assurance Membership Acronyms and abbreviations 20


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 HP (Hewlett-Packard) 326431 Manuel d'utilisation Accessoires d'ordinateur 0
2 HP (Hewlett-Packard) DESKJET 710C Manuel d'utilisation Accessoires d'ordinateur 20
3 HP (Hewlett-Packard) Hewlett-Packard16047C Manuel d'utilisation Accessoires d'ordinateur 1
4 HP (Hewlett-Packard) Hewlett-PackardE200 Manuel d'utilisation Accessoires d'ordinateur 1
5 HP (Hewlett-Packard) Hewlett-PackardSwitch yl Module Manuel d'utilisation Accessoires d'ordinateur 0
6 HP (Hewlett-Packard) HP 16500C Manuel d'utilisation Accessoires d'ordinateur 11
7 HP (Hewlett-Packard) HP Microsoft Windows Server 2008 R2 Standard Edition 589256-B21 Manuel d'utilisation Accessoires d'ordinateur 5
8 HP (Hewlett-Packard) 4036 QDR Manuel d'utilisation Accessoires d'ordinateur 5
9 HP (Hewlett-Packard) Hewlett-Packard11689A Manuel d'utilisation Accessoires d'ordinateur 0
10 HP (Hewlett-Packard) Compaq Microtower Business PC DX2300 Manuel d'utilisation Accessoires d'ordinateur 9
11 HP (Hewlett-Packard) 5992-3838 Manuel d'utilisation Accessoires d'ordinateur 1
12 HP (Hewlett-Packard) Hewlett-Packard11864A Manuel d'utilisation Accessoires d'ordinateur 0
13 HP (Hewlett-Packard) HP Drive Enclosure AP844B Manuel d'utilisation Accessoires d'ordinateur 16
14 HP (Hewlett-Packard) Hewlett-Packard11688A Manuel d'utilisation Accessoires d'ordinateur 0
15 HP (Hewlett-Packard) 302400 Manuel d'utilisation Accessoires d'ordinateur 0
16 Sony VGC-RB50(G) Manuel d'utilisation Accessoires d'ordinateur 1
17 Sony Movie Studio HD Platinum Suite 11 MSPSMS11000 Manuel d'utilisation Accessoires d'ordinateur 177
18 Sony Hi-MD Walkman MCMD-R1 Manuel d'utilisation Accessoires d'ordinateur 7
19 Sony Sound Forge V.10.0 Pro SF-10000 Manuel d'utilisation Accessoires d'ordinateur 435
20 Sony Rechargable Battery Pack VGP-BPSC31 Manuel d'utilisation Accessoires d'ordinateur 23