<?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 root vol in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903602#M105597</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the internal disk maximum size is 9Gb or less then 36GB you will not able to use the full 36GB when you add the new disks due to the MAX_PE limitation.&lt;BR /&gt;&lt;BR /&gt;the only way would be &lt;BR /&gt;&lt;BR /&gt;creating a ignite tape using the make_recovery_tape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then you can boot from the tape, choose the Advanced Installation option targeting your new disk. You can resize your filesystems too during the process.&lt;BR /&gt;&lt;BR /&gt;These two docs can throw light on the process you are to take up&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922008" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922008&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066277518" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066277518&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Feb 2003 11:15:58 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-02-13T11:15:58Z</dc:date>
    <item>
      <title>Extending root vol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903597#M105592</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have purchased a couple of 36GB disks to replace my internal 9GB. What I want to do is to break my current mirror and then add a 36GB disk and resync it.&lt;BR /&gt;&lt;BR /&gt;Will it be possible for me to extend the / and /tmp vols after I do this. Unfortunatly I don't have OnlineJFS so thats not an option.&lt;BR /&gt;&lt;BR /&gt;Can anyone let me know if I can and how I would do this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Colin.</description>
      <pubDate>Thu, 13 Feb 2003 10:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903597#M105592</guid>
      <dc:creator>Warren griggs</dc:creator>
      <dc:date>2003-02-13T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extending root vol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903598#M105593</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first check if you are able to add the 36GB disk to vg00 (see vgdisplay and Max_PE_per_PV).&lt;BR /&gt;&lt;BR /&gt;It is NOT possible to extend "/" without using IGNITE/UX and re-install the system.&lt;BR /&gt;&lt;BR /&gt;The "/tmp" filesystem (lvol) can be extended if you are able to umount it. If moiunt doesn't work in multi-user-mode, please boot into SingleUser.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Thu, 13 Feb 2003 11:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903598#M105593</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-13T11:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extending root vol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903599#M105594</link>
      <description>Hi Colin,&lt;BR /&gt;&lt;BR /&gt;I believe the safest method would be to backup and restore the system using Ignite - you will have the option to set lvol sizes before the data is restored.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 13 Feb 2003 11:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903599#M105594</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-02-13T11:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extending root vol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903600#M105595</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check to see if you can add the disk to vg00: &lt;BR /&gt;#vgdisplay /dev/vg00&lt;BR /&gt;&lt;BR /&gt;to extend the /tmp file system&lt;BR /&gt;you need to umount the file system and then extend the file system. It is always recommended to do the system administration task in a single user mode. If you have &lt;BR /&gt;fsadm you do not need to umount the file system, you can just extend it &lt;BR /&gt;#man fsadm  for more details&lt;BR /&gt;Like Armin said, if you have to extend the /, you'll need to boot from an ignite tape and do the changes.&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 11:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903600#M105595</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-02-13T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extending root vol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903601#M105596</link>
      <description>Darren,&lt;BR /&gt;&lt;BR /&gt;This machine is fully supported by HP, we will be paying for an engineer to install these disks. Is this a procedure that they are familiar with? And will they have any documentation on this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Colin.</description>
      <pubDate>Thu, 13 Feb 2003 11:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903601#M105596</guid>
      <dc:creator>Warren griggs</dc:creator>
      <dc:date>2003-02-13T11:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extending root vol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903602#M105597</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the internal disk maximum size is 9Gb or less then 36GB you will not able to use the full 36GB when you add the new disks due to the MAX_PE limitation.&lt;BR /&gt;&lt;BR /&gt;the only way would be &lt;BR /&gt;&lt;BR /&gt;creating a ignite tape using the make_recovery_tape&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then you can boot from the tape, choose the Advanced Installation option targeting your new disk. You can resize your filesystems too during the process.&lt;BR /&gt;&lt;BR /&gt;These two docs can throw light on the process you are to take up&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922008" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062922008&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066277518" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066277518&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 11:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903602#M105597</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-13T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extending root vol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903603#M105598</link>
      <description>Hi Colin,&lt;BR /&gt;&lt;BR /&gt;I believe the engineer will just be replacing the disks, it is the customer's responsibility to perform the backup/recovery sys admin tasks.  It would be possible to arrange for the engineer to do this on a chargeable consultancy basis, I guess they'd need you to ensure that you have the backup made before they arrive.  It's worth having a chat with your HP contact to check on the specifics for your situation.&lt;BR /&gt;&lt;BR /&gt;There is documentation on &lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt; for Ignite/UX - it does show some of the screens including changing lvol sizes.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 13 Feb 2003 11:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-root-vol/m-p/2903603#M105598</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-02-13T11:31:58Z</dc:date>
    </item>
  </channel>
</rss>

