VNC or X Emulator on RS6000 AIX 5.2


 
Thread Tools Search this Thread
Operating Systems AIX VNC or X Emulator on RS6000 AIX 5.2
# 8  
Old 05-31-2007
Hi Porter,

Do you know how to get the AIX CDE Login screen in VNC?
I would like to continue using this method as I have already installed the VNC Server on the AIX box and it will be easier on the Desktop side as I can just distribute the VNC Viewer executable to whoever wants to view the box, as opposed to installing Cygwin which can be tedious sometimes! (I know the Dept have said they only need one box accessing the server but I know that once they see it can be done they are going to be asking for it!)
# 9  
Old 05-31-2007
When you connect to the AIX box using VNC what do you see?

If you have an logged in X session then under who's account?

Can that user use "Xnest"?
# 10  
Old 05-31-2007
I open VNC Viewer and type in the name of the AIX Box and the display number (example: SERVERNAME:1)
I then get prompted for username and password, I type these in and then I get a window displaying my Desktop (on the window I have 3 programs running with titles: XClock, XTerm and X Desktop)

I don't know what XNest is, but it does not seem to be installed on the AIX box.

Cheers
# 11  
Old 05-31-2007
Hello everyone,

What a nightmare! I think I have sorted it out now!
There is a file on my home drive on AIX (created by VNC under /home/MYUSER/.vnc). The file is called xstartup and all I had to do was remove the last entry 'mwm &' and replace it with '/usr/dt/bin/dtsession &'

Well, that's what I think anyway, at least now I'm getting CDE when I connect to VNC. The only problem now is that when I try to log off, CDE is crashing and will not close the session. I have to close the VNC window!

Any takers?

Thank you Porter so far for all the help!
# 12  
Old 05-31-2007
Why all this trouble?
You can install WSM on your Windows machine an connect to the AIX box.
http://www-03.ibm.com/servers/aix/wsm/index.html

http://publib.boulder.ibm.com/infoce...tall_remclient
# 13  
Old 05-31-2007
NO WAY!
That would be even better!

Thanks Ebbi, I'll have a look...
# 14  
Old 05-31-2007
Quote:
Originally Posted by juniorG
The file is called xstartup and all I had to do was remove the last entry 'mwm &' and replace it with '/usr/dt/bin/dtsession &'
You should be able to replace most of that with an

Code:
exec /usr/dt/bin/dtsession

at the end. You want the xstartup to end when you select exit from CDE.

The ../mwm & is a hangover from when you have to start applications and window manager separately and have session end with the final xterm.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX 5.1 and RS6000

I've an old server 1996 RS6000 (Processor 604e) running AIX 5.1. It started up fine, booted up and connected on 10Mbit with my router. I used to be able to connect to it with telnet but not anymore. I know the IP is right but working with the smit tcpip options, looks like I've changed... (1 Reply)
Discussion started by: Devyn
1 Replies

2. AIX

IBM AIX and QEMU Emulator?

Hi friends, I am a UNIX lover. I have tried several unix flavors including linux, solaris(x86) and FreeBSD, all these are the unices which can be installed on x86 hardware. Now to use the IBM AIX, I searched and googled alot, finally I came across QEME, which emulates the PowerPC platorm to turn... (9 Replies)
Discussion started by: gabam
9 Replies

3. AIX

Reinstalling AIX 4.3 on IBM RS6000

Hey guys, I'm a newbie in Unix world.. Currently in my office lies an old IBM RS6000 which hasn't been maintained for a very long time. The former admin has resigned and we don't have any documentation or whatsoever regarding the old machine. All I know that it is an RS6000 is because of what's... (4 Replies)
Discussion started by: arch4ng3l
4 Replies

4. AIX

Trying to hookup my notebook to my IBM 7046-B50 type rack RS6000/AIX system

Greetings to all: Gentlemen, I've tried extremely hard to hookup my notebook via the hyperterminal to my AIX box (IBM 7046-B50) by virtue of a cross-over cable. Don't know really whats going on ......to my surprise. The notebook says its hookedup successfully but shows no unix login prompt on... (6 Replies)
Discussion started by: mhatmi
6 Replies

5. AIX

New to AIX and got my hands on a RS6000 v.need help getting it on the network

So im fairly new to AIX and my knowledge is very, very limited but i got my hands on an RS6000 43P model and im trying to get it on the network so i can access it from work. I have pretty much tried everything i can/know how to do by reading up as much as i can but im still lost. I have the 43P... (2 Replies)
Discussion started by: IIIII
2 Replies

6. AIX

Re-Installation of AIX 5.2 in RS6000 7026

Hi There!! I need to reinstall the operating system AIX 5.2 in a RS6000 7026/6H1 that has AIX 4.3 but I need a firmware upgrade that I dón´t know where can I obtain. - Platform firmware version 3 or later. Someone can help me please, I will be very grateful !! Thank´s. (1 Reply)
Discussion started by: terron79
1 Replies

7. AIX

AIX 4.1.5/RS6000 boot hang, help requested

Hello there! I have a RS-6000 7043-140 machine with AIX version 4.1.5, that is working for almost 8 years now. It has a tty monitor. My problem started when I upgraded my machine to install a gxt250 graphics adapter card together with a 15" AOC VGA Monitor, logitech keyboard and mouse, ... (2 Replies)
Discussion started by: bright_genius
2 Replies

8. UNIX for Advanced & Expert Users

Hard time with a RS6000 J40 + AIX 5.2L

Hello all! This is my first post here! I'm having a hard time with an IBM RS/6000 J40 machine. I'm trying to install AIX 5.2L on it but, up to now, I can't make it boot from the CDROM. Do any of you have an ideia? Thank you for your time! (3 Replies)
Discussion started by: MCM
3 Replies

9. UNIX for Advanced & Expert Users

Installing PHP on IBM/RS6000 AIX UNIX

I am attempting to install PHP on an IBM RS6000 AIX UNIX box. I am not getting very far and hope someone can point me in the right direction. Here is the message from the output: checking for Apache 1.x module support via DSO through APXS Sorry I was not able to successfully run APXS.... (6 Replies)
Discussion started by: jyoung
6 Replies

10. Programming

Good IDE for C++ on RS6000/AIX

I am looking for the above Can anyone point me to a reliable product, with available support in the forseeable future ? Seeker (0 Replies)
Discussion started by: Seeker
0 Replies
Login or Register to Ask a Question