Hp SmartStart-Software Manual do Utilizador

Consulte online ou descarregue Manual do Utilizador para Software Hp SmartStart-Software. HP SmartStart-Software User Manual Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 0
HP SmartStart Scripting Toolkit Linux Edition
User Guide
Part Number 415597-401
June 2010 (Tenth Edition)
Vista de página 0
1 2 3 4 5 6 ... 68 69

Resumo do Conteúdo

Página 1 - User Guide

HP SmartStart Scripting Toolkit Linux Edition User Guide Part Number 415597-401 June 2010 (Tenth Edition)

Página 2 - Intended audience

Deployment using the SmartStart Scripting Toolkit 10 -no-emul-boot -boot-load-size 4 \ -boot-info-table \ ./linuxbootCD Now, the ISO file can be wri

Página 3 - Contents

Advanced topics 11 Advanced topics SYSLINUX SYSLINUX is a free third-party bootloader available at the SYSLINUX web page (http://syslinux.zytor.com/

Página 4

Advanced topics 12 IMPORTANT: A basic understanding of DHCP, PXE, and TFTP is required to perform the procedure described in this section. NO

Página 5

Advanced topics 13 # trivial file transfer protocol. The tftp protocol is \ # often used to boot diskless workstations, download \ # configuration f

Página 6 - Introduction

Advanced topics 14 next-server IP_ADDRESS_OF_TFTP_SERVER; filename "pxelinux.0"; The next-server command tells the DHCP client where to se

Página 7 - Toolkit

Advanced topics 15 • Running hardware discovery to determine server type • Obtaining server ID information from the hardware discovery file • Cop

Página 8 - Creating a network share

Advanced topics 16 ./load_modules.sh echo "" echo "Pausing to allow drivers to finish loading" sleep 15 echo "" ech

Página 9

Advanced topics 17 "ProLiant ML310 G2" ) ./conrep -l -fdata_files/ml310g2_conrep.dat ./ifhw ${HPDISCOVERY_FILE} allboards.xml "PCI:I

Página 10

Advanced topics 18 dd if=/dev/zero of=/dev/sssd bs=512 count=32 echo "forcing kernel to re-read partition table" sfdisk --re-read /dev/ss

Página 11 - Advanced topics

Advanced topics 19 Additionally, the sample install_win.sh script for Microsoft® Windows® performs preinstallation tasks, including: • Creating a 2

Página 12 - Setting up a TFTP server

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

Página 13 - Setting up a DHCP server

Advanced topics 20 part / --size 100 --grow install mouse genericps/2 timezone Etc/GMT-6 #xconfig --server "Mach64" --monitor "gene

Página 14 - Booting from a USB drive key

Advanced topics 21 The previous example contains a limited list of packages to be installed. Add to this section any other packages to be installed.

Página 15 - Advanced topics 15

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

Página 16 - Advanced topics 16

Toolkit utilities 23 Using toolkit utilities The Toolkit utilities control the installation process, read the source server configuration, and dupli

Página 17 - Advanced topics 17

Toolkit utilities 24 REBOOT return codes There are no return codes for the REBOOT utility. REBOOT command-line examples Command-line argument Des

Página 18 - Advanced topics 18

Toolkit utilities 25 SETBOOTORDER command-line examples Command-line argument Description SETBOOTORDER cdrom hd pxe usb floppy This command sets t

Página 19

Toolkit utilities 26 STATEMGR command-line examples Command-line argument Description STATEMGR /W PHASE 3 STATEMGR writes the state value 3 to the

Página 20 - Advanced topics 20

Toolkit utilities 27 • HP Smart Array controller information User process decisions can be made based on data that is in the file created by this u

Página 21 - Advanced topics 21

Toolkit utilities 28 Command-line argument Description [path]allboards.xml This argument specifies the allboards.xml PCI device list file, which is

Página 22 - Toolkit utilities

Toolkit utilities 29 Operator or term Result <number> A literal number, used for comparison Expression examples Express

Página 23 - Using REBOOT

Contents Introduction ...

Página 24 - Using SETBOOTORDER

Toolkit utilities 30 Command-line argument Description case-sensitive. ... You can specify multiple variable=<string> arguments. HWQUERY re

Página 25 - Using STATEMGR

Toolkit utilities 31 The CONREP utility reads the state of the system environment settings to determine the server configuration and writes the resu

Página 26 - Using HPDISCOVERY

Toolkit utilities 32 Value Meaning 5 Reserved. 6 The XML hardware definition file (conrep.xml) is corrupt or not appropriate for the current platfo

Página 27 - Using IFHW

Toolkit utilities 33 ROM Date : 07/28/2009 ROM Family : O33 Processor Manufacturer : Intel XML System Configuration : conrep_SL160zg6_20090728.xml H

Página 28 - IFHW command-line examples

Toolkit utilities 34 <Section name="Controller_Order"> <Id0>0e 11 40 80 </Id0> <Slot0>00 </Slot0> <BusDev

Página 29 - Using HWQUERY

Toolkit utilities 35 CONREP command file contents for HP ProLiant 300, 500, and 700 series servers A typical data file generated by the CONREP comma

Página 30 - Using CONREP

Toolkit utilities 36 Using HPACUSCRIPTING Starting with version 8.28.13.0, ACU Scripting is now a standalone application that is distributed with th

Página 31 - CONREP return codes

Toolkit utilities 37 The -e switch information is used only if ACU must generate an error file. By default, ACU names the error file ERROR.ini and p

Página 32 - 100 series servers

Toolkit utilities 38 WriteCache = 0|10|20|25|30|40|50|60|70|75|80|90|100 RebuildPriority = Low|Medium|High ExpandPriority = Low|Medium|High SurfaceS

Página 33 - ProLiant 100 series servers

Toolkit utilities 39 Script file options Options in ACU script files are divided into the following categories: • Control category (on page 40) •

Página 34 - Toolkit utilities 34

RBSURESET return codes ... 26 Using

Página 35 - 700 series servers

Toolkit utilities 40 Category Options Description Logical Drive ArrayAccelerator LogicalDrive LogicalDriveSSPState ParityGroups PreferredPath RAID

Página 36 - Using HPACUSCRIPTING

Toolkit utilities 41 • ElevatorSortEnable ("Video performance options" on page 43) • ExpandPriority ("RebuildPriority, ExpandPriori

Página 37 - Creating an ACU script file

Toolkit utilities 42 LicenseKey, DeleteLicenseKey These options enable you to enter a 25-character license key to activate or uninstall some control

Página 38 - Toolkit utilities 38

Toolkit utilities 43 RebuildPriority, ExpandPriority This option has three possible values: Low, Medium, and High. SSPState There are two settings

Página 39 - Script file options

Toolkit utilities 44 • In Reconfigure mode, ACU can either create a new array or reconfigure an existing array. In this case, the value that you sp

Página 40 - Controller category

Toolkit utilities 45 Method mode Possible values Default value Auto Yes (indicating one spare) No In Configure action mode: Yes (indicating one s

Página 41 - Toolkit utilities 41

Toolkit utilities 46 ParityGroups When you create a RAID 50 or RAID 60 configuration, you must also set the number of parity groups. You can use an

Página 42 - ReadCache, WriteCache

Toolkit utilities 47 In Reconfigure mode, the default setting is the existing size of the logical drive. If you enter a larger value, ACU extends th

Página 43 - Array category

Toolkit utilities 48 ConnectionName This option is a user-defined string used as the connection name for the specified HBA. The string can consist o

Página 44

Toolkit utilities 49 Error code Error message Comment or clarification 1053 Cannot remove physical drives from existing array. This error message

Página 45 - Logical Drive category

LO100CFG return codes ... 60 LO100CF

Página 46 - Toolkit utilities 46

Toolkit utilities 50 Error code Error message Comment or clarification 2825 Invalid array. The array ID is invalid. 2826 Array not specified. T

Página 47 - HBA category

Toolkit utilities 51 Error code Error message Comment or clarification 2843 Invalid size. The specified size is invalid or is not possible with t

Página 48 - ACU scripting error messages

Toolkit utilities 52 Error code Error message Comment or clarification 2867 Failure opening input file <text>. — 2868 Failure opening error

Página 49

Toolkit utilities 53 HPLPCFG command-line syntax hplpcfg /s filename hplpcfg /l filename hplpcfg /v [HBA0] WWID=11223344 HostAdapterBiosEnable=1 Sel

Página 50

Toolkit utilities 54 HPLPCFG command-line examples hplpcfg /s hba.ini generates hba.ini with the following content: [HBA0] WWID=11111111 HostAdapter

Página 51

Toolkit utilities 55 Command-line argument Description BootDeviceLUN[0]=1111 Your input and default LUN HPQLAREP return codes Value M

Página 52 - Using HPLPCFG

Toolkit utilities 56 SelectBootEnable=1 BootDeviceWWID=22222222 BootDeviceLUN[0]=3 You must then invoke the tool to load the contents of hba.ini inp

Página 53 - HPLPCFG return codes

Toolkit utilities 57 Command-line argument Description -get_hostinfo This argument returns the host server name and serial number. -m This argument

Página 54 - Using HPQLAREP

Toolkit utilities 58 <MOD_NETWORK_SETTINGS> <SPEED_AUTOSELECT VALUE = "Y"/> <NIC_SPEED VALUE = "100"/> <FUL

Página 55 - HPQLAREP return codes

Toolkit utilities 59 <REMOTE_CONSOLE_ENCRYPTION VALUE="N"/> <PREFER_TERMINAL_SERVICES VALUE="N"/> <HTTPS_PORT VAL

Página 56 - Using HPONCFG

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

Página 57 - HPONCFG return codes

Toolkit utilities 60 Command-line argument Description -s This argument captures the current status and outputs it to the console. -h The argument

Página 58 - Toolkit utilities 58

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

Página 59 - Using LO100CFG

Technical support 62 Technical support Reference documentation For issues or problems not addressed by this guide, refer to the following resources

Página 60 - LO100CFG return codes

Acronyms and abbreviations 63 Acronyms and abbreviations ACU Array Configuration Utility BIOS Basic Input/Output System CLI Command Line Interface

Página 61 - Troubleshooting

Acronyms and abbreviations 64 HPONCFG HP Lights-Out Online Configuration utility HWQUERY Hardware Query Utility I/O input/output IFHW IF Hardware

Página 62 - Technical support

Acronyms and abbreviations 65 NFS network file system NIC network interface controller NVRAM non-volatile memory OS operating system PCI periphe

Página 63 - Acronyms and abbreviations

Acronyms and abbreviations 66 SAS serial attached SCSI SATA serial ATA SCSI small computer system interface SLES SUSE Linux Enterprise Server SS

Página 64

Index 67 A action mode, HPACUSCRIPTING 40 advanced topics 11 anaconda-ks.cfg 19 arguments 9 arguments, CONREP 31 arguments, HPDISCOVERY

Página 65

Index 68 error codes, IFHW 28 error codes, LO100CFG 60 error codes, RBSURESET 26 error codes, REBOOT 24 error codes, SETBOOTORDER 24 error

Página 66

Index 69 R RAID-level migration, HPACUSCRIPTING 46 RBSURESET utility 26 read-write ratio, HPACUSCRIPTING 42 REBOOT (Reboot utility) 23 Reboo

Página 67 - Index 67

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

Página 68 - Index 68

Deployment using the SmartStart Scripting Toolkit 8 Creating a network share To create a network share: 1. Download the appropriate SmartStart Scr

Página 69 - Index 69

Deployment using the SmartStart Scripting Toolkit 9 4. Load appropriate storage controller drivers: modprobe -f cciss 5. Load the channel interface

Comentários a estes Manuais

Sem comentários