HOW TO RESTORE INFORMATION FROM NETWORKER USING SSID AND CLONEID
1.-You need to run the following command in order to check "Client, SSID (SaveSet ID), Clone ID, SaveSet Flag, Sumarize Flag, Client Name, Level (In this case Full ) and SaveTime (Backup Day)"
#mminfo -q "client=disdb, savetime > 03/26/2016 00:00, level=full" -r "ssid,cloneid, ssflags, sumflags, volume, client, name, level, savetime"
ssid clone id ssflags fl volume client name lvl date
3111111112 1444441111 vF cb C00014 disdb /oracle/u1 full 03/26/16
3111111112 1444441111 vF cb C00015 disdb /oracle/u2 full 03/26/16
3111111116 1444441111 vF hb C00016 disdb /oracle/u3 full 03/26/16
3111111110 1400011123 vF cb C00020 disdb /oracle/u4 full 03/26/16
2.-Execute the following command from backup server in order to restore the Files System /oracle/u*, You will use in the recover command the SSID and CLONEID as below
#sudo recover -iY -R disdb -S 3111111112/1444441111
#sudo recover -iY -R disdb -S 3111111112/1444441111
#sudo recover -iY -R disdb -S 3111111116/1444441111
#sudo recover -iY -R disdb -S 3111111110/1400011123
Those commands will be connecting with the disdb server and download the information.
3.-You can monitor the restore on the server disdb
#df -h | egrep "u1|u2|u3|u4"
Thanks to Diego Palopoli
Regards
Roger
Comments