managementserver acquire
This command downloads the specified management-server updates from Lenovo XClarity Support website to the repository.
Syntax
managementserver acquire -h
managementserver acquire -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-update 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 download a specific management-server update.
connect --url https://192.0.2.0 --user ADMIN --noverify
managementserver acquire --fixids ibm_fw_imm2_1aoo78j-6.20_anyos_noarch
Give documentation feedback