managementserver apply
This command installs specific management-server updates.
Syntax
managementserver apply -h
managementserver apply -f <update_list> [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-f | --fixids} <update_list>
- Specifies a list of management-server IDs, separated by a comma.
You can find a list of IDs by using managementserver query –k updates.
- {-v | --view} <filter>
- Identifies the view to use for the returned data. If a filter is not specified, the default view is used.
You can also create custom views (see Creating custom views).
Examples
The following example apply a specific management-server update.
connect --url https://192.0.2.0 --user ADMIN --noverify
managementserver apply --fixids ibm_fw_imm2_1aoo78j-6.20_anyos_noarch -v result
Give documentation feedback