cancel
Showing results for 
Search instead for 
Did you mean: 

two sapdb instances on the same host -> startup error

Former Member
0 Kudos

Dear all,

I have two sapdb (livecache) instances on the same aix host. DL1 has version 7.6.0 and QL1 7.4.2.

I am able to start DL1, but I have an issue with QL1. QL1 wants to access the DL1 devspaces, after it has open its own datafiles.

knldiag:

2007-03-11 10:02:20 218 12821 TASKING Thread 218 starting

2007-03-11 10:02:20 218 11565 startup DEVi started

2007-03-11 10:02:20 12 11000 vattach '/sapdb/QL1/sapdata1/DISKD0005' devno 5 T4 succeeded

2007-03-11 10:02:20 9 11597 IO Open '/sapdb/DL1/saplog/DISKL001' successfull, fd: 28

2007-03-11 10:02:20 9 ERR 11000 d0_vatta vattach (DEV0): error in fcntl, Permission denied

2007-03-11 10:02:20 9 ERR 11000 d0_vatta devspace '/sapdb/DL1/saplog/DISKL001' locked by other p

rocess

2007-03-11 10:02:20 12 ERR 11000 vattach dev0_vattach returned FALSE

2007-03-11 10:02:20 12 11000 vattach '/sapdb/DL1/saplog/DISKL001' T4 failed

2007-03-11 10:02:20 12 ERR 7 IOMan Attach error on Log DevSpace 1: Could not lock devspace

2007-03-11 10:02:20 12 11000 vdetach '/sapdb/QL1/sapdata1/DISKD0001' devno 1 T4

2007-03-11 10:02:20 9 12822 TASKING Thread 209 joining

2007-03-11 10:02:20 209 11566 stop DEVi stopped

Can somebody explain me why this happen?

Thanks

Balazs

Accepted Solutions (0)

Answers (1)

Answers (1)

roland_mallmann
Advisor
Advisor
0 Kudos

Hi,

as you're an official SAP customer (you're using liveCache), please open an official message on queue BC-DB-LVC*.

For the analysis, please open the Telnet-connection to the system, as SAP's support will need it.

Regards,

Roland

Former Member
0 Kudos

Hello Roland

finally i could figure out what the problem was. The QL1 has been built up as a copy from DL1. But I forgot to change the logvolume DB parameters. Now I changed them, and resetted the logs in admin mode:

dbmcli -u control,xxxxx -d QL1

util_execute clear log

Livecache runs again.

Regards

Balazs