cancel
Showing results for 
Search instead for 
Did you mean: 

Sun Zone Installation

Former Member
0 Kudos

Dear all,

I have to install ECC 6.0 on solaris 10 (zone installation) with oracle 10g. I have two zones. I use Xmanager (remote conn software) to login to the global zone. But if i run sapinst from global zone through terminal it say connected but no popup for sapinst.

If i run ./startInstGui.sh -host xxxxx, it popups and then gives java exception unknown host..

how can i start my installation.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> I have to install ECC 6.0 on solaris 10 (zone installation) with oracle 10g. I have two zones. I use Xmanager (remote conn software) to login to the global zone. But if i run sapinst from global zone through terminal it say connected but no popup for sapinst.

If you install a zone you need to run sapinst from the zone you have installed, not from the global zone.

Markus

Former Member
0 Kudos

I login throug Xmanager on global zone. then i opened a terminal and use zlogin zonename.

Then i ran sapinst, it is giving me the message

"

guiengine: No GUI server connected; waiting for a connection on host sapdevabap, port 21200 to continue with the installation

"

and there is no popup for the sapinst. can you tell me what to do or check.

Thanks

markus_doehr2
Active Contributor
0 Kudos

Yes - this is expected

Your zone has a different IP addresse than you were logged in.

You either have to login directly to the zone using ssh or telnet and then start sapinst or use

DISPLAY=<your ip>:<your display>

export DISPLAY

and then start sapinst.

Markus

Former Member
0 Kudos

if i login directly from xmanager to zone either through telnet or ssh, it is saying 'could'nt establish connection on 192.x.x.x. on port 23 (telnet) in ssh (22).

i login globally through xmanager, opened a terminal and then set the display environment also to my own machine as 192.5.5.45:0.0 and then ran but it is saying the same , waiting for connection and then no popup.

I created the directory sap in /usr and then mounted it by the procedure as mentioned in 870652 and i can see the output of command mount in zone as

"

/ on / read/write/setuid/devices/intr/largefiles/logging/xattr/onerror=panic/dev=f400c7 on Thu Jun 19 03:21:49 2008

/dev on /dev read/write/setuid/devices/zonedevfs/dev=4740005 on Thu Jun 19 05:32:30 2008

/lib on /lib read only/setuid/nodevices/nosub/dev=f400c0 on Thu Jun 19 05:32:30 2008

/platform on /platform read only/setuid/nodevices/nosub/dev=f400c0 on Thu Jun 19 05:32:30 2008

/sbin on /sbin read only/setuid/nodevices/nosub/dev=f400c0 on Thu Jun 19 05:32:30 2008

/usr on /usr read only/setuid/nodevices/nosub/dev=f400c6 on Thu Jun 19 05:32:30 2008

/usr/sap on /usr/sap read/write/setuid/devices/dev=f400c4 on Thu Jun 19 05:32:30 2008

/usr/sap/soft on /usr/sap/soft read/write/setuid/nodevices/dev=f400c6 on Thu Jun 19 05:32:30 2008

/proc on proc read/write/setuid/nodevices/zone=sapdevabap/dev=4500005 on Thu Jun 19 05:32:31 2008

/system/contract on ctfs read/write/setuid/nodevices/zone=sapdevabap/dev=44c0006 on Thu Jun 19 05:32:31 2008

/etc/mnttab on mnttab read/write/setuid/nodevices/zone=sapdevabap/dev=4540006 on Thu Jun 19 05:32:31 2008

/system/object on objfs read/write/setuid/nodevices/zone=sapdevabap/dev=45c0006 on Thu Jun 19 05:32:31 2008

/etc/svc/volatile on swap read/write/setuid/nodevices/xattr/zone=sapdevabap/dev=458000f on Thu Jun 19 05:32:31 2008

/lib/libc.so.1 on /usr/lib/libc/libc_hwcap1.so.1 read/write/setuid/devices/zone=sapdevabap/dev=f400c6 on Thu Jun 19 05:32:32 2008

/dev/fd on fd read/write/setuid/nodevices/zone=sapdevabap/dev=4780006 on Thu Jun 19 05:32:32 2008

/tmp on swap read/write/setuid/nodevices/xattr/zone=sapdevabap/dev=4580010 on Thu Jun 19 05:32:33 2008

/var/run on swap read/write/setuid/nodevices/xattr/zone=sapdevabap/dev=4580011 on Thu Jun 19 05:32:33 2008

"

The software is copied in /usr/sap/soft.

Thanks

markus_doehr2
Active Contributor
0 Kudos

> if i login directly from xmanager to zone either through telnet or ssh, it is saying 'could'nt establish connection on 192.x.x.x. on port 23 (telnet) in ssh (22).

So you can't ping the zones IP from your machine or your machine from the zone? If no, then something in the zones network setup is not correct.

> i login globally through xmanager, opened a terminal and then set the display environment also to my own machine as 192.5.5.45:0.0 and then ran but it is saying the same , waiting for connection and then no popup.

You have to set this AFTER you logged in to the zone.

Markus

Former Member
0 Kudos

yes, i can ping from the zones to my machine and from my machine to the zones

Former Member
0 Kudos

yes i also set the display after logging in to the zone and then i cofirmed with env command it was showing my machine.

markus_doehr2
Active Contributor
0 Kudos

Can you start xclock after you logged in to the zone and set the DISPLAY? If xclock is not showing up, then there's something wrong with your X-Server on your PC.

Markus

Former Member
0 Kudos

yes it worked. After setting the environment variable i was using ./startInstGui.sh, but when i used ./sapinst. i got the popup.

Thanks

Answers (0)