2Using the Command Line UtilityIn this chapter...ARCCONF Commands ......................................................................................................... 11HRCONF Commands............................................................................................................ 23This chapter explains how to use the command line utility interactively or in batch mode. Withinteractive mode, enter commands at the prompt. In batch mode, create scripts and run thescript in the appropriate shell. For example:In either mode, if your command fails, you immediately see an error message of Commandfailed. Other script messages that you can get are Command completed successfully, orCommand aborted.With either utility, the return values for each command are the same. The return values are asfollows:0x00: SUCCESS0x01: FAILURE - The requested command failed0x02: ABORT - The command was aborted because parameters failed validation0x03: INVALID_ARGUMENTS - The arguments are incorrect. (Displays COMMAND help)Available commands are described on the following pages, in alphabetical order. To access a listof commands, type <name of utility> and press Enter.To access the online help for a specific command, type <name of utility> <command>, thenpress Enter.Environment Batch File Run ScriptWindows .bat CMD.EXELinux/Unix .sh sh / bash