Ask a Question related to Linux / Unix Administration, Design and Development.
-
cljlk #1
Sun Solaris common desk top
I have Sparc20 with Sun Solaris 2.5 operating system and Ultra10 with
Solaris 2.5 operating system also.
Each time I have to go to the monitor and type in username/password in order
to log into common desk top.
Is there any way that I can remote login common desk top instead of going to
the Monitor type in user/passwd.
I know I can telnet remote log into the system. But, for some reason, I need
the system's Monitor common
desk top opened.
Thanks.
cljlk Guest
-
Desk Top Author, and ad success?
I have been looking over some software from http://desktopauthor.com/ , specifically the desk top communicator. The file type allows multimedia to... -
Desk top to server
Flash from Client Desk top, Pull changed data from a Static web page or "Dynamic page if necessary" for Clients to view on desk top. Is flash the... -
solaris 10 zone / container question (or Solaris 9)
I begin to look at zoning in Solaris 10. I have not configured zones yet but need some answers quite quick (tomorrow :-() and hope someone can help... -
Question: C2 Security Configuration for general Unix and Solaris/Trusted Solaris (Auditing)
While reviewing the DoD 5200.28-STD "DEPARTMENT OF DEFENSE TRUSTED COMPUTER SYSTEM EVALUATION CRITERIA" document and looking over "Security... -
RPC unknown host with Solaris 9 (not on Solaris 8)
I am trying to see if a Solaris 8 application will work on Solaris 9. While it mostly works, I am still running into issues with RPC. I get error... -
Doug #2
Re: Sun Solaris common desk top
cljlk wrote:
Try XDMCP> I have Sparc20 with Sun Solaris 2.5 operating system and Ultra10 with
> Solaris 2.5 operating system also.
> Each time I have to go to the monitor and type in username/password in order
> to log into common desk top.
> Is there any way that I can remote login common desk top instead of going to
> the Monitor type in user/passwd.
> I know I can telnet remote log into the system. But, for some reason, I need
> the system's Monitor common
> desk top opened.
> Thanks.
>
>
Doug Guest
-
Sundaram Ramasamy #3
Re: Sun Solaris common desk top
Doug <dt459@hotmail.com> wrote in message news:<2j55k0Ftukv1U1@uni-berlin.de>...
> cljlk wrote:
>> Try XDMCP> > I have Sparc20 with Sun Solaris 2.5 operating system and Ultra10 with
> > Solaris 2.5 operating system also.
> > Each time I have to go to the monitor and type in username/password in order
> > to log into common desk top.
> > Is there any way that I can remote login common desk top instead of going to
> > the Monitor type in user/passwd.
> > I know I can telnet remote log into the system. But, for some reason, I need
> > the system's Monitor common
> > desk top opened.
> > Thanks.
> >
> >
if you are using windows desktop. you can install cygwin
([url]http://www.cygwin.com/[/url]) X software. it has Xwindows emlator software.
using Xwin command you can access your solaris X windows desktop.
Hope this helps.
Sundaram Ramasamy Guest
-
cljlk #4
Re: Sun Solaris common desk top
I should have described it a little more.
I have system which is far from my office(in computer room).
For some reason, I need to open the CDE on the system. Each time, I have to
go to computer room and
log into Desk top after reboot. Is there any way that I can remote open the
Desk top on the system after
reboot. Thus, I don't have to go to computer room, it is quite a walk, or
phone someone in computer room
to log into CDE for me.
Thanks.
"cljlk" <cljlk@hotmail.com> wrote in message
news:40cc8362$0$2993$61fed72c@news.rcn.com...order> I have Sparc20 with Sun Solaris 2.5 operating system and Ultra10 with
> Solaris 2.5 operating system also.
> Each time I have to go to the monitor and type in username/password into> to log into common desk top.
> Is there any way that I can remote login common desk top instead of goingneed> the Monitor type in user/passwd.
> I know I can telnet remote log into the system. But, for some reason, I> the system's Monitor common
> desk top opened.
> Thanks.
>
>
cljlk Guest
-
ds #5
Re: Sun Solaris common desk top
----- Original Message -----
From: "cljlk" <cljlk@hotmail.com>
Newsgroups:
comp.unix.solaris,comp.sys.sun.admin,comp.sys.sun. misc,comp.unix.admin
Sent: Tuesday, June 15, 2004 5:55 AM
Subject: Re: Sun Solaris common desk top
You shouldn't top post, even when replying to yourself.
to> I should have described it a little more.
> I have system which is far from my office(in computer room).
> For some reason, I need to open the CDE on the system. Each time, I have
Just curious - what do you mean by 'For some reason' ?
the> go to computer room and
> log into Desk top after reboot. Is there any way that I can remote open
I'm ASSuming you are also rebooting at the server console, right?
For Windows: Cygwin, VNC (both free), Exceed, Chameleon (both $$)> Desk top on the system after
> reboot. Thus, I don't have to go to computer room, it is quite a walk, or
> phone someone in computer room
> to log into CDE for me.
> Thanks.
will all do what you seemingly want to do. Unless I am missing something
here? If you want to do this as root, check that your /etc/default/login
file
on the server is edited to allow remote root access. Look for the CONSOLE
line and remark it out. (But you already knew this, and also know that this
is
a bad idea, right? :)
-ds
ds Guest
-
Alan Coopersmith #6
Re: Sun Solaris common desk top
"cljlk" <cljlk@hotmail.com> writes in comp.unix.solaris:
|I should have described it a little more.
|I have system which is far from my office(in computer room).
|For some reason, I need to open the CDE on the system. Each time, I have to
|go to computer room and
|log into Desk top after reboot. Is there any way that I can remote open the
|Desk top on the system after
|reboot. Thus, I don't have to go to computer room, it is quite a walk, or
|phone someone in computer room
|to log into CDE for me.
Do you need CDE or just an X server? If all you need is X, the simplest
solution is just to remove /etc/rc2.d/S99dtlogin and replace it with a
script that starts X by itself (either just running Xsun or running the
openwin or xinit wrappers).
If you need CDE, do a google search for "dtautologin"
--
__________________________________________________ ______________________
Alan Coopersmith * [email]alanc@alum.calberkeley.org[/email] * [email]Alan.Coopersmith@Sun.COM[/email]
[url]http://www.csua.berkeley.edu/~alanc/[/url] * [url]http://blogs.sun.com/alanc/[/url]
Working for, but definitely not speaking for, Sun Microsystems, Inc.
Alan Coopersmith Guest
-
Sundaram Ramasamy #7
Re: Sun Solaris common desk top
"cljlk" <cljlk@hotmail.com> wrote in message news:<40cec7ac$0$2994$61fed72c@news.rcn.com>...
> I should have described it a little more.
> I have system which is far from my office(in computer room).
> For some reason, I need to open the CDE on the system. Each time, I have to
> go to computer room and
> log into Desk top after reboot. Is there any way that I can remote open the
> Desk top on the system after
> reboot. Thus, I don't have to go to computer room, it is quite a walk, or
> phone someone in computer room
> to log into CDE for me.
> Thanks.
> "cljlk" <cljlk@hotmail.com> wrote in message
> news:40cc8362$0$2993$61fed72c@news.rcn.com...> order> > I have Sparc20 with Sun Solaris 2.5 operating system and Ultra10 with
> > Solaris 2.5 operating system also.
> > Each time I have to go to the monitor and type in username/password in> to> > to log into common desk top.
> > Is there any way that I can remote login common desk top instead of going> need> > the Monitor type in user/passwd.
> > I know I can telnet remote log into the system. But, for some reason, I> > the system's Monitor common
> > desk top opened.
> > Thanks.
> >
> >
I belive you can use VNC for this. I havn't tried.
look at this post for reference
[url]http://www.sunmanagers.org/pipermail/summaries/2004-May/005209.html[/url]
-SR
Sundaram Ramasamy Guest
-
Doug Freyburger #8
Re: Sun Solaris common desk top
cljlk wrote:
I don't recall the original Solaris 2.5 having CDE/XDM bundled with>
> I have Sparc20 with Sun Solaris 2.5 operating system and Ultra10 with
> Solaris 2.5 operating system also.
> Each time I have to go to the monitor and type in username/password in order
> to log into common desk top.
> Is there any way that I can remote login common desk top instead of going to
> the Monitor type in user/passwd.
> I know I can telnet remote log into the system. But, for some reason, I need
> the system's Monitor common
> desk top opened.
> Thanks.
it. Sun didn't adopt CDE until later IIRC. 2.5 is SO old you should
upgrade unless you have absolutely no choice whatsoever. Even if
the vendor of your application claims you can't upgrade, go ahead and
try installing it on a modern box anyways just to see. Then upgrade
if it works.
Assuming you *have* CDE installed on your Solaric box, it comes with
a script to launch it at boot time. Look on a modern Solaris box
in directories /etc/rc2.d and /etc/rc3.d for S*xdm*, K*xdm*, S*cde*
and K*cde*. They are symbolic links. Go on the old box and find
the scripts they point to. Then make similar links on the old box.
/etc/rc3.d/S99cde or similar pointing to the launch script. Then
it will run at boot time.
Since you now go into the data center and CDE starts, at least it
is installed. If it is installed, it came with a launch script.
Doug Freyburger Guest
-
Rich Teer #9
Re: Sun Solaris common desk top
On Tue, 15 Jun 2004, Doug Freyburger wrote:
It was on a separate CD in the media kit. CDE wasn't integrated> I don't recall the original Solaris 2.5 having CDE/XDM bundled with
into Solaris until Solaris 2.6.
I couldn't agree more!> it. Sun didn't adopt CDE until later IIRC. 2.5 is SO old you should
> upgrade unless you have absolutely no choice whatsoever. Even if
--
Rich Teer, SCNA, SCSA
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: [url]http://www.rite-online.net[/url]
Rich Teer Guest
-
Darren Dunham #10
Re: Sun Solaris common desk top
In comp.unix.solaris Doug Freyburger <dfreybur@yahoo.com> wrote:
> cljlk wrote:>>
>> I have Sparc20 with Sun Solaris 2.5 operating system and Ultra10 with
>> Solaris 2.5 operating system also.
>> Each time I have to go to the monitor and type in username/password in order
>> to log into common desk top.
>> Is there any way that I can remote login common desk top instead of going to
>> the Monitor type in user/passwd.
>> I know I can telnet remote log into the system. But, for some reason, I need
>> the system's Monitor common
>> desk top opened.
>> Thanks.Correct. I'm certain 2.5.1 had CDE available on the server disks, but I> I don't recall the original Solaris 2.5 having CDE/XDM bundled with
> it. Sun didn't adopt CDE until later IIRC.
don't think it was present on the desktop disks.
Both should have openwindows availablable though, and should have 'xdm'
available for remote connections if configured. (It certainly won't be
CDE though).
--
Darren Dunham [email]ddunham@taos.com[/email]
Senior Technical Consultant TAOS [url]http://www.taos.com/[/url]
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Darren Dunham Guest
-
Doug Freyburger #11
Re: Sun Solaris common desk top
Doug Freyburger wrote:
Brain fart - Script should be S*dtlogin and K*dtlogin IIRC.>
> I don't recall the original Solaris 2.5 having CDE/XDM bundled with
> it. Sun didn't adopt CDE until later IIRC. 2.5 is SO old you should
> upgrade unless you have absolutely no choice whatsoever ...
>
> Assuming you *have* CDE installed on your Solaric box, it comes with
> a script to launch it at boot time. Look on a modern Solaris box
> in directories /etc/rc2.d and /etc/rc3.d for S*xdm*, K*xdm*, S*cde*
> and K*cde*. They are symbolic links. Go on the old box and find
> the scripts they point to. Then make similar links on the old box.
> /etc/rc3.d/S99cde or similar pointing to the launch script. Then
> it will run at boot time.
Doug Freyburger Guest
-
cljlk #12
Re: Sun Solaris common desk top
I need common desk environment and I have /etc/rc2.d/S99dtlogin.
I can go to the system's monitor and type in username/passwd. But the
distance a little far.
After rebooting the system, I need the common desk environment is open on
the monitor.
By the way, I used remote login and reboot the system.
"Alan Coopersmith" <alanc@alum.calberkeley.org> wrote in message
news:can0hf$1ub8$1@agate.berkeley.edu...to> "cljlk" <cljlk@hotmail.com> writes in comp.unix.solaris:
> |I should have described it a little more.
> |I have system which is far from my office(in computer room).
> |For some reason, I need to open the CDE on the system. Each time, I havethe> |go to computer room and
> |log into Desk top after reboot. Is there any way that I can remote open> |Desk top on the system after
> |reboot. Thus, I don't have to go to computer room, it is quite a walk, or
> |phone someone in computer room
> |to log into CDE for me.
>
> Do you need CDE or just an X server? If all you need is X, the simplest
> solution is just to remove /etc/rc2.d/S99dtlogin and replace it with a
> script that starts X by itself (either just running Xsun or running the
> openwin or xinit wrappers).
>
> If you need CDE, do a google search for "dtautologin"
>
> --
> __________________________________________________ ______________________
> Alan Coopersmith * [email]alanc@alum.calberkeley.org[/email] * [email]Alan.Coopersmith@Sun.COM[/email]
> [url]http://www.csua.berkeley.edu/~alanc/[/url] * [url]http://blogs.sun.com/alanc/[/url]
> Working for, but definitely not speaking for, Sun Microsystems, Inc.
cljlk Guest



Reply With Quote

