<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux, HP-UX rsh based problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143452#M900976</link>
    <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;how do you start else this tool?&lt;BR /&gt;You login and type brtools?&lt;BR /&gt;What shell is this use using?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Dec 2003 13:05:22 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2003-12-12T13:05:22Z</dc:date>
    <item>
      <title>Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143437#M900961</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;we are using Linux for SAP Central Instance Application and  HP-UX 11.0 and Oracle for SAP Database, we have to run some internal SAP applications for database operations in the SAP GUI, these applications using r* commands, we are using same users in the HP-UX and Linux  and ~/.rhosts files as follows&lt;BR /&gt;&lt;BR /&gt;linux's ~/.rhosts&lt;BR /&gt;hp-ux orabwp&lt;BR /&gt;&lt;BR /&gt;hp-ux's ~/.rhosts&lt;BR /&gt;+ +&lt;BR /&gt;&lt;BR /&gt;The problem is when I wanted to run some SAP specific applications from linux via using SAP GUI and rsh they failed as follows &lt;BR /&gt;&lt;BR /&gt;linux$: rsh hp-ux brtools&lt;BR /&gt;sh: brtools:  not found.&lt;BR /&gt;&lt;BR /&gt;brtools application is in the user's path&lt;BR /&gt;&lt;BR /&gt;linux$: rlogin hp-ux&lt;BR /&gt;hp-ux$: brtools&lt;BR /&gt;BR155E No value found for option '-f'&lt;BR /&gt;BR377E BRTOOLS call failed&lt;BR /&gt;&lt;BR /&gt;hp-ux$: which brtools&lt;BR /&gt;/usr/sap/BWP/SYS/exe/run/brtools&lt;BR /&gt;&lt;BR /&gt;as you can see brtools is in the path and when I use the full path while I'm running rsh, it works;&lt;BR /&gt;&lt;BR /&gt;linux$: rsh hp-ux /usr/sap/BWP/SYS/exe/run/brtools&lt;BR /&gt;BR155E No value found for option '-f'&lt;BR /&gt;BR377E BRTOOLS call failed&lt;BR /&gt;&lt;BR /&gt;But SAP could not use &lt;BR /&gt;&lt;BR /&gt;rsh &lt;HOST&gt; &lt;FULL_APPLICATION_PATH&gt;&lt;BR /&gt;&lt;BR /&gt;only knows application's name so it have to run with &lt;BR /&gt;&lt;BR /&gt;rsh &lt;HOST&gt; &lt;APPLICATION_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;I can Unix based commands from Linux as follows &lt;BR /&gt;&lt;BR /&gt;linux$: rsh hp-ux uname -a&lt;BR /&gt;HP-UX hp-ux B.11.00 A 9000/800 163434671 two-user license&lt;BR /&gt;&lt;BR /&gt;linux$: rsh hp-ux which uname&lt;BR /&gt;/usr/bin/uname&lt;BR /&gt;&lt;BR /&gt;linux$: rsh hp-ux pwd&lt;BR /&gt;/oracle/BWP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat&lt;/APPLICATION_NAME&gt;&lt;/HOST&gt;&lt;/FULL_APPLICATION_PATH&gt;&lt;/HOST&gt;</description>
      <pubDate>Fri, 12 Dec 2003 09:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143437#M900961</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2003-12-12T09:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143438#M900962</link>
      <description>These protocols can be interfered with as follows:&lt;BR /&gt;&lt;BR /&gt;1) inetd.conf has them commented  out.&lt;BR /&gt;2) /etc/hosts.equiv is incompatible&lt;BR /&gt;3) the .rhosts file uses hostname and dns resolution is down&lt;BR /&gt;4) iptables or ipchains firewall is active and blocking on the Linux side.&lt;BR /&gt;&lt;BR /&gt;Check syslog.log on HP and messages file on Linux, it will help in diagnosis.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 Dec 2003 10:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143438#M900962</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-12T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143439#M900963</link>
      <description>Are you sure you have&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;/usr/sap/BWP/SYS/exe/run set in the .profile in the PATH?  to be sure run&lt;BR /&gt; &lt;BR /&gt;rsh hp.ux env&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 10:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143439#M900963</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-12T10:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143440#M900964</link>
      <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;# remsh unix -n brtools&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 12 Dec 2003 10:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143440#M900964</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-12-12T10:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143441#M900965</link>
      <description>I think the problem is that rsh doesn't source the remote users profile.  Try rsh hp-ux "~/.profile; brtools" to force the profile to be sourced.</description>
      <pubDate>Fri, 12 Dec 2003 10:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143441#M900965</guid>
      <dc:creator>Stuart Urquhart</dc:creator>
      <dc:date>2003-12-12T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143442#M900966</link>
      <description>Why do not change the OS commands from SM69 ?&lt;BR /&gt;&lt;BR /&gt;Or, give some aliases to the full path nema in the .profile in hp-ux ?&lt;BR /&gt;&lt;BR /&gt;Why do not the name adhere to the sap standard SIDadm / oraSID ??&lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
      <pubDate>Fri, 12 Dec 2003 10:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143442#M900966</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-12-12T10:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143443#M900967</link>
      <description>sorry, evidently i'm missing some coffee....&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 10:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143443#M900967</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-12-12T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143444#M900968</link>
      <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;this is a typical PATH used by rsh:&lt;BR /&gt;/sbin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/bin/X11:/usr/local:/dzde/exec&lt;BR /&gt;&lt;BR /&gt;this is the path after rlogin:&lt;BR /&gt;/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/fc/bin:/&lt;BR /&gt;opt/fcms/bin:/opt/upgrade/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt&lt;BR /&gt;/hparray/bin:/opt/ignite/bin:/dzde/exec:/sbin:/home/root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If your application uses another PATH, you have to run the .profile manually to set it.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 10:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143444#M900968</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-12T10:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143445#M900969</link>
      <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;these examples are from one of our machines and results may vary. However as mentioned by someone before rsh does not run .profile.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 10:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143445#M900969</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-12T10:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143446#M900970</link>
      <description>It's easy to assume that rsh will work like a telnet login but it does not. Just like cron, it runs the command on behalf of the user but forget anything you know about /etc/profile and .profile settings--they will not be sourced. From the remshd man page:&lt;BR /&gt; &lt;BR /&gt;"remshd uses the following path when executing the specified command:/usr/bin:/usr/ccs/bin:/usr/bin/X11:/usr/contrib/bin:/usr/local/bin"&lt;BR /&gt; &lt;BR /&gt;So something like: rsh hp-ux bdf&lt;BR /&gt;will work OK but brtools is not found in the above PATH. But more important: there may be several additional environment variables required to make the brtools program work correctly. Rather than trying to remember everything on the command line, create a shell wrapper script that sets everything as needed, then store the script in /usr/contrib/bin and call it runbrtools or something similar.&lt;BR /&gt; &lt;BR /&gt;Also you wrote:&lt;BR /&gt; &lt;BR /&gt;hp-ux's ~/.rhosts&lt;BR /&gt;+ +&lt;BR /&gt; &lt;BR /&gt;Arrrggghhhh!!! That machine is now 100% vulnerable from every machine on your network! NEVER allow + in .rhosts files and certainly never allow + in hosts.equiv. Since you can perform a simple command like rsh hp-ux pwd, then change the hp-ux .rhosts file to contain: cpu_name user_name. And make sure that all .rhosts file have 600 permissions so no one can see the contents except the owner.</description>
      <pubDate>Fri, 12 Dec 2003 10:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143446#M900970</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-12-12T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143447#M900971</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;re Steven E Protter&lt;BR /&gt;I checked your advices, everything is ok and no firewall between hosts&lt;BR /&gt;&lt;BR /&gt;re Mark Grant&lt;BR /&gt;/usr/sap/BWP/SYS/exe/run  is in the user's profile, (not default /etc/profile) and I think when I use the r* commands the user's profile does  not run&lt;BR /&gt;&lt;BR /&gt;re Robert Jan Goosens&lt;BR /&gt;I am using Red Hat Enterprise Linux AS 2.1 and &lt;BR /&gt;[root#]find / -name remsh &lt;BR /&gt;[root#] &lt;BR /&gt;so remsh does not exists; I will check from installation CD s&lt;BR /&gt;&lt;BR /&gt;re Stuart Urquhart &lt;BR /&gt;linux$: rsh  hp-ux "~/.profile; brtools"&lt;BR /&gt;sh: /oracle/BWP/.profile: Execute permission denied.&lt;BR /&gt;sh: brtools:  not found&lt;BR /&gt;&lt;BR /&gt;the user is owner of ~/.profile   hp-ux&lt;BR /&gt;&lt;BR /&gt;re Massimo Bianchi &lt;BR /&gt;When I saw your first message I was very happy &lt;BR /&gt;&lt;BR /&gt;re Michael Schulte &lt;BR /&gt;my idea is true; but I cannot run remote profile before rsh &lt;HOST&gt; &lt;COMMAND&gt;, SAP GUI doesn't let me&lt;BR /&gt;&lt;BR /&gt;re Bill Hassell &lt;BR /&gt;first of all, I know + + is very big security hole in unix environments but I'am working on this issue in last 4 hours I am trying everything &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;re all&lt;BR /&gt;I added /usr/sap/BWP/SYS/exe/run directory to path supplied by /etc/profile but I still have same problem&lt;BR /&gt;&lt;BR /&gt;and my hosts.equiv file in hp-ux as follows&lt;BR /&gt;+ linux&lt;BR /&gt;&lt;BR /&gt;Thanks for every response&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat&lt;/COMMAND&gt;&lt;/HOST&gt;</description>
      <pubDate>Fri, 12 Dec 2003 12:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143447#M900971</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2003-12-12T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143448#M900972</link>
      <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;why wouldnt SAP let you?&lt;BR /&gt;&lt;BR /&gt;Have you tried rsh hp-ux ". $HOME/.profile;/usr/sap/BWP/SYS/exe/run/brtools" ?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 12:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143448#M900972</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-12T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143449#M900973</link>
      <description>Hi Michael&lt;BR /&gt; &lt;BR /&gt;in the SAP configuration these variables not editable, only command's parameters editable&lt;BR /&gt; &lt;BR /&gt;Thanks for your response&lt;BR /&gt; &lt;BR /&gt;Best Regards&lt;BR /&gt;Murat &lt;BR /&gt;The SAP Basis Newbie</description>
      <pubDate>Fri, 12 Dec 2003 12:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143449#M900973</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2003-12-12T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143450#M900974</link>
      <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;can you post, what happens in the .profile so that brtools runs and have you tried my proposal?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 12:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143450#M900974</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-12T12:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143451#M900975</link>
      <description>Hi Michael &lt;BR /&gt;&lt;BR /&gt;your advices works as follows&lt;BR /&gt;&lt;BR /&gt;rsh hp-ux ". $HOME/.profile;/usr/sap/BWP/SYS/exe/run/brtools" &lt;BR /&gt;BR155E No value found for option '-f'&lt;BR /&gt;BR377E BRTOOLS call failed&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat</description>
      <pubDate>Fri, 12 Dec 2003 13:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143451#M900975</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2003-12-12T13:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143452#M900976</link>
      <description>Hi Murat,&lt;BR /&gt;&lt;BR /&gt;how do you start else this tool?&lt;BR /&gt;You login and type brtools?&lt;BR /&gt;What shell is this use using?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Dec 2003 13:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143452#M900976</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-12T13:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143453#M900977</link>
      <description>.profile is not the complete environment. When you login (using the standard POSIX shell) /etc/profile is run first, followed by .profile so there may be a number of settings in /etc/profile that you are missing. Rather than create a very long line that calls /etc/profile then .profile and finally brtools, create a small script that does the same thing:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh # (required on line 1)&lt;BR /&gt; &lt;BR /&gt;. /etc/profile&lt;BR /&gt;. $HOME/.profile&lt;BR /&gt;/usr/sap/BWP/SYS/exe/run/brtools&lt;BR /&gt; &lt;BR /&gt;Save this in a common directory. Make sure there is a dot . and space in front of both profiles (called shell script sourcing). If brtools is a script, trace the results by adding sh -x in front of brtools as in:&lt;BR /&gt; &lt;BR /&gt;sh -x /usr/sap/BWP/SYS/exe/run/brtools&lt;BR /&gt; &lt;BR /&gt;and now you can see the steps and results for each step.</description>
      <pubDate>Fri, 12 Dec 2003 13:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143453#M900977</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-12-12T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linux, HP-UX rsh based problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143454#M900978</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I am so sorry for too late response, I was in a training &lt;BR /&gt;&lt;BR /&gt;Michael, I am not start this tool, this is SAP command, and SAP Consultant told me this command runs via rsh, SAP uses /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;Hi Bill&lt;BR /&gt;&lt;BR /&gt;I applied your advices but not working&lt;BR /&gt;thanks for your responses&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Dec 2003 14:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linux-hp-ux-rsh-based-problem/m-p/3143454#M900978</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2003-12-24T14:03:21Z</dc:date>
    </item>
  </channel>
</rss>

