refresh_was

Refreshes one or more IBM WebSphere cells (the target type is websphere_cell). The EM CLI verb refresh_was can be used to refresh either a single WebSphere cell (specified using the -cell_name arg) or all existing WebSphere Cells (specified using the -all flag).

Format

emcli refresh_was      [-cell_name="<name of the WebSphere Cell target"] | [-all]      [-debug]

[ ]  indicates that the parameter is optional.

Options

  • cell_name

    Fully qualified name of the WebSphere cell to be refreshed. This option cannot be specified if the -all argument is specified.

  • all

    When specified refreshes all existing WebSphere cell targets. This option cannot be used if -cell_name argument is specified.

  • debug

    When this option is specified, additional debug information is displayed.

Examples

Example 1

The following example refreshes the specified WebSphere cell:

emcli refresh_was 
      -cell_name=host1.wasCell01

Example 2

The following example refreshes all the existing WebSphere cells.

emcli refresh_was 
      -all