Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. h2hummer47

    Configuring OpenSSH3.5p1 on Solaris 8

    That's my other issue. We NFS mount our /usr/local directory which is where the sun packges for ssh and it's components want to default into. How do I change the default dir to a different directory when installing? Thanks
  2. h2hummer47

    Configuring OpenSSH3.5p1 on Solaris 8

    I've been trying to configure the latest version of OpenSSH with openSSL0.9.7 and it fails. It's saying I don't have this library -libcrypto- for this version of openSSL. Does anyone have any idea of where I can get this file? Thanks
  3. h2hummer47

    Exporting my Display

    It's giving me the "Can't export display: {IP Address}" which is listed as the Default Gateway Address for the company vpn when I run 'ipconfig /all'. I have an address for broadband connection as well as the router I'm using. Could this be a problem as well?
  4. h2hummer47

    Exporting my Display

    When using a VPN connection via my laptop and logging into my Sun Solaris Ultra 10 via Reflections I'm needing to export my display back to my laptop. Does anyone have any idea how this can be accomplished????
  5. h2hummer47

    Formatting Text to bold in a Unix Korn shell script on Solaris

    I want the certain text in a do-loop script to print in bold letters do rsh $host: 'date +%d %h 20%y %T' I want the above line to print in bold lettering. Any suggestion will help.
  6. h2hummer47

    If-then-else statement

    by changing it to look like this if($0~/error/) {print $0}; done The printout is such: denws2 c0t14d0s2 sliced - - error blvuws2 With changing to this: if($0~/error/) {print $0}; {print "All is good"}...
  7. h2hummer47

    If-then-else statement

    My 'else' isn't working. I only want entire lines containing 'error' for servers with Veritas loaded. Where there are no error status when running vxdisk list it should print the comment. Help... #!/bin/ksh touch vxdisk_check && chmod 777 vxdisk_check echo "Veritas Disk Failure...

Part and Inventory Search

Back
Top