dahe_1984 发表于 2009-12-17 14:58

XBSA Error: (BSACreateObject) A system error occurred. Aborting XBSA session.

配置了Networker和informix备份。
Networker鍴可用save备份。
Informix也可以用 dbaccess sysmaster@idssvr -

Database selected.

>
登陆

就是onbar -b -L备份的时候出事:

2009-12-17 01:45:04 3159531590 /opt/IBM/informix/bin/onbar_d -b -L 0
2009-12-17 01:45:04 3159531590 Archive started on rootdbs (Requested Level 0).
2009-12-17 01:45:04 3159531590 Begin level 0 backup rootdbs.
2009-12-17 01:45:04 3159531590 Successfully connected to Storage Manager.
2009-12-17 01:45:04 3159531590 XBSA Error: (BSACreateObject) A system error occurred. Aborting XBSA session.
2009-12-17 01:45:18 3159531590 /opt/IBM/informix/bin/onbar_d complete, returning 3 (0x03)
谁能看看什么问题

dahe_1984 发表于 2009-12-17 17:38

没有人给点意见么?

dahe_1984 发表于 2009-12-18 10:55

没人帮帮忙看看么?还是我说的不够详细?

philein 发表于 2009-12-18 11:07

CAUSE:
A corrupt or missing index file error can occur due to:


an ISM process exiting without shutting down properly
power failure
hardware failure
disk crash
installing an operating system (OS) patch


SOLUTION

Perform the following steps as root to re-build the nsrmmdbd database in ISM:


1. Shut down the ISM server using the following command:


ism_shutdown

2. Rename the corrupt client indexes using the following:


mv nsr_home_directory/index/server_name/db
nsr_home_directory/index/server_name/db.old


nsr_home_directory
The directory name where nsr installed.
In most cases it will be "/nsr".

server_name
The name of your Backup server.


Example:

The following example uses /nsr as nsr_home_directory, and client as server_name.


mv /nsr/index/client/db /nsr/index/client/db.old

3. Restart the ISM server using the following command:


ism_startup

4. Create new empty client indexes using the following command:


nsrck -c client_name

client_name
The machine name where ISM installed.

dahe_1984 发表于 2009-12-18 11:20

感谢楼上,不过好像涛声依旧
# ./ism_shutdown
ism_shutdown will kill the following processes
29717 ?      00:00:00 nsrexecd
29718 ?      00:00:00 nsrexecd
29720 ?      00:00:00 nsrd
29725 ?      00:00:00 nsrmmdbd
29727 ?      00:00:00 nsrindexd
29728 ?      00:00:00 nsrmmd
Do you want to continue? ? yes
      * * * Killing ISM daemons
# mv /nsr/index/alc20.sangate.com/
db/   db.old/ .nsr    README
# mv /nsr/index/alc20.sangate.com/
db/   db.old/ .nsr    README
# mv /nsr/index/alc20.sangate.com/db /nsr/index/alc20.sangate.com/db.old/
# ./ism_startup
start_ism: is starting the ISM daemons.
start_ism: Bootstrap information is not printed
# ./nsrck -c alc20
nsrck: index for alc20 is created.
# ps -edf | grep nsr
root   29840   10 22:11 ?      00:00:00 /opt/IBM/informix/bin/nsrexecd
root   29841 298400 22:11 ?      00:00:00 /opt/IBM/informix/bin/nsrexecd
root   29843   10 22:11 ?      00:00:00 /opt/IBM/informix/bin/nsrd
root   29848 298430 22:11 ?      00:00:00 /opt/IBM/informix/bin/nsrmmdbd
root   29849 298430 22:11 ?      00:00:00 /opt/IBM/informix/bin/nsrindexd
root   29850 298430 22:11 ?      00:00:00 /opt/IBM/informix/bin/nsrmmd -n 1
root   29862 294940 22:11 pts/6    00:00:00 grep nsr

dahe_1984 发表于 2009-12-18 16:30

自己解决了,The XBSA message file, /nsr/applogs/xbsa.messages, verifies the error with a more specific message:
XBSA-1.0.1 dbmi-1.0 13158 Tue Oct 15 20:00:32 1996_nwbsa_open_saveset_session: received a network error
(Severity 5 Number 13): BusinesSuite Module forInformix has not been properly enabled.
These messages indicate a licensing problem with the NetWorker Server software and must be resolved on the NetWorker server before your database
data can be backed up. There are three possible causes for these error messages:
• The NetWorker server does not have TurboPak functionality.
• NetWorker Module for Informix is not enabled.
• The wrong server operating system (OS) enabler code for NetWorkerModule for Informix enabler was used.
页: [1]
查看完整版本: XBSA Error: (BSACreateObject) A system error occurred. Aborting XBSA session.