System related commands in IBM Cast Iron
System related commands in IBM Cast Iron are listed below for reference,
Command: system poweroff
Shuts down all routing services and then powers off the Integration Appliance. If the force parameter is used, power is cut off immediately.
Command: system reboot
Shuts down all routing services and then reboots the Integration Appliance. If the force parameter is used, reboot begins immediately.
Command: system restart
Restarts the Integration Appliance routing subsystem.
Command: system show platform
Displays information about the Integration Appliance, such as: ROM version, appliance platform, serial number, UUID, board product, board serial number, MAC addresses, and access key.
Command: system show status
Shows whether the following components are up or down: System, Network, and Runtime. Available for Standalone Integration Appliances as well as the Active Integration Appliance in an HA pair.
Command: system show version
Displays the version of the Cast Iron operating system on the Integration Appliance.
Command: system persist
Enables or disables the disk cache on the Integration Appliance. Use system persist on or off.
Command: system persist setting
Displays the current system persist setting: on or off. Use the system persist command to specify whether the disk cache is enabled or disabled.
Command: system autoreboot
Allows you to enable or disable automatic reboot for an Integration Appliance. Use the setting parameter to print autoreboot settings.
system autoreboot { < | on| | off | | setting> }
Note: During a CIOS or Connector upgrade, the Integration Appliance reboots even if the automatic reboot is disabled.
Command: system clean
Clears the system states of the Integration Appliance. When you issue a system clean all command, the Integration Appliances in an high availability pair attempt to clean the systems without rebooting; however, in certain states the Integration Appliances reboot to ensure system stability. Whether the systems reboot cannot be determined until after you issue the system cleanall command.
Usage: system clean{[running][ orchmon][deploy]}|all
where:
running – Removes currently running project data.
orchmon – Removes orchestration monitoring data.
deploy – Removes currently deployed project data.
all – Resets the appliance to factory default settings.
Command: system update cios image
Using an image from either an FTP Server based file or file from the CIOS CD, updates the Cast Iron Operating System on the Integration Appliance.
usage: system update cios image from<source>
where source can specify an FTP Server or a CIOS CD:
ftp[<hostname> | <IP address>[user<user>] [ passwd <password>] file <filename> ] cd [file <filename> ]
Above commands can be executed by logging to Appliance (through putty session or VM based Console). Restart and Reboot can be done through CI Console as well.
Link for reference: http://www.ibm.com/support/knowledgecenter/SSGR73_6.1.0/com.ibm.websphere.cast_iron.cli.doc/CLI_system_commands.html
