<?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: How do find Raid levels? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967037#M119652</link>
    <description>Hi Ravi,&lt;BR /&gt;&lt;BR /&gt;These two links may help. In regards to the RAID level you may not be able to find this out, this may depend entirely on the disk hardware your using.&lt;BR /&gt;&lt;BR /&gt;cfg2html&lt;BR /&gt;&lt;A href="http://members.tripod.com/rose_swe/cfg/cfg.html" target="_blank"&gt;http://members.tripod.com/rose_swe/cfg/cfg.html&lt;/A&gt; &lt;BR /&gt;nickel&lt;BR /&gt;&lt;A href="http://www.grc.hp.com/docs/nickel/" target="_blank"&gt;http://www.grc.hp.com/docs/nickel/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
    <pubDate>Wed, 07 May 2003 01:30:15 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-05-07T01:30:15Z</dc:date>
    <item>
      <title>How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967035#M119650</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We have HP UX - 11.0 machine, I want to know the RAID level and strip sizes. I want to know the entire hp ux configuration - operating system block size,systemI/O read,memory,number &lt;BR /&gt;of disks,diskcontrollers. Any script is avilable to find all configuration information.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ravi</description>
      <pubDate>Wed, 07 May 2003 00:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967035#M119650</guid>
      <dc:creator>skravi17</dc:creator>
      <dc:date>2003-05-07T00:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967036#M119651</link>
      <description>I guest nickel is good script to know your configuration.I attached here the nickel script which HP engineer gave to me.But not sure whether this is the newest version ot not .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 01:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967036#M119651</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-07T01:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967037#M119652</link>
      <description>Hi Ravi,&lt;BR /&gt;&lt;BR /&gt;These two links may help. In regards to the RAID level you may not be able to find this out, this may depend entirely on the disk hardware your using.&lt;BR /&gt;&lt;BR /&gt;cfg2html&lt;BR /&gt;&lt;A href="http://members.tripod.com/rose_swe/cfg/cfg.html" target="_blank"&gt;http://members.tripod.com/rose_swe/cfg/cfg.html&lt;/A&gt; &lt;BR /&gt;nickel&lt;BR /&gt;&lt;A href="http://www.grc.hp.com/docs/nickel/" target="_blank"&gt;http://www.grc.hp.com/docs/nickel/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 07 May 2003 01:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967037#M119652</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-07T01:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967038#M119653</link>
      <description>lvdisplay -v /dev/vg##/volname | more&lt;BR /&gt;&lt;BR /&gt;This command will give you the information on the logical volume, how they are laid out and such.&lt;BR /&gt;&lt;BR /&gt;for the replace the ## with the volume group number.  This can be obtained from the bdf command.&lt;BR /&gt;&lt;BR /&gt;To look at the contents of individual disks:&lt;BR /&gt;&lt;BR /&gt;pvdisplay /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;Replace the # signs with the disks found in /dev/dsk directory.&lt;BR /&gt;&lt;BR /&gt;The -v option will give you more details&lt;BR /&gt;&lt;BR /&gt;You can also use vgdsiplay to set the layout of volume groups.&lt;BR /&gt;&lt;BR /&gt;This should do it for you.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 07 May 2003 01:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967038#M119653</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-07T01:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967039#M119654</link>
      <description>Hi,&lt;BR /&gt;You can use LVM commands like&lt;BR /&gt;lvdisplay, pvdisplay and vgdisplay with -v option to see detail characteristic of volumes.&lt;BR /&gt;for file system information you can use &lt;BR /&gt;fstype command.&lt;BR /&gt;&lt;BR /&gt;Nickel is best script to get full system information in HTML format.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Wed, 07 May 2003 02:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967039#M119654</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-05-07T02:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967040#M119655</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Still i need more scripts to find out the&lt;BR /&gt;hp ux information.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ravi</description>
      <pubDate>Wed, 07 May 2003 02:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967040#M119655</guid>
      <dc:creator>skravi17</dc:creator>
      <dc:date>2003-05-07T02:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967041#M119656</link>
      <description>Hi,&lt;BR /&gt;There is a scripts used by HP guys to collect system information called COP.&lt;BR /&gt;It may be usefull.&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
      <pubDate>Wed, 07 May 2003 03:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967041#M119656</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2003-05-07T03:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967042#M119657</link>
      <description>Hi,&lt;BR /&gt;There is a scripts used by HP guys to collect system information called COP.&lt;BR /&gt;It may be usefull.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 03:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967042#M119657</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2003-05-07T03:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967043#M119658</link>
      <description>Attachment did not work!&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 03:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967043#M119658</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2003-05-07T03:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967044#M119659</link>
      <description>Hi anim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When i excuting the script cop i am getting&lt;BR /&gt;this error.&lt;BR /&gt;&lt;BR /&gt;Creating ouput directory and calculating files to be collected&lt;BR /&gt;cat: Cannot open *.tpl: No such file or directory&lt;BR /&gt;Creating output file /tmp/oratest030507.1344&lt;BR /&gt;&lt;BR /&gt;Please how to rectify the above problem.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ravi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 04:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967044#M119659</guid>
      <dc:creator>skravi17</dc:creator>
      <dc:date>2003-05-07T04:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967045#M119660</link>
      <description>Hi anim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When i excuting the script cop i am getting&lt;BR /&gt;this error.&lt;BR /&gt;&lt;BR /&gt;Creating ouput directory and calculating files to be collected&lt;BR /&gt;cat: Cannot open *.tpl: No such file or directory&lt;BR /&gt;Creating output file /tmp/oratest030507.1344&lt;BR /&gt;&lt;BR /&gt;Please how to rectify the above problem.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ravi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 04:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967045#M119660</guid>
      <dc:creator>skravi17</dc:creator>
      <dc:date>2003-05-07T04:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967046#M119661</link>
      <description>Hi,&lt;BR /&gt;There are many scritps associated with this scripts. around 26 files.&lt;BR /&gt;Ask your HP accoutn engineer to install it on your servers.&lt;BR /&gt;&lt;BR /&gt;I can email you all the files if you want&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
      <pubDate>Wed, 07 May 2003 05:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967046#M119661</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2003-05-07T05:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967047#M119662</link>
      <description>Hi anim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please send me the files to my email.&lt;BR /&gt;skravi17@yahoo.com.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ravi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 05:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967047#M119662</guid>
      <dc:creator>skravi17</dc:creator>
      <dc:date>2003-05-07T05:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967048#M119663</link>
      <description>Hi,&lt;BR /&gt;If u have ignite installed on ur machine, &lt;BR /&gt;/opt/ignite/bin/print_manifest will give good info on all peripherals, memory, swap, SCSI controllers etc./ of ur system.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 07 May 2003 06:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967048#M119663</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2003-05-07T06:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967049#M119664</link>
      <description>HI v.v.RAVI&lt;BR /&gt;&lt;BR /&gt;Thanks. &lt;BR /&gt;/opt/ignite/bin/print_manifest -&lt;BR /&gt;&lt;BR /&gt;I2O RAID5 277848 Mb              0/10/0/1.0.0.0 I2O Block Storage&lt;BR /&gt;&lt;BR /&gt;This is our RAID level and stripe size.&lt;BR /&gt;Please confirm.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ravi</description>
      <pubDate>Wed, 07 May 2003 07:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967049#M119664</guid>
      <dc:creator>skravi17</dc:creator>
      <dc:date>2003-05-07T07:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967050#M119665</link>
      <description>ravi,&lt;BR /&gt;&lt;BR /&gt;I think print_manifest will give you most everything you need but here are a few scripts that may help:&lt;BR /&gt;&lt;BR /&gt;echo `hostname` "is a " `model |sed 's/9000\/800\///' |sed 's/9000\/899\///'` "with" `ioscan -k |grep -n pro&lt;BR /&gt;cessor |wc -l` `cpuspeed` "Mhz processors and" `memo&lt;BR /&gt;ry` "KB of memory"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Script "cpuspeed":&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MHZ=$(echo itick_per_tick/D         | adb -k $HPUX /dev/kmem         | tail -1         | awk '{print $2/10000}')&lt;BR /&gt;echo $MHZ&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Script "memory":&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;MAJORREV=$(uname -r | cut -f2 -d .)&lt;BR /&gt;if [ $MAJORREV -ge "11.0" ]&lt;BR /&gt;then&lt;BR /&gt;  MYSYMBOL="phys_mem_pages"&lt;BR /&gt;else&lt;BR /&gt;  MYSYMBOL="physmem"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;MYMEM=$(echo "${MYSYMBOL}/D"         | adb $HPUX /dev/kmem         | grep "${MYSYMBOL}: *."         | awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 07 May 2003 09:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967050#M119665</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-07T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do find Raid levels?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967051#M119666</link>
      <description>The output of print_manifest indicates that you have the A5856A RAID4Si product.&lt;BR /&gt;&lt;BR /&gt;You can use irdiag -v to show detailed information about your RAID settings.&lt;BR /&gt;&lt;BR /&gt;The IRM tool (command: irm) is used to change the settings.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 20:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-find-raid-levels/m-p/2967051#M119666</guid>
      <dc:creator>Ron Lawson_1</dc:creator>
      <dc:date>2003-05-08T20:57:28Z</dc:date>
    </item>
  </channel>
</rss>

