Dear Team,
We see that the FS /sapmnt/SID/exe are different in CI and in DB. This FS is mount point and must be the same when viewed from CI and DB
Ideally, as this FS /sapmnt/SID/exe is mount point – the changes must be visible from SAPCI. But this is not the case
Command output from CI
cd /sapmnt/SID/exe
ls -l | grep -i br
-rwxr-xr-x 1 SID<adm> sapsys 4178065 2009-02-25 02:07 brarchive
-rwsrwxr-x 1 ora<SID> dba 4284895 2009-02-25 02:07 brbackup
-rwsrwxr-x 1 ora<SID> dba 5527676 2009-02-25 02:07 brconnect
-rwxr-xr-x 1 SID<adm> sapsys 4587371 2009-02-25 02:07 brrecover
-rwxr-xr-x 1 SID<adm> sapsys 1578637 2009-02-21 03:59 brrestore
-rwxr-xr-x 1 SID<adm> sapsys 5679668 2009-02-25 02:07 brspace
-rwsrwxr-x 1 ora<SID> dba 2303924 2009-02-23 01:56 brtools
-rwxr-xr-x 1 SID<adm> sapsys 540962 2009-02-25 01:56 libregex.so
-rwxr-xr-x 1 SID<adm> sapsys 5296052 2009-02-25 02:18 librfcum.so
Command output from DB
cd /sapmnt/SID/exe
ls -l | grep -i br
-rwsrwxr-x 1 ora<SID> sapsys 6466617 2012-04-03 00:16 brarchive
-rwsrwxr-x 1 ora<SID> sapsys 6596893 2012-04-03 00:16 brbackup
-rwsrwxr-x 1 ora<SID> sapsys 8418234 2012-04-03 00:18 brconnect
-rwxr-xr-x 1 SID<adm> sapsys 7043091 2012-04-03 00:19 brrecover
-rwxr-xr-x 1 SID<adm> sapsys 2398807 2012-04-03 00:19 brrestore
-rwxr-xr-x 1 SID<adm> sapsys 8856765 2012-04-03 00:42 brspace
Hi Sumit,
I hope your system is linux.
could you please send us the below information
618104 "sapsysinfo" - Compiling system information on Linux
Regards,
Naveen.
Hi Naveen,
We checkd /proc/mounts for both CI & DB. We identified /sapmnt isn't mounted in CI but only in DB
Please help us to know, Is this crux of problem....
Hi Sumit,
I hope I got you right - you want your kernel directory from the one host to be used by the other?
If yes, you should try to check what's the state of your NFS share between both hosts.
Before you should check if operating system of DB and CI is the same (if kernel can be shared homogeneous).
If yes, get in contact with your operating system colleagues, to share kernel directory from one host to the other. When configuration is in place, get a maintenance window and activate NFS sharing via restart of nfs services on both sides (SAP should be offline).
In rough steps the following things have to be done:
- determine source side (FROM where kernel should be shared)
- in source
- maintain /etc/exports
- start portmap
- start nfslock
- start nfsserver
- exportfs -r
- in target
- maintain /etc/fstab
- test with "showmount -e"
Kindly let me know if this helps.
Regards,
Peter
Hello,
Please check
1104735 - Upgrade to new instance-specific directory on UNIX
regards,
John Feely