<?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 Get and Set UID Led State in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281059#M6876</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to know how can I retreive the state of the UID Led, and how can I change it.&lt;BR /&gt;&lt;BR /&gt;I think I have to use an iLO API.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it possible ?&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Regards.</description>
    <pubDate>Tue, 03 May 2011 08:25:29 GMT</pubDate>
    <dc:creator>Nicolas VEYSSIERE</dc:creator>
    <dc:date>2011-05-03T08:25:29Z</dc:date>
    <item>
      <title>Get and Set UID Led State</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281059#M6876</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to know how can I retreive the state of the UID Led, and how can I change it.&lt;BR /&gt;&lt;BR /&gt;I think I have to use an iLO API.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it possible ?&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 03 May 2011 08:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281059#M6876</guid>
      <dc:creator>Nicolas VEYSSIERE</dc:creator>
      <dc:date>2011-05-03T08:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get and Set UID Led State</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281060#M6877</link>
      <description>Download the iLO samples scripts. There are a couple you can use.&lt;BR /&gt;&lt;BR /&gt;Get_UID_Status.xml&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;SERVER_INFO mode="read"&gt;&lt;BR /&gt;    &lt;GET_UID_STATUS&gt;&lt;/GET_UID_STATUS&gt;&lt;BR /&gt;  &lt;/SERVER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;UID_Control.xml&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;SERVER_INFO mode="write"&gt;&lt;BR /&gt;    &lt;!-- Modify the UID attribute to toggle UID on the host server --&gt;&lt;BR /&gt;    &lt;!-- UID="No"   (Turns host server UID off) --&gt;&lt;BR /&gt;    &lt;!-- UID="Yes"  (Turns host server UID on) --&gt;&lt;BR /&gt;    &lt;UID_CONTROL uid="Yes"&gt;&lt;/UID_CONTROL&gt;&lt;BR /&gt;  &lt;/SERVER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Tue, 03 May 2011 13:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281060#M6877</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2011-05-03T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get and Set UID Led State</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281061#M6878</link>
      <description>Ok, great, that seems to be what I was searching, but how can I execute those scripts ?&lt;BR /&gt;&lt;BR /&gt;I am using an Redhat Entreprise Linux OS, on a DL 360 G6 server.&lt;BR /&gt;&lt;BR /&gt;Thanks for all.</description>
      <pubDate>Tue, 03 May 2011 13:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281061#M6878</guid>
      <dc:creator>Nicolas VEYSSIERE</dc:creator>
      <dc:date>2011-05-03T13:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get and Set UID Led State</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281062#M6879</link>
      <description>Download the samples script for Linux&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=MTX-9ded60bd746942e18651211f51" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=MTX-9ded60bd746942e18651211f51&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They include a perl script called locfp.pl&lt;BR /&gt;&lt;BR /&gt;The locfg.pl script connects to the iLO management processor using a Secure Sockets Layer (SSL) connection.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;perl locfg.pl -s {servername|ipaddress}[:port] [-l logfilename] -f input_filename [-u username -p password] [-ilo2|-ilo3]&lt;BR /&gt;&lt;BR /&gt;Where:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-s servername is the DNS name of target server.&lt;BR /&gt;&lt;BR /&gt;-s ipaddress is the IP Address of the target server. If a port is not specified, the port will default to :443. DO NOT USE this switch if launching from System Insight Manager.&lt;BR /&gt;&lt;BR /&gt;-l logfilename is the name of the file to log all output to. A default file with the server name/ipaddress is created if this option is not specified. DO NOT USE this switch if launching from System Insight Manager.&lt;BR /&gt;&lt;BR /&gt;-f input_filename is the filename containing the RIB Commands &lt;BR /&gt;&lt;BR /&gt;-u username is the iLO user account name&lt;BR /&gt;&lt;BR /&gt;-p password  Command line user name and password override those which are in the script file.&lt;BR /&gt; Note: Use -u and -p with caution as command line options are visible on Linux.&lt;BR /&gt;&lt;BR /&gt;-ilo2|-ilo3&lt;BR /&gt;           Specifies the type of device on the server. Communications with Integrated&lt;BR /&gt;           Lights-Out 3 (-ilo3) is different from other devices (-ilo2).&lt;BR /&gt;           Note: locfg.pl detects the device automatically if this option is not present.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2011 15:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281062#M6879</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2011-05-03T15:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get and Set UID Led State</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281063#M6880</link>
      <description>Since you're running Linux you have additional options as well.&lt;BR /&gt;&lt;BR /&gt;At the host prompt, if you have the hp-health package installed, you have the 'hpuid' utility available:&lt;BR /&gt;&lt;BR /&gt;hpuid -?&lt;BR /&gt;&lt;BR /&gt;...for options.&lt;BR /&gt;&lt;BR /&gt;For iLO, you can connect using SSH and type in&lt;BR /&gt;&lt;BR /&gt;[VERB] /system1/led1&lt;BR /&gt;&lt;BR /&gt;...where [VERB] is show, start or stop.&lt;BR /&gt;&lt;BR /&gt;You can also do it remotely via SSH, so to check status:&lt;BR /&gt;&lt;BR /&gt;ssh -l Administrator [iLO_IP_OR_DNS] "show /system1/led1"</description>
      <pubDate>Tue, 03 May 2011 22:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281063#M6880</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2011-05-03T22:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get and Set UID Led State</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281064#M6881</link>
      <description>Great !&lt;BR /&gt;&lt;BR /&gt;Thank you both.</description>
      <pubDate>Wed, 04 May 2011 07:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281064#M6881</guid>
      <dc:creator>Nicolas VEYSSIERE</dc:creator>
      <dc:date>2011-05-04T07:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get and Set UID Led State</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281065#M6882</link>
      <description>I am using 'hpuid' tool</description>
      <pubDate>Wed, 04 May 2011 07:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/get-and-set-uid-led-state/m-p/5281065#M6882</guid>
      <dc:creator>Nicolas VEYSSIERE</dc:creator>
      <dc:date>2011-05-04T07:30:01Z</dc:date>
    </item>
  </channel>
</rss>

