This is a discussion on Remote from AIX to Windows? within the AIX Operating System forums, part of the Unix Operating Systems category; --> Is there software that will allow you to control a Windows box from an AIX server and also allow ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| In article <j0Tsc.361$Cs5.54@news01.roc.ny>, Michael wrote: > Is there software that will allow you to control a Windows box from an AIX > server and also allow file transfers? Thanks for any information you can > give. Yes, install on the windows box cygwin with sshd. Configure the sshd and all will be well. Mike |
| |||
| "Michael" <homergSpam@Spam.jneweb.com> wrote in message news:j0Tsc.361$Cs5.54@news01.roc.ny... > Is there software that will allow you to control a Windows box from an AIX > server and also allow file transfers? Thanks for any information you can > give. VNC will allow you to have a full GUI interface of the Windows system on the AIX client. Take a look at Ultr@VNC on Sourceforge for a good distribution. |
| |||
| I am a newbie and i'm looking for an idiot proof guide on how to control my unix server (rs 6000 model 150) from my xp machine, with full GUI. Any help would be apreciated very much. Some uber help would reward a gmail invite. Thanks lee.boyce@gmail.com |
| |||
| Hi Lee, Lee Boyce wrote: > I am a newbie and i'm looking for an idiot proof guide on how to > control my unix server (rs 6000 model 150) from my xp machine, with > full GUI. this is the wrong direction Michael wants to control Windows from AIX, You want to control AIX from Windows whcih is much easier to do. see my other posting. Patrick |
| |||
| Control AIX from Windows --> WebSM, Cygwin (Xwindows), VNC http://www16.boulder.ibm.com/pseries...l_remclientsec www.cygwin.com http://www.tightvnc.com/ Control Windows from AIX ? why .... enough... http://www.tightvnc.com/ HTH Mark Taylor |
| |||
| nstall VNC products from Bull Freeware - Open Source .. Install the necessary products vnc-3.3.3.2 tcp_wrappers-7.6.1.0 zlib-1.1.3.2 X11.fnt bos.iconv .. Add two vnc ports to /etc/services. vnc1 5901/tcp # Vnc port vnc2 5902/tcp # Vnc port (1024x768 resolution) .. Add the two vnc sessions to /etc/inetd.conf. vnc1 stream tcp nowait nobody /usr/local/bin/tcpd /usr/local/bin/Xvnc -inetd -query localhost -once -depth 24 -geometry 800x600 -fp tcp/:7100 vnc2 stream tcp nowait nobody /usr/local/bin/tcpd /usr/local/bin/Xvnc -inetd -query localhost -once -depth 24 -geometry 1024x768 -fp tcp/:7100 .. You must run 'xfs' for font services. (VNC will die without) nohup xfs & .. Restart the inetd system services refresh -s inetd .. Create Xaccess and Xresources files cp /usr/dt/config/Xaccess /etc/dt/config/Xaccess cp /usr/dt/config/C/Xresources /etc/dt/config/Xresources .. Start dtsrc system services startsrc -s dtsrc .. VNC appears to require a dummy IP configure to work correctly chdev -l et0 -a netaddr=192.192.10.10 -a netmask=255.255.248.0 -a state=up done "Lee Boyce" <lee.boyce@gmail.com> wrote in message news:2ee53bbd.0406241223.26149132@posting.google.c om... > I am a newbie and i'm looking for an idiot proof guide on how to > control my unix server (rs 6000 model 150) from my xp machine, with > full GUI. > > Any help would be apreciated very much. > > Some uber help would reward a gmail invite. > > Thanks > > > > > lee.boyce@gmail.com |
| |||
| |
| ||||
| me Lee Boyce wrote: > thanks alot, so who wants the gmail invite? > > just email me lee.boyce@gmail.com |