<?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: TEST DR in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872481#M11754</link>
    <description>Oops...forgot the attachment&lt;BR /&gt;&lt;BR /&gt;Here it is..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Srivathsan</description>
    <pubDate>Fri, 26 Nov 2004 06:27:08 GMT</pubDate>
    <dc:creator>Srivathsan</dc:creator>
    <dc:date>2004-11-26T06:27:08Z</dc:date>
    <item>
      <title>TEST DR</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872480#M11753</link>
      <description>&lt;BR /&gt;The Servers TARA ( DC1 ) and TARA2 ( in DC2 ) running Tru64 Unix V 5.1 with PK 6 are in a SAN Fabric.&lt;BR /&gt;&lt;BR /&gt;The Fabric switches are 2 x 8-port Manageable Compaq SANSwitches.&lt;BR /&gt;&lt;BR /&gt;The Servers are connected to the HSG80 storage in SAN in such a way that there are 4 paths  available to the storage from the server.&lt;BR /&gt;&lt;BR /&gt;Both the Data and O/S disks are in the HSG80 based storage subsystem.&lt;BR /&gt;&lt;BR /&gt;The HSG80 has multibus failover configuration ( 2 controllers in each HSG80 ).&lt;BR /&gt;&lt;BR /&gt;The HDDs are in a MA8000.&lt;BR /&gt;&lt;BR /&gt;There is no Zoning configured on the SAN Switch and the contention for Logical Units provided by the HSG80 is resolved by the access policy configured in the HSG80 Controllers.&lt;BR /&gt;&lt;BR /&gt;The SAN diagram, list of LUNS and the details of each LUN is provided in the attachment.&lt;BR /&gt;&lt;BR /&gt;WHAT I INTEND TO DO FOR DR TESTING -&lt;BR /&gt;&lt;BR /&gt;1. INSTALL ANOTHER SERVER TARBK ( WITH 2 KGPSA-CA CARDS ) AND INTERNAL ROOT DISK ENCAPSULATED IN LSM.&lt;BR /&gt;&lt;BR /&gt;2. SHUTDOWN TARBK TO SRM LEVEL AND CONNECT THE FIBER FROM ONE KGPSA TO ONE SAN SWITCH AND FROM THE OTHER KGPSA TO THE OTHER SAN SWITCH. &lt;BR /&gt;&lt;BR /&gt;3. ON THE FOUR NEW CONNECTIONS ON EACH OF THE HSG80s CONFIGURE THE UNIT OFFSET TO 0 ( SO AS TO BE ABLE TO ACCESS ALL LUNs ON THESE NEW CONNECTIONS )&lt;BR /&gt;&lt;BR /&gt;4. ENABLE ACCESS TO ALL LUNs ON ALL THE NEW CONNECTIONS ( SET ENABLE ACCESS PATH ALL )&lt;BR /&gt;&lt;BR /&gt;5. SHUTDOWN TARA ( SO, THE DATA DISK GROUP IS CLEARLY DEPORTED )&lt;BR /&gt;&lt;BR /&gt;6. CHECK SHOW DEV AT THE SRM LEVEL OF TARABK AND ENSURE THAT IT IS ABLE TO SEE THE DATA LUNs&lt;BR /&gt;&lt;BR /&gt;7. BOOT OFF THE INTERNAL ROOT DISK IN TARABK AND IMPORT THE DATADG IN THE HSG.&lt;BR /&gt;&lt;BR /&gt;8. MOUNT THE DATA FILESETS MANUALLY AND CHANGE THE DNS SUCH THAT ANY USER TRYING TO CONNECT TO TARA IS FORWARDED TO TARABK.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;QUESTIONS&lt;BR /&gt;&lt;BR /&gt;1. ANY CONFIGURATIONS REQUIRED IN STEP 3 ON THE NEW CONNECTIONS&lt;BR /&gt;&lt;BR /&gt;2. IN STEP 2 DO I NEED TO RUN ANY WWIDMGR COMMANDS ?? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ANY INPUTS / THOUGHTS / GOTCHAS / POINTERS ARE WELCOME !!</description>
      <pubDate>Fri, 26 Nov 2004 06:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872480#M11753</guid>
      <dc:creator>Srivathsan</dc:creator>
      <dc:date>2004-11-26T06:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: TEST DR</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872481#M11754</link>
      <description>Oops...forgot the attachment&lt;BR /&gt;&lt;BR /&gt;Here it is..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Srivathsan</description>
      <pubDate>Fri, 26 Nov 2004 06:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872481#M11754</guid>
      <dc:creator>Srivathsan</dc:creator>
      <dc:date>2004-11-26T06:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: TEST DR</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872482#M11755</link>
      <description>&lt;BR /&gt;1) Please write down on a paper /etc/fdmns &lt;BR /&gt;directory. You'll need it to mount ADVFS filesystems in the new system. &lt;BR /&gt;It's recommended to have hard-copy of the files/links of the dir.&lt;BR /&gt;&lt;BR /&gt;2) Take care of /etc/passwd .&lt;BR /&gt;&lt;BR /&gt;3) In my site, I am using one 'native' IP address (x.x.x.1) to access server, + alias IP address (x.x.x.2) as IP-address of Your application (for example, Oracle database). All users come to x.x.x.2&lt;BR /&gt;The application address x.x.x.2 is assigned to one of Your servers as alias Ip address.&lt;BR /&gt;ifcofig &lt;EE0&gt; alias x.x.x.2 netmask 255.255.255.0&lt;BR /&gt;see man ifconfig.&lt;BR /&gt;Then You can re-assign alias to any other server at any moment. &lt;BR /&gt; &lt;BR /&gt;4) I wolud try first to do easier test:&lt;BR /&gt;-create small LUN on your storage, give it to TARA, create fielsystem, put some files there.&lt;BR /&gt;- Unmount filesystem, configure your storage to give asses to the LUN to TARBK&lt;BR /&gt;- Startup TARBK, try to mount the disk, see if the data there.&lt;BR /&gt;You can do this without affecting Your users.&lt;/EE0&gt;</description>
      <pubDate>Wed, 01 Dec 2004 10:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872482#M11755</guid>
      <dc:creator>Alexey Borchev</dc:creator>
      <dc:date>2004-12-01T10:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: TEST DR</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872483#M11756</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Tested with a disk ( in the shared storage ) unused in production. &lt;BR /&gt;&lt;BR /&gt;Was able to move the diskgroups from prod. to the test and back to the prod machine.&lt;BR /&gt;&lt;BR /&gt;Just a quick security question.&lt;BR /&gt;&lt;BR /&gt;My test disks are visible to both the prod and test machines ( Allowed by HSG80 connections UNIT_OFFSET and LUN ENABLE_ACCESS_PATH ) even if i had the filesystem on the test disks mounted on the test server i was able to zero the disklabel ( disklabel -z ) from the production server. &lt;BR /&gt;&lt;BR /&gt;So that means , I will normally have to keep the LUNs invisible from the test server and only in the event of a DR ( or a DR test ) that i will have to enable access for the LUNs to the Test Server ??&lt;BR /&gt;&lt;BR /&gt;What should i be tweaking ...?? The HSG80 LUN ENABLE_ACCESS_PATH or the Connections from the Test Server( UNIT_OFFSET  )for this purpose</description>
      <pubDate>Fri, 03 Dec 2004 04:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872483#M11756</guid>
      <dc:creator>Srivathsan</dc:creator>
      <dc:date>2004-12-03T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: TEST DR</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872484#M11757</link>
      <description>I would use ENABLE_ACCESS_PATH, because that is the purpose.&lt;BR /&gt;&lt;BR /&gt;UNIT_OFFSET was useful / required in those times when a system had only SCSI-2 drivers and could not address more that 8 LUNs on a fibre channel target. I really, really, would not use it today as most system can work with large LUNs - meaning it can potentially address any HSG unit starting at UNIT_OFFSET and ending at 199.</description>
      <pubDate>Fri, 03 Dec 2004 06:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872484#M11757</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-12-03T06:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: TEST DR</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872485#M11758</link>
      <description>You may tweaking with zone configuration on SAN switches as well.</description>
      <pubDate>Fri, 03 Dec 2004 07:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872485#M11758</guid>
      <dc:creator>Alexey Borchev</dc:creator>
      <dc:date>2004-12-03T07:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: TEST DR</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872486#M11759</link>
      <description>Thanks All.&lt;BR /&gt;&lt;BR /&gt;Tweaked the ENABLE_ACCESS_PATH and it was smooth.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2005 11:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/test-dr/m-p/4872486#M11759</guid>
      <dc:creator>Srivathsan</dc:creator>
      <dc:date>2005-01-05T11:23:04Z</dc:date>
    </item>
  </channel>
</rss>

