- 论坛徽章:
- 0
|
备份机器sun 445,操作系统是solaris10,两个阵列 分别是800G 已经做成文件系统
一、加上stripe on出现问题,使用两个阵列
2> use master
3> go
1> dump database rnosdb to "/files1/dump01" at r_bakup_server
2> stripe on '/files/dump02'
3> go
Backup Server session id is: 94. Use this value when executing the
'sp_volchanged' system stored procedure after fulfilling any volume change
request from the Backup Server.
Backup Server: 4.41.1.1: Creating new disk file /files/dump02.
Backup Server: 4.141.2.40: [7] The 'open' call failed for device '/files/dump02'
with error number 2 (No such file or directory). Refer to your operating system
documentation for further details.
Backup Server: 5.7.2.16: RPC ('bs_poll_capabilities') execution failed.
Msg 8009, Level 16, State 1:
Server 'BOCODT', Line 1:
Error encountered by Backup Server. Please refer to Backup Server messages for
details.
1>
二、使用一个文件系统,不加stripe on备份一段时间出现的问题
dump database rnosdb to "/files/rnosdb2010020820.dmp" at r_bakup_server
end if
end
1> use master
2> go
1> dump database rnosdb to "/files/rnosdb2010020820.dmp" at r_bakup_server
2> go
Backup Server session id is: 98. Use this value when executing the
'sp_volchanged' system stored procedure after fulfilling any volume change
request from the Backup Server.
Backup Server: 4.41.1.1: Creating new disk file /files/rnosdb2010020820.dmp.
Backup Server: 6.28.1.1: Dumpfile name 'rnosdb1003911E39 ' section number 1
mounted on disk file '/files/rnosdb2010020820.dmp'
Backup Server: 4.188.1.1: Database rnosdb: 7233898 kilobytes (1%) DUMPED.
Backup Server: 4.188.1.1: Database rnosdb: 14457200 kilobytes (2%) DUMPED.
Backup Server: 4.188.1.1: Database rnosdb: 21680502 kilobytes (3%) DUMPED.
Backup Server: 4.188.1.1: Database rnosdb: 28903290 kilobytes (4%) DUMPED.
Backup Server: 4.145.2.37: [3] Error for device '/files/rnosdb2010020820.dmp'.
Error writing to archive device /files/rnosdb2010020820.dmp. Attempted to write
65536 bytes, 61440 bytes were written.
Backup Server: 5.7.2.11: RPC ('as_large_pagerun') execution failed.
Backup Server: 4.188.1.1: Database rnosdb: 35730768 kilobytes (5%) DUMPED.
Msg 8009, Level 16, State 1:
Server 'BOCODT', Line 1:
Error encountered by Backup Server. Please refer to Backup Server messages for
details.
请帮忙看看什么问题,谢谢! |
|