<?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: Added a new disk, How to see it ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413471#M353334</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;once disk is presented &lt;BR /&gt;u have to create device file for it&lt;BR /&gt;&lt;BR /&gt;insf -C disk&lt;BR /&gt;&lt;BR /&gt;then use ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;unclaimed one&lt;BR /&gt;&lt;BR /&gt;compare with string /etc/lvmtab file&lt;BR /&gt;&lt;BR /&gt;then create physical volume by using pvcreate command &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;</description>
    <pubDate>Wed, 06 May 2009 07:07:09 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2009-05-06T07:07:09Z</dc:date>
    <item>
      <title>Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413460#M353323</link>
      <description>&lt;BR /&gt;Hi . We have added an additional disk (so it can be used for swap). I havent rebooted the server, my question is this, in solaris I would run devfsadm to pick up the new disk, what are the steps to firstly see the new disk and to start using it ? What device name wouldit have?  Thanks..</description>
      <pubDate>Tue, 05 May 2009 15:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413460#M353323</guid>
      <dc:creator>amreek bansal</dc:creator>
      <dc:date>2009-05-05T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413461#M353324</link>
      <description># ioscan -fnC disk&lt;BR /&gt;# insf -e&lt;BR /&gt;# ioscan -funC disk</description>
      <pubDate>Tue, 05 May 2009 15:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413461#M353324</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-05-05T15:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413462#M353325</link>
      <description>&lt;BR /&gt;hi tinqli, thanks for the reply. I will run these commands, but i have a question, the disk which i've added, I take it is hotswappable, so no need to reboot ? and from the commands you gave, how would i identify the new disk (device name i.e c0t0d0..) which has been added ? as i dont want to mess up and choose the wrong one. Sorry if its basic question, i am new to hp-ux, although i know solaris well. pls explain..&lt;BR /&gt;thanks..</description>
      <pubDate>Tue, 05 May 2009 15:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413462#M353325</guid>
      <dc:creator>amreek bansal</dc:creator>
      <dc:date>2009-05-05T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413463#M353326</link>
      <description>You can run # ioscan -funC disk first. This one won't show the new disks yet. Then you run # ioscan -fnC disk (which doesn't have the u), it shows up the new disks.</description>
      <pubDate>Tue, 05 May 2009 15:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413463#M353326</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-05-05T15:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413464#M353327</link>
      <description>Not the same with adding in swap disks.  Swap is apart of the O/S and I believe you'll need the -B option in pvcreate.  You will definietly need the -C for continuous option in lvcreate.  Here's the basic procedure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check to see if maxswapchunks is set high &lt;BR /&gt;# pvcreate -B /dev/dsk/c#t#d# (* verify this*) &lt;BR /&gt;# lvcreate -C y -L 300 -n swap /dev/vg00 &lt;BR /&gt;# swapon -p 2 /dev/vg00/swap &lt;BR /&gt;vi /etc/fstab&lt;BR /&gt;/dev/vg00/swap ... swap pri=2 0 0</description>
      <pubDate>Tue, 05 May 2009 15:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413464#M353327</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-05-05T15:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413465#M353328</link>
      <description>hi&lt;BR /&gt;  The ioscan output contains any disk with S/W state  UNCLAIMED means   no associated software found.&lt;BR /&gt;To this disk H/W path you can run #insf -H &lt;H&gt; (get from ioscan o/p)&lt;BR /&gt;you can also run&lt;BR /&gt;#pvdisplay /dev/dsk/c#t#d# to confirm that the disk is not to your VGs.&lt;/H&gt;</description>
      <pubDate>Tue, 05 May 2009 16:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413465#M353328</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2009-05-05T16:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413466#M353329</link>
      <description>&amp;gt;&amp;gt;pvcreate -B /dev/dsk/c#t#d# (* verify this*) &lt;BR /&gt;&lt;BR /&gt;You don't need the '-B' for a swap disk.  The '-B' is only needed if this will be a boot disk.</description>
      <pubDate>Tue, 05 May 2009 16:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413466#M353329</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-05-05T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413467#M353330</link>
      <description>hi&lt;BR /&gt;  I think Amreek is trying to make secondary swap.Then it is not required the -B option with pvcreate.</description>
      <pubDate>Tue, 05 May 2009 16:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413467#M353330</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2009-05-05T16:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413468#M353331</link>
      <description>By using sam, the 2nd swap disk can be created easily.</description>
      <pubDate>Tue, 05 May 2009 16:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413468#M353331</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-05-05T16:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413469#M353332</link>
      <description>Hi Amreek&lt;BR /&gt;&lt;BR /&gt;If you don't know what disk is a new disk, you can compare the output of ioscan with the follow command:&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;This is not a 100% rigth, because if you have another disk out of LVM you can have a &lt;BR /&gt;&lt;BR /&gt;Another way is, if this disk is physical, not an EVA lun or another external Storage, the Hw paths of disks usually appears in front of Server. You can compare the path of physical Server and ioscan output&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 05 May 2009 20:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413469#M353332</guid>
      <dc:creator>Pedro G Marques</dc:creator>
      <dc:date>2009-05-05T20:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413470#M353333</link>
      <description>use these steps&lt;BR /&gt;1) ls -lsrt /dev/dsk&lt;BR /&gt;2) ls -lsrt /dev/rdsk&lt;BR /&gt;&lt;BR /&gt;1) and 2) will give you the existing ones&lt;BR /&gt;&lt;BR /&gt;now after adding your new disk&lt;BR /&gt;do&lt;BR /&gt;&lt;BR /&gt;1) ioscan&lt;BR /&gt;2) insf -e -C disk&lt;BR /&gt;&lt;BR /&gt;now do &lt;BR /&gt;1) ls -lsrt /dev/dsk&lt;BR /&gt;2) ls -ls rt /dev/rdsk&lt;BR /&gt;&lt;BR /&gt;look at the date-timestamp for the last 2 entries. it should show today and current time.&lt;BR /&gt;&lt;BR /&gt;do pvcreate -f on the new disk&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 05:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413470#M353333</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2009-05-06T05:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413471#M353334</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;once disk is presented &lt;BR /&gt;u have to create device file for it&lt;BR /&gt;&lt;BR /&gt;insf -C disk&lt;BR /&gt;&lt;BR /&gt;then use ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;unclaimed one&lt;BR /&gt;&lt;BR /&gt;compare with string /etc/lvmtab file&lt;BR /&gt;&lt;BR /&gt;then create physical volume by using pvcreate command &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 07:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413471#M353334</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-06T07:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413472#M353335</link>
      <description>&lt;BR /&gt;Thanks for all the replies, i have made progress. I have got the disk and initailised it. using&lt;BR /&gt;&lt;BR /&gt;  pvcreate -f /dev/rdsk/c1t2d0 &lt;BR /&gt;&lt;BR /&gt;Then I want to create a new volume group, so i did this &lt;BR /&gt;     cd /dev &lt;BR /&gt;                 mkdir vgsw  (vgsw being the new volume group name)&lt;BR /&gt;                 cd vgsw &lt;BR /&gt;                 mknod group c 64 0x030000&lt;BR /&gt;&lt;BR /&gt;So this all worked nicely, but the next step to create the volume group is where i get this error, please help.&lt;BR /&gt;&lt;BR /&gt;vgcreate /dev/vgsw  /dev/dsk/c1t2d0 &lt;BR /&gt;Increased the number of physical extents per physical volume to 35003.&lt;BR /&gt;vgcreate: Volume Group "/dev/vgsw" could not be created:&lt;BR /&gt;VGRA for the disk is too big for the specified parameters. Increase the extent size or decrase max_PVs/max_LVs andtry again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to resolve this ?  Thanks</description>
      <pubDate>Wed, 06 May 2009 08:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413472#M353335</guid>
      <dc:creator>amreek bansal</dc:creator>
      <dc:date>2009-05-06T08:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413473#M353336</link>
      <description>Dear Amreek&lt;BR /&gt;&lt;BR /&gt;don't try to use pvcreate -f  if lun is located to somewhere else it will destroy whole data. so u should carefule to use pvcreate -f command.&lt;BR /&gt;if u are using pvcreate only without f it will tell u if lun is already used or not&lt;BR /&gt;&lt;BR /&gt;once u got the answers u can close the thread.&lt;BR /&gt;&lt;BR /&gt;thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 08:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413473#M353336</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-06T08:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413474#M353337</link>
      <description>Hi,&lt;BR /&gt;Please assign points who gave there valuable time to your problem......&lt;BR /&gt;&lt;BR /&gt;When you return to view the answer, please rate it by assigning points &lt;BR /&gt;on a scale of 1-10. To assign points, simply login and click the &lt;BR /&gt;dropdown points menu next to each reply. Use the following scale when &lt;BR /&gt;rating a response:&lt;BR /&gt;&lt;BR /&gt;N/A:  The reply was a clarification to my original question &lt;BR /&gt;1-3:  The answer didn't help answer my question, but thanks anyhow!&lt;BR /&gt;4-7:  The answer helped with a portion of my question, but I still need &lt;BR /&gt;help. &lt;BR /&gt;8-10:  The answer has solved my problem completely!  I'm a happy camper!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 06 May 2009 09:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413474#M353337</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-06T09:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413475#M353338</link>
      <description>You can use "sam" to check the status of newly added disk.&lt;BR /&gt;run sam --&amp;gt; Disks and file systems --&amp;gt; Disk devices --&amp;gt; you can see label "use  underneath Unused. this can tell that the disk was not used by OS.&lt;BR /&gt;&lt;BR /&gt;-shankar</description>
      <pubDate>Wed, 06 May 2009 09:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413475#M353338</guid>
      <dc:creator>shankar!</dc:creator>
      <dc:date>2009-05-06T09:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Added a new disk, How to see it ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413476#M353339</link>
      <description>&lt;BR /&gt;Thanks everyone for thier help. Its all done now.  clsoing thread</description>
      <pubDate>Wed, 06 May 2009 09:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/added-a-new-disk-how-to-see-it/m-p/4413476#M353339</guid>
      <dc:creator>amreek bansal</dc:creator>
      <dc:date>2009-05-06T09:52:53Z</dc:date>
    </item>
  </channel>
</rss>

