User's Guide

Examples
When you stop monitoring during downloading, press "Ctrl + D" key and return to the input prompt.
-> load -wait /repository
Downloading update packages.
Press Ctrl + D to stop monitoring.
...
Monitoring was stopped. Run the show command to the repository and you can confirm the command's
result from UpdatePkgLatestDownloaded property.
Examples
'load -source' command enables you to add update packages to repository. Specify the path of the update
package file. When you add -source option, you can add update package which is not necessary for
components.
-> load -source C:\temp\package_634335370718834422.zip /repository
COMMAND COMPLETED
Added specified update packages.
"System BIOS_Windows_4.0_02172011105550"
4.3.3 Removing update packages from repository
4.3.3.1 Removing all update packages
Removing all update packages is located at the following target.
/repository/uppkgs
Properties and specific commands of this target are as follows.
Table 4-27 Property of '/repository/uppkgs'
Property Access Description
EntryCount read Displays a number of update packages
managed by repository.
Table 4-28 Specific command of '/repository/uppkgs'
Command Description
delete Removes all update packages.
Specific option of this command is as follow.
Table 4-29 Specific option of '/repository/uppkgs'
Option Description
-f | -force Even if the repository is shared and the specified update packages are referred to by
other repository, the update packages are deleted.
Examples
'delete' command enables you to remove all update packages.
-> delete /repository/uppkgs
COMMAND COMPLETED
"NEC ExpressUpdate Agent_Windows_3.00_03022011171440" was deleted.
"NEC ExpressUpdate Agent_Linux_3.00_03102011100740" was deleted.
CHECK
In the case of the user authority is Operator, "Change Environment Setting" of the user
level must be enabled.
40