<?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 Disks - general questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230765#M468367</link>
    <description>Hello Brian, &lt;BR /&gt;&lt;BR /&gt;Is there a way to check to see if the new disks are recognized from the ISL prompt?&lt;BR /&gt;&amp;gt;&amp;gt;No&lt;BR /&gt;&lt;BR /&gt;--you want to extend /opt with a disk from san &lt;BR /&gt;?If SAN is not availble in some point of time, then root VG also not get activated due to quorum.&lt;BR /&gt;vg00 should be only for OS , however nothing will stop you from ading external disk from vg00.</description>
    <pubDate>Thu, 18 Mar 2010 07:31:47 GMT</pubDate>
    <dc:creator>DeafFrog</dc:creator>
    <dc:date>2010-03-18T07:31:47Z</dc:date>
    <item>
      <title>Installing Disks - general questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230764#M468366</link>
      <description>All,&lt;BR /&gt;I need to add two disks to our surestore 2100 enclosure, and I don't have any disk or LVM experience. I've done the research and it looks fairly straightforward.&lt;BR /&gt;&lt;BR /&gt;Server is A-class running 11.11, we have online jfs and mirrordisk products. JFS info:&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i jfs&lt;BR /&gt;  JFS                   B.11.11        The Base VxFS File System &lt;BR /&gt;  OnlineJFS             B.11.11.03.03  Online features of the VxFS File System &lt;BR /&gt;  PHKL_24026            1.0            JFS Filesystem swap corruption &lt;BR /&gt;  PHKL_28512            1.0            Fix for POSIX_AIO in JFS3.3 &lt;BR /&gt;  PHKL_29115            1.0            JFS Direct I/O cumulative patch &lt;BR /&gt;  PHKL_30366            1.0            JFS3.3;ACL patch &lt;BR /&gt;  PHKL_34805            1.0            JFS3.3 patch; mmap &lt;BR /&gt;&lt;BR /&gt;the license command shows it's an active JFS license&lt;BR /&gt;&lt;BR /&gt;I've read a number of forum posts on how to add disks, I understand I need to make sure the address is claimed with ioscan, then I need to use pvcreate, vgextend, lvextend, and fsadm. Also I may need to use insf if the device files don't get created automatically. The man pages for insf say to use it in single-user mode, but the other forum posts never mentioned that, they just said use insf -e, or insf -e -H &lt;HARDWARE path=""&gt;. We're not adding any new VGs or LVOLs, just extending existing non-root, non-swap filesystems. I'm aware that if pvcreate fails and I need to use pvcreate -f then to be careful to hit the correct disk. I know about the max pe's per pv issue as well. I'll check with vgdisplay to see if pvcreate/vgextend succeeded in adding the disks to vg00 before using lvextend. &lt;BR /&gt;&lt;BR /&gt;current internal disks:&lt;BR /&gt;disk        0  0/0/1/1.15.0  sdisk     CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;disk        2  0/0/2/1.15.0  sdisk     CLAIMED     DEVICE       SEAGATE ST318404LC&lt;BR /&gt;&lt;BR /&gt;current external disks in surestore cabinet:&lt;BR /&gt;&lt;BR /&gt;disk        3  0/6/0/0.9.0   sdisk     CLAIMED     DEVICE       HP 18.2GST318406LC&lt;BR /&gt;disk        4  0/6/0/0.11.0  sdisk     CLAIMED     DEVICE       HP 18.2GST318406LC&lt;BR /&gt;&lt;BR /&gt;the surestore manual says slots one and two will use addresses 9 and 11, which is confirmed by above ioscan output, and slots three and four will use addresses 13 and 15. The disks should arrive tomorrow, I'll check them and if there's a way to set the scsi address I'll address them appropriately. I don't know if these disks(A7329A) are addressable or if the cabinet takes care of that part. I'm assuming it's ok to use address 15 for the third(the two internals also use 15) time since it's on a different hardware path.&lt;BR /&gt;&lt;BR /&gt;I'm thinking about using SAM - because it might do a better job of creating the device files -  to add the disks to vg00, then use CLI after that for lvextend and fsadm. The surestore is hot-pluggable, but I think I'll take the system down to housekeeping power(halt but not power off) to insert the disks, then boot and check to see if disks are in CLAIMED state. I'm hoping this might let the system find the disks at pre-boot time and save me some insf configuration.&lt;BR /&gt;&lt;BR /&gt;A couple questions for the community:&lt;BR /&gt;&lt;BR /&gt;Is there a way to check to see if the new disks are recognized from the ISL prompt? I see where one can search for bootable devices, but is it possible to view the new disk info from inside ISL? Maybe I should go into single-user mode and use ioscan if I want to check the disks before booting to multi-user mode?&lt;BR /&gt;&lt;BR /&gt;Although online jfs is made to work online, are there any reasons why it might be best to use fsadm in single-user mode to extend the filesystems? If the filesystem isn't mounted can I still use fsadm, or would I use extendfs?&lt;BR /&gt;&lt;BR /&gt;Should I check for online jfs patches before doing fsadm, or should my version(listed above) suffice?&lt;BR /&gt;&lt;BR /&gt;Also I keep seeing references to the Boot Control Handler, is that another name for the ISL prompt? If not could someone describe the difference between the two?&lt;BR /&gt;&lt;BR /&gt;Finally, our /opt lvol will wind up being spread across four disks, it's already using two because it's mirrored, and when I add two more disks and extend/mirror /opt it will reside on those disks as well, and both are on the same scsi controller, which is not good because a controller failure will affect both mirrors. I know I should blow everything out and redo the LVMs properly, but I don't feel confident doing that without help, and we only need to keep the system going for another year or two. Could I run into performance or other problems extending /opt this way? Thanks for all replies,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&lt;BR /&gt;PS - I chose the "system administration" area of the forum because I had some questions not directly disk-related.&lt;/HARDWARE&gt;</description>
      <pubDate>Wed, 17 Mar 2010 19:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230764#M468366</guid>
      <dc:creator>Brian Bartley</dc:creator>
      <dc:date>2010-03-17T19:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Disks - general questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230765#M468367</link>
      <description>Hello Brian, &lt;BR /&gt;&lt;BR /&gt;Is there a way to check to see if the new disks are recognized from the ISL prompt?&lt;BR /&gt;&amp;gt;&amp;gt;No&lt;BR /&gt;&lt;BR /&gt;--you want to extend /opt with a disk from san &lt;BR /&gt;?If SAN is not availble in some point of time, then root VG also not get activated due to quorum.&lt;BR /&gt;vg00 should be only for OS , however nothing will stop you from ading external disk from vg00.</description>
      <pubDate>Thu, 18 Mar 2010 07:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230765#M468367</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2010-03-18T07:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Disks - general questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230766#M468368</link>
      <description>&amp;gt;&amp;gt;Could I run into performance or other problems extending /opt this way?&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;I d'not see much "performance issue" were if have you'r some disks of /opt file systems resides some in (internal disk) &amp;amp; (external disk) As long as their is no (disk bottle) has been caused due heavy I/O on disks you should be OK,&lt;BR /&gt;&lt;BR /&gt;well again "External Disks" always have some better perform in prospects of (disk rpm) (controller redundancy) (RAID levels) ..etc</description>
      <pubDate>Thu, 18 Mar 2010 14:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230766#M468368</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-18T14:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Disks - general questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230767#M468369</link>
      <description>Your existing disks:&lt;BR /&gt;&lt;BR /&gt;disk 3 0/6/0/0.9.0 sdisk CLAIMED DEVICE HP 18.2GST318406LC&lt;BR /&gt;disk 4 0/6/0/0.11.0 sdisk CLAIMED DEVICE HP 18.2GST318406LC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;expect the new disks as&lt;BR /&gt;&lt;BR /&gt;disk 3 0/6/0/0.13.0&lt;BR /&gt;&lt;BR /&gt;disk 3 0/6/0/0.15.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your couple of questions:&lt;BR /&gt;&lt;BR /&gt;ISL (initial system loader) is on a disks, you cannot see other disks from there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ISL and BCH are different.&lt;BR /&gt;&lt;BR /&gt;On a cold boot, the system does the selftest, reaches BCH, boots a disks and launches ISL, then the kernel.</description>
      <pubDate>Thu, 18 Mar 2010 15:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230767#M468369</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-18T15:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Disks - general questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230768#M468370</link>
      <description>Thanks for all replies, the disks are recognized in the system, if I have any problems extending the fs I'll post it. Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 19 Mar 2010 13:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-disks-general-questions/m-p/5230768#M468370</guid>
      <dc:creator>Brian Bartley</dc:creator>
      <dc:date>2010-03-19T13:10:30Z</dc:date>
    </item>
  </channel>
</rss>

