cancel
Showing results for 
Search instead for 
Did you mean: 

bperror command Segmentation Fault

Sathyam_G
Level 3
HI,

When i run the following command it gives me Segmentation Fault.

/opt/openv/netbackup/bin/admincmd/bperror -U -backstat -columns 50 -hoursago 24

STATUS CLIENT POLICY SCHED SERVER TIME COMPLETED

Segmentation Fault - core dumped

Could you please help me to solve this.

Rgds
Sathyam G
5 REPLIES 5

Yasuhisa_Ishika
Level 6
Partner Accredited Certified
What version of NetBackup do you have?
I confirmed same command works fine with my NetBackup 6.0 MP4.

Sathyam_G
Level 3
Hi.

NB Ver 6 MP4. Solaris 5.9.

This command was able to run till 18/1/2007.

If we use the bperror command with specifying the dates till 18/1/2007 it is working fine. If we specify any dates/time after 18th it is giving Segmentation fault- core dumped.

In the Netbackup Console if i run the Backup status under reports for the last 24 hours i am getting the following error message (till 18/1/2007 it is able to show the backup status)

"An error occured while parsing the report data. Please check logs"

I have checked the logs under /db/errror & admin logs. I am not getting any clue why it is giving this error message.

Any suggestions are welcome.

Rgds
Sathyam G

Dennis_Strom
Level 6
what is it saying in /var/adm/messages?
have you added any patches, Netbackup, Solaris, or otherwise?

Rakesh_Khandelw
Level 6
Running NBU 6.0 MP4 on Solaris 9 64 bit with kernel patch 118558-24, command is running as it should be.

Did you upgrade your Soalris patches recently specially using the patch bundle?

Yasuhisa_Ishika
Level 6
Partner Accredited Certified
Can you find any incorrect record in each file under /usr/openv/netbackup/db/error?
I tried to edit these log files directly, and with some pattern I got same error. "EXIT STATUS" line is tough, but I find removing job group id causes segmentation fault.

If you can not make sure when each lines were recorded, try this.

# cat file | perl -ne 's/^(*)/localtime($1)/e;print'