Hi All,
I am performing a system copy of Live cache from production to an FDR landscape. We are on AIX 7.1 and maxdb 7.9. I have been performing the system copy as per the SAP notes 886103 and post cloning as per 877203.
Status till now: I have copied the file systems from source machine to target machine one on one.
When i try unregistering the live cache instance it's throwing the error as below:
# pwd
/sapdb/programs/bin
# ./dbmcli -d TLP -u control,Twining1
Error! Connection failed to node (local) for database TLP:
-24950,ERR_USRFAIL: User authorization failed
The above was performed as root user.
However if i try performing the same using sidadm i get a different error and thats as below:
$ sudo su - tlcadm
Password:
$ cd /sapdb/programs/bin
$ ./dbmcli -d TLP -u control,Twining1
Bad path '/db2/TLP/sapdb/TLP/db/pgm/starter/sdbstarter'
Wanted (UserId 0, GroupId 254, Mode 104510 '-r-s--x---')
Got (UserId 255, GroupId 254, Mode 104510 '-r-s--x---')
RTE_CallSdbStarter(): Wrong ownership for starter program absolute path
Error! Connection failed to node (local) for database TLP:
Reading header from pipe:closed by serv
I have performed this kind of system copy for 2 other landscapes and both the times i have used root only as the user.
Could anybody assist me as how to proceed further.
This is critical as we are in the middle of the build and need to hand over the system by tomorrow.
Thanks,
Soumya