Unsolved
1 Rookie
•
15 Posts
0
46
February 11th, 2025 13:40
aftd status
Is this normal?
# mminfo -q volume=backups.003 -avot6095:mminfo: no matches found for the query
mminfo -mbackups.003 31 GB 100% 04/01/25 2230 GB 82 0 KB
# df -h .Filesystem Size Used Avail Use% Mounted on/dev/mapper/data02--vg-data02--lv 50G 31G 17G 66% /aftd
adv_file device claims 100% use, 31G in use (of real 50G) and no savesets to be found.
Also daemon.log regularly shows stuff like this:
202768 02/11/25 12:35:51 nsrd NSR warning Status update: operation 'SNMD_DEVOP_CHECK_FS', instance '179', on device '/aftd' has completed abnormally with status 'DEV_OP_ERROR'.202768 02/11/25 13:20:52 nsrd NSR warning Status update: operation 'SNMD_DEVOP_CHECK_FS', instance '182', on device '/aftd' has completed abnormally with status 'DEV_OP_ERROR'.202768 02/11/25 14:05:53 nsrd NSR warning Status update: operation 'SNMD_DEVOP_CHECK_FS', instance '184', on device '/aftd' has completed abnormally with status 'DEV_OP_ERROR'.
I am asking because recently I also got mails from NW complaining about full device.
But I'm not sure what I should be seeing....
Thanks.
No Events found!
farnsworthy
1 Rookie
•
3 Posts
0
February 11th, 2025 16:25
No that's not normal, but it's possible it's getting hung up on the query constraint - try just a simple "mminfo -av"?
It's also possible all the savesets have expired, and if the volume backups.003 is unmounted, then the system can't purge the savesets from the filesystem. Use the "nsrmm" command to show the status of the device and volume - looks like it may be unmounted NetWorker-wise. If so,it can be mounted with "nsrmm -m -f /aftd".
jer0nim01
1 Rookie
•
15 Posts
0
February 11th, 2025 16:39
@farnsworthy
I should maybe mention the adv_file device only contains bootstraps (because those can't go to tape directly if tapes are not locally attached)
What I also saw is the volume was mounted read-only ...
mminfo -av --> nothing
scanner gives this
But even after setting to appendable and running "nsrim -X", the situation remains the same.
Also this results in nothing
farnsworthy
1 Rookie
•
3 Posts
0
February 11th, 2025 22:21
@jer0nim01
So this sounds bad, like the entire media db is gone, except for 1 volume? Was scanner run before the first post?
Did nsrstage hang? Likely can't run against a read-only volume? (but mminfo doesn't show volume as read-only, is Device RO?)
It sounds like that situation after a hard crash where a disk device is put into the state "scan needed".
But I'm going to shut up now, cuz I'm reading some stuff I've never seen before about "a version of NetWorker server with read-only mirror".
jer0nim01
1 Rookie
•
15 Posts
0
February 12th, 2025 08:40
@farnsworthy
Everything works fine except this adv_file device with the bootstraps on it.
It claims it is at 100% capacity and doesn't want to delete the expired ones.
> So this sounds bad, like the entire media db is gone, except for 1 volume?
No
> Was scanner run before the first post?
No
> Did nsrstage hang?
No
> Likely can't run against a read-only volume?
Probably
> (but mminfo doesn't show volume as read-only,
mminfo -m doesn't show that anyway.
Volflags showed read only (as did NMC)
> is Device RO?)
No
/dev/mapper/data02--vg-data02--lv on /aftd type ext4 (rw,relatime,data=ordered)
> It sounds like that situation after a hard crash where a disk device is put into the state "scan needed".
There was no hard crash. Butsomething on the aftd is strange.