Hello guy,
I wonder if note 1944098 - Missing recovery progress in SAP HANA Studio Recovery Wizard can give you some hint about this recovery progress script.
It mention that Monitor the progress of the running recovery. Look for entries such as: "RECOVERY RECOVER DATA started", "RECOVERY progress of service", "RECOVERY state of service", "RECOVERY RECOVER DATA finished"
Maybe you can grep such entries in backup.log and let them shown in your script output.
For example of the output:
2014-07-29T14:09:11+08:00 P032094 | 14780bca203 INFO | RECOVERY RECOVER DATA started |
...
2014-07-29T14:10:08+08:00 P032094 | 14780bca203 INFO | RECOVERY progress of service: indexserver, hosta:32003, volume: 2, 22% 4294967296/19438673920 |
...
2014-07-29T14:09:11+08:00 P032094 | 14780bca203 INFO | RECOVERY state of service: nameserver, hosta:32001, volume: 0, RecoveryExecuteCatalogRecoveryInProgress |
...
2014-07-29T14:21:16+08:00 P032094 | 14780bca203 INFO | RECOVERY RECOVER DATA finished successfully |
Regards,
Ning Tong