cancel
Showing results for 
Search instead for 
Did you mean: 

Inventory Robot Script

Switcho
Level 4

Hi All,

 

Is there a script or command that run "Inventory Robot" and accept the changes?

Inventory Robot can be opened from:

Netbackup administration console --> media and device management --> media --> robots, right click on the robot and select Inventory Robot.

 

or

is there a tool or way to automate Inventory Robot to run automatically at specific time and accept the changes.

 

Thanks in advance...

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

vmupdate -rt <robot_type> -rn <robot_number> -rh <robot_control_host> [-h <EMM_server>]

Example from Commands manual:

EXAMPLES
The following updates the volume configuration on the EMM server named mymaster to match the contents of TLD robot 7 connected to the host macris:

# vmupdate -rt tld -rn 7 -rh macris -h mymaster

View solution in original post

2 REPLIES 2

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

vmupdate -rt <robot_type> -rn <robot_number> -rh <robot_control_host> [-h <EMM_server>]

Example from Commands manual:

EXAMPLES
The following updates the volume configuration on the EMM server named mymaster to match the contents of TLD robot 7 connected to the host macris:

# vmupdate -rt tld -rn 7 -rh macris -h mymaster

Switcho
Level 4

that is exactly what i want, thanks alot Marianne :)