<?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: UNIX to OpenVMS Script translation in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795106#M41609</link>
    <description>Thanks very much all for your replies! Unfortunately it is as bad as I thought, but at least with the help of your answers it seems to be easier to start from scratch rather then trying to translate the script.&lt;BR /&gt;Kind Regards, Andre</description>
    <pubDate>Sun, 05 Jun 2011 22:13:10 GMT</pubDate>
    <dc:creator>Andre de Wolf MVSS</dc:creator>
    <dc:date>2011-06-05T22:13:10Z</dc:date>
    <item>
      <title>UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795098#M41601</link>
      <description>I've been given the attached UNIX script to translate to OpenVMS. I'm not very good with my unix command line so is there a tool available to more easy translate a unix script to VMS?</description>
      <pubDate>Fri, 03 Jun 2011 05:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795098#M41601</guid>
      <dc:creator>Andre de Wolf MVSS</dc:creator>
      <dc:date>2011-06-03T05:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795099#M41602</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;May be you could explain in pseudo-code what this script should do, as sed, syslog, armdsp, model or trace event do not have strict equivalence in OpenVMS (even if sed has been ported).</description>
      <pubDate>Fri, 03 Jun 2011 09:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795099#M41602</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2011-06-03T09:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795100#M41603</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] the attached UNIX script [...]&lt;BR /&gt;&lt;BR /&gt;".rtf"?  Did this script begin on a Windows&lt;BR /&gt;system, or was that your idea?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] sed, syslog, armdsp, model or trace&lt;BR /&gt;&amp;gt; event do not have strict equivalence in&lt;BR /&gt;&amp;gt; OpenVMS [...]&lt;BR /&gt;&lt;BR /&gt;At least.  Also "/usr/sbin/ioscan",&lt;BR /&gt;"/usr/sbin/cmviewcl", and a host of others.&lt;BR /&gt;Define "translate to OpenVMS".  What are you&lt;BR /&gt;actually trying to do?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] is there a tool available [...]&lt;BR /&gt;&lt;BR /&gt;No.</description>
      <pubDate>Fri, 03 Jun 2011 11:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795100#M41603</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-06-03T11:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795101#M41604</link>
      <description>Steven&lt;BR /&gt;&lt;BR /&gt;The VMS equivalent of &lt;BR /&gt;/usr/sbin/ioscan&lt;BR /&gt;is &lt;BR /&gt;$ mc sysman io auto&lt;BR /&gt;&lt;BR /&gt;if memory serves me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2011 13:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795101#M41604</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2011-06-03T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795102#M41605</link>
      <description>This looks to be an under-commented and under-documented shell script (and probably using bash, though unfortunately lacking the hashbang) for HP Integrity servers and PA-RISC servers running HP-UX, and some sort of distributed web-based management of those servers.&lt;BR /&gt;&lt;BR /&gt;This script provides a primitive web-based front end for an application that processes the network configuration and the hardware configuration, as well as looking at the server logs in some detail.  &lt;BR /&gt;&lt;BR /&gt;From what I see of it, it'll be a complete rewrite.  &lt;BR /&gt;&lt;BR /&gt;Most everything that this script is doing is specific to Unix, and a whole lot of what I see here is specific to HP-UX on PA-RISC and Integrity servers.&lt;BR /&gt;&lt;BR /&gt;You'll need a programmer here that's somewhat familiar with bash HP-UX and very familiar with OpenVMS I/O and device configuration, and this "port" will be a complete rewrite of this script.     As part of this "port", I'd look to move to a scripting language supported on all of the target platforms, and toward (somewhat) common source code.  &lt;BR /&gt;&lt;BR /&gt;All of the VMS scripting languages are either down-revision, or unsupported.  Perl, php, Python, Lua, etc.  And a DCL port would be full-parallel maintenance of two scripts.   &lt;BR /&gt;&lt;BR /&gt;As for the GNV bash implementation, that's a headache.  Often a large one.  All headaches and bash problems and limitations and omissions aside, this target task and involving tools such as ioscan, sasmgr, sautil and other HP-UX tools, will find GNV and its bash entirely inadequate.  These tools are all platform-specific.&lt;BR /&gt;&lt;BR /&gt;I'd likely also look at integrating this work with SNMP, but there may well be other scripts around that provide this path into the server.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2011 13:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795102#M41605</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-06-03T13:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795103#M41606</link>
      <description>ASCII text-format conversion of the OP's RTF-format script attached.&lt;BR /&gt;&lt;BR /&gt;ps: the target OpenVMS box here will also either need to have a web server configured and running (usually Apache or WASD) or the converted shell script will need to embed a web server.  &lt;BR /&gt;&lt;BR /&gt;(And yes, there are scripting languages around with libraries for easily embedding http services without requiring a web server.  This approach is particularly useful if you can't load or can't assume or can't tie into a "traditional" web server on the target OpenVMS systems, and for whatever reason.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2011 18:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795103#M41606</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-06-03T18:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795104#M41607</link>
      <description>Andre,&lt;BR /&gt;&lt;BR /&gt;For starters, forget the Unix commands. &lt;BR /&gt;Just look at the output generated and see how you might generate similar, or the same, data for OpenVMS.&lt;BR /&gt;Some things will not map, many will.&lt;BR /&gt;This is not going to be a '5 minutes' job though!&lt;BR /&gt;Get ready for some tedious interpretationa and re-formatting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jun 2011 11:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795104#M41607</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2011-06-05T11:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795105#M41608</link>
      <description>Also look at the names of the functions:&lt;BR /&gt;crashinfo ioscanSummary syslogSummary&lt;BR /&gt;This may or may not be useful.</description>
      <pubDate>Sun, 05 Jun 2011 19:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795105#M41608</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-05T19:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX to OpenVMS Script translation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795106#M41609</link>
      <description>Thanks very much all for your replies! Unfortunately it is as bad as I thought, but at least with the help of your answers it seems to be easier to start from scratch rather then trying to translate the script.&lt;BR /&gt;Kind Regards, Andre</description>
      <pubDate>Sun, 05 Jun 2011 22:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/unix-to-openvms-script-translation/m-p/4795106#M41609</guid>
      <dc:creator>Andre de Wolf MVSS</dc:creator>
      <dc:date>2011-06-05T22:13:10Z</dc:date>
    </item>
  </channel>
</rss>

