Install Profile Tool Syntax and Options

The following section provides the syntax and command line options for the Install Profile Tool. To start the tool, log onto the Software Repository server (Slice Component bundle host) and enter Install_profile [options].

Install Profile Tool Command Line Options

Command line options Description
--help Displays help
create Create a new OS Install Profile
update Update an existing OS Install Profile
remove Remove an existing OS Install Profile
listMRLs List the current Media Resource Locators available in SA
listPlatforms List platforms available in SA. Note that not all platforms are available for OS Sequence Provisioning
--user SA user name that will operate on the OS Install Pofile (you must have permissions to interact with OS Install Pofiles)

Install Profile Tool create specific options

Command line options Description
--help Displays help for the create command
--name <name> Name of the OS Installation Profile
--description <description> Description of the OS Installation Profile (optional)
--customerID <id> SA customer id to be used for the OS Installation Profile (you can find the id by looking at the properties of a customer in NGUI)
--platform <platform> Platform to be used for the OS Installation Profile (use listPlatforms to get available platforms)
--MRLID <id>

Media Resource Locator ID to be used for the OS Installation Profile (use listMRLs option to get available MRLs in SA)

--installConfigFile <file path> Path to the install configuration file to be used for the OS Installation Profile. The file is dependent on the chosen platform
-- buildCustomizationScriptID <id> Build Customization Script id to be used for the OS Installation Profile (you can find the id by looking at the package properties in NGUI) (optional)
--winDiskPartitioningFile <file path> Disk partitioning config file path to be used for the OS Installation Profile (used for Windows platforms) (optional)
--winDiskFormattingFile <file path> Disk formatting config file path to be used for the OSInstallation Profile (used for Windows platforms) (optional)
--winInstallDrive <Windows Drive Label> Windows install drive to be used for the OSInstallation Profile (used for Windows platforms) (optional, default is ā€œCā€)
--winHWSignature <signature name> <file path>

Hardware signature and hardware signature file to be used for the OS Installation Profile (used for Windows

platforms) (optional)

Install Profile Tool update specific options

Command line options Description
--help Displays help for the update command
--installProfileID <id> The ID of the Install Profile that will be modified (you can find it in the properties of the OS Install Profile in NGUI)
--name <name> New name for the OS Installation Profile (optional)
--description <description> New description for the OS Installation Profile. Specifying an empty string ("") value will remove the existing Description (optional)
--customerID <id> New SA customer id to be used for the OS Installation Profile Profile (you can find the id by looking at the properties of a customer in NGUI) (optional)
--MRLID <id> New Media Resource Locator id to be used for the OS Installation Profile (optional)
--installConfigFile <file path> Path to the new install configuration file to be used for the OS Installation Profile. The file is dependent on the chosen platform (optional)
--buildCustomizationScriptID <id> New Build Customization Script id to be used for the OS Installation Profile. Specifying a 0 value will remove the existing script (you can find the id by looking at the package properties in NGUI) (optional)
--winDiskPartitioningFile <file path> New disk partitioning config file path to be used for the OS Installation Profile (used for Windows platforms). Specifying an empty string ("") value will remove the existing script (optional)
--winDiskFormattingFile <file path> New disk formatting config file path to be used for the OS Installation Profile (used for Windows platforms). Specifying an empty string ("") value will remove the existing script (optional)
--winHWSignature <signature name> <file path> New hardware signature and hardware signature file to be used for the OS Installation Profile (used for Windows platforms). Specifying an empty string ("") value for the file path will remove the existing script for the specified hardware signature (optional)

Install Profile Tool remove specific options

Command line options Description
--help Displays help for the remove command
--installProfileID <id> The ID of the Install Profile that will be removed (you can find it in the properties of the OS Install Profile in NGUI)