<?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: How to define the system disk logical to another one in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307490#M64077</link>
    <description>Charles&lt;BR /&gt;&lt;BR /&gt;Define/sys/exe dra0 sys$sysdevice:&lt;BR /&gt;&lt;BR /&gt;should do the trick&lt;BR /&gt;&lt;BR /&gt;By any chance if you do a mistake and need to delete the logical, then use the following&lt;BR /&gt;&lt;BR /&gt;deassign/sys/exe sys$sysdevice&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
    <pubDate>Thu, 17 Jun 2004 01:29:01 GMT</pubDate>
    <dc:creator>Mobeen_1</dc:creator>
    <dc:date>2004-06-17T01:29:01Z</dc:date>
    <item>
      <title>How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307487#M64074</link>
      <description>I have a question,&lt;BR /&gt;Could I define the system disk logical name to another one? &lt;BR /&gt;For example, after installation,the default logical name define to sys$sysdevice, could I add another logical name to system disk, such as "DRA0"?&lt;BR /&gt;&lt;BR /&gt;B/R&lt;BR /&gt;Charles Song</description>
      <pubDate>Wed, 16 Jun 2004 22:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307487#M64074</guid>
      <dc:creator>Song_Charles</dc:creator>
      <dc:date>2004-06-16T22:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307488#M64075</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;You can define as many logicals as you wish to&lt;BR /&gt;point to the system disk (or any other disk).&lt;BR /&gt;Is this because of hard coded logicals in your&lt;BR /&gt;application?&lt;BR /&gt;Assuming that DRA0 is not a valid device on the&lt;BR /&gt;system then doing&lt;BR /&gt;&lt;BR /&gt;$ define/system dra0 sys$sysdevice:&lt;BR /&gt;&lt;BR /&gt;should work.  You may also want to add /EXEC.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jun 2004 22:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307488#M64075</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2004-06-16T22:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307489#M64076</link>
      <description>Thank you,&lt;BR /&gt;I try and successfully.&lt;BR /&gt;Charles</description>
      <pubDate>Wed, 16 Jun 2004 22:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307489#M64076</guid>
      <dc:creator>Song_Charles</dc:creator>
      <dc:date>2004-06-16T22:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307490#M64077</link>
      <description>Charles&lt;BR /&gt;&lt;BR /&gt;Define/sys/exe dra0 sys$sysdevice:&lt;BR /&gt;&lt;BR /&gt;should do the trick&lt;BR /&gt;&lt;BR /&gt;By any chance if you do a mistake and need to delete the logical, then use the following&lt;BR /&gt;&lt;BR /&gt;deassign/sys/exe sys$sysdevice&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 17 Jun 2004 01:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307490#M64077</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-06-17T01:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307491#M64078</link>
      <description>Hi Charles,&lt;BR /&gt;using define you can make a little joined filesystem, for example:&lt;BR /&gt;$ DEFINE/SYSTEM DRA0 DKA0:,DKA100:&lt;BR /&gt;in prior example every file accessed in DRA0 is searched in DKA0 and then in DKA100&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 01:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307491#M64078</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-06-17T01:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307492#M64079</link>
      <description>Mobeen&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;deassign/sys/exe sys$sysdevice&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;I wouldn't do that, for this, or any other SYS$-logical.&lt;BR /&gt;All these logicals are setup within the startup procedure, and I believe that quite some software relies on the existence of these logicals - and a proper definition.&lt;BR /&gt;&lt;BR /&gt;There is not any proplem to make another logical (whatever one) referring to the very same device. &lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Thu, 17 Jun 2004 01:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307492#M64079</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-17T01:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307493#M64080</link>
      <description>Mobeen,&lt;BR /&gt;&lt;BR /&gt;I don't think your advice is correct. With the 'define' command you create a logical name 'DRA0' in the system table with the equivalence name of 'SYS$SYSDEVICE:'. It will be the logical name translation services that first translate 'DRA0', find 'SYS$SYSDEVICE' and then translate this name unless you create a logical name with the /TRANSLATION_ATTRIBUTES=TERMINAL.&lt;BR /&gt;&lt;BR /&gt;If you put a wrong equivalence string into 'DRA0', then you need to deassign this name! Or just do a new DEFINE command overwriting the previous assignment. You must not deassign the eqivalence string!!&lt;BR /&gt;&lt;BR /&gt;You are lucky here, because the system will not have a logical name "SYS$SYSDEVICE:" (note the colon at the end):&lt;BR /&gt;$ deassign /system /executive_mode sys$sysdevice:&lt;BR /&gt;%SYSTEM-F-NOLOGNAM, no logical name match&lt;BR /&gt;$</description>
      <pubDate>Thu, 17 Jun 2004 02:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307493#M64080</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-17T02:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307494#M64081</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;like Willem wrote, you can define (nearly) as many logicals as you want, BUT (as David implied, but I want to stress that strongly):&lt;BR /&gt;&lt;BR /&gt;Do NOT define a logical name that is also the device-name of ANY device in your system/cluster!&lt;BR /&gt;&lt;BR /&gt;Willem already warned you NOT to deassign any SYS$ logical. &lt;BR /&gt;I would add to also NOT re-define any, unless you are VERY sure of what you are doing, and then, first do a VERY thorough testing on a system that is NOT important if it still has more consequences than you expect!&lt;BR /&gt;&lt;BR /&gt;In short: SYS$ logicals are the heart of VMS, and tampering with them is like performing open-heart surgery. Leave it to specialised surgeons, or become one yourself.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 02:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307494#M64081</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-06-17T02:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307495#M64082</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;I understand the question but I think you mean: How can I define another logical to the systemdisk ?&lt;BR /&gt;The logical SYS$SYSDEVICE cannot be moved.&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Thu, 17 Jun 2004 06:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307495#M64082</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2004-06-17T06:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307496#M64083</link>
      <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;Redefing sys$sysdevice is, as most have said, not a great idea.&lt;BR /&gt;&lt;BR /&gt;Digital's naming convention is that the "$" is reserved to VMS. The "_" is reserved for us as system managers and in this case we can use it in place of the "$". So how about a &lt;BR /&gt;$ define/sys/exe sys_sysdevice "$1$dga101:,$1$dga102:,..."&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;The names are very similar so that is a draw back but it does adhere to naming standards for VMS.&lt;BR /&gt;&lt;BR /&gt;Maybe that helps.&lt;BR /&gt;&lt;BR /&gt;john</description>
      <pubDate>Thu, 17 Jun 2004 08:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307496#M64083</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2004-06-17T08:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307497#M64084</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;First of all: what are you going to do with that new logical? And why are you not satisfied with SYS$SYSDEVICE? Looks like you're trying to ask a rather specific question instead of asking a basic one. Are you an end user, an application programmer or a system manager? Depending on the particular situation, your question may have a LOT of answers.&lt;BR /&gt;&lt;BR /&gt;Dima&lt;BR /&gt;&lt;BR /&gt;PS And if you're a novice sysmgr, please be reasonably cautious and don't follow all advices in a moment.</description>
      <pubDate>Fri, 18 Jun 2004 03:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307497#M64084</guid>
      <dc:creator>Dima Bessonov</dc:creator>
      <dc:date>2004-06-18T03:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307498#M64085</link>
      <description>Dmitry,&lt;BR /&gt;&lt;BR /&gt;I don't know why but a reason could be using JAVA (or other Unix-based code) that is allergic for "$" in a filename.&lt;BR /&gt;I run into the same problem.&lt;BR /&gt;Even as an end-user I may want this. No problem to put it in the proces- or jobtable.&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Fri, 18 Jun 2004 08:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307498#M64085</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-18T08:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307499#M64086</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;you got a BIG issue there!&lt;BR /&gt;&lt;BR /&gt;Not pretending to have found the Holy Grail in one try, but....&lt;BR /&gt;&lt;BR /&gt;Maybe, just maybe, we could work towards a more stuctural solution from here.&lt;BR /&gt;&lt;BR /&gt;Proposal (Version 1.0;   feasability study!)&lt;BR /&gt;&lt;BR /&gt;( I think it requires to be adopted OR shot down by the Unix Portability people)&lt;BR /&gt;&lt;BR /&gt;- Upon installing ANY ported software an inventarisation of ALL SYS$xxx logicals in aALL tables in LNM$SYSTEM_DIRECTORY is made.&lt;BR /&gt;- for all those logical names every "$" is replaced by "_"&lt;BR /&gt;- the value so achieved is tested; if it is NOT yet a logical name in its original table,&lt;BR /&gt;then it is checked for any "$" in the equivalence name, replacing those with "_" as well.&lt;BR /&gt;- this new name &amp;amp; translation get defined IN THE SAME TABLE.&lt;BR /&gt;&lt;BR /&gt;-Upon starting ported software (or at login maybe.. needs evaluation) the same procedure for Process &amp;amp; Job lagical name tables.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Currently I see the following potential problems:&lt;BR /&gt;- devices with nodename$ or $alloclass$ prefix&lt;BR /&gt;- logical names with different translations in different tables (eg, Group &amp;amp; System table), where the rules above specify 1 to get its "$"-free analog, and the other does not. That MIGHT lead to different meanings being used, depending upon "$"-using or "_"-using translation.&lt;BR /&gt;&lt;BR /&gt;At the job/process level: how about redefines after login?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there someone out there with enough knowledge, and, if positive, influence, to give this some deeper consideration?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--   just some friday afternoon philosofy  --&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jan  &lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2004 09:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307499#M64086</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-06-18T09:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307500#M64087</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;IMHO the BEST structural solution is to 'virtualize' OS-specific functionality so it will NOT be incorporated inside the code. That there will be incomptabilities is inavoidable, but this way you can limit them - or even bypass and take apporiate action. I'm in the process of thinking about a specification, it has been discussed in this forum in an earlier thread as well (foirgive me I didn't look it up but anyone is able to do that by themselves).&lt;BR /&gt;&lt;BR /&gt;The biggest challenge will be to have the OS community adapt this. As we discussed yesterday, this will take a LOOOOOONG time - for several reasons.&lt;BR /&gt;&lt;BR /&gt;(for the "outside" world: We are both a member of the Dutch Interex VMS-Sig and we had a meeting yesterday on Unix portability where these issues have been discussed as well)&lt;BR /&gt;&lt;BR /&gt;What dows this have to do with the topic: Just THAT. As long as there is no 'common interest' we WILL have to take measures to overcome these difficulties. VMS is flexible enough to faciliate that without compromising the system itself (how lucky you can be!). But indeed, it should be solved in a more generic way.&lt;BR /&gt;&lt;BR /&gt;Willem&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2004 10:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307500#M64087</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-18T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307501#M64088</link>
      <description>Hi Willem,&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I don't know why but a reason could be using JAVA (or other Unix-based code) that is allergic for "$" in a filename.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;unix people are allergic to "$" in filename simply because $ means macro substitution in various unix shell; same as '' in DCL.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Jun 2004 04:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307501#M64088</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-06-19T04:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307502#M64089</link>
      <description>I know, Antonio.&lt;BR /&gt;But Unix is "allergic" to single quote as well. &lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Sun, 20 Jun 2004 14:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307502#M64089</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-20T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307503#M64090</link>
      <description>Charels, I would be reluctant to use DRA0 even if it is not currently a valid device on your system. If the software ever gets moved to a system with a Raid Controler, DRA0 would become a valid device which could create confusion.&lt;BR /&gt;Lawrence</description>
      <pubDate>Fri, 20 Aug 2004 17:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307503#M64090</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2004-08-20T17:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307504#M64091</link>
      <description>Yes, you can do this by&lt;BR /&gt;&lt;BR /&gt;$ define/system/exec dra0 sys$sysdevice&lt;BR /&gt;&lt;BR /&gt;or to define a logical to the device physical name of sys$sysdevice&lt;BR /&gt;&lt;BR /&gt;$ define/system/exec dra0 'f$trnlnm("sys$sysdevice")'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Aug 2004 03:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307504#M64091</guid>
      <dc:creator>Aleksander Sinigoj</dc:creator>
      <dc:date>2004-08-23T03:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to define the system disk logical to another one</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307505#M64092</link>
      <description>Aleksander,&lt;BR /&gt;&lt;BR /&gt;That's playing with fire!&lt;BR /&gt;Firstly, any protected code wil NOT function, because it will not take into account any logical names in unsufficiently priviliged mod, ie, USERmode and SUPERVISOR mode logicala are NOT used.&lt;BR /&gt;Secondly, any concealed devices derived from SYS$SYSDEVICE (or its hardware name) will not function properly, if they function at all.&lt;BR /&gt;&lt;BR /&gt;It will function for most software though, which makes the non-functioning stuff all the more surprising. And "surprises" are what we usually do NOT want...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Mon, 23 Aug 2004 05:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-define-the-system-disk-logical-to-another-one/m-p/3307505#M64092</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-08-23T05:16:26Z</dc:date>
    </item>
  </channel>
</rss>

