cancel
Showing results for 
Search instead for 
Did you mean: 

No restore image found, while restoring through IR_active command.

Reddy333
Level 3

Hello All,

I am not able to perform 'Restore' through the following command. it shows "No restore image found".

" ./nbrestorevm -vmw -ir_activate -C virtual machine-backupid <backupid> -temp_location <temp >"

Backup is done successfully. And when i checked in bpcatalyst 'backup' image is available.

My master server is RHEL 7.2 and VM is RHEL7.2.

Can any one suggest me work around for this issue.

Thank you.

2 REPLIES 2

Marianne
Level 6
Partner    VIP    Accredited Certified

If I read the documentation correctly, it seems -backupid is only used to create a parameter file.

See:  http://www.veritas.com/docs/000117435

backupid value

The ID of the backup image to use to create the parameters file to restore a VMware virtual machine disk or disks, in clientname_backuptime format. The backuptime is the decimal number of seconds since January 1, 1970.

Use this option with the -restorespecout option. Do not combine it with the -s or -e option.

 

Mike_Gavrilov
Moderator
Moderator
Partner    VIP    Accredited Certified

Correct command is:

# nbrestorevm -vmw -ir_activate -C virtual_machine -temp_location temporary_datastore

You shouldn't use backupid here. Just VMs name.