Hp Scripting Toolkit for Windows 9.50 Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Software Hp Scripting Toolkit for Windows 9.50. HP Scripting Toolkit for Windows 9.50 User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 62
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
HP Scripting Toolkit for Windows 9.50 User
Guide
Abstract
This document provides information about the Scripting Toolkit for Windows utilities and how best to use the Scripting Toolkit
for Windows to configure HP ProLiant servers and BladeSystem infrastructure in a Windows environment. This document is
intended for IT experts with experience in scripting operating system installations and configuring HP ProLiant server hardware.
HP Part Number: 722152-002
Published: September 2013
Edition: 1
Zobrazit stránku 0
1 2 3 4 5 6 ... 61 62

Shrnutí obsahu

Strany 1 - Abstract

HP Scripting Toolkit for Windows 9.50 UserGuideAbstractThis document provides information about the Scripting Toolkit for Windows utilities and how be

Strany 2

3. For each additional device driver repeat steps 1 and 2. When you finish customizing theimage, prepare the image for deployment by using the peimg /

Strany 3 - Contents

Configuring the target server and installing the operating system1. Boot the media (CD/DVD, USB drive key, or PXE) that contains the customized Window

Strany 4 - 4 Contents

3 Advanced topicsOverviewThe advanced topics addressed in this section cover some of the most common deployment tasksthat can be automated using the S

Strany 5 - Contents 5

.\SSA\bin\hpssascripting.exe -i .\ArraySettings\SA6iArray.ini:NEXT2\ifhw .\hpdiscovery.xml allboards.xml PCI:"Smart Array 5312"if errorlevel

Strany 6 - 1 Introduction

System\ifhw hpdiscovery.xml System\allboards.xml HWQ:SystemName eq "ProLiant DL380 G2"if errorlevel 1 goto NEXT1REM ----REM This section per

Strany 7 - Sample deployment procedure

NEXT3:REM ----REM DONEREM ----REBOOTREQUIRED:System\reboot PXEHWNOTFOUND:End:For more information about Online ROM Flash Smart Components, see the HP

Strany 8 - Creating a network share

4 Scripting Toolkit utilitiesSyntax conventionsSyntax refers to the way a command and parameters must be entered. Unless specified otherwise,enter com

Strany 9 - Sample deployment procedure 9

The Scripting Toolkit utilities include:• REBOOT• SETBOOTORDER (Limited functionality for HP ProLiant 100 series servers)• STATEMGR (Utility is not su

Strany 10

Using SETBOOTORDERSETBOOTORDER enables you to set the order in which devices are booted, including diskettedrives, CD-ROM or DVD drives, hard drives,

Strany 11

STATEMGR command-line argumentsDescriptionCommand-line argumentThis argument reads the state of the environment variabledefined by [EVNAME]. The value

Strany 12 - 3 Advanced topics

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

Strany 13

RBSURESET return codesMeaningValueThe BIOS settings have been successfully reset to the factorydefault.0The BIOS settings have not been reset.1Using H

Strany 14 - 14 Advanced topics

HPDISCOVERY return codesMeaningValueThe command was completed successfully. A usagemessage might appear.0An error has occurred. See error message for

Strany 15 - Erasing array configurations

IFHW command line examplesDescriptionCommand-line argumentThis command returns the following error levels:ifhw hpdiscovery.xml allboards.xml "PCI

Strany 16 - 4 Scripting Toolkit utilities

ResultExpression inputTrue if the system is a ProLiant DL380 G2 with a SmartArray 5i Controller present and a ROM date of11/12/2004HWQ:SystemName eq &

Strany 17 - Using REBOOT

DescriptionCommand-line argumentMY_SYS_RAM=768For a hpdiscovery.xml file that indicates a Smart Array5i Controller is present, HWQUERY produces the fo

Strany 18 - Using STATEMGR

CONREP command line argumentsDescriptionCommand-line argumentThis argument saves the system configuration to a file.-sThis argument loads the system c

Strany 19 - Using RBSURESET

CONREP -s (Store to Data file) Example usage for HP ProLiant servers not using theOxx ROM familyTo extract the BIOS settings from an SL160z G6 server

Strany 20 - Using HPDISCOVERY

<Slot1>00 </Slot1><BusDev1>00 78 </BusDev1><Rest1>c1 </Rest1></Section><Section name="Language"

Strany 21 - Using IFHW

<Index1>01 </Index1><Index2>03 </Index2><Index3>02 </Index3><Index4>04 </Index4><Index5>ff </

Strany 22 - Expression examples

DescriptionCommand line argumentName of the input or output file. If not specified, the XMLconfiguration defaults to hprcu.xml.-f{file.xml}This argume

Strany 23 - Using HWQUERY

Contents1 Introduction...6Scripting Toolkit for Windows...

Strany 24 - Using CONREP

For more information, see the Configuring Arrays on HP Smart Array Controllers Reference Guideon the HP website at http://www.hp.com/support/CASAC_RG_

Strany 25 - CONREP screen output

Creating an HP SSA script fileTo create a valid HP SSA script file, use one of the following methods:• Modify the sample custom input script (page 31)

Strany 26

PreferredPathMode = Auto|Manual; COMMENT: the following five entries are used to optimize thecontroller performance for videoMNPDelay = 0|1|2|...|60 ;

Strany 27 - CONREP command file contents

The options for each category are listed in the following table and described in more detail in theremainder of this section.DescriptionOptionsCategor

Strany 28 - Using HPRCU

Action modeYou must specify an Action mode:• In Configure mode, you can create new arrays, but you cannot modify existing arrays. Thecontroller must b

Strany 29 - Using HPSSASCRIPTING

ChassisNameEnter the user-defined character string that identifies the controller. You can use any of the followingcharacters in the string:a–z, A–Z,

Strany 30 - Using an Input script

All other controllerswithoutbattery-backed writecacheAll other controllerswith battery-backedwrite cacheRA4x00 with 48MBcacheRA4x00 with 16MBcacheRead

Strany 31 - Sample custom input script

Array categoryThe Array category has the following options:• “Array” (page 37)• “Drive” (page 37)• “DriveType” (page 37)• “OnlineSpare” (page 38)Array

Strany 32 - Script file options

OnlineSpareThe value for this option determines whether the array specified previously in the script will beconfigured with spare drives.Default value

Strany 33 - Control category

The following defaults apply:• For new logical drives, the default value is Disabled.• For existing logical drives, the default value is the current l

Strany 34 - Controller category

IFHW command-line syntax...21IFHW command-line arguments

Strany 35

same array, as long as the operating system supports logical drive extension. You cannot reducethe size of the logical drive.CAUTION: Back up all data

Strany 36 - IRPEnable = No

The string can consist of the following:• A maximum of 16 characters• Embedded space characters but cannot end with a space character• Any of the foll

Strany 37 - Array category

Comment or clarificationError messageError codebetween operations. Limit the number of such configurationchanges in the script.—Controller does not su

Strany 38 - Logical Drive category

Comment or clarificationError messageError codeThis error message appears if you try to change the numberof spares in an array when the configuration

Strany 39 - Using HPSSASCRIPTING 39

Comment or clarificationError messageError codeThe scripted RAID Array ID is invalid. Use characters fromthe set a–z, A–Z, 0–9, !, @, #, *, (, ), ,, -

Strany 40 - HBA category

Comment or clarificationError messageError code—Invalid value for MNPDelay. Valid rangeis 0 (disabled) to 60 minutes.2882—Invalid controller configura

Strany 41

MeaningValueThere was no adapter or Emulex HBA found on this host.5There was an error retrieving the I/O address.6The WWID was invalid because of one

Strany 42

LO100CFG command-line argumentsDescriptionCommand-line argumentThis argument displays example XML to performconfiguration.-xThis argument outputs the

Strany 43

<serial_port mode="dedicated" /><nic mode="dhcp"><ipv4 address="10.10.10.18" mask="255.255.252.0&quo

Strany 44

HPQLAREP return codesMeaningValueThe command was completed successfully.0There was an invalid command line option.1There was a file open error.2There

Strany 45 - Using HPLPCFG

LogicalDriveSSPState...38ParityGroups...

Strany 46 - Using LO100CFG

You must then invoke the tool to load the contents of hba.ini input to the HBA NVRAM: hpqlarep/l hba.ini.Using HPONCFGHP offers support for the iLO fe

Strany 47 - LO100CFG return codes

HPONCFG return codesMeaningValueThe script was sent successfully to the device.0The script could not be sent to the device.1If the script itself fails

Strany 48 - Using HPQLAREP

<DHCP_STATIC_ROUTE VALUE = "Y"/><DHCP_WINS_SERVER VALUE = "Y"/><REG_WINS_SERVER VALUE = "Y"/><PRIM_

Strany 49 - HPQLAREP return codes

<REMOTE_CONSOLE_PORT VALUE="23"/><TERMINAL_SERVICES_PORT VALUE="3389"/><VIRTUAL_MEDIA_PORT VALUE="17988"/

Strany 50 - Using HPONCFG

5 TroubleshootingTroubleshooting tableTroubleshootingIssueImproper use of the Scripting Toolkit utilities andmodification of the CONREP data files can

Strany 51 - HPONCFG command file contents

6 Support and other resourcesInformation to collect before contacting HPBe sure to have the following information available before you contact HP:• So

Strany 52

Typographic conventionsTable 1 Document conventionsElementConventionCross-reference links and e-mail addressesBlue text: Table 1 (page 56)Website addr

Strany 53 - HPONCFG command-line examples

HP Insight OnlineHP Insight Online is a new capability of the HP Support Center portal. Combined with HP InsightRemote Support 7.x, it automatically a

Strany 54 - 5 Troubleshooting

7 Documentation feedbackHP is committed to providing documentation that meets your needs. To help us improve thedocumentation, send any errors, sugges

Strany 55 - 6 Support and other resources

Acronyms and abbreviationsACU Array Configuration UtilityADG Advanced Data Guarding (also known as RAID 6)API application program interfaceBIOS Basic

Strany 56 - Typographic conventions

1 IntroductionScripting Toolkit for WindowsThe Scripting Toolkit for Windows is a server deployment product that delivers an unattendedautomated insta

Strany 57 - HP Insight Online

WMI Windows Management InstrumentationWOL Wake-on LANWWID World Wide IDWWN World Wide NameWWPN worldwide port nameXML extensible markup language60 Acr

Strany 58 - 7 Documentation feedback

IndexAacronyms and abbreviations, 59array configurationserasing, 15Cclearing a configuration, 35configurationcapturing, 30target server, 11configurati

Strany 59 - Acronyms and abbreviations

LLO100CFG, 46arguments, 47command file, 47command-line syntax, 46return codes, 47logical drive capacity extension, 39MMaxBoot setting, 39Nnetwork shar

Strany 60 - 60 Acronyms and abbreviations

2 Deployment using the Scripting Toolkit for WindowsDeployment overviewThe Scripting Toolkit includes a set of utilities for configuring and deploying

Strany 61

Creating a network shareTo create a network share:1. Download the appropriate Scripting Toolkit SoftPaq from the Scripting Toolkit website athttp://ww

Strany 62 - 62 Index

is installed and the STK IO driver (hpsstkio.sys) is copied to the windows\system32\drivers directory.To add drivers offline:1. Mount the base image t

Komentáře k této Příručce

Žádné komentáře