cancel
Showing results for 
Search instead for 
Did you mean: 

How to check nw2004 (640) java kernel version

Former Member
0 Kudos

Hi All,

On NW2004s Java ( NW2004s JAVA), we can use JSPM to check the kernel and IGS version.

How do check the same thing ( Kernel and IGS versions) on NW2004 java systems ?

Thanks in Advance !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi rkandy,

The simplest way is to go to run +jlaunch u2013v+

Best regards,

Nahum

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi rkandy,

You can try the below.

kernel:

1. open http://<host>:<j2ee port>/

2. System Information - all components...

(you need a j2ee user account to see the page)

IGS Version:

1. change the instance profile

igs/listener/http = 4$(SAPSYSTEM)80,administration

2. open http://<host>:4<insntance no.>80/

but you can use SDM instead of JSPM

if you have not a j2ee user but the sdm password.

1. move the current directory

<sid>\DVEBMGS10\sdm\program

2. type the commands below.

sdm jstartup "mode=standalone"

startserver

remotegui

3. SDM GUI tool is launched.

Type SDM password, and you can check java kernel version in the [undeploy] tab.

4. you finish to check, type the commands below.

stopserver

sdm jstartup "mode=integrated"

Best Regards,

TK

Edited by: toshi on Oct 6, 2008 4:50 PM