<?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: remote shell between openvms and hp-ux in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888458#M79774</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem is resolved after the permission on /etc/hosts.equiv file was set to 777.&lt;BR /&gt;Just entry of "nutts oms_master" in /etc/hosts.equiv was suffient.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
    <pubDate>Sat, 28 Oct 2006 22:04:31 GMT</pubDate>
    <dc:creator>Srikanth Arunachalam</dc:creator>
    <dc:date>2006-10-28T22:04:31Z</dc:date>
    <item>
      <title>remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888453#M79769</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have client in open vms and server as hp-ux. We need to carry out rsh calls between vms and hp-ux.&lt;BR /&gt;&lt;BR /&gt;This rsh commands should be through DCL scripts of vms and shell script of hp-ux.&lt;BR /&gt;&lt;BR /&gt;From VMS, the dcl script makes use of calls like :-&lt;BR /&gt;rsh 'unix_node' /user=master "/usr/local/appl/process_idate.sh" "param_file_name"&lt;BR /&gt;(pls note that there is no pswd specified).&lt;BR /&gt;&lt;BR /&gt;From hp-ux unix, the shell script &lt;BR /&gt;    rsh -n -l $VAX_USERNAME $destination_vax \&lt;BR /&gt;    '@oms_disc0:[kernel.command] \&lt;BR /&gt;     omc_copy_from_server' \&lt;BR /&gt;    $source_node $UNIX_USERNAME \&lt;BR /&gt;    '"'${source_file}'"' \&lt;BR /&gt;    "${destination_file}" &amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the setting done on the vms&amp;amp; hp-ux are as follows :-&lt;BR /&gt;on vms, &lt;BR /&gt;tcpip add proxy oms_master /REMOTE_USER="master"/host="demouds"/permanent&lt;BR /&gt;on hp-ux, the entries are as follows :-&lt;BR /&gt;/etc/hosts.equiv &lt;BR /&gt;NUTTS oms_master&lt;BR /&gt;nutts oms_master&lt;BR /&gt;&lt;BR /&gt;I am not allowed to make use of rhosts file entry for security reason. When I use remsh from hp-ux, remsh gets executed sucessfully.&lt;BR /&gt;&lt;BR /&gt;remsh nutts -l oms_master -n '@oms_disc0:[kernel.command]omc_copy_from_server'&lt;BR /&gt;&lt;BR /&gt;However, from vms the command&lt;BR /&gt;rsh ferret /user=master "cat /etc/hosts"&lt;BR /&gt;gives error of &lt;BR /&gt;%RSH-E-FAILED, remshd: Login incorrect (from remote)&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Sat, 28 Oct 2006 20:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888453#M79769</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-10-28T20:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888454#M79770</link>
      <description>What do you have in "/etc/hosts.equiv" for&lt;BR /&gt;the (remote) HP-UX system (which works)?  Do&lt;BR /&gt;you need to use the full (qualified) node&lt;BR /&gt;name ("nutts.wherever.com" (?))?&lt;BR /&gt;&lt;BR /&gt;Have you tried quoting the user name on the&lt;BR /&gt;VMS command line?  DCL may convert it to&lt;BR /&gt;upper case, which could cause trouble at the&lt;BR /&gt;HP-UX end.  (But "rsh" could convert an&lt;BR /&gt;unquoted name to lower case, so an&lt;BR /&gt;all-lower-case name is probably safe.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; /etc/hosts.equiv&lt;BR /&gt;&amp;gt; NUTTS oms_master&lt;BR /&gt;&amp;gt; nutts oms_master&lt;BR /&gt;&lt;BR /&gt;&amp;gt; /user=master&lt;BR /&gt;&lt;BR /&gt;Not "oms_master"?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As usual, the VMS and TCPIP versions might&lt;BR /&gt;be interesting.</description>
      <pubDate>Sat, 28 Oct 2006 20:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888454#M79770</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-28T20:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888455#M79771</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Entry in /etc/hosts is&lt;BR /&gt;132.146.22.143  nutts.omc.bt.co.uk nutts&lt;BR /&gt;&lt;BR /&gt;Entry in /etc/hosts.equiv is&lt;BR /&gt;132.146.22.35 master&lt;BR /&gt;ferret master&lt;BR /&gt;132.146.22.143 oms_master&lt;BR /&gt;NUTTS oms_master&lt;BR /&gt;nutts oms_master&lt;BR /&gt;&lt;BR /&gt;the vms version is "OpenVMS V7.3-2" (we will migrate it to itanium server (Openvms 8.1-2 after 3 months time)&lt;BR /&gt;&lt;BR /&gt;NUTTS&amp;gt;tcpip&lt;BR /&gt;TCPIP&amp;gt; show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 4&lt;BR /&gt;  on a AlphaServer 1200 5/533 4MB running OpenVMS V7.3-2  &lt;BR /&gt;&lt;BR /&gt;The rsh command with /user=master is correct. Reason being when I did rsh ferret /user=master , it prompts for password on hp-ux system and proceeds to connect to the system.&lt;BR /&gt;&lt;BR /&gt;Please help me in resolving this problem.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Sat, 28 Oct 2006 21:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888455#M79771</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-10-28T21:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888456#M79772</link>
      <description>Hi,&lt;BR /&gt;If I have .rhosts file with following entry it works&lt;BR /&gt;132.146.22.35 OMS_MASTER&lt;BR /&gt;nutts OMS_MASTER&lt;BR /&gt;NUTTS OMS_MASTER&lt;BR /&gt;&lt;BR /&gt;If the same entry is placed in /etc/hosts.equiv it doesnt work.&lt;BR /&gt;&lt;BR /&gt;Is there any clue here.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Sat, 28 Oct 2006 21:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888456#M79772</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-10-28T21:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888457#M79773</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry there was a mistake in entry to .rhosts file. Just the entry of &lt;BR /&gt;"nutts oms_master" in .rhosts file is suffient in connecting from vms to hp-ux.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Oct 2006 21:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888457#M79773</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-10-28T21:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888458#M79774</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem is resolved after the permission on /etc/hosts.equiv file was set to 777.&lt;BR /&gt;Just entry of "nutts oms_master" in /etc/hosts.equiv was suffient.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth</description>
      <pubDate>Sat, 28 Oct 2006 22:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888458#M79774</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-10-28T22:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888459#M79775</link>
      <description>&amp;gt; The problem is resolved after the&lt;BR /&gt;&amp;gt; permission on /etc/hosts.equiv file was&lt;BR /&gt;&amp;gt; set to 777.&lt;BR /&gt;&lt;BR /&gt;Well that must be wrong, but it may be&lt;BR /&gt;informative.  Read permission for everyone&lt;BR /&gt;should be more than enough.  Who owns your&lt;BR /&gt;"/etc/hosts.equiv" file?  Who should own it?&lt;BR /&gt;&lt;BR /&gt;You might ask the HP-UX forum for that datum.</description>
      <pubDate>Sun, 29 Oct 2006 01:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888459#M79775</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-29T01:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888460#M79776</link>
      <description>Srikanth,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 59 of 92  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;The unrated questions are from VMS, HPUX, Storage, &amp;amp; Tru64.&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;PPS. - Zero points for this.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Sun, 29 Oct 2006 05:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888460#M79776</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-10-29T05:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: remote shell between openvms and hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888461#M79777</link>
      <description>Hi Jan,&lt;BR /&gt;&lt;BR /&gt;Your concerns are quiet valid. I have always tried to assign points then and there, for some of it I might have missed it. Appologize for it and will do assign points.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth A</description>
      <pubDate>Mon, 30 Oct 2006 16:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remote-shell-between-openvms-and-hp-ux/m-p/3888461#M79777</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2006-10-30T16:35:59Z</dc:date>
    </item>
  </channel>
</rss>

