7.7.1.10 ALTER OFFLOADGROUP

Purpose

The ALTER OFFLOADGROUP command enables you to alter modifiable attributes of offload groups, and also to restart, start up, and shut down services.

Syntax

ALTER OFFLOADGROUP { offloadgroup1 [,offloadgroup2, ...] }
{attribute_name = attribute_value [, attribute_name = attribute_value ...]]
| STARTUP | RESTART | SHUTDOWN }

Usage Notes

  • The offloadgroupN (where N is a number) parameters specify the names of the offload groups whose attributes you want to modify, or that you want to start, shut down, or restart.

  • The attribute_name and attribute_value parameters specify the name and value of the attribute you want to modify.

  • The STARTUP parameter specifies that the offload group(s) is to be started.

  • The RESTART parameter specifies that the offload group(s) is to be shut down, then started.

  • The SHUTDOWN parameter specifies that the offload group(s) is to be shut down.

Examples

Example 7-61 Updating the "Comment" Attribute

ALTER OFFLOADGROUP offloadgroup1 comment='System group'

Example 7-62 Starting up the Offload Group Named "offloadgroup1"

ALTER OFFLOADGROUP offloadgroup1 startup

Related Topics