环境:
Oracle 10G on Redhat 5.8
TSM 6.2.4 on Redhat 5.8
报错信息如下:
ORA-19502: write error on file "arch_30928_1", blockno 961 (blocksize=4096)
ORA-27030: skgfwrt: sbtwrite2 returned error
ORA-19511: Error received from media manager layer, error text:
ANS0350E (RC245) The current client configuration does not comply with the value of the DATAWRITEPATH or DATAREADPATH server option for this node.
Recovery Manager complete.
该报错TSM官方说明:
问题出在lanfree配置上,分别检查server和client的lanfree配置,
Server:确定data write path和data read path都是lanfree
tsm: TSM>q no rfidpdb f=d
Node Name: RFIDPDB
Platform: TDPO LinuxZ64
Client OS Level: 2.6.18-308.el5
Client Version: Version 6, release 2, level 4.0
Policy Domain Name: DBBCK_DOMAIN
Last Access Date/Time: 01/25/16 19:10:05
Days Since Last Access: <1
Password Set Date/Time: 09/13/12 22:43:10
Days Since Password Set: 1,229
Invalid Sign-on Count: 0
Locked?: No
Contact:
Compression: Client
Archive Delete Allowed?: Yes
Backup Delete Allowed?: Yes
Registration Date/Time: 03/25/12 16:09:02
Registering Administrator: ADMIN
Last Communication Method Used: Tcp/Ip
Bytes Received Last Session: 2,385
Bytes Sent Last Session: 2,493
Duration of Last Session: 279.23
Pct. Idle Wait Last Session: 0.63
Pct. Comm. Wait Last Session: 99.78
Pct. Media Wait Last Session: 77.76
Optionset:
URL:
Node Type: Client
Password Expiration Period: 0 Day(s)
Keep Mount Point?: No
Maximum Mount Points Allowed: 4
Auto Filespace Rename : No
Validate Protocol: No
TCP/IP Name: RFIDP
TCP/IP Address: 10.201.252.1
Globally Unique ID: 00.00.00.00.76.51.11.e1.91.a6.00.1a.64.3b.2f.1e
Transaction Group Max: 0
Data Write Path: LANFREE
Data Read Path: LANFREE
Session Initiation: ClientOrServer
High-level Address:
Low-level Address:
Collocation Group Name:
Proxynode Target:
Proxynode Agent:
Node Groups:
Email Address:
Deduplication: ServerOnly
Client OS Name: Red Hat Enterprise Linux Server release 5.8 (Tikanga)
Client Processor Architecture:
Client Target Version: (?)
tsm: TSM>
Client:
检查如下目录的dsm.sys文件配置:
/opt/tivoli/tsm/client/bin/dsm.sys
/opt/tivoli/tsm/client/bin64/dsm.sys
/opt/tivoli/tsm/client/bin/dsm.sys
确保都启用了lanfree,配置了lanfreetcpserveraddress参数,并且配置一致。然后重启./dsmsta
[root@RFIDP bin]# cat dsm.sys
SErvername tsm
COMMmethod TCPip
TCPPort 1500
TCPServeraddress 10.201.252.5
nodename RFIDPDB
passwordaccess GENERATE
enablelanfree yes
lanfreecommmethod tcpip
lanfreetcpserveraddress 10.201.252.1
lanfreetcpport 1500
resourceutilization 4
largecommbuff yes
tcpnodelay yes
tcpwindowsize 2048
tcpbuffsize 512
txnbytelimit 262144
问题解决!