Data Backup and Recovery

While creating snapshot through snapdrive on linux getting error: 0002-106 Command error: Failed

AbhiM
3,082 Views

On a Lunix machine while trying to take a snapshot usaing below command.

 

snapdrive snap create -fs /prod /prod/AVV /Prod/AVV/11202

 

but getting error

 

0002-106 Command error: Failed to resolve filespec information

 

checked snapdrive logs and found

 

06-06-2017 10:43:04 [26929 af46700]?,2,2,snapdrive snap create -fs /prod /prod/AVV /Prod/AVV/11202 -unrelated -snapname Cold_Backup
06-06-2017 10:43:04 [26929 af46700]E,2,6,FileSpecOperation::init: No tranport assistants found
06-06-2017 10:43:04 [26929 af46700]F,2,2,snapCommand: snap create initialization failed 6
06-06-2017 10:43:04 [26929 af46700]E,2,2,swzl_command: snap create FAILED 6

 

Unix logs shows noting in that time frame

 

2 REPLIES 2

stanton
2,986 Views

Can you do each one individually?

 

snapdrive snap create -fs /prod

snapdrive snap create -fs /prod/AVV

snapdrive snap create -fs /Prod/AVV/11202

 

I expect that SDU is having problems dealing with the nested filesystem layout.

csalitros
2,001 Views

This is an older post, but I encountered this in my environment and discovered that a leading "/" was missing from the mount in /etc/mtab (ultimately /etc/fstab).

 

Ensure your mount is is going to:

svm:/volume_name_here 

and not something like

svm:volume_name_here

 

Thanks,

--Craig

Public