2Using the Command Line UtilityIn this chapter...ARCCONF Commands ......................................................................................................... 12This 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.The return values for each command are the same: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 ARCCONF and press Enter.To access the online help for a specific command, type ARCCONF <command>, then press Enter.Environment Batch File Run ScriptWindows .bat CMD.EXELinux/Unix .sh sh / bash