<?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: resizing /usr without online jfs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990487#M295681</link>
    <description>singe user is a way,&lt;BR /&gt;&lt;BR /&gt;else the old fashion&lt;BR /&gt;the other is if you have the new size you need available.&lt;BR /&gt;Then you create a new lvol, then mount it to some /tmp/usr2 &lt;BR /&gt;and then copy from one to the other &lt;BR /&gt;with some cd /usr ;find . | cpio -pd /tmp/usr2&lt;BR /&gt;modify fstab to point to the new lvol for usr,&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 28 Apr 2007 23:43:19 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2007-04-28T23:43:19Z</dc:date>
    <item>
      <title>resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990484#M295678</link>
      <description>Hi,&lt;BR /&gt;I need some space on /usr for installing mySQL. Currently, i have 704 MB on /usr&lt;BR /&gt;I allocated (using lvextend) 1200 MB for the logical volume on which /usr is mounted... forgetting the fact that it's pretty difficult to take /usr offline, I do not have vxfs, etc.&lt;BR /&gt;Is there a way out (single-user mode, copying the  required files etc)? Please help. And please don't tell me to reinstall the core, it's too much of a headache...</description>
      <pubDate>Sat, 28 Apr 2007 08:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990484#M295678</guid>
      <dc:creator>Ravi Vyas</dc:creator>
      <dc:date>2007-04-28T08:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990485#M295679</link>
      <description>&lt;BR /&gt;You could try single user mode&lt;BR /&gt;&lt;BR /&gt;other options &lt;BR /&gt;make an mount point under /usr (/usr/myspace??)&lt;BR /&gt;&lt;BR /&gt;make an ignite image of the system, and boot off of the tape and do an interactive restore - this will allow you to change the size of any/all mount points</description>
      <pubDate>Sat, 28 Apr 2007 09:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990485#M295679</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-04-28T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990486#M295680</link>
      <description>Since you have already run lvextend the rest is rather simple. Shutdown and bring the system up in single user mode by interrupting the normal boot.&lt;BR /&gt;&lt;BR /&gt;At the firmware monitor/BCH prompt, enter:&lt;BR /&gt;BOOT PRI&lt;BR /&gt;Interact with ISL/IPL? Y &lt;RETURN&gt;&lt;BR /&gt;At the ISL/IPL prompt, enter &lt;BR /&gt;hpux -is &lt;RETURN&gt;&lt;BR /&gt;&lt;BR /&gt;This will bring you up in single-user mode with only / and /stand mount. You will execute /sbin/extendfs to extend the /usr filesystem. Man extendfs sould you need to before shutting down as multi-user if you need to examine the options. &lt;BR /&gt;&lt;BR /&gt;After running extendfs, shutdown and allow the box to boot up normally.&lt;/RETURN&gt;&lt;/RETURN&gt;</description>
      <pubDate>Sat, 28 Apr 2007 22:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990486#M295680</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-28T22:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990487#M295681</link>
      <description>singe user is a way,&lt;BR /&gt;&lt;BR /&gt;else the old fashion&lt;BR /&gt;the other is if you have the new size you need available.&lt;BR /&gt;Then you create a new lvol, then mount it to some /tmp/usr2 &lt;BR /&gt;and then copy from one to the other &lt;BR /&gt;with some cd /usr ;find . | cpio -pd /tmp/usr2&lt;BR /&gt;modify fstab to point to the new lvol for usr,&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Apr 2007 23:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990487#M295681</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2007-04-28T23:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990488#M295682</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I don't know where you are getting mysql, but the version prepared by HP as part of Internet Express installs in the /opt filesystem.&lt;BR /&gt;&lt;BR /&gt;Otherwise single user mode is the only way out of this situation.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 29 Apr 2007 06:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990488#M295682</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-29T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990489#M295683</link>
      <description>Ravi,&lt;BR /&gt;&lt;BR /&gt;take a ignite backup and boot your system with single user mode and extend your file system&lt;BR /&gt;extendfs -F vxfs /dev/vg00/rlovl&lt;BR /&gt;&lt;BR /&gt;then reboot your system.</description>
      <pubDate>Sun, 29 Apr 2007 23:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990489#M295683</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-04-29T23:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990490#M295684</link>
      <description>Ravi,&lt;BR /&gt;You have 2 option,&lt;BR /&gt;&lt;BR /&gt;1. Try Single User--&amp;gt; extendfs  /usr&lt;BR /&gt;2. or Ignite backup , while resoring specify a diffenrelt size for /usr.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 30 Apr 2007 00:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990490#M295684</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-04-30T00:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990491#M295685</link>
      <description>Ravi,&lt;BR /&gt;You have 2 option,&lt;BR /&gt;&lt;BR /&gt;1. Try Single User--&amp;gt; extendfs  /usr&lt;BR /&gt;2. or Ignite backup , while resoring specify a different size for /usr.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 30 Apr 2007 00:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990491#M295685</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-04-30T00:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: resizing /usr without online jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990492#M295686</link>
      <description>First of all, thanks for all the replies. However, my problem seems to be quite deep. &lt;BR /&gt;&lt;BR /&gt;1. The OS is HP-UX 11.00 (2-User Degrade).&lt;BR /&gt;2. Online JFS is absent. (I have the CD, but no codeword.)&lt;BR /&gt;3. Ignite-UX has not been installed. I have downloaded the depot, but I'm not sure if it needs to install into /, which is quite small (only 144 MB). The root filesystem can't be touched. &lt;BR /&gt;4. I need to install either Oracle or mySQL. I have the binaries for Oracle and also the recomended patches.&lt;BR /&gt;&lt;BR /&gt;So, my idea is to get Oracle installed and working. I know it is not easy. I have the CDs for HP-UX 11i, but I don't have the codeword or customer ID or anything - just the original CDs in their packing. Can't even access it because I don't have the codeword...&lt;BR /&gt;&lt;BR /&gt;Please help.</description>
      <pubDate>Fri, 04 May 2007 03:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resizing-usr-without-online-jfs/m-p/3990492#M295686</guid>
      <dc:creator>Ravi Vyas</dc:creator>
      <dc:date>2007-05-04T03:28:23Z</dc:date>
    </item>
  </channel>
</rss>

