User's Guide

RemoteRepositoryPassword
In the case of the user authority is Operator, "Change Environment Setting" of the user
level must be enabled.
Examples
When you add -force option, properties are set by force.
set -force /repository/remotesetting RemoteRepositoryAddress=192.168.0.111
4.3.2 Adding update packages to repository
'load' command at below targets enables you to add or download update packages.
/repository
Specific command of this target is as follow. There is no property for this target.
Table 4-25 Specific command of '/repository'
Command Description
load Downloads update packages from update package server.
Adds update packages to repository.
Specific option of this command is as follow.
Table 4-26 Specific options of '/repository'
Option Description
-wait Watches it until the downloading of the update packages is completed. This option is
valid only when you download without adding -source option.
-source When you add the specified update package to repository, you specify the update
package file path.
-f | -force Adds the update package specified by -source option to the repository, even if it is not
necessary for the components.
Examples
'load' command enables you to download update packages.
-> load /repository
COMMAND COMPLETED
Downloading update packages. Run the show command to the repository and you can confirm the
command's result from UpdatePkgLatestDownloaded property.
The download process will start and return to the input prompt. To confirm this command results, run `show`
command and confirm UpdatePkgLatestDownloded property. This value is updated at the downloading end
time.
UpdatePkgLatestDownloaded=4/1/2011 12:00:00
Examples
'load -wait' command enables you to watch it until downloading is completed.
-> load -wait /repository
Downloading update packages.
Press Ctrl + D to stop monitoring.
............
Downloading update packages was finished. Please press Ctrl + D.
The download process will start and progress "..." will be displayed. When downloading is finished, an end
message is displayed. After the end message, you need to press "Ctrl + D" key and return to the input prompt.
39