<?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: installing a new  /users disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723983#M63786</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;it can be fairly simple if you have only one h/d and a tape drive.&lt;BR /&gt;&lt;BR /&gt;check to see if you have ignite installed&lt;BR /&gt;&lt;BR /&gt;ls /opt/ignite/bin&lt;BR /&gt;&lt;BR /&gt;if not install from applications CD.&lt;BR /&gt;&lt;BR /&gt;backup system using&lt;BR /&gt;/opt/ignite/bin/make_recovery -A&lt;BR /&gt;&lt;BR /&gt;install new disk&lt;BR /&gt;&lt;BR /&gt;boot system, interrupt boot process and make system boot from recovery tape.&lt;BR /&gt;&lt;BR /&gt;system should now be identical to when old disk was removed.&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
    <pubDate>Wed, 15 May 2002 01:41:00 GMT</pubDate>
    <dc:creator>John Carr_2</dc:creator>
    <dc:date>2002-05-15T01:41:00Z</dc:date>
    <item>
      <title>installing a new  /users disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723980#M63783</link>
      <description>Hi:&lt;BR /&gt;We have an HP C110/9000 UNIX box running HPUX 10.2E.  We would like to replace our current /users (HD) with a larger one.  My question:&lt;BR /&gt;&lt;BR /&gt;Is replacing a  hard drive on a UNIX machine as simple as doing it on a PC?&lt;BR /&gt;&lt;BR /&gt;I plan to back up the current /users disk on a tape, install the new disk,  and  then copy the data back to the new disk from the tape. Is  it really that simple?&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 14 May 2002 23:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723980#M63783</guid>
      <dc:creator>wayne johnson_1</dc:creator>
      <dc:date>2002-05-14T23:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: installing a new  /users disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723981#M63784</link>
      <description>No it is not that simple. You need to first&lt;BR /&gt;make sure that the drive that /users resides&lt;BR /&gt;on is not shared with anything else.&lt;BR /&gt;&lt;BR /&gt;Run 'bdf' it will tell you what volume group&lt;BR /&gt;that /users belong to.&lt;BR /&gt;&lt;BR /&gt;e.g. for volume group vg00&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3     143360   92519   47713   66% /&lt;BR /&gt;/dev/vg00/lvol1      83733   30224   45135   40% /stand&lt;BR /&gt;/dev/vg00/lvol8    2097152 1349655  705228   66% /var&lt;BR /&gt;/dev/vg00/lvol7     909312  553946  333171   62% /usr&lt;BR /&gt;/dev/vg00/lvol6     512000    4402  476465    1% /tmp&lt;BR /&gt;/dev/vg00/lvol5    1024000  655382  345588   65% /opt&lt;BR /&gt;/dev/vg00/lvol4     524288  382571  132881   74% /home&lt;BR /&gt;&lt;BR /&gt;From this the middle portion 'vg00' is the volume group.&lt;BR /&gt;&lt;BR /&gt;Run 'vgdisplay -v /dev/vg00' will tell you what&lt;BR /&gt;is in that volume group. You need to work this out before going any further.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 May 2002 23:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723981#M63784</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-14T23:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: installing a new  /users disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723982#M63785</link>
      <description>It is that simple if and ONLY if you do not use LVM on your disk and there is only one disk mounted as /users. Otherwise it would be like what Michael has mentioned. Why don't you provide these info so that we can help you better ..&lt;BR /&gt;# bdf&lt;BR /&gt;# vgdisplay -v</description>
      <pubDate>Wed, 15 May 2002 00:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723982#M63785</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-15T00:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: installing a new  /users disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723983#M63786</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;it can be fairly simple if you have only one h/d and a tape drive.&lt;BR /&gt;&lt;BR /&gt;check to see if you have ignite installed&lt;BR /&gt;&lt;BR /&gt;ls /opt/ignite/bin&lt;BR /&gt;&lt;BR /&gt;if not install from applications CD.&lt;BR /&gt;&lt;BR /&gt;backup system using&lt;BR /&gt;/opt/ignite/bin/make_recovery -A&lt;BR /&gt;&lt;BR /&gt;install new disk&lt;BR /&gt;&lt;BR /&gt;boot system, interrupt boot process and make system boot from recovery tape.&lt;BR /&gt;&lt;BR /&gt;system should now be identical to when old disk was removed.&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
      <pubDate>Wed, 15 May 2002 01:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723983#M63786</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-05-15T01:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: installing a new  /users disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723984#M63787</link>
      <description>Thanks for the quick replies.  Here is the output you requested:&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/dsk/c0t6d0    1538713 1259210  125631   91% /&lt;BR /&gt;/dev/dsk/c0t5d0    4103198 2401348 1291530   65% /users&lt;BR /&gt; &lt;BR /&gt;# vgdisplay -v&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;wayne&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 03:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723984#M63787</guid>
      <dc:creator>wayne johnson_1</dc:creator>
      <dc:date>2002-05-15T03:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: installing a new  /users disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723985#M63788</link>
      <description>Also, the / (root) disk is a separate HD from the /users disk (HD).  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wayne&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 03:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723985#M63788</guid>
      <dc:creator>wayne johnson_1</dc:creator>
      <dc:date>2002-05-15T03:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: installing a new  /users disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723986#M63789</link>
      <description>Hi Wayne,&lt;BR /&gt;&lt;BR /&gt;Having a non-LVM configuration is somewhat &lt;BR /&gt;unusual these days.&lt;BR /&gt;&lt;BR /&gt;Anyway... back to your question:&lt;BR /&gt;&lt;BR /&gt;This should be simple:&lt;BR /&gt;&lt;BR /&gt;Yes do create you backup, you could use&lt;BR /&gt;'fbackup' for example:&lt;BR /&gt;&lt;BR /&gt;# fbackup -i /users -f /dev/rmt/0m&lt;BR /&gt;(assuming /dev/rmt/0m is your tape drive)&lt;BR /&gt;Verify your tape contents:&lt;BR /&gt;# frecover -I /tmp/index.out&lt;BR /&gt;(view the output with vi)&lt;BR /&gt;&lt;BR /&gt;unmount /users or shutdown the system cleanly.&lt;BR /&gt;Install new disk&lt;BR /&gt;Start the machine, once up make sure that you&lt;BR /&gt;can talk to the disk:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fn (see the new disk)&lt;BR /&gt;# diskinfo /dev/rdsk/c0t5d0 (assuming that is the device)&lt;BR /&gt;(I would make sure that the disk has a different SCSI&lt;BR /&gt;id to others, make it 4, so that your device should&lt;BR /&gt;be /dev/dsk/c0t4d0)&lt;BR /&gt;&lt;BR /&gt;# sam&lt;BR /&gt;--&amp;gt; Disks and Filesystems&lt;BR /&gt;--&amp;gt; From the actions menu&lt;BR /&gt;--&amp;gt; choose mount and follow the instructions.&lt;BR /&gt;&lt;BR /&gt;It should be that simple.&lt;BR /&gt;&lt;BR /&gt;Recover from your backup tape&lt;BR /&gt;# frecover -x -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;~Michael~</description>
      <pubDate>Wed, 15 May 2002 04:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-a-new-users-disk/m-p/2723986#M63789</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-15T04:27:35Z</dc:date>
    </item>
  </channel>
</rss>

