Enable Xwindows in Solaris 10

  • Follow


Our server is running Solaris 10 (09/10).  One of the applications
require Xwindows display for installation.  At the programmer's
workstation, we are using Hummingbird Exceed version 2008 for the
Xwindows display.  Exceed is asking for ports 6000-6999 to be opened.
How does one check whether these ports are open or not at the
server ?  Any other recommendation on tool for client display besides
Exceed ?

Thanks,

Bill
0
Reply underh20 2/9/2011 6:02:04 PM

netstat -na
0
Reply kieza 2/9/2011 7:15:37 PM


On Feb 9, 1:15=A0pm, kieza <k...@za.pl> wrote:
> netstat -na

Use cygwin: http://www.cygwin.com/
0
Reply kartikvashishta108 2/9/2011 7:37:30 PM

On 2011-02-09 18:02:04 +0000, underh20 said:

> Our server is running Solaris 10 (09/10).  One of the applications
> require Xwindows display for installation.  At the programmer's
> workstation, we are using Hummingbird Exceed version 2008 for the
> Xwindows display.  Exceed is asking for ports 6000-6999 to be opened.
> How does one check whether these ports are open or not at the
> server ?  Any other recommendation on tool for client display besides
> Exceed ?

Cygwin/X? I think it requires the whole Cygwin enchilada installing, 
but I've heard of one case where it worked better than Exceed.
-- 
Chris

0
Reply Chris 2/9/2011 7:39:35 PM

On Feb 9, 1:39=A0pm, Chris Ridd <chrisr...@mac.com> wrote:
> On 2011-02-09 18:02:04 +0000, underh20 said:
>
> > Our server is running Solaris 10 (09/10). =A0One of the applications
> > require Xwindows display for installation. =A0At the programmer's
> > workstation, we are using Hummingbird Exceed version 2008 for the
> > Xwindows display. =A0Exceed is asking for ports 6000-6999 to be opened.
> > How does one check whether these ports are open or not at the
> > server ? =A0Any other recommendation on tool for client display besides
> > Exceed ?
>
> Cygwin/X? I think it requires the whole Cygwin enchilada installing,
> but I've heard of one case where it worked better than Exceed.
> --
> Chris

Cygwin/X is free, I've never had issues with it. Exceed costs
money.....
0
Reply Rick 2/9/2011 8:00:27 PM

In article <8rg8rnF567U1@mid.individual.net>,
Chris Ridd  <chrisridd@mac.com> wrote:
>Cygwin/X? I think it requires the whole Cygwin enchilada installing, 
>but I've heard of one case where it worked better than Exceed.

Another option is to install UNIX inside VirtualBox hosted on
the Windows box.
<URL:http://www.virtualbox.org/>

John
groenveld@acm.org
0
Reply groenvel 2/9/2011 9:14:14 PM

In article <638be41a-479a-418c-ad80-6c02c8a0e021@q7g2000vbd.googlegroups.com>,
Rick Smith  <ricksmith.usenet@gmail.com> wrote:
>On Feb 9, 1:39�pm, Chris Ridd <chrisr...@mac.com> wrote:
>> On 2011-02-09 18:02:04 +0000, underh20 said:
>>
>> > Our server is running Solaris 10 (09/10). �One of the applications
>> > require Xwindows display for installation. �At the programmer's
>> > workstation, we are using Hummingbird Exceed version 2008 for the
>> > Xwindows display. �Exceed is asking for ports 6000-6999 to be opened.
>> > How does one check whether these ports are open or not at the
>> > server ? �Any other recommendation on tool for client display besides
>> > Exceed ?
>>
>> Cygwin/X? I think it requires the whole Cygwin enchilada installing,
>> but I've heard of one case where it worked better than Exceed.
>> --
>> Chris
>
>Cygwin/X is free, I've never had issues with it. Exceed costs
>money.....

Or just use VNC on the Sun and PC.  The bonus is you get to share PC desktops
that way.
-- 
------
columbiaclosings.com
What's not in Columbia anymore..
0
Reply ted 2/9/2011 9:19:22 PM

On 02/10/11 07:02 AM, underh20 wrote:
> Our server is running Solaris 10 (09/10).  One of the applications
> require Xwindows display for installation.  At the programmer's
> workstation, we are using Hummingbird Exceed version 2008 for the
> Xwindows display.  Exceed is asking for ports 6000-6999 to be opened.
> How does one check whether these ports are open or not at the
> server ?  Any other recommendation on tool for client display besides
> Exceed ?

Just use VNC.

-- 
Ian Collins
0
Reply Ian 2/9/2011 11:04:44 PM

On Feb 10, 3:02=A0am, underh20 <underh20.scubadiv...@gmail.com> wrote:
> Our server is running Solaris 10 (09/10). =A0One of the applications
> require Xwindows display for installation. =A0At the programmer's
> workstation, we are using Hummingbird Exceed version 2008 for the
> Xwindows display. =A0Exceed is asking for ports 6000-6999 to be opened.
> How does one check whether these ports are open or not at the
> server ? =A0Any other recommendation on tool for client display besides
> Exceed ?
>
> Thanks,
>
> Bill

One would think that as long as you don't have a firewall sitting
between your workstation and your server, you should have those ports
open on an "as needed" basis.  You might have to use xhost to allow
the connection back as well, I think.
0
Reply chuckers 2/9/2011 11:28:54 PM

On Feb 9, 12:02=A0pm, underh20 <underh20.scubadiv...@gmail.com> wrote:
> Our server is running Solaris 10 (09/10). =A0One of the applications
> require Xwindows display for installation. =A0At the programmer's
> workstation, we are using Hummingbird Exceed version 2008 for the
> Xwindows display. =A0Exceed is asking for ports 6000-6999 to be opened.
> How does one check whether these ports are open or not at the
> server ? =A0Any other recommendation on tool for client display besides
> Exceed ?

I like Xming - http://sourceforge.net/projects/xming/

and PuTTY - http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Start Xming locally, then SSH to the remote host with X11 forwarding
enabled via PuTTY options.  The window for apps you run will come back
across the SSH tunnel.
0
Reply ITguy 2/10/2011 12:41:27 AM


 # netstat -na | grep <port no>

it will show u all info u need
0
Reply Paroksha 2/11/2011 3:58:41 PM

10 Replies
1541 Views

(page loaded in 0.305 seconds)

Similiar Articles:













7/19/2012 7:43:06 PM


Reply: