Sun OS 5.5.1 Unix Remote


 
Thread Tools Search this Thread
Operating Systems Solaris Sun OS 5.5.1 Unix Remote
# 1  
Old 10-22-2016
Sun OS 5.5.1 Unix Remote

Hi all,

I need some help to remote desktop from Windows to solaris system with SUNOS 5.5.1. I tried to check about XDCMP but all are about the newer system and none mentioning the specific version. I am actually a beginner in all this and I need someone to point me to the right direction.

Appreciate some help

Thanks
# 2  
Old 10-22-2016
The best direction might be to avoid using a 20 years old OS in the first place…
# 3  
Old 10-24-2016
If (?) this stone-age OS had got the graphical CDE login, then you can enable XDCMP in /usr/dt/config/Xaccess:
Code:
*    # grant service to all remote displays

And ensure with ps -ef that the login manager is running:
Code:
 /usr/dt/bin/dtlogin -daemon

If not you can try to start it manually with
Code:
/etc/init.d/dtlogin start

# 4  
Old 10-29-2016
Hi MadeinGermany,

The particular system that i have do not have graphical CDE login

Is there any other way? Really need help in this.

Appreciate anyone who couls help

Thanks in advance

Sent from my SM-G935F using Tapatalk
# 5  
Old 10-29-2016
So you want a remote desktop for a system that doesn't even have a local desktop installed ?
# 6  
Old 10-29-2016
You know its old when it is "The only Solaris release that supports PowerPC;[49] Ultra Enterprise support added; user and group IDs (uid_t, gid_t) expanded to 32 bits,[50] also included processor sets[51] and early resource management technologies."

Solaris (operating system) - Wikipedia
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Triggering remote UNIX shell script from Remote desktop

I m trying to run a batch script in remote desktop which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like ssh hostname path ksh HC_Report.ksh>out.html ...but it generates the HTML file in remote desktop .i... (2 Replies)
Discussion started by: navsan
2 Replies

2. Homework & Coursework Questions

What are the different between UNIX and Sun Solaris OS?

What are the different between UNIX and Sun Solaris OS? could you discuss this in term of the following : memory management, processor, storage management, processing issue, coding issue. ps. thank you :) (0 Replies)
Discussion started by: [-BlackSheep-]
0 Replies

3. SCO

Unix remote printing

Sir, i have a sco 5.5 installed server and 6 clients connected through pci specialix card and printing working fine in these all terminals. 7 and 8 ports are free now, i need to setup another terminal for login on through 7 or 8 port for remote login. i connect a external modem using 25 pin male... (2 Replies)
Discussion started by: Aneesh Kumar.T
2 Replies

4. Shell Programming and Scripting

connecting to remote db from unix script

Hi everybody, My bash script is trying to connect to a remote database using the 'sqlplus' binary.For this i set(export) the variable TWO_TASK to the value of database name excluding the dot extension part. Can anyone explain me what's the significance of this TWO_TASK variable while... (8 Replies)
Discussion started by: DILEEP410
8 Replies

5. Solaris

Sum on Sun unix

Hello, I would like to process a sum on a file : for exemple : 4 5 3 Sum is 12 I tried with the "+" but it doesn't seems to work on the sun or maybe I use a wrong syntax, my script is as follow: --------------------------- export Value export TotalValue while read Valeur do... (4 Replies)
Discussion started by: Cecile
4 Replies

6. SCO

Remote booting in sco unix

Hi ., I have a SCO Unix server 5.0.5.I need to connect it to 10 diskless clients with 5 of them with Realtek Network card and other 5 with compex card. I want the procedure to complete this task.Help Me. (0 Replies)
Discussion started by: rajbalaram
0 Replies

7. UNIX for Dummies Questions & Answers

how to see files in remote unix

Hi all, I am having a windows XP running in my pc. I want to access the files in remote system which is a unix system. How can i share the directories in unix which i can access in windows system. Regrads Gauri (3 Replies)
Discussion started by: gauri_agr
3 Replies

8. UNIX for Dummies Questions & Answers

Remote in Unix

hello ... are there any Remotes in Unix ?? like i do not need to type ' w + enter ' to see whose onlining in the server and the Unix automaticly shows whose onlining in the server ( whidout typing w + enter ) just automaticly in every 5 seconds or 10 seconds ... anyone knows the command ?? (2 Replies)
Discussion started by: SeeD
2 Replies

9. UNIX for Advanced & Expert Users

Remote ACCESS in SCO UNIX

I have set up a modem in SCO Unix .. I want to dial in from a remote terminal program, what else is needed .. do I have to configure UUCP ?? How ? Any other configurations ? CHRIS (1 Reply)
Discussion started by: germiphene
1 Replies

10. UNIX for Dummies Questions & Answers

Remote Login (Unix)

Is there any way I can disallow remote login on a m/c (3 Replies)
Discussion started by: DPAI
3 Replies
Login or Register to Ask a Question