S/W Pre-Reqs for CDE on AIX 5.1


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers S/W Pre-Reqs for CDE on AIX 5.1
# 1  
Old 07-18-2009
S/W Pre-Reqs for CDE on AIX 5.1

I recently acquired an IBM RS6000 43P with only the bare OS (AIX 5.1) loaded. I would like to run Common Desktop Environment but I don't know
the prerequisite s/w to get, the order in which to load it, and any variables I need to define when loading.

I would appreciate any directions offered.
Thanks
ki6bxp
# 2  
Old 07-19-2009
Usually CDE is already loaded with these Unices by default.
Try this:
Code:
lslpp -l | grep X11.Dt

You should see whole bunch of packages listed out. If not then you will have to install them. Sorry I don't have the list of all the packages, but use smit to install the packages. Once CDE is installed, start the X server:
Code:
/usr/dt/bin/dtlogin -daemon

Also, You can use your normal Desktop with windows Smilie or Linux Smilie and connect to Unix server X session. For Windows, look into Exceed (commercial), or Cygwin (free).

-Nitin Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

CDE on AIX and vnc,nothing works

On other unix systems,simply set "dtsession" on .xstartup file of vnc start the cde session. On aix i have this problem when i start the session,appear only an error message The DT messaging system could not be started to correct the problem 1. Choose ok to return to the login... (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

2. AIX

AIX CDE Locale Configuration

Dears I am looking for this binary to complete my X11 installation and I can not find it in the media , can any one help me where can I download it X11.loc.en_US.Dt.rte AIX CDE Locale Configuration - U.S. English (1 Reply)
Discussion started by: thecobra151
1 Replies

3. AIX

install CDE on AIX 5.3

Hi all, I want to install CDE on AIX 5.3 - TL 10 , X server already installed and most X applications works fine. i made iso files for 3 out of 8 volumes for the aix ( itried only 3 out of 8 with no luck ), and i mounted them as if they were filesystems. then i ran #smit install_all and... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

4. AIX

trying to access CDE on AIX remotely

I am trying to access CDE on AIX5.3 remotely via tsclient(XDMCP) I installed tsclient and xnest on Linux machines. (Home and Office) I can access CDE on AIX5.3 from same subnet(In my Office) but I can't access CDE on AIX5.3 from different subnet(At Home)(I can't see CDE login screen) I... (2 Replies)
Discussion started by: lifegeek
2 Replies

5. UNIX for Dummies Questions & Answers

Can't login on CDE AIX 4.2

Hi, can somebody please, please help me? After a power loss and server restart my server running AIX 4.2.2 could not boot. Following the procedure in my user guide I checked the hd's with # fsck -y /dev/hd1 # fsck -y /dev/hd2 # fsck -y /dev/hd3 # fsck -y /dev/hd4 # fsck -y /dev/hd9var ... (4 Replies)
Discussion started by: semso
4 Replies

6. AIX

Can't login on CDE AIX 4.2

Hi, can somebody please, please help me? After a power loss and server restart my server running AIX 4.2.2 could not boot. Following the procedure in my user guide I checked the hd's with # fsck -y /dev/hd1 # fsck -y /dev/hd2 # fsck -y /dev/hd3 # fsck -y /dev/hd4 # fsck -y /dev/hd9var I... (0 Replies)
Discussion started by: semso
0 Replies

7. AIX

AIX pre-loaded, no license

Hi, I've found some old threads on AIX licensing, but still not sure: I'd like to get some used pSeries box for hands-on AIX learning. If somebody on eBay offers a box with $subj - what problems/limitations (technical, not legislative) I could expect? Is this system usable for my intention? ... (2 Replies)
Discussion started by: tacelus
2 Replies

8. AIX

Normal User Unable to Login Through AIX CDE

When we as normal user try to login, the session startup terminates and we are presented with the login screen.The root user is able to login without any problem.I can log in to the Aix server as normal user through telnet & using xmanager but not directly through server terminal .The Aix version... (1 Reply)
Discussion started by: ranadeep
1 Replies

9. AIX

Start CDE using Reflection on AIx

Hello. I want to know how to start CDE on AIX, to export the console under reflection. What commands are necesary to run on AIX to start CDE and after start It export the console using Reflection X. Someboy know how to do that. Regards (1 Reply)
Discussion started by: hmoday
1 Replies
Login or Register to Ask a Question