cancel
Showing results for 
Search instead for 
Did you mean: 

BR0255W Cannot read from standard input during a dbverify

benoit-schmid
Contributor
0 Kudos

Hello,

I am using:

BRBACKUP 7.20 (13)

SunOS 5.10 Generic_144488-06 sun4u

701 SAPSR3

Oracle 11.2.0,.2

brbackup -w only_dbv -t online -c -u / -e 16

It generally runs ok, but today I got:

BR0280I BRBACKUP time stamp: 2011-04-20 11.20.47

BR0063I 5 of 11 files processed - 14900.039 of 73640.086 MB done

BR0204I Percentage done: 20.23%, estimated end time: 12:45

BR0001I **********________________________________________

BR0280I BRBACKUP time stamp: 2011-04-20 11.21.44

BR0281W BRBACKUP interrupted by signal 2

BR0269W Wait situation interrupted - probably cannot continue

BR0280I BRBACKUP time stamp: 2011-04-20 11.21.44

BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRBACKUP:

BR0280I BRBACKUP time stamp: 2011-04-20 11.21.45

BR0251W Function gets() failed at location BrConfEnter-1

BR0253W errno 5: I/O error

BR0255W Cannot read from standard input

BR0280I BRBACKUP time stamp: 2011-04-20 11.21.45

BR0261E BRBACKUP cancelled by signal 2

BR0056I End of database backup: befrzrsn.dbv 2011-04-20 11.21.46

BR0280I BRBACKUP time stamp: 2011-04-20 11.21.49

BR0054I BRBACKUP terminated with errors

1. Would you know what yould cause this Cannot read from standard input?

2. Is there a maximum number of process that can/should be passed to -e option?

Thanks in advance for your answer.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member213250
Active Participant
0 Kudos

Hello Schmid

Looks like something new issue. As you are on all latest versions

DB, BRTOOLS, it seems there can be chance of bug but not sure just a guess.

BR0255W Cannot read from standard input ... it seems DBV is is stuck in here

Also noticed I/O errors which can be related to OS error or can be corruptions..

May be not much from me apart from few guess..

Regards

Venkat

benoit-schmid
Contributor
0 Kudos

Hello,

> Also noticed I/O errors which can be related to OS error or can be corruptions..

There is no corruption as the next dbv run without error.

I think the I/O error does not relate to the disk but rather to the communication with STDIN.

Regards,

Former Member
0 Kudos

Hello Benoît,

if I understood correctly, your brbackup was not started interactively, but in background, by crontab or DB13 or something like that.

As you perhaps know, signal 2 usually means that the process was interrupted by a ctrl-C from keyboard. This should not happen for a background process.

It could be that someone played around with kill command.

I rather suspect some resource bottleneck.

Could you please check Unix kernel parameters (or whatever their equivalent in SunOS is called - I am not familiar with it).

Or any suspicious entries in Unix log files?

regards

benoit-schmid
Contributor
0 Kudos

Hello,

> It could be that someone played around with kill command.

I strongly doubt that someone made a kill.

> I rather suspect some resource bottleneck.

> Could you please check Unix kernel parameters (or whatever their equivalent in SunOS is called - I am not familiar with it).

> Or any suspicious entries in Unix log files?

Unix kernel is set as documented in Sapnote for solaris and there was nothing in /var/adm/messages.

Regards,

Former Member
0 Kudos

If this happened just once, I would forget about it.

Otherwise you might want to try a Google search with keywords "Solaris" and "signal 2" for a start.

regards