ANR8311E on migration

Bharanij

ADSM.ORG Member
Joined
Jun 18, 2016
Messages
159
Reaction score
2
Points
0
hi guys,

iam doing migration frm disk to tape. disk had 990gb data that is moved to tape but when i check logs i found some errors

04/26/18 15:37:32 ANR8311E An I/O error occurred while accessing drive DRV0
(/dev/rmt1) for SETMODE operation, errno = 79, rc =
2863. (SESSION: 6654, PROCESS: 92)
04/26/18 15:37:32 ANR8311E An I/O error occurred while accessing drive DRV0
(/dev/rmt1) for OFFL operation, errno = 79, rc = 2863.
(SESSION: 6654, PROCESS: 92)
04/26/18 15:37:32 ANR8311E An I/O error occurred while accessing drive DRV0
(/dev/rmt1) for QUERYAPPENDONLY operation, errno = 79,
rc = 2863. (SESSION: 6654, PROCESS: 92)

did my migration completed or not ? i have one drive.
 
did my migration completed or not ?
Likely not. There should be a message in the activity log that says: "MIGRATION finished with a state of SUCCESS" or "MIGRATION finished with a state of FAILURE".

04/26/18 15:37:32 ANR8311E An I/O error occurred while accessing drive DRV0
(/dev/rmt1) for SETMODE operation, errno = 79, rc =
2863. (SESSION: 6654, PROCESS: 92)
Errno=79 means this from errno.h:
#define ELIBACC 79 /* Can not access a needed shared library */

Check errpt or /var/log for more info. Almost sounds like a driver issue if it can't access a shared library.
 
other drive was in writing more due to that i got issue after time change now there is no issue
 
Back
Top