<?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: change device name in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592928#M97929</link>
    <description>Mr steve, i just typed the following &lt;BR /&gt;&lt;BR /&gt;$ DEFINE/SYSTEM/EXEC /TRANSLATION=(CONCEALED,TERMINAL) newname oldname:&lt;BR /&gt;&lt;BR /&gt;with its parameters and changed the device name. i am trying to see why the shadowing is not working.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this answered your question&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Wed, 03 Mar 2010 00:37:27 GMT</pubDate>
    <dc:creator>adarsh_4</dc:creator>
    <dc:date>2010-03-03T00:37:27Z</dc:date>
    <item>
      <title>change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592923#M97924</link>
      <description>i have a system loaded with open vms 7.3-2. when i do a sh dev d, i see a section as device name with the hard disk name under it.&lt;BR /&gt;&lt;BR /&gt;i want to change the device name shown here to some other name.&lt;BR /&gt;&lt;BR /&gt;please advise how to do this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2010 03:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592923#M97924</guid>
      <dc:creator>adarsh_4</dc:creator>
      <dc:date>2010-03-02T03:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592924#M97925</link>
      <description>adarsh,&lt;BR /&gt;&lt;BR /&gt;  More information required. What is the device name shown, and what do you want to change it to. &lt;BR /&gt;&lt;BR /&gt;  Depending on the type of device, and how it is connected to the system, you may not be able to change it, or you may need to mess with hardware.&lt;BR /&gt;&lt;BR /&gt;  Chances are you can deal with whatever problem you have by defining a logical name. Something like:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE/SYSTEM/EXEC /TRANSLATION=(CONCEALED,TERMINAL) newname oldname:&lt;BR /&gt;&lt;BR /&gt;in your SYLOGICALS.COM procedure. &lt;BR /&gt;&lt;BR /&gt;The oldname must be the physical device name, and the trailing colon is required.&lt;BR /&gt;&lt;BR /&gt;The translation attributes CONCEALED and TERMINAL mean that the new logical name will "stick", so that output of (say) DIRECTORY will show the new name. However, SHOW DEVICE will still show the "real" device name.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2010 03:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592924#M97925</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-03-02T03:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592925#M97926</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] when i do a sh dev d, i see [...]&lt;BR /&gt;&lt;BR /&gt;And if my psychic powers were not so weak,&lt;BR /&gt;then _I_ might be able to see it, too.  Or,&lt;BR /&gt;you could help me out, and paste the text&lt;BR /&gt;here, and then we all could see it&lt;BR /&gt;&lt;BR /&gt;&amp;gt; i want to change the device name shown here&lt;BR /&gt;&amp;gt; to some other name.&lt;BR /&gt;&lt;BR /&gt;What do you see, and to what would you like&lt;BR /&gt;to change it?&lt;BR /&gt;&lt;BR /&gt;Why?&lt;BR /&gt;&lt;BR /&gt;A disk device name in VMS is often tied to&lt;BR /&gt;physical characteristics, like which SCSI&lt;BR /&gt;adapter it's connected to, and what its SCSI&lt;BR /&gt;ID is.  It may not be possible to make some&lt;BR /&gt;arbitrary change to such a device name.&lt;BR /&gt;&lt;BR /&gt;On the other hand, it may be easy to define a&lt;BR /&gt;logical name, such that someone looking for&lt;BR /&gt;"device_a" would be redirected to "device_b".&lt;BR /&gt;&lt;BR /&gt;ALP $ define fred ALP$DKA100:&lt;BR /&gt;ALP $ show device /full fred&lt;BR /&gt;&lt;BR /&gt;Disk ALP$DKA100:, device type SEAGATE ST318453LC, is online, mounted, file-&lt;BR /&gt;    oriented device, shareable, served to cluster via MSCP Server, error logging&lt;BR /&gt;    is enabled.&lt;BR /&gt;[...]</description>
      <pubDate>Tue, 02 Mar 2010 04:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592925#M97926</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-02T04:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592926#M97927</link>
      <description>thank you mr john.i manage to get the problem fixed. thanks once again</description>
      <pubDate>Tue, 02 Mar 2010 20:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592926#M97927</guid>
      <dc:creator>adarsh_4</dc:creator>
      <dc:date>2010-03-02T20:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592927#M97928</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] i manage to get the problem fixed.&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;It might help some future reader if you&lt;BR /&gt;explained the solution (better than you&lt;BR /&gt;explained the problem).</description>
      <pubDate>Tue, 02 Mar 2010 21:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592927#M97928</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-02T21:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592928#M97929</link>
      <description>Mr steve, i just typed the following &lt;BR /&gt;&lt;BR /&gt;$ DEFINE/SYSTEM/EXEC /TRANSLATION=(CONCEALED,TERMINAL) newname oldname:&lt;BR /&gt;&lt;BR /&gt;with its parameters and changed the device name. i am trying to see why the shadowing is not working.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this answered your question&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Mar 2010 00:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592928#M97929</guid>
      <dc:creator>adarsh_4</dc:creator>
      <dc:date>2010-03-03T00:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592929#M97930</link>
      <description>I'll bite; how will a logical re-definition help you with shadowing?</description>
      <pubDate>Wed, 03 Mar 2010 02:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592929#M97930</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2010-03-03T02:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592930#M97931</link>
      <description>Hi Adarsh,&lt;BR /&gt;&lt;BR /&gt;It might help to describe the underlying problem (i.e. the one with the shadowing) rather than attacking bits of the issue.&lt;BR /&gt;&lt;BR /&gt;What device are you looking to shadow (it needs to be a disk, obviously, but is it the system disk or is it a data disk?)&lt;BR /&gt;Is this an existing system where shadowing has stopped working or is it a system that you are setting up now?&lt;BR /&gt;&lt;BR /&gt;For shadowing to work, you have to use a non-zero allocation class on the host (SYSGEN parameter ALLOCLASS)&lt;BR /&gt;&lt;BR /&gt;If it's the system disk that you are trying to shadow then you need to ensure that the members of the shadowset have different unit numbers (logical names won't help here - they need to be different unit numbers.)&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 03 Mar 2010 07:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592930#M97931</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2010-03-03T07:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: change device name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592931#M97932</link>
      <description>and one addition to the above list, (although I'm sure there are many others)&lt;BR /&gt;&lt;BR /&gt;If you are shadowing within a cluster, the all of the member units must be visible to all nodes who are mounting the shadow volume.&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 03 Mar 2010 13:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/change-device-name/m-p/4592931#M97932</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-03-03T13:08:56Z</dc:date>
    </item>
  </channel>
</rss>

