Arcserve restore fails with 'missing starting slash in volume name'
Applies to
- ONTAP 9
- Arcserve backup 19
Issue
- Arcserve restore failed.
- The ndmpd.log shows the following errors:
ERROR: Failed to parse input volname svm1/vol1/qtree1 error: missing starting slash in volume name
ERROR: Invalid volume or visibility check failure svm1/vol1/qtree1
- Further inspection of the ndmpd.log reveals that the DMA's NDMP_CAB_GET_FS_INFO request to ONTAP does not start the path with a "/".
- Under normal circumstances, the request should be: fs_name(/svm1/vol1/qtree1).
DEBUG: DMA>>S V4 sequence=9 (0x9)
DEBUG: Time_stamp=0x6789df3f (Jan 17 13:40:31 2025)
DEBUG: message type=0 (NDMP4_MESSAGE_REQUEST)
DEBUG: message_code=0x20520002 (NDMP_CAB_GET_FS_INFO)
DEBUG: reply_sequence=0 (0x0)
DEBUG: error_code=0 (NDMP4_NO_ERR)
DEBUG: fs_name(svm1/vol1/qtree1)