Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Administration Guide


17.16  ioutils exportupdategroup (exporting update group settings)

Functionality

This command exports update group settings to a specified file.

If you have multiple JP1/IT Desktop Management 2 systems configured, an update group setting in one system can be reused in another system.

Execute this command on the management server.

Format

ioutils exportupdategroup -export export-file-name -name update-group-name[ -u][ -s]

Argument

-export export-file-name

Specify the absolute path (within 259 bytes) of the XML file to export.

-name update-group-name

Specify an update group name whose settings you want to export.

-u

Specify this argument if you want to simultaneously export the settings of the update group to which the manually registered program update belongs.

-s

Overwrites the file even if a file with the same file name already exists at the export destination. If this argument is not specified and a file with the same file name already exists, an overwrite confirmation message appears. In this case, the system cancels the output or overwrites the file according to the administrator's reply.

Storage location

JP1/IT Desktop Management 2-installation-folder\mgr\bin\

You can execute this command without specifying the storage location of the file to be executed by using the command prompt provided by JP1/IT Desktop Management 2.

Notes

Return value

The following table shows the return values of the ioutils exportupdategroup command.

Return value

Description

0

The command finished normally.

11

The format for specifying the command arguments is invalid.

12

The specified folder is invalid, the disk does not have sufficient capacity, or the folder does not exist.

15

A file access error occurred when outputting the file, or the disk does not have sufficient capacity.

31

Another command is being executed.

51

You do not have the permissions to execute this command.

54

The management server has not been set up.

83

No corresponding update group matches.

101

Command execution failed because there is not enough memory, or due to some other reason.

120

A database access error occurred.

150

Command execution was interrupted due to some other error.

Example

The following example shows use of this command to export setting of an update group called "excluded group for headquarters" to C:\temp\updategroup.xml.

ioutils exportupdategroup -export C:\temp\updategroup.xml -name "excluded group for headquarters" -s

Related Topics: