SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Microsoft Windows Server 2003 for Itanium-based Systems

Table Of Contents
To set the ESP partition GUID in the first partition on the table:
parted -s /dev/cciss/c0d0 set 1 boot on
To set the name of the second partition of the /dev/cciss/c0d0 partition table to “HP
Service Partition” use:
parted -s /dev/sda name 2 HP Service Partition
parted 81