<?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: add volume groups and file systems while system up? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027825#M131920</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;After you will bring it up, your users&lt;BR /&gt;could continue to work and you could add&lt;BR /&gt;the disks to the system.&lt;BR /&gt;You can use SAM or the command line as you like.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
    <pubDate>Fri, 18 Jul 2003 20:44:43 GMT</pubDate>
    <dc:creator>Caesar_3</dc:creator>
    <dc:date>2003-07-18T20:44:43Z</dc:date>
    <item>
      <title>add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027812#M131907</link>
      <description>I'm going to add a couple of disks to my system.  Once the hardware is in, I'll bring them up and verify that addresses are good and that ioscan can see the disks.&lt;BR /&gt;&lt;BR /&gt;At that point, can I let users back on and finish configuration while the system is up?&lt;BR /&gt;&lt;BR /&gt;Each disk will be alone in a new volume group, and each will have one file system.  No striping, nothing fancy.&lt;BR /&gt;&lt;BR /&gt;I'm hoping that the downtime for users will be a few minutes for hardware, and that's it.&lt;BR /&gt;&lt;BR /&gt;Possible?&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 19:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027812#M131907</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-07-18T19:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027813#M131908</link>
      <description>most definitely, provided the actual installation of hte hardware goes well, and htere is nothing to change in hte kernel, such as maxvgs&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 19:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027813#M131908</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-07-18T19:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027814#M131909</link>
      <description>Absolutely; in fact, if your disks are hot-plug then you don't even need to bother with a shutdown. In that case, all you have to do in pop the disks in, do an ioscan -fn (no -k - we want to rescan the hardware), an insf, and you are now ready to do your pvcreates.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 19:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027814#M131909</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-18T19:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027815#M131910</link>
      <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;Yes, you can let your users onto the system and continue to create new volume groups, logical volume and filesystems.  In fact, one of the reasons for licensing OnlineJFS is to allow dynamic resizing of filesystems while "normal" operations continue.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 18 Jul 2003 19:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027815#M131910</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-18T19:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027816#M131911</link>
      <description>Yes.&lt;BR /&gt;&lt;BR /&gt;ioscan&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;make sure the disks are claimed.&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c#t#d0&lt;BR /&gt;&lt;BR /&gt;replace the # with real numbers.&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg##&lt;BR /&gt;mknod &lt;UNIQUE device="" for="" vg=""&gt;&lt;BR /&gt;vgcreate&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg## /dev/dsk/c#t#d0&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/UNIQUE&gt;</description>
      <pubDate>Fri, 18 Jul 2003 19:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027816#M131911</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-18T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027817#M131912</link>
      <description>Thanks folks.  I assume I can do all this through SAM.  Let me know if not.&lt;BR /&gt;&lt;BR /&gt;The disks are HP A5239A, they're to go in an enclosure A3312A.&lt;BR /&gt;&lt;BR /&gt;I was told the disks are hot-swappable but not hot-pluggable, i.e. I'll install the disk on downtime Sunday, then configure the file systems using SAM on Monday when I'm actually being paid :)&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 19:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027817#M131912</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-07-18T19:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027818#M131913</link>
      <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;If you are not comfortable with command-line LVM, then by all means, usse SAM to configure!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 18 Jul 2003 19:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027818#M131913</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-18T19:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027819#M131914</link>
      <description>You definitely do not need to powerdown. There is no rigorous definition for "hot-plugable" and "hot-swappable". They are typically used interchangably. In your context, hot-plug is taken to mean pop old out, pop new in, and walk away, ala AutoRAID's. Hot-swap means pop out old drive, pop in new drive, BUT further user intervention is required to restore the drive to useful service.&lt;BR /&gt;&lt;BR /&gt;You disk modules can be safely plugged in, one at a time. Each will trigger a reset of that SCSI bus but that is considered a normal event for SCSI and will be handled gracefully by the system. As soon as all the drives on the bus become ready again (typically a few seconds), you can insert the next drive.&lt;BR /&gt;&lt;BR /&gt;If things didn't work like this ServiceGuard Clusters would be of little use because those disks (even the ones exactly like yours) are replaced routinely 'on the fly'. Believe  it or not, I have not shutdown to replace a failed disk in over five years --- and I replace one or two a week.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 19:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027819#M131914</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-18T19:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027820#M131915</link>
      <description>So you're saying I could walk over there right now and slide one of those disks in place?  Remember these are new to the system, not replacing existing drives.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 19:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027820#M131915</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-07-18T19:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027821#M131916</link>
      <description>And - I just realized - although the slots already are assigned addresses that are not being used - the two new disks are on 'column B' of the enclosure which is not cabled. 'column A' is terminated.  I have to add a cable from column A to column B, and move the terminator.&lt;BR /&gt;&lt;BR /&gt;I think I'd feel better if the system were down for that.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 20:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027821#M131916</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-07-18T20:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027822#M131917</link>
      <description>Whenever you are changing the "terminators" and swapping the cables you need to bring the system down. Regarding changing the didsk, you need to go through the user manual of your disk enclosure for more information.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 18 Jul 2003 20:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027822#M131917</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-07-18T20:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027823#M131918</link>
      <description>Fred, I think you are right.&lt;BR /&gt;&lt;BR /&gt;It is surprising that any of the disk slots are not cabled though.  On every system I have ever looked at, plus a few Jamaica boxes(also hot swap) all drive slots are cabled.&lt;BR /&gt;&lt;BR /&gt;I never mess with cables on hot systems.&lt;BR /&gt;&lt;BR /&gt;But the principle is clear.  I was scared the first time, but all you have to do is slide that disk in, and run ioscan, then its available for configuration as noted in my earlier post.&lt;BR /&gt;&lt;BR /&gt;Soon I think you'll no longer be a hot-swap virgin. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Jul 2003 20:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027823#M131918</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-18T20:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027824#M131919</link>
      <description>The cable thing was my doing.  When I originally installed the enclosure, since there were no disks in the second column, I didn't cable the second column (this enclosure is set up so that the two columns can be indendently cabled to two different controllers, or chained together on one).&lt;BR /&gt;&lt;BR /&gt;Ok so I'll bring it down, cable it, and pop the disks in.  Only take a few minutes.&lt;BR /&gt;&lt;BR /&gt;Have a great weekend folks.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 20:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027824#M131919</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-07-18T20:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: add volume groups and file systems while system up?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027825#M131920</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;After you will bring it up, your users&lt;BR /&gt;could continue to work and you could add&lt;BR /&gt;the disks to the system.&lt;BR /&gt;You can use SAM or the command line as you like.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 18 Jul 2003 20:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-volume-groups-and-file-systems-while-system-up/m-p/3027825#M131920</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-18T20:44:43Z</dc:date>
    </item>
  </channel>
</rss>

