<?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: Extending /var in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792597#M943585</link>
    <description>check this document&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000046785431" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000046785431&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;THanks</description>
    <pubDate>Fri, 23 Aug 2002 07:38:55 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-08-23T07:38:55Z</dc:date>
    <item>
      <title>Extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792596#M943584</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Is there a special procedure to extend the /var LV (Maintenance mode,lvextend,...).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Jerome</description>
      <pubDate>Fri, 23 Aug 2002 07:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792596#M943584</guid>
      <dc:creator>Carter Jay</dc:creator>
      <dc:date>2002-08-23T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792597#M943585</link>
      <description>check this document&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000046785431" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000046785431&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;THanks</description>
      <pubDate>Fri, 23 Aug 2002 07:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792597#M943585</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-23T07:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792598#M943586</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This question was asked countless times.  Here are some examples:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9e6a7bb04b5cd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9e6a7bb04b5cd611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd6677e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd6677e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfa2236e69499d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfa2236e69499d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x526346ff9277d511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x526346ff9277d511abcd0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and many many many more... :-)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Fri, 23 Aug 2002 07:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792598#M943586</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-08-23T07:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792599#M943587</link>
      <description>If you have On-Line JFS you can do it while the system is mounted. You will need to check if you have it.&lt;BR /&gt;&lt;BR /&gt;# swlist -l product | grep -i JFS&lt;BR /&gt;If you have the product SAM can do this task for you. &lt;BR /&gt;&lt;BR /&gt;If you don't have it:&lt;BR /&gt;&lt;BR /&gt;The best way is to boot the system into single-user mode and extend the logical volume that way.&lt;BR /&gt;&lt;BR /&gt;Interrupt the boot process.&lt;BR /&gt;Interact with ISL = Y&lt;BR /&gt;ISL&amp;gt; hpux -is&lt;BR /&gt;&lt;BR /&gt;When you receive the '#' prompt you can increase the logical volume.&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEW size=""&gt; /dev/vg00/lvol?&lt;BR /&gt;# extendfs /dev/vg00/rlvol?&lt;BR /&gt;&lt;BR /&gt;Place the system in multi-user mode:&lt;BR /&gt;Control-D or init 3 (depending on your standard run-level.)&lt;BR /&gt;&lt;BR /&gt;&lt;/NEW&gt;</description>
      <pubDate>Fri, 23 Aug 2002 07:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2792599#M943587</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-23T07:45:50Z</dc:date>
    </item>
  </channel>
</rss>

