<?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: Where is the difference between ALPHA and IA64 version of OpenVMS? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257114#M90896</link>
    <description>Jan,&lt;BR /&gt;&lt;BR /&gt;from the DCL prompt I would conclude he is trying to run the image from the local node via DECnet. And when trying to run an image from another architecture, the error message should be IMGACT-F-NOTNATIVE.&lt;BR /&gt;&lt;BR /&gt;Perhaps SMCZU1 is a logical name?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
    <pubDate>Mon, 25 Aug 2008 09:11:00 GMT</pubDate>
    <dc:creator>Karl Rohwedder</dc:creator>
    <dc:date>2008-08-25T09:11:00Z</dc:date>
    <item>
      <title>Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257112#M90894</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;On Alpha OpenVMS 7.3-2 this syntax is working:&lt;BR /&gt;&lt;BR /&gt;HPA1:SYSTEM&amp;gt; run smhpa1::SYS$COMMON:[SYSEXE]mail.exe&lt;BR /&gt;&lt;BR /&gt;You have 5 new messages.&lt;BR /&gt;&lt;BR /&gt;MAIL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;On Itanium OpenVMS V8.3-1H1 is not working:&lt;BR /&gt;&lt;BR /&gt;CZU1:SYSTEM&amp;gt; run smczu1::SYS$COMMON:[SYSEXE]mail.exe&lt;BR /&gt;%DCL-W-ACTIMAGE, error activating image SMCZU1::SYS$COMMON:[SYSEXE]MAIL.EXE&lt;BR /&gt;-CLI-E-IMGNAME, image file SMCZU1::SYS$COMMON:[SYSEXE]MAIL.EXE;1&lt;BR /&gt;-SYSTEM-E-INVFILFOROP, invalid file specification for operation&lt;BR /&gt;&lt;BR /&gt;Why? Thanks for help.</description>
      <pubDate>Mon, 25 Aug 2008 07:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257112#M90894</guid>
      <dc:creator>Dolezel Vaclav</dc:creator>
      <dc:date>2008-08-25T07:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257113#M90895</link>
      <description>Vaclav,&lt;BR /&gt;&lt;BR /&gt;firstly:&lt;BR /&gt;&lt;BR /&gt;WELCOME to the VMS forum!&lt;BR /&gt;&lt;BR /&gt;Your command:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;run smhpa1::SYS$COMMON:[SYSEXE]mail.exe&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;is a request to run an image, which is present at the remote (DECnet) node SMCZU1&lt;BR /&gt;&lt;BR /&gt;Obviously, SMCZU1 is an Alpha system, like the (7.3-2) node on which you are executing the command successfully. &lt;BR /&gt;&lt;BR /&gt;Now, if you try yhis from an Itanium system, effectively you are trying to run an Alpha image on your Itanium system. &lt;BR /&gt;And while the command structure (and most other things) are very similar, the ==instruction set== (the hardware level instructions directly executable) is VERY different. And therefor, an Vax image does NOT run on Alpha nor Itanium, (in ANY combination of machine code and hardware).&lt;BR /&gt;That you can run the (well, almost) same  program on the different hardwares, is because the different compilers generate VERY different executables!.&lt;BR /&gt;&lt;BR /&gt;But, back to your underlying question:&lt;BR /&gt;If you want to run MAIL, why do you use the executable that is located at another node?&lt;BR /&gt;Why not simple use the local copy of MAIL.EXE? And even more, why not simple use the DCL MAIL command?&lt;BR /&gt;I -can- think of reasons, but in those cases I would expect you not to need to ask this question....&lt;BR /&gt;&lt;BR /&gt;So, just do&lt;BR /&gt;$ MAIL&lt;BR /&gt; or, if you somehow redefined or disabled that and REALLY want ro RUN the .EXE directly,&lt;BR /&gt;&lt;BR /&gt;$ RUN SYS$SYSTEM:MAIL&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257113#M90895</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-08-25T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257114#M90896</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;from the DCL prompt I would conclude he is trying to run the image from the local node via DECnet. And when trying to run an image from another architecture, the error message should be IMGACT-F-NOTNATIVE.&lt;BR /&gt;&lt;BR /&gt;Perhaps SMCZU1 is a logical name?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 25 Aug 2008 09:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257114#M90896</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-08-25T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257115#M90897</link>
      <description>Don't have Itanium over here but the ";1" in the error message could indicate that it found the exe but could not activate it.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 25 Aug 2008 09:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257115#M90897</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-25T09:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257116#M90898</link>
      <description>Kalle,&lt;BR /&gt;&lt;BR /&gt;thank you, I missed that!&lt;BR /&gt;&lt;BR /&gt;So, if it DOES work from Alpha, but not from IA64, the Invalid file spec seems to indicate that either DECnet is not running, or SMCZU1 is not (or not correctly) defined on the IA64; or the network is not functioning fully as expected....&lt;BR /&gt;&lt;BR /&gt;But my previous answer still retains its value.&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>Mon, 25 Aug 2008 09:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257116#M90898</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-08-25T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257117#M90899</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;DECnet on SMCZU1 is working well. The reason why i'm asking is, that i have a script which is correctly running on ALPHA and on IA64 is making this error. I'm starting image from specific place through sysman on several nodes. Not all nodes defined in sysman environment are in cluster.So the question is, why it's working on ALPHA and not on IA64. And of course IA64 image i'm trying to start on IA64 platform and ALPHA image on ALPHA platform. I just take mail.exe like example.</description>
      <pubDate>Mon, 25 Aug 2008 10:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257117#M90899</guid>
      <dc:creator>Dolezel Vaclav</dc:creator>
      <dc:date>2008-08-25T10:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257118#M90900</link>
      <description>Dolezel,&lt;BR /&gt;&lt;BR /&gt;Running images over DECnet works, within certain limitations. While I am careful, I would be unsurprised if those limitations included issues such as layered products, similar versions (for privileged code), and others.&lt;BR /&gt;&lt;BR /&gt;While I see that MAIL is just an example, my first question is: "Why run the image over DECnet?"&lt;BR /&gt;&lt;BR /&gt;As to Itanium and Alpha, for the same versions, the behavior should be essentially identical. As I understand it (not having direct access to the master packs [smile]), both binaries are built from the same sources, with the exception of architecture dependent modules.&lt;BR /&gt;&lt;BR /&gt;That said, more information about the environment would be helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 25 Aug 2008 10:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257118#M90900</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-08-25T10:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257119#M90901</link>
      <description>And the ;1 is in the message ?&lt;BR /&gt;&lt;BR /&gt;The sysman stuff is not related because you have the problem when you do run at the prompt and can simulate it ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 25 Aug 2008 10:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257119#M90901</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-25T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257120#M90902</link>
      <description>If you copy the mail.exe file to the node on which you do the run and then run that image, does it work ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 25 Aug 2008 10:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257120#M90902</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-25T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257121#M90903</link>
      <description>Vaclav,&lt;BR /&gt;&lt;BR /&gt;Ah, MAIL is just an example.&lt;BR /&gt;&lt;BR /&gt;Well, try my first suggestion: do the RUN without DECnet specifiaction. If necessary, (outside cluster) COPY the image over to the specified location. And in case of Alpha - Itanium, _DO_ compile the source on each platform!.&lt;BR /&gt;&lt;BR /&gt;--- if MAIL was just an example, was SYS$COMMON:[SYSEXE] also "just an example"? Is the specified directory also valid over DECnet?&lt;BR /&gt;Try a &lt;BR /&gt;$ DIR SMCZU1::&lt;EXACTLY-THE-SAME-IMAGE-SPECIFICATION&gt;&lt;BR /&gt;Do you see the intended image, or also an error message?&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/EXACTLY-THE-SAME-IMAGE-SPECIFICATION&gt;</description>
      <pubDate>Mon, 25 Aug 2008 10:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257121#M90903</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-08-25T10:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257122#M90904</link>
      <description>'smczu1::' suggests you run the image over DECNet, and as other suggested already, it's not needed. Or even invalidated for certain situations.&lt;BR /&gt;What I can think of: is the node you specify (smhpa1 on Alpha, smczu1 on Itanium) the local machine? If not, it may hold such a clue.&lt;BR /&gt;&lt;BR /&gt;Why messing around with normally available functionality like MAIL? Just $ MAIL will do the same witthout the problem.&lt;BR /&gt;&lt;BR /&gt;What does SYS$COMMON refer to in yout Itanium configuration? What about SYS$LOGIN and SYS$DISK? Is there a file MAIL.MAI  The error:&lt;BR /&gt;&lt;BR /&gt;SYSTEM-E-INVFILFOROP, invalid file specification for operation&lt;BR /&gt;&lt;BR /&gt;tells something is not right here. IIRC, VMSMAIL will look for a file MAIL.MAI in your login directory (SYS$LOGIN:):&lt;BR /&gt;&lt;BR /&gt;MAIL.MAI;1                    File ID:  (31823,37,0)&lt;BR /&gt;Size:           36/36         Owner:    [&lt;GRP&gt;,&lt;MBR&gt;]&lt;BR /&gt;Created:   29-JUN-2007 13:56:45.70&lt;BR /&gt;Revised:   17-OCT-2007 08:14:38.53 (7)&lt;BR /&gt;Expires:   &lt;NONE specified=""&gt;&lt;BR /&gt;Backup:    21-AUG-2008 19:20:11.96&lt;BR /&gt;Effective: &lt;NONE specified=""&gt;&lt;BR /&gt;Recording: &lt;NONE specified=""&gt;&lt;BR /&gt;File organization:  Indexed, Prolog: 3, Using 2 keys&lt;BR /&gt;                             In 3 areas&lt;BR /&gt;Shelved state:      Online&lt;BR /&gt;Caching attribute:  Writethrough&lt;BR /&gt;File attributes:    Allocation: 36, Extend: 15, Maximum bucket size: 5, Global buffer count: 0, Version limit: 10&lt;BR /&gt;                    Contiguous best try&lt;BR /&gt;Record format:      Variable length, maximum 2048 bytes, longest 0 bytes&lt;BR /&gt;Record attributes:  None&lt;BR /&gt;RMS attributes:     None&lt;BR /&gt;Journaling enabled: None&lt;BR /&gt;File protection:    System:RW, Owner:RW, Group:, World:&lt;BR /&gt;Access Cntrl List:  None&lt;BR /&gt;Client attributes:  None&lt;BR /&gt; &lt;BR /&gt;Total of 1 file, 36/36 blocks.&lt;BR /&gt;&lt;BR /&gt;(Allocation and real size will vary, as will user UIC)&lt;BR /&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/MBR&gt;&lt;/GRP&gt;</description>
      <pubDate>Mon, 25 Aug 2008 10:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257122#M90904</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-25T10:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257123#M90905</link>
      <description>Yes, there is a difference. On Alpha it is allowed to activate an image which is on a remote node - via DECnet, on I64 this is not supported.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2008 10:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257123#M90905</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2008-08-25T10:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257124#M90906</link>
      <description>To Hartmut Becker:&lt;BR /&gt;&lt;BR /&gt;Is it official information which i can find somewhere in OpenVMS documentation?</description>
      <pubDate>Mon, 25 Aug 2008 11:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257124#M90906</guid>
      <dc:creator>Dolezel Vaclav</dc:creator>
      <dc:date>2008-08-25T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257125#M90907</link>
      <description>Sorry, nothing "official".&lt;BR /&gt;&lt;BR /&gt;For 8.3-1H1, this was supposed to be included in the DCL dictionary, but it was too late to get it in. As an alternative it was planned to have a note in the documentation-related release notes, but I can't find it, so I suspect it didn't make it.&lt;BR /&gt;&lt;BR /&gt;New in 8.3-1H1 is the nice error message INVFILFOROP, the previous error messages on I64 were NOTFILEDEV and very often ACCVIO.&lt;BR /&gt;&lt;BR /&gt;This "feature" was never supported on I64. &lt;BR /&gt;And, before you try it: running an I64 image from a tape is also not supported.</description>
      <pubDate>Mon, 25 Aug 2008 11:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257125#M90907</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2008-08-25T11:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257126#M90908</link>
      <description>Hartmuth,&lt;BR /&gt;&lt;BR /&gt;I'm not sure how many will use the possibility, it's quite neat to have an executable reside on one machine and run it from the other, even outside a cluster.&lt;BR /&gt;But is has been used before - given the original question.&lt;BR /&gt;What is the background of the removal?&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2008 16:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257126#M90908</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-25T16:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257127#M90909</link>
      <description>&amp;gt;it's quite neat to have an executable &lt;BR /&gt;&amp;gt;reside on one machine and run it from the &lt;BR /&gt;&amp;gt;other, even outside a cluster.&lt;BR /&gt;&lt;BR /&gt;  It might be "neat" but it's a hideously inefficient way to activate an image, and there are numerous things that just plain don't work. For example, RUN/DEBUG has never, and most likely will never work for a remote image on any platform.&lt;BR /&gt;&lt;BR /&gt;  Consider also that read only code pages in a local image are directly mapped from the disk, so they can be paged in, rather than read. That's non-trivial for a remote image. Do you really want to do paging I/O across a network?&lt;BR /&gt;&lt;BR /&gt;  Support for activation of an images over DECnet has only ever been marginal, at best. It's a cute trick, but in a real production environment it's just plain silly. From a performance perspective you would be MUCH better off making a local  copy of the image and executing it locally. Even if it's just a temporary copy. Incur the network overheads ONCE, rather than for every pagefault.&lt;BR /&gt;&lt;BR /&gt;  As images get larger and more complex, and DECnet fades into history, the engineering effort required to make network activation work could be much better spent improving more critical parts of OpenVMS.</description>
      <pubDate>Mon, 25 Aug 2008 22:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257127#M90909</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-08-25T22:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257128#M90910</link>
      <description>Thank you all for your time.</description>
      <pubDate>Tue, 26 Aug 2008 05:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257128#M90910</guid>
      <dc:creator>Dolezel Vaclav</dc:creator>
      <dc:date>2008-08-26T05:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257129#M90911</link>
      <description>John said it all.&lt;BR /&gt;&lt;BR /&gt;Add to it, that I64 aka Elf (object and) image files are not simple sequential files. There is an entry into the internal structure, the Elf header, which must be at the beginning of the file. Any other Elf structure or image data is pointed to and can be anywhere within the file.&lt;BR /&gt;&lt;BR /&gt;Given the fact that this is only the second report on this "feature" I guess it is not very important for most customers.&lt;BR /&gt;&lt;BR /&gt;Also, remote image activation is in a gray area. It "works" but - as far asI know - it was never officially listed as supported. And for those cases where it does/can not work it very likely will not be "fixed".</description>
      <pubDate>Tue, 26 Aug 2008 07:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257129#M90911</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2008-08-26T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257130#M90912</link>
      <description>Is a run of an exe on a NFS drive still supported ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 26 Aug 2008 07:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257130#M90912</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-26T07:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the difference between ALPHA and IA64 version of OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257131#M90913</link>
      <description>That looks more like a question for the vendor of the NFS client software.&lt;BR /&gt;&lt;BR /&gt;On the client side an NFS served directory looks like a local disk. On VMS it is just an ODS2 or ODS5 disk. There is nothing special for the image activator, here. If something doesn't work, then either the NFS client lacks an Files11 feature or the NFS server can't handle a client request (or whatever the right term in that environment is).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/where-is-the-difference-between-alpha-and-ia64-version-of/m-p/4257131#M90913</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2008-08-26T13:11:53Z</dc:date>
    </item>
  </channel>
</rss>

