cancel
Showing results for 
Search instead for 
Did you mean: 

Kernal Upgrade in MCOD installation

Former Member
0 Kudos

Hi experts,

In My landscape 3 servers DEV,QTY and PRD. but DEV & QTY is MCOD installed.

and i want to Upgrade the Kernel on DEV Server only.

when i uncar the database dependent and database independent .SAR files in /sapmnt/sid/exe.

but which command i executed after this.

./saproot.sh sid <DBSID>

What is DBSID ???

In Devlopement system

SID--DEV

instance No--00

in st04

DBSID---DEV

& QTY sysetm.

SID--QTY

instance No--01

in st04

DBSID---DEV

Os--HPUX

Oracle 10g ECC 6.0

Regards,

Vivek

Accepted Solutions (0)

Answers (3)

Answers (3)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear vivek,

Hope you are doing good.

Also the below links will help you if there are any queries with the kernel update procedure.

If you wish to do a Manual Kernel Upgrade:

<http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/

70d8838d-cb8f-2c10-7ab8-d1504670fbb8>

Kernel upgrade using JSPM:

<>

and

SAP Note No. 19466: Downloading SAP kernel patches

Thank you and have a nice day :).

_____________

Kind Regards,

Hemanth

Former Member
0 Kudos

Hi Vivek,

DBSID refers to the user that the database is used to run. e.g: For oracle systems you usually have a user called: ora, in your case oradev.

Cheers,

Maurício

Former Member
0 Kudos

Hi Vivek,

You should give SAP system's SID for saproot.sh. You should not give DBSID.

stopsap

su - root

cd /sapmnt/<SID>/exe

./saproot.sh <SID>

exit

startsap

Along with DB dependent and DB independent files, it is always better to upgrade DBSL libraries.

Refer to the following link

Br,

Venky