managementserver import
This command imports management-server updates from the local system to the repository.
Syntax
managementserver import -h
managementserver import -f <file_list> [-j <job_ID> [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-f | --files} <file_list>
- Specifies a list of firmware-update file, separated by a comma. Include the file name and directory.
- {-j | --job} <job_ID>
- Specifies the job ID for the import operation. If specified, this command returns status information about the specified job.
- {-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 creates job for importing a management-server update and then imports the update.
connect --url https://192.0.2.0 --user ADMIN --noverify
managementserver import -f /home/updates/updates/lnvgy_sw_lxca_thinksystemrepo1-1.3.2_anyos_noarch.txt
managementserver import -j -f /home/updates/updates/lnvgy_sw_lxca_thinksystemrepo1-1.3.2_anyos_noarch.txt
Give documentation feedback