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 gkittelson 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. etphonehome2

    UNIX Expect Spawn

    The following was generated when used #!/usr/bin/expect -f exp_internal 1 spawn sftp -o 'ProxyCommand nc -X 5 -x Server_Name:1080 %h %pa' userid@IP_Address expect "*?assword:" send "XXXXX\n" interact spawn sftp -o 'ProxyCommand nc -X 5 -x Server_Name:1080 %h %pa' userid@IP_Address parent...
  2. etphonehome2

    UNIX Expect Spawn

    I have a sftp command which requires the passing of parameters to sftp in order for it to work: sftp -o "ProxyCommand nc -X 5 -x Server_Name:1080 %h %p" userid@IP_Address In Expect, how do I pass the quotes to spawn? When I put quotes, it does not seem to keep it: spawn sftp -o "ProxyCommand...
  3. etphonehome2

    Samba and NT Domain Controller

    I need to configure a share where some users have write access and others read only, how do I configure the smb.conf file? If there is a better way, I welcome My environment is as follows: Samba server is UNIX: AIX and Solaris... All users are NT/W2K users thus authenticating either via the...
  4. etphonehome2

    EMC SAN SW for AIX 5.2 (5.1)

    SYMCLI is not free. Try downlaoding the ODM file from ftp.emc.com for the appropriate OS and Version Try downloading the inq executable from the ftp.emc.com run: cfgmgr run: inq If you do not see emc disks, make sure that your HBA has been zoned correctly on the switch, and also be sure...

Part and Inventory Search

Back
Top