<?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: Size DIsk &amp;amp; Processors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547051#M27558</link>
    <description>Hi, if you want processor information start sam and then go into performance monitors then system properties.  If you want to look at swap information do a swapinfo -mt.  bdf will tell you about what disks you have mounted and how much space is free.  ioscan -kn shows you all your hardware and uname -a tells you what rev of the OS you are using as well as the license level.  Hope this helps and welcome!&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Jun 2001 17:01:35 GMT</pubDate>
    <dc:creator>Rob Smith</dc:creator>
    <dc:date>2001-06-29T17:01:35Z</dc:date>
    <item>
      <title>Size DIsk &amp; Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547050#M27557</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Im a Beginner in Unix, some know if exist a command in Unix to see How many processor are &amp;amp; caracteristics are my HP 9000, too how command I must use to see the Swap size utilized and free, and How size have my OS.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;&lt;BR /&gt;Erik</description>
      <pubDate>Fri, 29 Jun 2001 16:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547050#M27557</guid>
      <dc:creator>Erik Rios</dc:creator>
      <dc:date>2001-06-29T16:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Size DIsk &amp; Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547051#M27558</link>
      <description>Hi, if you want processor information start sam and then go into performance monitors then system properties.  If you want to look at swap information do a swapinfo -mt.  bdf will tell you about what disks you have mounted and how much space is free.  ioscan -kn shows you all your hardware and uname -a tells you what rev of the OS you are using as well as the license level.  Hope this helps and welcome!&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jun 2001 17:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547051#M27558</guid>
      <dc:creator>Rob Smith</dc:creator>
      <dc:date>2001-06-29T17:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Size DIsk &amp; Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547052#M27559</link>
      <description>Have a look at /var/adm/syslog/syslog.log&lt;BR /&gt;That will answer you HW quetions.&lt;BR /&gt;swapinfo is for the swap&lt;BR /&gt;&lt;BR /&gt;Size of disks: It depends, see what disks you have in a volume group:&lt;BR /&gt;vgdisplay -v volumegroup - you will see e.g.&lt;BR /&gt; --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c0t0d0&lt;BR /&gt;   PV Name                     /dev/dsk/c1t0d0  Alternate Link&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    2076&lt;BR /&gt;   Free PE                     348&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c0t0d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c0t0d0&lt;BR /&gt;PV Name                     /dev/dsk/c1t0d0     Alternate Link&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      12&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2076&lt;BR /&gt;Free PE                     348&lt;BR /&gt;Allocated PE                1728&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Fri, 29 Jun 2001 17:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547052#M27559</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-06-29T17:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Size DIsk &amp; Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547053#M27560</link>
      <description>Hi Erik:&lt;BR /&gt;&lt;BR /&gt;To see the number of processors you can do:&lt;BR /&gt;&lt;BR /&gt;# sar -M 1 1&lt;BR /&gt;&lt;BR /&gt;To find out what kind of system you have:&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;&lt;BR /&gt;To get the OS version (and some other items):&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;&lt;BR /&gt;To obtain swap utilization information:&lt;BR /&gt;&lt;BR /&gt;# swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;To see how filesystem space is utilized:&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;..JRF...</description>
      <pubDate>Fri, 29 Jun 2001 17:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547053#M27560</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-29T17:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Size DIsk &amp; Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547054#M27561</link>
      <description>Now if you want the true disk usage uzse du -sk,&lt;BR /&gt;For the kernel parameters you have sysdef&lt;BR /&gt;&lt;BR /&gt;I would advise you to follow this url:&lt;BR /&gt;&lt;A href="http://education.itresourcecenter.hp.com/Trainer/Education/SelfPaced/wbt_detail.asp?comm=7&amp;amp;type=22" target="_blank"&gt;http://education.itresourcecenter.hp.com/Trainer/Education/SelfPaced/wbt_detail.asp?comm=7&amp;amp;type=22&lt;/A&gt;∏=1054&lt;BR /&gt;&lt;BR /&gt;And attend the course, its free and you will learn to use SAM&lt;BR /&gt;Not bad for a beginning?&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Fri, 29 Jun 2001 17:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547054#M27561</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-06-29T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Size DIsk &amp; Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547055#M27562</link>
      <description>Hello Erik,&lt;BR /&gt;&lt;BR /&gt;Try 'print_manifest'. If it is not in your command path, try 'whereis print_manifest' to show you where the command is located.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;Curt</description>
      <pubDate>Fri, 29 Jun 2001 17:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/size-disk-amp-processors/m-p/2547055#M27562</guid>
      <dc:creator>Curt Thompson</dc:creator>
      <dc:date>2001-06-29T17:42:47Z</dc:date>
    </item>
  </channel>
</rss>

