Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

D00: SYBMULTBUF WARNING: Cannot use Asynchronous I/O for database device ...

227 views
Skip to first unread message

Tim Mottershead

unread,
Sep 15, 2004, 7:18:45 PM9/15/04
to
Hi,

Whilst attempting to dump and load DBs on ASE 12.5.2 ESD#1 under MacOS 10.3,
we are getting the following warnings in the backup server error log:

D00: SYBMULTBUF WARNING: Cannot use Asynchronous I/O for database device
'<deviceName>' because either the device type does not allow it or because
the Adaptive Server Enterprise is using Synchronous I/O. Backup Server is
using Synchronous I/O for this device which will cause significant
performance degradation.

ASE reports that it IS using asynch I/O in it's error log. DB devices
concerned are OS files on HFS+. Backup server version reports it's version
string as:

Backup Server/12.5.2/EBF 11802/P/PowerPC G4/Mac OS X
10.1.4/ase1252/2266/32-bit/OPT/Fri Mar 26 19:25:26 2004

Does anyone if these warnings are accurate? It seems to me that the warning
is misleading because ASE says that it IS using asynch I/O on the devices
concerned. ( "Initializing virtual device 13,
'/Volumes/stripea1/syb_data/....Virtual device 13 started using asynchronous
i/o.")

Does anyone know how to resolve this issue?

As always, all comments and observations gratefully received!

Tim

Steve Olson

unread,
Sep 18, 2004, 5:11:35 PM9/18/04
to
This is a warning message from the backup server, indicating that it
is not using async io. When initially implemented, we didn't use
async io for backup server; however, that has been fixed in ase 12.5.3.

Since it is only an informational message, it can be safely ignored.

Regards,
Steve

Tim Mottershead

unread,
Sep 20, 2004, 4:07:20 AM9/20/04
to
Hi Steve,

Thanks for the info, I will happily ignore the warning for now!

So when does 12.5.3 come out?! More to the point, how about 12.5.2 ESD #2
for OSX?

Cheers,

Tim

"Steve Olson" <ol...@sybase.nospamminplease.com> wrote in message
news:414ca64a@forums-2-dub...

Steve Olson

unread,
Sep 24, 2004, 11:44:55 AM9/24/04
to
Tim Mottershead wrote:
> Hi Steve,
>
> Thanks for the info, I will happily ignore the warning for now!
>
> So when does 12.5.3 come out?! More to the point, how about 12.5.2 ESD #2
> for OSX?


ASE 12.5.3 is scheduled for general release by the end of the year -
we're hoping for November. While backupserver asyncio could be added
to a 12.5.2 maintenance release, it would probably take about as long
to get the maintenance release out as it would to deliver 12.5.3,
which is going through a q/a stage right now.

Regards,
Steve

nickchen

unread,
Sep 18, 2009, 10:40:22 PM9/18/09
to
Please check sp_configure
that max memory and allow sql server async i/o.

if allow sql server async i/o Run Value is 0 that need have
to change back to 1.

sp_configure 'allow sql server async i/o' , 1
go

and then restart sybase backup server

nick

0 new messages