<?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: problem spliting /var mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988969#M604728</link>
    <description>&lt;!--!*#--&gt;Hi Rosana,&lt;BR /&gt;&lt;BR /&gt;      The system is slow because, may be the system is trying to access a part of disk and waiting for the disk to process that request. I agree with the above responses which says "spliting should not be a part of disk replacement strategy". &lt;BR /&gt;&lt;BR /&gt;Though, At this stage you have 2 options, &lt;BR /&gt;&lt;BR /&gt;Option 1) recreate the mirrors of already split lvol's, and issue the following commands,&lt;BR /&gt;&lt;BR /&gt;      pvchange -a n /dev/dsk/c#t#d# (this command will tell the system, not to access this device path anymore, there by your system might respond faster for rest of the activities)&lt;BR /&gt;&lt;BR /&gt;      remove the disk out of the system physically and replace with the new one.&lt;BR /&gt;&lt;BR /&gt;      vgcfgrestore -n vg00 /dev/rdsk/c#t#d#&lt;BR /&gt;      .&lt;BR /&gt;      .&lt;BR /&gt;      Rest of the steps can be found in "what if good disk goes bad document", I will try to find or attach the doc here later.&lt;BR /&gt;&lt;BR /&gt;option 2) If the system is too slow to respond to any commands, then, try spliting the var lvol with "-k" option to lvreduce command.&lt;BR /&gt;&lt;BR /&gt;    lvreduce -k -m 1 /dev/vg00/lvol#  (-k specifies the system to ignore the disk that is causing the issue, just telling the system to assume the disk is not available anymore)&lt;BR /&gt;&lt;BR /&gt;Quite strange though why it should complain that FS is busy, unless you were trying to umount. Usually slitting should not give such a message and you do not require to unmount a FS for mirror split.... &lt;BR /&gt;&lt;BR /&gt;Senthil</description>
    <pubDate>Wed, 25 Apr 2007 20:52:44 GMT</pubDate>
    <dc:creator>Senthil Kumar .A_1</dc:creator>
    <dc:date>2007-04-25T20:52:44Z</dc:date>
    <item>
      <title>problem spliting /var mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988965#M604724</link>
      <description>Hi!!&lt;BR /&gt;&lt;BR /&gt;A disk failed in my server. I'm trying to split all the mirrors but I can not remove the mirror from /var it says that the file system is busy, what should I do?</description>
      <pubDate>Wed, 25 Apr 2007 16:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988965#M604724</guid>
      <dc:creator>Rosana Ramos</dc:creator>
      <dc:date>2007-04-25T16:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem spliting /var mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988966#M604725</link>
      <description>Why do you want to split the mirror? You should replace the disk without splitting the mirrors.</description>
      <pubDate>Wed, 25 Apr 2007 16:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988966#M604725</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-25T16:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem spliting /var mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988967#M604726</link>
      <description>Because my server is not working.. I mean is too slow, nothing can be done there..</description>
      <pubDate>Wed, 25 Apr 2007 16:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988967#M604726</guid>
      <dc:creator>Rosana Ramos</dc:creator>
      <dc:date>2007-04-25T16:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem spliting /var mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988968#M604727</link>
      <description>You shouldn't be lvsplit'ting at all. If I can assume that your failing disk is a hot-plug disk then simply pull it out of its slot a few centimeters and allow it to spin down. This will convert your failing disk which is causing many bus resets to a failed disk and the system should regain its near-normal speed. &lt;BR /&gt;&lt;BR /&gt;Lvsplit should never be a part of your disk replacement strategy.</description>
      <pubDate>Wed, 25 Apr 2007 17:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988968#M604727</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-25T17:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem spliting /var mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988969#M604728</link>
      <description>&lt;!--!*#--&gt;Hi Rosana,&lt;BR /&gt;&lt;BR /&gt;      The system is slow because, may be the system is trying to access a part of disk and waiting for the disk to process that request. I agree with the above responses which says "spliting should not be a part of disk replacement strategy". &lt;BR /&gt;&lt;BR /&gt;Though, At this stage you have 2 options, &lt;BR /&gt;&lt;BR /&gt;Option 1) recreate the mirrors of already split lvol's, and issue the following commands,&lt;BR /&gt;&lt;BR /&gt;      pvchange -a n /dev/dsk/c#t#d# (this command will tell the system, not to access this device path anymore, there by your system might respond faster for rest of the activities)&lt;BR /&gt;&lt;BR /&gt;      remove the disk out of the system physically and replace with the new one.&lt;BR /&gt;&lt;BR /&gt;      vgcfgrestore -n vg00 /dev/rdsk/c#t#d#&lt;BR /&gt;      .&lt;BR /&gt;      .&lt;BR /&gt;      Rest of the steps can be found in "what if good disk goes bad document", I will try to find or attach the doc here later.&lt;BR /&gt;&lt;BR /&gt;option 2) If the system is too slow to respond to any commands, then, try spliting the var lvol with "-k" option to lvreduce command.&lt;BR /&gt;&lt;BR /&gt;    lvreduce -k -m 1 /dev/vg00/lvol#  (-k specifies the system to ignore the disk that is causing the issue, just telling the system to assume the disk is not available anymore)&lt;BR /&gt;&lt;BR /&gt;Quite strange though why it should complain that FS is busy, unless you were trying to umount. Usually slitting should not give such a message and you do not require to unmount a FS for mirror split.... &lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Wed, 25 Apr 2007 20:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988969#M604728</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2007-04-25T20:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem spliting /var mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988970#M604729</link>
      <description>&lt;!--!*#--&gt;Hi Rosana,&lt;BR /&gt;&lt;BR /&gt;     Try choosing one the options i have given you in my previous response. For option 1, I promised a doc. I'm attaching the pdf.&lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Wed, 25 Apr 2007 20:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988970#M604729</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2007-04-25T20:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem spliting /var mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988971#M604730</link>
      <description>Thanks for your help. Both of you! I used lvreduce but in sigle user mode because /var never allow me even with -k option.&lt;BR /&gt;&lt;BR /&gt;I really appreciate your help because I'm very new in HPUX&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Apr 2007 17:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-spliting-var-mirror/m-p/3988971#M604730</guid>
      <dc:creator>Rosana Ramos</dc:creator>
      <dc:date>2007-04-27T17:01:40Z</dc:date>
    </item>
  </channel>
</rss>

