<?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: server information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293144#M337101</link>
    <description>Here's my standard cut and paste answer to system properties questions:&lt;BR /&gt;&lt;BR /&gt;If you have Ignite installed, you can use the print_manifest command.&lt;BR /&gt;&lt;BR /&gt;You can also use SAM to display system properties (Sam -&amp;gt; Performance&lt;BR /&gt;Monitors -&amp;gt; System Properties).&lt;BR /&gt;&lt;BR /&gt;There are also utilities like "cfg2html" ( &lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt; ),&lt;BR /&gt;"nickel" ( &lt;A href="ftp://ftp.hp.com/pub/catia/Utils/nickel.shar" target="_blank"&gt;ftp://ftp.hp.com/pub/catia/Utils/nickel.shar&lt;/A&gt; ) and "sysinfo"&lt;BR /&gt;( &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;You can also obtain this information from the command line with a&lt;BR /&gt;series of little scripts like these:&lt;BR /&gt;&lt;BR /&gt;CPU&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;                                      #Note: for 11.23 RISC, use&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \         # echo "itick_per_usec/d" \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \    # | adb $HPUX /dev/kmem&lt;BR /&gt;        | tail -1 \                   #For Itanium, use machinfo&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo `hostname` has `ioscan -k |grep -n processor \&lt;BR /&gt;        |wc -l` $MODEL $MHZ  "Mhz processor(s)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Number of CPUs&lt;BR /&gt;&lt;BR /&gt;ioscan -k |grep -n processor |wc -l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Support Tools Manager (STM) CPU info:&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier cpu;info;wait;infolog" | cstm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RAM&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" \&lt;BR /&gt; | adb $HPUX /dev/kmem \&lt;BR /&gt; | grep "${MYSYMBOL}: *." \&lt;BR /&gt; | awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Support Tools Manager (STM) RAM info:&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | cstm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can obtain CPU speed and RAM without CSTM or root access as described by Tom&lt;BR /&gt; Ferony (under Nancy Rippey's login) here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 23 Oct 2008 18:05:09 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2008-10-23T18:05:09Z</dc:date>
    <item>
      <title>server information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293143#M337100</link>
      <description>Hello Expert,&lt;BR /&gt;&lt;BR /&gt;I have to find out  following details of server please help me for following case. &lt;BR /&gt;&lt;BR /&gt;(1)Cpu details---in MhZ and processor.&lt;BR /&gt;(2) Ram     -------in Gb &lt;BR /&gt;&lt;BR /&gt;i tried with   #dmesg  and  #dmesg |grep -i physical  but it not worked.&lt;BR /&gt;&lt;BR /&gt;3)N/W ethernet----like single port, lancard&lt;BR /&gt;&lt;BR /&gt;4)Disk drive--------like SAN ,internal disk&lt;BR /&gt;&lt;BR /&gt;i also tried with Sam &amp;gt;performance monitor&amp;gt;sys property&amp;gt;mem  &lt;BR /&gt;but it not help me much&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;subodh.</description>
      <pubDate>Thu, 23 Oct 2008 18:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293143#M337100</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2008-10-23T18:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: server information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293144#M337101</link>
      <description>Here's my standard cut and paste answer to system properties questions:&lt;BR /&gt;&lt;BR /&gt;If you have Ignite installed, you can use the print_manifest command.&lt;BR /&gt;&lt;BR /&gt;You can also use SAM to display system properties (Sam -&amp;gt; Performance&lt;BR /&gt;Monitors -&amp;gt; System Properties).&lt;BR /&gt;&lt;BR /&gt;There are also utilities like "cfg2html" ( &lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt; ),&lt;BR /&gt;"nickel" ( &lt;A href="ftp://ftp.hp.com/pub/catia/Utils/nickel.shar" target="_blank"&gt;ftp://ftp.hp.com/pub/catia/Utils/nickel.shar&lt;/A&gt; ) and "sysinfo"&lt;BR /&gt;( &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;You can also obtain this information from the command line with a&lt;BR /&gt;series of little scripts like these:&lt;BR /&gt;&lt;BR /&gt;CPU&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;                                      #Note: for 11.23 RISC, use&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \         # echo "itick_per_usec/d" \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \    # | adb $HPUX /dev/kmem&lt;BR /&gt;        | tail -1 \                   #For Itanium, use machinfo&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo `hostname` has `ioscan -k |grep -n processor \&lt;BR /&gt;        |wc -l` $MODEL $MHZ  "Mhz processor(s)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Number of CPUs&lt;BR /&gt;&lt;BR /&gt;ioscan -k |grep -n processor |wc -l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Support Tools Manager (STM) CPU info:&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier cpu;info;wait;infolog" | cstm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RAM&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" \&lt;BR /&gt; | adb $HPUX /dev/kmem \&lt;BR /&gt; | grep "${MYSYMBOL}: *." \&lt;BR /&gt; | awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Support Tools Manager (STM) RAM info:&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier memory;info;wait;infolog" | cstm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can obtain CPU speed and RAM without CSTM or root access as described by Tom&lt;BR /&gt; Ferony (under Nancy Rippey's login) here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 23 Oct 2008 18:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293144#M337101</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-10-23T18:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: server information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293145#M337102</link>
      <description>Hi Subo,&lt;BR /&gt;&lt;BR /&gt;1)Cpu details---in MhZ and processor&lt;BR /&gt;and &lt;BR /&gt;2) Ram -------in Gb &lt;BR /&gt;&lt;BR /&gt;# machinfo &lt;BR /&gt;&lt;BR /&gt;if PARISC &lt;BR /&gt;&lt;BR /&gt;# print_manifest&lt;BR /&gt;it will show all the details of your system.&lt;BR /&gt;&lt;BR /&gt;3)N/W ethernet----like single port, lancard&lt;BR /&gt;&lt;BR /&gt;#lanscan &lt;BR /&gt;or&lt;BR /&gt;#ioscan -fnC lan&lt;BR /&gt;&lt;BR /&gt;it will show lancards&lt;BR /&gt;&lt;BR /&gt;4)Disk drive--------like SAN ,internal disk&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Rajesh-</description>
      <pubDate>Thu, 23 Oct 2008 21:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293145#M337102</guid>
      <dc:creator>rajv</dc:creator>
      <dc:date>2008-10-23T21:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: server information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293146#M337103</link>
      <description>Hi Subo,&lt;BR /&gt;&lt;BR /&gt;Please try with cstm --&amp;gt; command for your detail Information, by selecting the desired devices , please see belwo example to check the tape drive information in details.&lt;BR /&gt;(here have selected dev 6 = refer to tape)&lt;BR /&gt;&lt;BR /&gt;If you have installed Support Tools Manager than you can for DDS for DLT and other you must try.&lt;BR /&gt;&lt;BR /&gt;1. login as root and start cstm&lt;BR /&gt;# cstm&lt;BR /&gt;&lt;BR /&gt;2. at the cstm prompt enter map&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;&lt;BR /&gt;# You will get somthing like this&lt;BR /&gt;&lt;BR /&gt;Dev Last Last Op &lt;BR /&gt;Num Path Product Active Tool Status &lt;BR /&gt;=== ==================== ========================= =========== =============&lt;BR /&gt;1 system system () Information Successful &lt;BR /&gt;2 0 Bus Adapter (803) &lt;BR /&gt;3 0/0 PCI Bus Adapter (782) &lt;BR /&gt;4 0/0/0/0 Core PCI 100BT Interface &lt;BR /&gt;5 0/0/1/0 PCI SCSI Interface (10000 &lt;BR /&gt;6 0/0/1/0.1.0 SCSI Tape (HPC1537A) Information Successful &lt;BR /&gt;7 0/0/1/1 PCI SCSI Interface (10000 &lt;BR /&gt;8 0/0/1/1.2.0 SCSI Disk (HP36.4GMAN3367 Information Successful &lt;BR /&gt;9 0/0/2/0 PCI SCSI Interface (10000 &lt;BR /&gt;10 0/0/2/0.2.0 SCSI Disk (HP36.4GMAN3367 &lt;BR /&gt;11 0/0/2/1 PCI SCSI Interface (10000 &lt;BR /&gt;12 0/0/2/1.2.0 SCSI Disk (HPDVD-ROM) &lt;BR /&gt;13 0/0/4/1 RS-232 Interface (103c104 &lt;BR /&gt;14 0/1 PCI Bus Adapter (782) &lt;BR /&gt;15 0/2 PCI Bus Adapter (782) &lt;BR /&gt;16 0/3 PCI Bus Adapter (782) &lt;BR /&gt;17 0/4 PCI Bus Adapter (782) &lt;BR /&gt;18 0/5 PCI Bus Adapter (782) &lt;BR /&gt;19 0/8 PCI Bus Adapter (782) &lt;BR /&gt;20 0/8/0/0 PCI SCSI Interface (10000 &lt;BR /&gt;21 0/8/0/0.0.0 SCSI Disk (HP73.4GST37340 Information Successful &lt;BR /&gt;22 0/8/0/0.1.0 SCSI Disk (HP73.4GST37340 &lt;BR /&gt;23 0/8/0/0.2.0 SCSI Disk (HP73.4GST37340 &lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;# You can see the number of the DevNum of the tape is 6&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt; sel dev 6&lt;BR /&gt;cstm&amp;gt; info&lt;BR /&gt;cstm&amp;gt; il&lt;BR /&gt;Hardware path: 0/0/1/0.1.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Device Qualifier: HPC1537A &lt;BR /&gt;Product ID: C1537A Hardware Path: 0/0/1/0.1.0&lt;BR /&gt;Device Type: SCSI Tape Logical Unit Number: 0&lt;BR /&gt;Vendor: HP Product Rev Level: L111&lt;BR /&gt;Firmware Revision: 4.123 Tape Load Count: 1&lt;BR /&gt;Correctable Errors: 0 Uncorrectable Errors: 0&lt;BR /&gt;Mfg Date Code: 9 Servo Revision: 14.2 &lt;BR /&gt;Compression Status: Enabled Compression Ratio:&lt;BR /&gt;[instant] 3 : 1&lt;BR /&gt;[average] 1 : 1&lt;BR /&gt;Capacity [M Byte]: 3393220608 &lt;BR /&gt;Drive Status: Good&lt;BR /&gt;&lt;BR /&gt;# At last you can see the drive status&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-information/m-p/4293146#M337103</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-24T06:40:16Z</dc:date>
    </item>
  </channel>
</rss>

