<?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: harddisk upgrade in storage array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703944#M249863</link>
    <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Sujeet and Dhananjay &lt;BR /&gt;Do you guys know me?&lt;BR /&gt;&lt;BR /&gt;Bharat &lt;BR /&gt;Do you know me either? &lt;BR /&gt;Do you remember arts, gachibowli?&lt;BR /&gt;&lt;BR /&gt;Sujeet&lt;BR /&gt;Don't forget to assign points if you feel the answers to your question are helpful.&lt;BR /&gt;&lt;BR /&gt;PS. Don't assign point to this reply...&lt;BR /&gt;Just checking if I am meeting my known friends from India here.&lt;BR /&gt;</description>
    <pubDate>Sat, 14 Jan 2006 20:55:18 GMT</pubDate>
    <dc:creator>Sameer_Nirmal</dc:creator>
    <dc:date>2006-01-14T20:55:18Z</dc:date>
    <item>
      <title>harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703936#M249855</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am having two hp9000 server in cluster enviorment with sharing storage disks r in array raid 5 and cluster lock is on storage,&lt;BR /&gt;i want to upgrade my harddisk in storage with raid 5 ,how can i setup the harddisk with cluster lock.&lt;BR /&gt;&lt;BR /&gt;please help me&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sujeet</description>
      <pubDate>Thu, 05 Jan 2006 23:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703936#M249855</guid>
      <dc:creator>sujeet joshi</dc:creator>
      <dc:date>2006-01-05T23:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703937#M249856</link>
      <description>Dear Sujit Joshi ,&lt;BR /&gt;&lt;BR /&gt;First u improve your english. &lt;BR /&gt;&lt;BR /&gt;I am having ---- i have &lt;BR /&gt;&lt;BR /&gt;I want to upgrade my harddisk- not my harddisk -----system harddsik&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if any query regd enlish pls revert back...&lt;BR /&gt;&lt;BR /&gt;DJ</description>
      <pubDate>Thu, 12 Jan 2006 23:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703937#M249856</guid>
      <dc:creator>dhananjay_1</dc:creator>
      <dc:date>2006-01-12T23:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703938#M249857</link>
      <description>Hi Sujeet,&lt;BR /&gt;&lt;BR /&gt;The purpose of language is to communicate, if others understand you then that is OK. I think you made yourself very clear so do not worry about the other reply.&lt;BR /&gt;&lt;BR /&gt;We do have a cluster in our model but it has more then 6 nodes so cluster lock was not implemented. Hope you can get answer soon and Have a nice weekend.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 13 Jan 2006 00:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703938#M249857</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2006-01-13T00:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703939#M249858</link>
      <description>Dear Mr. Dhananjay, This is not an english class and nobody here in forum wants to learn English grammer. &lt;BR /&gt;This is the place where you share your technical knowledge. &lt;BR /&gt;So go ahead and make yourself enriched with HPUX and not with english.&lt;BR /&gt;&lt;BR /&gt;Sujeet if you asking about how to setup lock disk then:&lt;BR /&gt;&lt;BR /&gt;1. Select a LUN (which is already under RAID 5) cxtxdx&lt;BR /&gt;2. pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;3. mkdir /dev/lckgrp&lt;BR /&gt;4. mknod /dev/lckgrp/group c 64 0x010000 {Make sure u hv unique minor no.&lt;BR /&gt;5. vgcreate -f lckgrp /dev/dsk/cxtxdx&lt;BR /&gt;6. vgdisplay lckgrp&lt;BR /&gt;7. vgchange -a n lckgrp&lt;BR /&gt;8. vgexport -p -v -s -m /etc/lvmconf/lckgrp.map lckgrp&lt;BR /&gt;9. Push this map file to all other cluster nodes&lt;BR /&gt;On all other nodes:&lt;BR /&gt;10. mkdir /dev/lckgrp&lt;BR /&gt;11. mknod /dev/lckgrp/group c 64 0x010000  &lt;BR /&gt;12. vgimport -s -v -m /etc/lvmconf/lckgrp.map lckdsk&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jan 2006 01:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703939#M249858</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-01-13T01:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703940#M249859</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Doing this will involve recreating the raid again and then restoring data. Cluster lock has nothing to do with this, only after reformation the same disk device file should be available.&lt;BR /&gt;&lt;BR /&gt;But as I said it will require reformation. So &lt;BR /&gt;1. Backup and test it, Shut cluster.&lt;BR /&gt;&lt;BR /&gt;2. Recreate raid 5 and create file systems and other necessary things and restore data.&lt;BR /&gt;&lt;BR /&gt;3. Test applications and insure that the device files are same. Now start cluster and see of everything is fine. I would also wish to test the cluster lock by removing one lan cable at this stage.&lt;BR /&gt;&lt;BR /&gt;Another good alternative will be to add and create another raid-5 logical volume with existing controller and use that space within existing cluster after slight midifications. When everything is fine remove old disk and destroy old LV's. This will be fast and you will not require to restore backup which in some cases may be a very lengthy process.&lt;BR /&gt;&lt;BR /&gt;Also language shall not be a problem in the forum if you can make your situation understood by others in whatever language it may be.&lt;BR /&gt;&lt;BR /&gt;A better forumer is known by his contributions to the forum and importantly if he is not making contributions then by assigning points to the responses to his questions. So you can ignore that language improvement response.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 13 Jan 2006 01:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703940#M249859</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-13T01:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703941#M249860</link>
      <description>Thanks for reply&lt;BR /&gt;&lt;BR /&gt;I am not expecting such type of reply from dhananjay,I want solution from u not my grammer mistakes.&lt;BR /&gt;&lt;BR /&gt;I hope u will understand.&lt;BR /&gt;&lt;BR /&gt;Thanks Mr.bharat katkar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ok bye</description>
      <pubDate>Fri, 13 Jan 2006 06:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703941#M249860</guid>
      <dc:creator>sujeet joshi</dc:creator>
      <dc:date>2006-01-13T06:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703942#M249861</link>
      <description>Dear Mr.Bharat Katkar .&lt;BR /&gt;&lt;BR /&gt;Sry for my reply I  know that its not a english class but at same time i want my frnd to be very good in english...&amp;amp; Sujeet is my very good (close)frnd , and i was kidding with him.&lt;BR /&gt;&lt;BR /&gt;I hve already sent a proper solution to his personel mail id .&lt;BR /&gt;&lt;BR /&gt;So pls don't take it seriously .&lt;BR /&gt;&lt;BR /&gt;DJ</description>
      <pubDate>Sat, 14 Jan 2006 03:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703942#M249861</guid>
      <dc:creator>dhananjay_1</dc:creator>
      <dc:date>2006-01-14T03:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703943#M249862</link>
      <description>Hi,&lt;BR /&gt;Mr katkar don't take seriously,I am just kidding, dhananjay is my best friend.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ok bye and thanks dhananjay and katkar once again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sujeet</description>
      <pubDate>Sat, 14 Jan 2006 04:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703943#M249862</guid>
      <dc:creator>sujeet joshi</dc:creator>
      <dc:date>2006-01-14T04:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703944#M249863</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Sujeet and Dhananjay &lt;BR /&gt;Do you guys know me?&lt;BR /&gt;&lt;BR /&gt;Bharat &lt;BR /&gt;Do you know me either? &lt;BR /&gt;Do you remember arts, gachibowli?&lt;BR /&gt;&lt;BR /&gt;Sujeet&lt;BR /&gt;Don't forget to assign points if you feel the answers to your question are helpful.&lt;BR /&gt;&lt;BR /&gt;PS. Don't assign point to this reply...&lt;BR /&gt;Just checking if I am meeting my known friends from India here.&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Jan 2006 20:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703944#M249863</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-01-14T20:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703945#M249864</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sameer,how r u ?&lt;BR /&gt;&lt;BR /&gt;please give me your email address.&lt;BR /&gt;what about u and where r u?&lt;BR /&gt;&lt;BR /&gt;ok bye&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sujeet</description>
      <pubDate>Mon, 16 Jan 2006 00:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703945#M249864</guid>
      <dc:creator>sujeet joshi</dc:creator>
      <dc:date>2006-01-16T00:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: harddisk upgrade in storage array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703946#M249865</link>
      <description>Hi Sameer,Sujeet and dhanajay,&lt;BR /&gt;&lt;BR /&gt;Well, i really took it seriously but not now.&lt;BR /&gt;Jab Miya Bibi Raji To Kya karega KAZI. :))&lt;BR /&gt;&lt;BR /&gt;Anyways you can add me into MSN by just putting underscore between my name.&lt;BR /&gt;&lt;BR /&gt;Email address displaying here on forum is against forum ettiquette.&lt;BR /&gt;&lt;BR /&gt;Yes i recalled those days in hyderabad and would enjoy talking to you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Bharat</description>
      <pubDate>Wed, 18 Jan 2006 04:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/harddisk-upgrade-in-storage-array/m-p/3703946#M249865</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-01-18T04:03:01Z</dc:date>
    </item>
  </channel>
</rss>

