<?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: Linux configuration specific commands in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587021#M18792</link>
    <description>You have 4 CPUs with hyperthreading.&lt;BR /&gt;You have a hardware raid and should download array configuration utility for linux (ACU).&lt;BR /&gt;you have 14 GB of RAM memory.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Jul 2005 15:48:01 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-07-20T15:48:01Z</dc:date>
    <item>
      <title>Linux configuration specific commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587017#M18788</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to know following information by using commands via command line (text mode not graphical interface):&lt;BR /&gt;&lt;BR /&gt;From question number 2 and up, assume red hat linux, please...&lt;BR /&gt;&lt;BR /&gt;1. I need to know which linux flavor is running, I suppouse that it is red hat?&lt;BR /&gt;2. Which linux version?&lt;BR /&gt;3. How many cpu the server have?&lt;BR /&gt;4. Disk configuration, i.e. raid X?&lt;BR /&gt;5. Disk partitions and disk? (hp user it could by like bdf or vgdisplay)&lt;BR /&gt;6. How manu memory the server have?&lt;BR /&gt;&lt;BR /&gt;I don't want to use dmseg; and only a specifics command line.., please!!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot..&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 10:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587017#M18788</guid>
      <dc:creator>GerGon</dc:creator>
      <dc:date>2005-07-20T10:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linux configuration specific commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587018#M18789</link>
      <description>Kind of a multi part question:&lt;BR /&gt;&lt;BR /&gt;RAID&lt;BR /&gt;/bin/cat /proc/mdstat&lt;BR /&gt;mdadm -D /dev/md0&lt;BR /&gt;mdadm -D /dev/md1&lt;BR /&gt;mdadm -D /dev/md2&lt;BR /&gt;mdadm -D /dev/md3&lt;BR /&gt;mdadm -D /dev/md4&lt;BR /&gt;&lt;BR /&gt;df -h&lt;BR /&gt;&lt;BR /&gt;Are you using LVM, I know lots of LVM questions.&lt;BR /&gt;&lt;BR /&gt;Varitions on the uname command such as uname -a will answer other questions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@shalom bin]# uname --help&lt;BR /&gt;Usage: uname [OPTION]...&lt;BR /&gt;Print certain system information.  With no OPTION, same as -s.&lt;BR /&gt;&lt;BR /&gt;  -a, --all                print all information, in the following order:&lt;BR /&gt;  -s, --kernel-name        print the kernel name&lt;BR /&gt;  -n, --nodename           print the network node hostname&lt;BR /&gt;  -r, --kernel-release     print the kernel release&lt;BR /&gt;  -v, --kernel-version     print the kernel version&lt;BR /&gt;  -m, --machine            print the machine hardware name&lt;BR /&gt;  -p, --processor          print the processor type&lt;BR /&gt;  -i, --hardware-platform  print the hardware platform&lt;BR /&gt;  -o, --operating-system   print the operating system&lt;BR /&gt;      --help     display this help and exit&lt;BR /&gt;      --version  output version information and exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 11:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587018#M18789</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-20T11:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linux configuration specific commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587019#M18790</link>
      <description>1. I need to know which linux flavor is running, I suppouse that it is red hat?&lt;BR /&gt;cat /etc/issue or /etc/issue.net&lt;BR /&gt;&lt;BR /&gt;2. Which linux version?&lt;BR /&gt;&lt;BR /&gt;cat /proc/version&lt;BR /&gt;&lt;BR /&gt;3. How many cpu the server have?&lt;BR /&gt;cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;4. Disk configuration, i.e. raid X?&lt;BR /&gt;cat /proc/mdstat&lt;BR /&gt;mdadm â  detail â  scan&lt;BR /&gt;&lt;BR /&gt;5. Disk partitions and disk? (hp user it could by like bdf or vgdisplay)&lt;BR /&gt;fdisk -l&lt;BR /&gt;parted&lt;BR /&gt;vgdisplay also exists&lt;BR /&gt;df&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6. How manu memory the server have?&lt;BR /&gt;cat /proc/meminfo&lt;BR /&gt;free</description>
      <pubDate>Wed, 20 Jul 2005 12:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587019#M18790</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-20T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux configuration specific commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587020#M18791</link>
      <description>Thanks for your time, Excuseme, But I'm newbie in linux.&lt;BR /&gt;&lt;BR /&gt;From the next information by executing your commands, I ssume that: the server have 8 cpu's; obviously Red Hat AS 3.&lt;BR /&gt;&lt;BR /&gt;But How many memory, real RAM without swap? It appear have not array disk set???&lt;BR /&gt;&lt;BR /&gt; cat /proc/meminfo&lt;BR /&gt;        total:    used:    free:  shared: buffers:  cached:&lt;BR /&gt;Mem:  14538031104 928833536 13609197568        0 156495872 219987968&lt;BR /&gt;Swap: 8381517824        0 8381517824&lt;BR /&gt;MemTotal:     14197296 kB&lt;BR /&gt;MemFree:      13290232 kB&lt;BR /&gt;MemShared:           0 kB&lt;BR /&gt;Buffers:        152828 kB&lt;BR /&gt;Cached:         214832 kB&lt;BR /&gt;SwapCached:          0 kB&lt;BR /&gt;Active:         302760 kB&lt;BR /&gt;ActiveAnon:      33164 kB&lt;BR /&gt;ActiveCache:    269596 kB&lt;BR /&gt;Inact_dirty:     18112 kB&lt;BR /&gt;Inact_laundry:   66532 kB&lt;BR /&gt;Inact_clean:     13032 kB&lt;BR /&gt;Inact_target:    80084 kB&lt;BR /&gt;HighTotal:    13500380 kB&lt;BR /&gt;HighFree:     13273372 kB&lt;BR /&gt;LowTotal:       696916 kB&lt;BR /&gt;LowFree:         16860 kB&lt;BR /&gt;SwapTotal:     8185076 kB&lt;BR /&gt;SwapFree:      8185076 kB&lt;BR /&gt;HugePages_Total:     0&lt;BR /&gt;HugePages_Free:      0&lt;BR /&gt;Hugepagesize:     2048 kB&lt;BR /&gt;&lt;BR /&gt;--------------+++++++++++++++++&lt;BR /&gt; cat /proc/cpuinfo&lt;BR /&gt;processor       : 0&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 0&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 0&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5570.56&lt;BR /&gt;&lt;BR /&gt;processor       : 1&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 1&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 1&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5583.66&lt;BR /&gt;&lt;BR /&gt;processor       : 2&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 2&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 2&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5583.66&lt;BR /&gt;&lt;BR /&gt;processor       : 3&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 3&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 3&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5583.66&lt;BR /&gt;&lt;BR /&gt;processor       : 4&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 0&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 0&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5583.66&lt;BR /&gt;&lt;BR /&gt;processor       : 5&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 1&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 1&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5583.66&lt;BR /&gt;&lt;BR /&gt;processor       : 6&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 2&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 2&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5583.66&lt;BR /&gt;&lt;BR /&gt;processor       : 7&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 2&lt;BR /&gt;model name      : Intel(R) Xeon(TM) MP CPU 2.80GHz&lt;BR /&gt;stepping        : 5&lt;BR /&gt;cpu MHz         : 2794.665&lt;BR /&gt;cache size      : 512 KB&lt;BR /&gt;physical id     : 3&lt;BR /&gt;siblings        : 2&lt;BR /&gt;runqueue        : 3&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 2&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm&lt;BR /&gt;bogomips        : 5583.66&lt;BR /&gt;-----------+++++++++++++++++++&lt;BR /&gt; mdadm --detail /dev/cciss&lt;BR /&gt;mdadm: /dev/cciss does not appear to be an md device&lt;BR /&gt;[root@dmodp /]# df -k&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/cciss/c0d0p7     40313964   4381116  33884964  12% /&lt;BR /&gt;/dev/cciss/c0d0p6     50394964  38184760   9650248  80% /APP&lt;BR /&gt;/dev/cciss/c0d0p2    125988632 114292388   5296352  96% /APPDATA&lt;BR /&gt;/dev/cciss/c0d0p8     30233896   9022716  19675368  32% /ODP&lt;BR /&gt;/dev/cciss/c0d0p3    115907564     32828 109986916   1% /ODPDATA&lt;BR /&gt;/dev/cciss/c0d0p5     50394964  30448484  17386524  64% /STAGE&lt;BR /&gt;/dev/cciss/c0d0p1       101089     14944     80926  16% /boot&lt;BR /&gt;none                   7098648         0   7098648   0% /dev/shm&lt;BR /&gt;&lt;BR /&gt;*---------*-*--------------*-*-*&lt;BR /&gt;&lt;BR /&gt;Please help me with these above..&lt;BR /&gt;It is array ?&lt;BR /&gt;RAM properly?&lt;BR /&gt;Really have 8 CPU's?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 20 Jul 2005 13:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587020#M18791</guid>
      <dc:creator>GerGon</dc:creator>
      <dc:date>2005-07-20T13:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux configuration specific commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587021#M18792</link>
      <description>You have 4 CPUs with hyperthreading.&lt;BR /&gt;You have a hardware raid and should download array configuration utility for linux (ACU).&lt;BR /&gt;you have 14 GB of RAM memory.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 15:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587021#M18792</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-20T15:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux configuration specific commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587022#M18793</link>
      <description>You can see that you have 8 CPU but only 4 differents Physical ID's.&lt;BR /&gt;&lt;BR /&gt;You have 14 GB of memory.&lt;BR /&gt;&lt;BR /&gt;Mem: 14538031104 &lt;BR /&gt;&lt;BR /&gt;Mem: 14.538.031.104</description>
      <pubDate>Wed, 20 Jul 2005 15:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587022#M18793</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-20T15:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linux configuration specific commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587023#M18794</link>
      <description>&lt;BR /&gt;you are having 4 physical cpus (each having HT enabled thus presenting it as 8 logical cpus). You can verify it by the physical_id column in /proc/cpuinfo. you will see that each physical id is mentioned twice.&lt;BR /&gt;&lt;BR /&gt;you have 14 GB RAM memory.&lt;BR /&gt;&lt;BR /&gt;You are having CCISS controller which means that you are having RAID controller. Information regarding type of RAID, version of RAID controller (5i/6i) can be found by /proc/cciss(i am not sure about this directory).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 20 Jul 2005 22:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-configuration-specific-commands/m-p/3587023#M18794</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-20T22:50:58Z</dc:date>
    </item>
  </channel>
</rss>

