- 论坛徽章:
- 0
|
ASE 12.5
由于系统不支持大于2G的文件系统
备份时候用stripe (
use master
go
dump database rrr to "/data/rrr.dat1" at remote-server
stripe on "/data/rrr.dat2" at remote-server
stripe on "/data/rrr.dat3" at remote-server
stripe on "/data/rrr.dat4" at remote-server
......
stripe on "/data/rrr.dat15" at remote-server
go
出错
Backup Server: 4.6.2.3: Failed to create or attach shared tape i/o buffers.
Backup Server: 4.6.2.3: Failed to create or attach shared tape i/o buffers.
Msg 8009, Level 16, State 1:
Server 'main', Line 1:
Error encountered by Backup Server. Please refer to Backup Server messages for details.
尝试的办法:
同样的方法在本地备份 可以
增加系统共享内存 不行
修改 sp_configure "number of large i/o buffers ",12 (4,20等) 也不行
应该怎样去调整系统 ???? |
|