SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Microsoft Windows Server 2003 for Itanium-based Systems
Table Of Contents
- SmartSetup Scripting Toolkit Deployment Guide
- Table of Contents
- About This Document
- 1 Overview
- 2 Creating a server profile
- 3 Setting up the toolkit environment
- 4 Setting up the boot mechanism
- Using a bootable CD/DVD
- Using a USB flash device
- Using network boot
- Interrupting the SSTK deployment process
- 5 Utilities Reference

Table 5-15 Options (continued)
ResultOperator or term
True if a PCI device whose name includes <string> is found in the hardware discovery file.
<string> is case-sensitive.
PCI:<string>
The hardware discovery file is searched for <string>, and the corresponding value is the value
of this term. <string> is case-sensitive.
HWQ:<string>
A literal string, used for comparison.
<string>
A literal number, used for comparison.
<number>
parted
Synopsis
parted [-v | -i | -s | -h]...
[DEVICE [COMMAND [PARAMETER]...] ...]
Description
The parted utility manages disk partitions. It allows you to make a GPT partition table and to
create all the partitions needed. It is also able to create hidden partitions and change the partition
GUID to HPSP, MSRES, MSDATA and ESP.
Options
Table 5-16 Options
DescriptionOption
Displays the version.
-v
Where necessary, prompts for user intervention.
-i
Never prompts for user intervention.
-s
Displays this help message.
-h
Examples
The following examples illustrate the use of parted:
• To check the file system:
check MINOR
• To copy a file system to another partition:
cp [FROM-DEVICE] FROM-MINOR TO-MINOR
• To print general help, or help on COMMAND:
help [COMMAND]
• To create a new disk label (partition table):
mklabel PARTITION_TYPE
The supported values for PARTITION_TYPE are: gpt, bsd, mac, dvh, msdos, pc98, sun,
amiga, loop
• To make a file system FTYPE on partition MINOR:
mkfs MINOR FTYPE
FTYPE is file system type: fat16, fat32, ext2 and linux-swap.
parted 79