You can run the installation command using three combinations of options. The options you use depend on whether you want to generate a state file and whether you need to customize the installation. In the following commands, OS is the operating system, ext is the file extension, and StateFile is the path and name of the state file.
glassfishesb-v2.1-full-installer-OS.extension --silent
This installs GlassFish ESB with the default settings, but does not generate a state file.
glassfishesb-v2.1-full-installer-OS.extension --silent --record StateFile
This generates a state file that you can modify for custom installations and also installs GlassFish ESB with the default settings.
glassfishesb-v2.1-full-installer-OS.extension --silent --stateStateFile
This installs GlassFish ESB using the settings defined in the state file you specified in the command.