I issued the command but cannot connect via the web browser at
http://xx.xx.xx.xx:5801/. I received no error messages.
Richard Troth <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
02/26/2004 05:39 PM
Please respond to Linux on 390 Port
To: [EMAIL PROTECTED]
cc:
Subject: Re: How to start VNC/YAST2 after installation?
> I have one quick question. During the install I used YAST2 and VNC via a
> java enabled web browser. I want to use it again for some normal updates
> but I do not know how to start/enable the VNC server. Can someone
provide
> an old MVS dude some help? Thanks.
Connect with some command-line tool.
That is, get a shell. Then issue the command:
vncserver -depth 16 -geometry 1024x768 :0
where you can pick a different "depth" or "geometry" if you like.
And presuming your zSeries is headless w/r/t the bitmapped display,
running on X windows screen zero seems reasonable.
Lemme know if it works.
-- R;