Netbackup code 155 occurring on an AIX client
Hello,
We have one Backup client that’s getting the code 155 disk full error
Message: disk is full
Explanation: The write to the catalog file failed because the disk that contains the catalog database is full, or the track log folder is full.
Recommended Action: Free up space on the disks where NetBackup catalogs reside or where the track log folder resides and retry the operation.
Question for freeing up space on where the track log folder resides are there specific files that we can delete without the intervention of the AIX sysadmin? I don’t want to delete something that is important.
I check the /usr and it only has 1.77GB of space left
root)/> df -g /usr
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd2 10.38 1.77 83% 84616 17% /usr
The Code 155 error is only occurring one backup client the bkpkar.log is below
Bkpkar
20:54:24.375 [22413352] <16> fwrite_and_log: fail to write <fix size entry block> for track journal, backup id:<NULL>, file:<11000232fb.tif>, err_num:<28>, to write:<1>, wrote:<0>
20:54:24.400 [22413352] <16> bpbkar SelectFile: fscp_add_full_entry() failed, error : disk is full
20:54:24.400 [22413352] <16> bpbkar: ERR - bpbkar FATAL exit status = 155: disk is full
20:54:24.400 [22413352] <4> bpbkar: INF - EXIT STATUS 155: disk is full
20:54:33.258 [22413352] <16> bpbkar: ERR - read server exit status = 155: disk is full
20:54:33.473 [22413352] <16> ct_cat_close: failed to fflush for file in dir(/datasink/importDRM/backup_0315/15069/03/359832/), error is -1
20:54:33.485 [22413352] <2> ct_cat_close: close current track journal
20:54:33.485 [22413352] <2> ct_cat_close: close previous track journal
20:54:33.485 [22413352] <16> bpbkar: ct_cat_close() failed, error (14)
20:54:24.375 [22413352] <16> fwrite_and_log: fail to write <fix size entry block> for track journal, backup id:<NULL>, file:<11000232fb.tif>, err_num:<28>, to write:<1>, wrote:<0>
20:54:24.400 [22413352] <16> bpbkar SelectFile: fscp_add_full_entry() failed, error : disk is full
20:54:24.400 [22413352] <16> bpbkar: ERR - bpbkar FATAL exit status = 155: disk is full
20:54:24.400 [22413352] <4> bpbkar: INF - EXIT STATUS 155: disk is full
20:54:33.258 [22413352] <16> bpbkar: ERR - read server exit status = 155: disk is full
20:54:33.473 [22413352] <16> ct_cat_close: failed to fflush for file in dir(/datasink/importDRM/backup_0315/15069/03/359832/), error is -1
20:54:33.485 [22413352] <2> ct_cat_close: close current track journal
20:54:33.485 [22413352] <2> ct_cat_close: close previous track journal
20:54:33.485 [22413352] <16> bpbkar: ct_cat_close() failed, error (14)
21:04:42.097 [34275332] <4> is_excluded: Excluded /datasink/importDRM/backup/2015/15035/04/337763/core by exclude_list entry core
21:27:57.930 [34275332] <16> fwrite_and_log: fail to write <fix size entry block> for track journal, backup id:<NULL>, file:<21000522rb.tif>, err_num:<28>, to write:<1>, wrote:<0>
21:27:57.946 [34275332] <16> bpbkar SelectFile: fscp_add_full_entry() failed, error : disk is full
21:27:57.946 [34275332] <16> bpbkar: ERR - bpbkar FATAL exit status = 155: disk is full
21:27:57.947 [34275332] <4> bpbkar: INF - EXIT STATUS 155: disk is full
21:28:05.949 [34275332] <16> bpbkar: ERR - read server exit status = 155: disk is full
21:28:06.197 [34275332] <16> ct_cat_close: failed to fflush for file in dir(/datasink/importDRM/backup_0315/15069/03/359834/), error is -1
21:28:06.211 [34275332] <2> ct_cat_close: close current track journal
21:28:06.211 [34275332] <2> ct_cat_close: close previous track journal
21:28:06.211 [34275332] <16> bpbkar: ct_cat_close() failed, error (14)
The Client is a AIX Server running O.S 7.1
The backup client is 7.6.0.3
Thanks in Advance!
Hi Guys,
This issue is usually seen on clients when the track log (when using accelerator) has filled up the / file system.
Please show us the output of df -h
Verify the date/time stamps of the Disk Full messages against jobs run on the NBU Master.
Check the core files created on the client. Delete them after you have found their cause. Core files can get rather large. They are created in the same directory as the executable that failed.
Verify what your settings are for debug logs being created on the client. The default is to keep them for 28 days, which is too large a value. This is especially true if the VERBOSE or DebugLevel configured for them is set too high. I tend to use a value of 4, a span of time sufficient to look at problems found over a long weekend. The files are written to the /usr/openv/logs or /usr/openv/netbackup/logs directories. It is possible they are taking an inordinate amount of space. Run this command to see how much space each directory/sub-directory is using:
du -m /usr
This should get space values, in MB, for /usr and for each sub-directory of /usr. Use the "-s" option for file level results.