<?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 to pull BIOS setting on a running server. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444673#M37146</link>
    <description>If you are dealing with HP proliant servers then you may be able to read and set the values that interest you with the "HP SmartStart Scripting Toolkit"; See&lt;BR /&gt;&lt;A href="http://h18006.www1.hp.com/products/servers/management/toolkit/index.html" target="_blank"&gt;http://h18006.www1.hp.com/products/servers/management/toolkit/index.html&lt;/A&gt; for more information.  (I don't see how you could effectively change any BIOS settings without a reboot.)</description>
    <pubDate>Tue, 23 Jun 2009 02:09:24 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2009-06-23T02:09:24Z</dc:date>
    <item>
      <title>How to pull BIOS setting on a running server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444671#M37144</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Is there a way I can obtain the BIOS setting from the running server. I am looking for a script or a tool that I can use to modify/view the  BIOS setting without powering down the server.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;CJ&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2009 20:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444671#M37144</guid>
      <dc:creator>CJMS</dc:creator>
      <dc:date>2009-06-22T20:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull BIOS setting on a running server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444672#M37145</link>
      <description>depending on what information your looking for "dmidecode" might be all you need to display BIOS setings. To modify settings you will need to load the hpasmcli utility which is part of the HP System Health Application and Command Line Utilities package in the Prolaint Support Pack (PSP)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/products/servers/management/psp/index.html" target="_blank"&gt;http://h18004.www1.hp.com/products/servers/management/psp/index.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 02:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444672#M37145</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2009-06-23T02:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull BIOS setting on a running server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444673#M37146</link>
      <description>If you are dealing with HP proliant servers then you may be able to read and set the values that interest you with the "HP SmartStart Scripting Toolkit"; See&lt;BR /&gt;&lt;A href="http://h18006.www1.hp.com/products/servers/management/toolkit/index.html" target="_blank"&gt;http://h18006.www1.hp.com/products/servers/management/toolkit/index.html&lt;/A&gt; for more information.  (I don't see how you could effectively change any BIOS settings without a reboot.)</description>
      <pubDate>Tue, 23 Jun 2009 02:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444673#M37146</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2009-06-23T02:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull BIOS setting on a running server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444674#M37147</link>
      <description>While utilities in the SSSTK like "conrep" will allow you to change system ROM settings, and I do create many enhanced scripts for use with the SSSTK.&lt;BR /&gt;&lt;BR /&gt;The "hpasmcli" tool from the PSP allows you to change the settings on a running system. Granted you will need to reboot for most changes to take effect.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 02:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444674#M37147</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2009-06-23T02:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull BIOS setting on a running server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444675#M37148</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;PSP will give you the information on an HP branded server.&lt;BR /&gt;&lt;BR /&gt;Otherwise you are going to have to get Linux utilities made by the server builder. &lt;BR /&gt;&lt;BR /&gt;BIOS is unique to each machine and there is no real standard OS utility that can get the information.&lt;BR /&gt;&lt;BR /&gt;hwbrowser in RHEL 4 and below can provide limited information but not affect changes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Jun 2009 08:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-pull-bios-setting-on-a-running-server/m-p/4444675#M37148</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-23T08:58:33Z</dc:date>
    </item>
  </channel>
</rss>

