Hp Linux Server Management Software Manuel d'utilisateur Page 1

Naviguer en ligne ou télécharger Manuel d'utilisateur pour Logiciel Hp Linux Server Management Software. HP Linux Server Management Software User Manual [en] Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 74
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 0
HP SmartStart Scripting Toolkit Windows Edition
User Guide
Part Number 415598-403
June 2010 (Twelfth Edition)
Vue de la page 0
1 2 3 4 5 6 ... 73 74

Résumé du contenu

Page 1 - User Guide

HP SmartStart Scripting Toolkit Windows Edition User Guide Part Number 415598-403 June 2010 (Twelfth Edition)

Page 2 - Intended audience

Deployment using the SmartStart Scripting Toolkit 10 Adding drivers to Windows PE 2.1 The SmartStart Scripting Toolkit contains HP drivers that are

Page 3 - Contents

Deployment using the SmartStart Scripting Toolkit 11 For example: dism /image:C:\SSSTK.TMP /Add-Driver /driver:C:\ssstk\hpDrivers\example.inf 3. Fo

Page 4

Deployment using the SmartStart Scripting Toolkit 12 You cannot capture and apply Lights-Out settings using HPONCFG in the same fashion as CONREP an

Page 5

Advanced topics 13 Advanced topics Overview The advanced topics addressed in this section cover some of the most common deployment tasks that can be

Page 6 - Introduction

Advanced topics 14 RAID 5 ADG setting. The following example demonstrates how to use IFHW to detect a particular card or device: REM *** Configure t

Page 7 - Windows Server® 2008 R2)

Advanced topics 15 See the operating system documentation for a complete description of the options that can be modified in the unattended installat

Page 8 - Toolkit

Advanced topics 16 HPDISCOVERY utility to determine the server type, and then executes a typical deployment script (DEPLOYSERVER.CMD). REM @echo off

Page 9 - Creating a network share

Advanced topics 17 rem @echo off cls echo [ SCRIPT FOR REMOTE INSTALL OF W2K3 ON TYPICAL SERVER ] REM pause echo Retrieving State Information...

Page 10

Advanced topics 18 if errorlevel 1 GOTO NEXT2 %Tools%\ACU\bin\hpacuscripting.exe -i %GlobalData%\ArraySettings\pl-r1.ini GOTO NEXT5 :NEXT2 %Tools%\

Page 11

Advanced topics 19 REM *** REBOOT if necessary %Tools%\System\reboot PXE :State2 REM=============================================================

Page 12

© Copyright 2005, 2010 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warr

Page 13 - Advanced topics

Advanced topics 20 add mass-storage drivers, you must modify the [MassStorageDrivers] and the [OEMBootFiles] sections. You can also use Microsoft® S

Page 14 - • UNATTEND.TXT

Advanced topics 21 ADPU160M.SYS CPQARRY2.SYS CPQCISSM.SYS MegaIDE.sys Symmpi.sys LsiCsb6.sys HPCISSs2.sys AAC.sys TXTSETUP.OEM [GuiUnattended] Admi

Page 15 - Advanced topics 15

Advanced topics 22 TSClients=On TSEnable=On [Networking] InstallDefaultComponents=Yes [Identification] JoinWorkgroup=WORKGROUP [NetOptionalCompon

Page 16 - Advanced topics 16

Advanced topics 23 NOTE: Booting from a USB drive key is supported only on certain ProLiant servers. For more information, see the HP Insight Foun

Page 17 - Advanced topics 17

Advanced topics 24 REM ---- if errorlevel 3 goto HWNOTFOUND if errorlevel 2 goto REBOOTREQUIRED if errorlevel 1 goto NEXT2 goto end NEXT2: REM ----

Page 18 - Advanced topics 18

Advanced topics 25 2. Use ACU to erase the array configurations: hpacuscripting -i erase.ini The erase.ini file is provided in the Toolkit sample fi

Page 19 - Advanced topics 19

Toolkit utilities 26 Toolkit utilities Syntax conventions Syntax refers to the way a command and parameters must be entered. Unless specified otherw

Page 20 - Advanced topics 20

Toolkit utilities 27 Utility online help Most Toolkit utilities include usage instructions. To obtain help with the syntax, parameters, and switches

Page 21 - Advanced topics 21

Toolkit utilities 28 Command line argument Description the next reboot, and the system is restarted. If no argument is provided, then the system is

Page 22 - Advanced topics 22

Toolkit utilities 29 SETBOOTORDER return codes Value Meaning 0 The boot order was set successfully. SETBOOTORDER command-line example

Page 23 - 3. Check the error level

Contents Introduction ...

Page 24 - Erasing array configurations

Toolkit utilities 30 STATEMGR return codes Value Meaning 0 The command was completed successfully. n N arguments were

Page 25 - Advanced topics 25

Toolkit utilities 31 • System name • ROM information • Processor information • NIC information • PCI devices present in the system • HP Smart

Page 26 - Toolkit utilities

Toolkit utilities 32 NOTE: Before running HPDISCOVERY, you must install WMI. For details on installing extra packages in Windows® PE, see the Wind

Page 27 - Using REBOOT

Toolkit utilities 33 IFHW command line examples Command-line argument Description ifhw hpdiscovery.xml allboards.xml "PCI:Smart Array 5i"

Page 28 - Using SETBOOTORDER

Toolkit utilities 34 Expression input Result HWQ:SystemName eq "ProLiant DL380 G2" and "PCI:Smart Array 5i" and HWQ:ROMDate eq

Page 29 - Using STATEMGR

Toolkit utilities 35 Command-line argument Description MY_SYS_RAM=TotalRAM <TotalRAM>768</TotalRAM>, HWQUERY produces the following: MY

Page 30 - Using HPDISCOVERY

Toolkit utilities 36 IMPORTANT: The file format for the DOS version of CONREP and the current version of CONREP are not compatible. CONREP comm

Page 31 - HPDISCOVERY return codes

Toolkit utilities 37 CONREP screen output A typical screen output generated by CONREP is similar to the following: conrep 3.00 - SmartStart Scriptin

Page 32 - Using IFHW

Toolkit utilities 38 helptext="Lists of PCI devices and their interrupts-not displayed if default" >EMPTY_DELETE</Section> <Se

Page 33 - Expression examples

Toolkit utilities 39 CONREP –l (Load from Data File) Example Usage for HP ProLiant 100 series servers To load the BIOS configuration settings from a

Page 34 - Using HWQUERY

RBSURESET return codes ... 30 Using

Page 35 - Using CONREP

Toolkit utilities 40 <Section name="System_APIC">Auto Set</Section> <Section name="System_COMA">COM1</Secti

Page 36 - CONREP return codes

Toolkit utilities 41 ACU reads the array configuration described in a specified script file. See "Creating an ACU script file (on page 41).&quo

Page 37 - CONREP command file contents

Toolkit utilities 42 You can add blank lines and comments to any script to make it easier to read and understand. To create a comment, enter a semic

Page 38 - 100 series servers

Toolkit utilities 43 Array = A|B|C|D|E|F|G|...Z|a|b|c|d|e|f OnlineSpare = None | N | Port:ID,Port:ID... | Box:Bay,Box:Bay... | Port:Box:Bay,Port:Bo

Page 39 - ProLiant 100 series servers

Toolkit utilities 44 Category Options Description Control Action Method These options define the overall behavior of ACU when it processes s

Page 40 - Using HPACUSCRIPTING

Toolkit utilities 45 • Method mode (on page 45) Action mode You must specify an Action mode: • In Configure mode, you can create new arrays, but

Page 41 - Creating an ACU script file

Toolkit utilities 46 • Slot [N][:M]—Configure the internal controller in slot number N, or the external controller at port M in slot N. • WWN [N]—

Page 42 - Sample custom input script

Toolkit utilities 47 ReadCache, WriteCache Enter a number between 0 and 100 to specify the percentage of cache that is to be allocated to drive read

Page 43 - Script file options

Toolkit utilities 48 SurfaceScanDelay Enter a number between 1 and 30 to specify the duration of the surface scan delay in seconds. Video performan

Page 44 - Control category

Toolkit utilities 49 If you use Custom method mode, choose one of the following methods to specify the drives to be used in the array. (Different ar

Page 45 - Controller category

LO100CFG return codes ... 64 LO100CF

Page 46 - Toolkit utilities 46

Toolkit utilities 50 • Sectors (on page 51) • Size (on page 51) • SSPAdaptersWithAccess (on page 51) • StripeSize (on page 51) ArrayAccelerator

Page 47 - SSPState

Toolkit utilities 51 RAID The value that you enter for this option specifies the RAID level of the logical drive. • When the Action mode is Config

Page 48 - Array category

Toolkit utilities 52 • For RAID 0, RAID 1, or RAID 1+0 arrays, you can enter any of the stripe size values listed in the sample script. • For RAI

Page 49 - Logical Drive category

Toolkit utilities 53 • Microsoft® Windows® • OpenVMS • Tru64 • Linux • Solaris • Netware • HP-UX ACU scripting error messages Error code

Page 50 - Toolkit utilities 50

Toolkit utilities 54 Error code Error message Comment or clarification 1112 Controller has maximum number of license keys. — 1114 Controller requi

Page 51 - Toolkit utilities 51

Toolkit utilities 55 Error code Error message Comment or clarification 2834 Invalid logical drive. — 2835 Logical drive not specified. The scri

Page 52 - HBA category

Toolkit utilities 56 Error code Error message Comment or clarification 2851 Invalid RAID Array ID. The scripted RAID Array ID is invalid. Use cha

Page 53 - ACU scripting error messages

Toolkit utilities 57 Error code Error message Comment or clarification 2876 Invalid physical drive count. The script specifies more drives than a

Page 54

Toolkit utilities 58 Command-line argument Description BootDeviceLUN[0]=1111 Your input, default LUN, or current value when read from HBA HPLPCFG

Page 55

Toolkit utilities 59 You must then invoke the tool to load the contents of hba.ini input to the HBA NVRAM: hplpcfg /l hba.ini. Using HPONCFG The HP

Page 56

Introduction 6 Introduction SmartStart Scripting Toolkit The SmartStart Scripting Toolkit is a server deployment product that delivers an unattended

Page 57 - Using HPLPCFG

Toolkit utilities 60 Command-line argument Description performing any additional actions. -mouse This argument causes HPONCFG to configure the serv

Page 58 - HPLPCFG return codes

Toolkit utilities 61 <PRIM_DNS_SERVER value = "16.81.3.242"/> <DHCP_ENABLE VALUE = "Y"/> <DOMAIN_NAME VALUE = &qu

Page 59 - Using HPONCFG

Toolkit utilities 62 </GET_GLOBAL_SETTINGS> Setting a configuration A specific configuration can be sent to the iLO, iLO 2, iLO 3, or RILOE I

Page 60 - HPONCFG return codes

Toolkit utilities 63 Command-line argument Description SelectBootEnable=1 Read-only variable BootDeviceWWID=22334455 Your input BootDeviceLUN[0]=11

Page 61 - Toolkit utilities 61

Toolkit utilities 64 WWID=11111111 HostAdapterBiosEnable=1 SelectBootEnable=1 BootDeviceWWID=22222222 BootDeviceLUN[0]=3 You must then invoke the to

Page 62 - Setting a configuration

Toolkit utilities 65 LO100CFG command file contents A typical data file generated by LO100CFG is similar to the following: <lo100cfg> <s

Page 63 - HPQLAREP return codes

Troubleshooting 66 Troubleshooting Troubleshooting table Issue Troubleshooting Data loss in Toolkit Improper use of the Toolkit utilities and modi

Page 64 - Using LO100CFG

Technical support 67 Technical support Reference documentation For support software and drivers, see the HP software and drivers website (http://www

Page 65 - Toolkit utilities 65

Acronyms and abbreviations 68 Acronyms and abbreviations ACU Array Configuration Utility ADG Advanced Data Guarding (also known as RAID 6) API app

Page 66 - Troubleshooting

Acronyms and abbreviations 69 HPDISCOVERY HP Discovery Utility HPONCFG HP Lights-Out Online Configuration utility HWQUERY Hardware Query Utility

Page 67 - Technical support

Introduction 7 • Microsoft® Windows® Automated Installation Kit for Windows Vista® SP1 and Windows Server® 2008 (for the creation of Windows® PE 2.

Page 68 - Acronyms and abbreviations

Acronyms and abbreviations 70 NVRAM non-volatile memory PCI peripheral component interface PSP ProLiant Support Pack PXE Preboot Execution Enviro

Page 69

Acronyms and abbreviations 71 SSP Selective Storage Presentation STATEMGR State Manager utility USB universal serial bus VPD vital product data

Page 70

Index 72 A adding drivers 10 advanced topics 13 arguments, CONREP 36 arguments, HPDISCOVERY 31 arguments, HPLPCFG 57 arguments, HPONCFG

Page 71

Index 73 examples 28, 29, 30, 31, 33, 34, 62 expression examples 33 expressions 33 F file contents 37, 60, 65 flashing the ROM 23 H Hardwa

Page 72 - Index 72

Index 74 ROM, updating 23 S sample deployment procedure 8 screen output, CONREP 37 serverdetect.cmd 14 SETBOOTORDER utility 28 Setup Manag

Page 73 - Index 73

Deployment using the SmartStart Scripting Toolkit 8 Deployment using the SmartStart Scripting Toolkit Deployment overview The SmartStart Scripting T

Page 74 - Index 74

Deployment using the SmartStart Scripting Toolkit 9 process. For information on automating deployments, see the "Advanced topics (on page 13)&q

Commentaires sur ces manuels

Pas de commentaire