|
54 www.gateway.comChapter 3: Managing and Maintaining Your ServerHTML ExampleIn this example, the client-side page loads the page returned by the Embedded Web Serverinto a frame:HREF=http://222.222.39.10/ipmiPage?cmd=20.C0.64.07.00.00&onload=doOnLoad>IPMI Command to check if web is enabled…Perl Script ExampleIn the following example, a Perl script sends an HTTP GET to the server:Use IO::Socket;$sock = new IO::Socket::INET (PeerAddr => ‘222.222.39.10”,PeerPort => 80,Proto => ‘tcp’);die “Socket could not be created.” Unless $sock;print $sock “GET /ipmiHex?cmd=20.C0.64.07.00.00 HTTP/1.0”FRU/SDR Load utilityThe FRU/SDR Load utility is a DOS-based utility that updates or changes the servermanagement subsystem’s product-level FRU (Field Replaceable Unit), and SDR (SensorData Record) records, or displays the SMBIOS (System Management BIOS) non-volatilestorage components.The FRU/SDR must be updated whenever you add additional hardware to your serverthat must be monitored by the BMC (Baseboard Management Controller). This includesadding a redundant power supply module, adding redundant hot-swap fans, or addingan Intel Management Module (IMM). The FRU/SDR must also be updated wheneveryou update the BIOS. Using the FRU/SDR Load Utility you can also:■ Determine the product configuration, based on instructions in a masterconfiguration file■ Display the FRU informationImportant The default authentication is MD5 Digest authentication. This meansthat command line scripting tools must be able to handleauthentication failures and respond to the server requests.
PreviousNext |