OpenSSH between Windows and Solaris

Hi all,
I have been given a task to set up SSH connection between Solaris 10 and Windows XP sp2. I'm quite new with the Solaris 10 and don't have any ideas to set up the SSH. Is it that i need to install some software in windows XP in order to set up the SSH and I'm quite confused with which side should be the SSH server and which one will be the SSH client. Can anyone give me some tips/guidance on how to do it or some documentation? Your help are really appreciated.
Thanks and Regards,
Francis

Hi~
Thanks for the response abrante. I have found out my problem. It seems that my port 22 in Solaris 10 machine is not open. When i tries to telnet the port 22, it says could not open the connection to the host, on port 22: connect failed. Is this because the SSH deamon in Solaris does not running? I have already type *#svcadm enable SSH* in the Solaris 10, but after i use the *#scvs -a | grep ssh*, it shows maintenance  8:45:06 svc :/network/ssh:default. What does this means? Does it means ssh is not running? After i tries with svcs -xv ssh, it shows:
State: maintenance since Thu Nov 17 09:07:44 2011
Reason: Start method failed repeatedly, last exited with status 1.
Impact: This service is not running.
I also tries to clear the state of ssh using svcadm clear ssh and disable and enable the service again but it doesn't work and still come out with the maintenance status. What should i do in order to solve this problem? Look forward for your response.
Thanks & Regards,
Francis
Edited by: francis on Nov 16, 2011 5:47 PM

Similar Messages

  • Share iTunes libraries between Windows and MAC

    Hi all i've an wifi via "Base AirPort" i've an HD shared between MAC and Windows sistem via the BASE, the iTunes library that i've stored in the HD is non redable for iTunes on Windows because it need an *.itl file...
    How can i share an iTunes library between Windows and MAC???

    I would like to report back that after struggling for months to get Tune Ranger to work that it is complete rubbish. The first time I tried to sync my libraries (between an empty iTunes library and my existing one) it created duplicates all over the place in my library and generally made a huge mess of everything. The support person (who I suspect is the only person over there) gave me some guff about my id3 tags being corrupt but it was clear that every song that appeared in a playlist was getting duped. Once I fixed this (many weeks later) I tried a one way sync after fiddling with the preferences of Tune Ranger to try to make it work, but it simply wouldn't.
    I don't know if anyway has had success using TR where they are also trying to sync playlists, but if you have, I would certainly like to know what you settings are.

  • Difference in performance of SBA between Windows and Unix

    Hi,
    I am using a  MSF routine which uses SBA to recursively search a sysbld suprerblock and its children to find a specific type block (in this case a ucb). It works fine on both Windows and Solaris Xmath. However, for very large models, there is a huge performance difference. I ran the algorithm on a model containing around 1000 superblock and 10000 blocks. Under Solaris (7.1.5) it takes around 30 seconds while under Windows XP (7.1.6) it takes more than 8 minutes.
    Any thoughts on the reason behind this difference.
    Thanks
    Farshid
    P.S. The MSF file is attached
    Attachments:
    finducb.zip ‏1 KB

    I'm aware I may get some flack for this statement.^^^Some. <grin>
    I'll give you the counter-argument. Those Unix shops with incredibly stable environments? Have you done a count of actually used applications? The ones that mimic the business' current needs? The ones that reflect the business', uh, business? Perhaps it's just the clients I interact with, but those often have a mixture of "dead" apps in with the live ones. I rarely see that with Windows and yes, the app count is sometimes crazy high on the Unix side -- certainly beyond what EAS can comfortably navigate (I was on a 9.2 environment once that had 200+ apps -- Shared Services was essentially broken at that site, but so was 9.2 in general.)
    Anyway, I've observed that IT tends not to do a terribly good job of producing flexible analytical applications. They are very good at stability, sustainability, security, and all sorts of other things Essbase (and other, especially transactional) environments must have. Until they become fossilized in their SOPs, their policies, and their requirements. At which point a different transformational technology that the business can control pops up -- heard of TM/1 lately? I am super curious (for all kinds of obvious reasons) to see where my beloved Essbase ends up in a few years.
    I'm not coming down on either side, just saying that I've seen this play out multiple times since the mid-1980s. While both sides have their merits, at the end of the day, if a super well maintained environment is just a monument to IT's ego, it's worthless. And yes, I have seen Windows environments that are just that.
    Regards,
    Cameron Lackpour
    Edited by: CL on Jul 12, 2011 9:54 AM
    Smiley faces no longer work. Why oh why oh why?

  • Dual Booting Windows and Solaris

    Hi
    how do i dual boot windows and solaris
    Do i install windows first and then solaris or do it the other way around..?
    how do i make sure that Windows and Solaris appear in my boot options..?
    Is their a guide on doing this...?
    Thanks
    Liam

    Hey I did a quick google search for you. So I havent tried this method myself but it sounds reasonable.
    The text below is from the following link:
    http://www.hccfl.edu/pollock/AUnix1/DualBoot.htm
    "Solaris boot loader
    Partition the drive to leave at least 2GB of space available for Solaris;
    more drive space is desirable.
    As with Linux, install Windows first then Solaris.
    Do not use the Installation CD but boot and install
    from Software CD 1.
    If you accept the default partitioning scheme which
    the installer provides you will soon run out of space in
    your / and /usr partitions since only enough space is
    allocated to install the system.
    All extra space is allocated to /export/home.
    A typical installation on a 4.5GB partition might look
    something like this:
    Filesystem Size Used Avail Use% Mounted on
    /dev/dsk/c0d0s0 900M 536M 310M 64% /
    /dev/dsk/c0d0s1 334M 109M 192M 36% /var
    swap 671M 8.0k 671M 1% /var/run
    swap 671M 8.0k 671M 1% /tmp
    /dev/dsk/c0d0s5 845M 222M 565M 29% /opt
    # (FAT32 partition):
    /dev/dsk/c0d0p0:1 5.0G 3.3G 1.6G 66% /c
    /dev/dsk/c0d0s7 1.1G 92M 954M 9% /export/home
    /dev/dsk/c0d0s4 752M 225M 474M 33% /usr/local
    The Solaris boot selector enables you to choose either
    Solaris or Windows with Solaris as the default.
    (I prefer grub or lilo!)
    To mount FAT under Solaris:
    # mount -F pcfs /dev/dsk/c0d0p0:c /dos (or �:1�?)
    And the vfstab file:
    /dev/dsk/c0d0p0:c - /dos pcfs - yes -
    To create a GRUB boot floppy, follow these steps:
    $ mkfs -t ext2 /dev/fd0
    $ mount /dev/fd0 /mnt/fd0
    $ mkdir /mnt/fd0/boot /mnt/fd0/boot/grub
    $ cp /boot/grub/stage[12] /boot/grub/grub.conf \
    > /mnt/fd0/boot/grub
    $ /sbin/grub --batch <
    Hope this helps!
    /Oscar

  • How to restart services in windows and solaris environment?

    I need to start services running in windows and solaris platforms with java code. I have a fair idea how to do in C++ . So wondering if same can be done with java. .. Please help me out!
    Thanx

    you may also like to look at the wrapper project on source forge. It lets you set up services under any O/S with full control of the JVM that is running.
    Btw my previous answer only helps you under MS, didn't notice that you wished to know how to do it under unix. If its a non-java service, you will need to determine what platform your on and then perform the appropriate action.

  • 2-way Trust Relationship between Windows and Mac Domain

    Hi guys I hope someone can help me.
    Just a quick explanation of what I am trying to do.
    I have an Xserve running OSX 10.5.8 server, which is the OD Master. On that server I’m running Kerio mail server. I have a Microsoft 2003 server running AD.
    The problem is I need to run BlackBerry Enterprise on the Windows server as the BlackBerry need active directory to work.
    Since I have both system already running, I do not want to destroy my open directory just to get the BlackBerry working.
    So what I have tried to do is create a 2-way Trust Relationship between the 2 domains, so the BlackBerry server will talk to the Kerio mail server.
    The trust relationship appears to create fine from the Windows server side, but I’m not able to retrieve LDAP information from the open directory server.
    The creation from the OSX server starts fine automated but then I had to finish it manually.
    Has anyone else here created a 2-way trust relationship between Windows and Mac’s before? Any help on how you did it would be appreciated. Thanks

    Have you checked on when the computer last checked in and changed the computer account password with the domain?  When a computer changes it's password, Active Directory will store only the current password and it does not expire.  The workstation
    will store both the current password and the previous password.  This for cases when you may restore Active Directory to a point before the computer password change.  
    To handle this, the workstation will try it's current password, then it's previous.
    If you're restoring the workstation to a previous point in time, you may be rolling the stored passwords back too far for Active Directory to accept.  I would only imagine this to be the case a handful of times if you're going back 1-2 days.
    Are you experiencing 100% failure?

  • [Q] what is different of mail sending between HPUX and Solaris ??

    All,
    Would somebody let me know what different of mail sending between HPUX and Solaris is ?
    I have several unix servers and some are HPUX 11.11 and some are Solaris v8.
    To use "mailx" command in maintenance scripts, I set a relay server in sendmail.cf of /etc/mail.
    What I'm curious is
    ,in HPUX, "mailx" is working without sendmail daemon. but in Solaris, "mailx" is not working without sendmail daemon.
    I'm not good at those sendmail site. my knowldge of UNIX is very general, not specific and expertized. so need your help.
    Why it works without sendmail daemon on HPUX, and why not on SUN which is not working sendmail daemon ??

    Hi,
    do you have a mailhost entry in /etc/hosts pointing to your relay hsot?
    Fritz

  • Hi, I need to import contacts from windows outlook to MAC outlook. I need the field mapping document between windows and mac outlook.

    Hi, I need to import contacts from windows outlook to MAC outlook. I need the field mapping document between windows and mac outlook.

    Then I suggest you post your question the Microsoft Mac forums since it's their products you're having trouble with
    http://answers.microsoft.com/en-us/mac

  • Does Solaris publish a feature / function mapping of container services between Docker and Solaris ?

    Docker is getting huge attention but most consider it not ready for production.  Does Solaris publish a feature / function mapping of container services between Docker and Solaris ?
    Solaris containerization has been battle tested in production for many, many years.

    You need to understand how IPMP is used within Sun Cluster. Start reading at
    http://docs.sun.com/app/docs/doc/819-2968/6n57jmghj?a=view and
    http://docs.sun.com/app/docs/doc/819-2969/6n57kl141?a=view
    for a brief description. In a nutshell - the IPMP group is providing availability on the interface level for each node, so that a single NIC failure is not resulting into a service loss.
    The IP adresses you configure directly (ie. via /etc/hostname.* setup) are always considered local to a given node.
    In order to configure highly available IP adresses, which move between nodes and which should be used for the application you make highly available, you must use the SUNW.LocgicalHostaname or SUNW.SharedAdress resource types. Have a look at
    http://docs.sun.com/app/docs/doc/819-2974/6n57pdjtt?a=view on how to configure them.
    Greets
    Thorsten

  • Media Foundation Source or H264 / AC3 differences between Windows and Phone 8?

    I've got a working Matroska (MKV) Media Foundation Source for a Windows Store app (PC x86). It will play several different matroska files that contain H264 encoded video and AC3-encoded audio.  It even has seek support.  I've written the app
    as a HTML/typescript Universal app with the MF Source as a C++ dll. 
    The problem is that the same code will not work on Windows Phone 8.  I can play videos that don't require the external MF Source (i.e. MP4 files and AVI files) just fine on both platforms through my app, but the same MKV videos that played on an x86
    PC will not play on Windows Phone 8 (Lumia 920).
    I looked at the specs for the Snapdragon processor and it should be able to support both H264 at 720p resolution and AC3 (2-channel only).  So I don't know what else I need to do to get this to work on WP8.  The audio I'm trying to play is actually
    6-channel, so that made me wonder if it was failing because WP8 supports 2-channel max, but I would have thought the audio just wouldn't work and the video would play normally.
    Does anyone have any suggestions?
    *edit* - just to be more specific, I can parse the file and create the presentation descriptor without errors.  But when I finish opening the file and call the event for that, nothing else happens.  What is weird is that the javascript video player
    never throws the "canplay" event, nor does it throw the "error" event.
    Lee McPherson

    Thanks, not a bad suggestion to try. 
    On my Windows machine, I tried to get the MediaEncodingProfile via the createFromFileAsyc method.  With a known file type, it outputs all properties of the video and audio streams (bitrate, etc).  With an MKV file (container file with H264 video
    and AC3 audio), I only get the type and subtype properties. Everything else is zero or null.  This is because in my MFSource, I only set the type and subtype.  This still allows the video to play on my windows machine.  I assume the
    built-in MFTransform for H264 video-to-uncompressed video parses the stream to get the relevant information.  Likewise for audio.
    On Windows Phone, when querying the file's MediaEncodingProfile, I get the same result. This is telling me that my MFSource will parse the file properly and set the subtypes for video and audio correctly.  Everything else is still null or zero. 
    However, the file does not play.  There is no returned event to the video element that it even *can* play.
    Perhaps, I need to fill in the video and audio stream properties on the Windows Phone version.  I really don't want to because that would mean having to parse some of the underlying video and audio streams themselves, not just parsing the container
    information.  (More work!)  But this is what I mean when I ask about the differences between Windows and Windows Phone... perhaps the WP8.1 & Windows MFTransforms are different? 
    *EDIT* - I do get a JavaScript Console error that I didn't notice before: AUDIO/VIDEO: unknown MIME type.  (VS error code: MEDIA12899)
    Lee McPherson

  • Incompatibilities between Windows and Macintosh

    cant open PDF sent from windows to mac?

    There are no incompatibilities between the PDF format as seen by Windows and Macintosh. You don't provide any real information as to (1) how you transmitted the PDF file from a Windows system to a Macintosh system and (2) what you used to open the PDF file on the Macintosh. In the former case, you could have corrupted the PDF file in transferring it between systems (note that PDF is not an ASCII file format, but rather, a binary file format). In the latter case, if you were using the Macintosh "Preview" program to read the PDF file, please try using a copy of the latest version of Adobe Reader. The Macintosh "Preview" program is not a reliable PDF display program.
              - Dov

  • Any issues with file sharing between Windows and latest Mac client?

    We're running Lync 2013. My Windows client is 15.0.4551.1005. Mac client is version 14.0.8.
    I open a conversation with a coworker on his Mac. I then try to share a png file. He clicks accept but then my client says the attempt timed out, and his client says that I canceled the file transfer. The coworker then boots the Mac into Windows and we try
    again, and the file share works fine. When I jump on my Mac, I can send files to his Mac without issue. When he tries to send from his Mac to my PC it fails, but when he tries to send from Windows on his Mac to my PC, it works.
    I can't find anything specific in the logs that would indicate a firewall issue. Is there a bug with file sharing between the Mac and PC clients?
    Thanks,
    Matt

    No, There isn't a bug with file sharing between Mac and Pc client.
    2941640 Desktop sharing session stops in Lync 2013 when all screen data is updated
    Also you can check below links
    http://support.microsoft.com/kb/2952672/en-us
    http://support.microsoft.com/kb/2880474/en-gb
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Differences between Soalris and Solaris Express /Developer Edition

    Hi
    Thank you for readingn my post
    What is different between Solaris Express (Developer Edition) and solaris OS?
    Are they the same and with same capabilities?
    Can I install S1 Grid suite in a Express edition?
    Thanks

    Solaris 10 (with several updates) is the current release version of the Solaris operating system.
    Since the release in '05, Sun has been developing the "next" version of Solaris. Using the OpenSolaris code as a base, this version is codenamed "Nevada". Periodic builds of this version are available as Solaris Express. So you get more up-to-date drivers, features, and bugs from it. Because it's under development, there are no patches. Instead you'd need to upgrade to the next release (or create your own patch).
    I haven't looked specifically at S1 Grid, so it very likely will install. However installations on Solaris Express may not be a supported configuration if you need that.
    Darren

  • ITunes 9 - Using 'Home Sharing' between Windows and Mac libraries

    I have my main iTunes music library stored on my Windows 7 PC. It is currently around 200Gb in size, so pretty large.
    I want to be able to use 'Home Sharing' in iTunes 9 to access this library on my Macbook over my home wireless network.
    I don't, however, want to copy the music files themselves over to this laptop, but simply access the library over the network, and play them via either iTunes 9 or Front Row.
    I would appear that the Windows and Mac 'iTunes Library' xml files are incompatible. I can't 'Alias' the Windows library on the MacBook for this reason. Does 'Home Sharing' eliminate this problem? Is there a way of accessing the library on the Windows PC without copying all of the files over to the MacBook?
    I want to maintain a single library (which is often changing with new podcasts etc), rather than 2 libraries which I have to keep in sync.
    Does anybody have any ideas on this one? I'm sure I am not alone in having this problem.
    Here's hoping...:)

    Welcome to the Apple Community arifbangash.
    So far as I can tell you have settle homesharing correctly.
    The following article(s) may help you.
    Troubleshooting Home Sharing
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.

  • Network connection between Windows and Manac?

    Hi,
    I have a Macbook and desktop PC both connected to the internet in the same home. I was wondering if it would be possible to transfer files from my PC to my Mac and if so how.
    Thanks,
    David

    Hello,
    Please try and search the forums before posting, as the topic of sharing files between Macs and PCs have been covered hundreds of times in this forum. You can save yourself time in getting the answers yourself rather than waiting for a response.
    These links should get you started. You can also find instructions in your Mac own built in Help files accessible via the Help menu.
    http://www.ifelix.co.uk/tech/leopard.html
    http://www.ifelix.co.uk/tech/windowsxp.html
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8201.html

Maybe you are looking for

  • IPod touch / iPhone: Smart Playlists empty / missing after 3.1.3 Update

    Dear all, the following problem is very persistent and it happened to me and a friend of mine (iPod touch / iPhone), in both cases, smart playlists created in iTunes (Mac), latest version, are home to several tracks. These tracks are being transferre

  • Software update taking too long!

    Hi, I recently got myself a Macbook Pro 13" newer version (late 2011 model) running Mac OS X Lion. Today I got a system update notification for safari, and it asked me to restart the Macbook for system update. Its been 15 minutes since that update is

  • Accessing LOV available via methods throws No Such Property error

    I am using select <af:selectOneChoice> compoent (Same issue with other components too) with LOV from Model Driven data available in the following structure Model(created as Data Control) -> findPD1(String s1, String s2) -> PD1(object of class PD1) ->

  • Playing unprotected ripped tunes on other MP3 players?

    My friend has an ipod formatted for Windows. She set the preferences to import files in an MP3 format. She ripped (imported) unprotected songs, in this iTunes MP3 format, from CDs. They played on her iPod, no problem. But when she tried to import the

  • Error in SAP B1 Webservices

    DI Server - Connection problem   Posted: Mar 21, 2006 3:05 PM                           Reply Hi Gurus !! i have some problem with a web application which use a web service on DI Server. I use the DI Server sample application . The connection on DI-S