www.ibm.com
Open in
urlscan Pro
2a02:26f0:480:687::1e89
Public Scan
Submitted URL: https://www-945.ibm.com/support/fixcentral/main/selectFixes?parent=Power%20IO%20Firmware&product=ibm~io~featurecode~5900...
Effective URL: https://www.ibm.com/support/fixcentral/main/selectFixes?parent=Power%20IO%20Firmware&product=ibm~io~featurecode~5900...
Submission: On May 02 via api from US — Scanned from DE
Effective URL: https://www.ibm.com/support/fixcentral/main/selectFixes?parent=Power%20IO%20Firmware&product=ibm~io~featurecode~5900...
Submission: On May 02 via api from US — Scanned from DE
Form analysis
7 forms found in the DOMGET https://www.ibm.com/Search/
<form id="ibm-search-form" action="https://www.ibm.com/Search/" method="get" aria-labelledby="ibm-masthead">
<p>
<label for="q">IBM</label>
<input type="hidden" maxlength="100" value="" placeholder="Search" name="q" id="q" aria-label="Search" autocomplete="off" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-owns="ibm-search-typeahead-container"><input name="lnk"
type="hidden" value="mhsrch">
<input type="hidden" value="18" name="v">
<input type="hidden" value="utf" name="en">
<input type="hidden" value="en" name="lang">
<input type="hidden" value="us" name="cc">
<button role="button" type="submit" id="ibm-search" class="ibm-hide ibm-search-link" value="Submit"><span class="ibm-access">Submit</span></button>
</p>
</form>
GET https://www.ibm.com/search
<form class="ibm-hide" id="ibm-default-scope-form" action="https://www.ibm.com/search" method="get"><input name="lang" type="hidden" value="de"><input name="cc" type="hidden" value="de"><input name="tabType[0]" type="hidden" value="Products"><input
name="q" type="text" value=""><input name="lnk" type="hidden" value="mhmpsrch"></form>
Name: fcSearch — GET https://www.ibm.com/search?lang=en&cc=us&facetTabs=fixes&tabType[0]=support&origin=fc&
<form action="https://www.ibm.com/search?lang=en&cc=us&facetTabs=fixes&tabType[0]=support&origin=fc&" class="ibm-row-form" id="fc_search" name="fcSearch" method="get">
<p>
<label style="display: none;" for="q2">Search:</label>
<span>
<input id="q2" name="q" value="" type="text" maxlength="100" size="40" placeholder="Alle IBM Seiten nach Fix-Metadaten durchsuchen">
<a class="ibm-search-link" onclick="fc_onsubmit_form_handler(event);" href="#">Search</a>
</span> <span data-widget="tooltip" data-contentid="search.tooltip" class="tipso_style ibm-widget-processed">Tipps</span>
</p>
<div id="search.tooltip" class="ibm-tooltip-content">
<p><b>Hinweis:</b> Wenn Sie Fixes für Ihr Produkt suchen, verwenden Sie die Registerkarten <b>'Produkt suchen'</b> oder <b>'Produkt auswählen'</b> im Inhaltsbereich der <b>Einstiegsseite</b> von Fix Central.</p>
<p>Zur Suche nach Fix-Metadaten in <b>allen IBM Inhalten</b> verwenden Sie dieses Suchfeld. ein Kontrollkästchen angezeigt, um die Suchergebnisse für dieses Produkt zu filtern (nicht für alle Produkte verfügbar). </p>
</div>
<input type="hidden" name="fc_occode" value="" id="fc_occode">
</form>
Name: doProductSelectFixes — POST /support/fixcentral/main/doProductSelectFixes
<form id="doProductSelectFixes" name="doProductSelectFixes" onsubmit="return validateCheckBoxes(this,checkBoxValidationError);" action="/support/fixcentral/main/doProductSelectFixes" method="post">
<input type="hidden" name="javascriptEnabled" value="true" id="javascriptEnabled">
<div data-widget="showhide" class="ibm-simple-show-hide fc-show-hide-results ibm-widget-processed">
<div class="ibm-container-body">
<div class="ibm-alternate-rule">
<hr>
</div>
<p class="ibm-show-hide-controls ibm-fright"><a href="#show" class="fc-show-results">Details zum Fix anzeigen</a> | <a href="#hide" class="ibm-active fc-hide-results">Details zum Fix ausblenden</a></p>
<p class="ibm-btn-row">
<button class="ibm-btn-pri" name="continue" type="submit" value="Weiter">Weiter</button>
<button class="ibm-btn-sec" name="deselectAll" type="submit" value="Auswahl löschen">Auswahl löschen</button>
</p>
<h2 class="ibm-rule"></h2>
<!-- Fix list -->
<div id="fc-fix-results">
<script type="text/javascript">
fcIsShowDetails = false;
var fc_filterResults_init = function() {
if (fcIsShowDetails) {
fcShowDetails();
}
fc_product_results_init();
fc_load_data_table();
fc_results_table_init();
jQuery(".fc-twisty").showhide();
setup_twisty_handlers();
jQuery(".fc-show-hide-results").showhide();
};
var fc_load_data_table = function() {
// Initialize defaults for DataTables
jQuery.extend(true, jQuery.fn.dataTable.defaults, {
// Do not show page size selector
"lengthChange": false,
// Do not show paging controls
"paging": false,
// Initially order the results based on the row index column
"order": [
[1, "asc"]
],
"columnDefs": [
// Make the main content column as wide as possible
{
"width": "100%",
"targets": 2
},
// Do not allow the checkbox column to be sorted
{
"orderable": false,
"targets": [0]
},
// Do not search in the checkbox or index columns
{
"searchable": false,
"targets": [0, 1]
}
],
// l18n settings
"language": {
"emptyTable": "Es wurden keine Ergebnisse gefunden, die Ihrer Anforderung entsprechen.",
"info": "<strong>_START_-_END_</strong> von <strong>_TOTAL_</strong> Ergebnissen",
"infoEmpty": "<strong>0-0</strong> von <strong>0</strong> Ergebnissen",
"infoFiltered": "(von _MAX_ Gesamtergebnissen gefiltert)",
"search": "Details zum Fix filtern:",
"zeroRecords": "Es wurden keine Ergebnisse gefunden, die Ihrer Filteranforderung entsprechen.",
}
// The "dom" option can be used to move around table elements (paging, info. search, etc.)
//"dom": 'lfrtip' //default
});
jQuery('.fc-group-results-table').DataTable();
};
jQuery(document).ready(function() {
fc_load_data_table();
fc_product_results_init();
});
</script>
<!-- Begin category "tabs" -->
<div class="ibm-container-body ibm-columns">
<div class="ibm-col-5-1">
<ul class="ibm-bullet-list">
<li>
<a href="#Power I/O Firmware, 5900">Power I/O Firmware, 5900</a>
<dl class="ibm-bullet-list">
<dt><a href="#power/device/adapter">Adapter</a></dt>
</dl>
</li>
</ul>
</div>
</div>
<!-- End category "tabs" -->
<div class="ibm-anchor-pointer"><a name="Power I/O Firmware, 5900" id="Power I/O Firmware, 5900"></a></div>
<h3 class="ibm-rule ibm-bold ibm-h3">
<span class="ibm-checkbox-wrapper">
<input type="checkbox" name="selectAllSection1" value="true" id="selectAllSection1" class="ibm-styled-checkbox" data-init="false"><input type="hidden" id="__checkbox_selectAllSection1" name="__checkbox_selectAllSection1" value="true">
<label class="ibm-field-label" for="selectAllSection1">Power I/O Firmware, 5900</label>
</span>
</h3>
<div id="section1">
<div class="ibm-anchor-pointer"><a name="power/device/adapter" id="power/device/adapter"></a></div>
<h3 class="ibm-rule ibm-h4">
<span class="ibm-checkbox-wrapper">
<input type="checkbox" name="selectAllSection1_" value="true" id="selectAllSection1_" class="ibm-styled-checkbox" data-init="false"><input type="hidden" id="__checkbox_selectAllSection1_" name="__checkbox_selectAllSection1_"
value="true">
<label class="ibm-field-label" for="selectAllSection1_0">Adapter</label>
</span>
</h3>
<div id="section1_0">
<div id="DataTables_Table_0_wrapper" class="dataTables_wrapper no-footer">
<div id="DataTables_Table_0_filter" class="dataTables_filter"><label>Details zum Fix filtern:<input type="search" class="" placeholder="" aria-controls="DataTables_Table_0"></label></div>
<table class="ibm-data-table ibm-altrows fc-group-results-table dataTable no-footer" summary="groupFixes.table.summary" role="grid" id="DataTables_Table_0" aria-describedby="DataTables_Table_0_info" style="width: 1133px;">
<caption class="ibm-access"><em>groupFixes.table.caption</em></caption>
<thead>
<tr role="row">
<th scope="col" class="sorting_disabled" rowspan="1" colspan="1" aria-label="" style="width: 30px;"></th>
<th scope="col" class="sorting_asc" tabindex="0" aria-controls="DataTables_Table_0" rowspan="1" colspan="1" aria-sort="ascending" aria-label=": activate to sort column descending" style="width: 9px;"></th>
<th scope="col" class="sorting" tabindex="0" aria-controls="DataTables_Table_0" rowspan="1" colspan="1" aria-label="Beschreibung: activate to sort column ascending" style="width: 825px;">Beschreibung</th>
<th scope="col" class="sorting" tabindex="0" aria-controls="DataTables_Table_0" rowspan="1" colspan="1" aria-label="Releasedatum: activate to sort column ascending" style="width: 109px;">Releasedatum</th>
</tr>
</thead>
<tbody>
<tr role="row" class="odd">
<td>
<input rootfix="" type="checkbox" name="options.selectedFixes" value="22489FB5AC65B46187257B7A0050A47E_GRP" id="power/device/adapter_0" data-init="false" class="ibm-styled-checkbox">
<label for="power/device/adapter_0"></label>
</td>
<th scope="row" class="ibm-table-row sorting_1">1</th>
<td class="fc-all">
<p onmouseover="javascript:fcShowPopup('resultpower/device/adapter_0');" onmouseout="javascript:fcHidePopup('resultpower/device/adapter_0');">
<a href="doSelectFixes?options.selectedFixes=22489FB5AC65B46187257B7A0050A47E_GRP&continue=1" class="ibm-forward-link ibm-inlinelink" onclick="OrderSubmitByLink(power/device/adapter_0);">PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) </a>
</p>
<div class="ibm-hideable fc-details" id="resultpower/device/adapter_0" style="display: none;">
<p>
<strong>Produkte:</strong> 5679, 5900, 5902, 5904, 5906, 5908, 5912, C572C_DONT_SEE
</p>
<p>
<strong>Plattformen:</strong> AIX, Linux
</p>
<p>
<strong>Version:</strong> 0420003f
</p>
<p>
<strong>Kurzdarstellung:</strong> PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C)
</p>
<p>
<strong>Einschränkungen:</strong> Lizenz
</p>
</div><!-- .fc-details -->
<!-- Reference links -->
<div class="ibm-columns">
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://delivery04.dhe.ibm.com/sar/CMA/IOA/03u3w/0/sissas_0420003f.html" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Description</a>
</p>
</div>
</div>
<!-- Contained fixes -->
<div data-widget="showhide" data-type="panel" class="ibm-show-hide fc-twisty ibm-widget-processed" id="clinkpower/device/adapter_0">
<h2><a href="javascript:void();">Enthaltene Fixes anzeigen</a></h2>
<div class="ibm-container-body" id="csectionpower/device/adapter_0" style="display: none;">
<table class="ibm-results-table ibm-normal-table" summary="Ergebnisse für Fixes" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tbody>
<tr>
<td>
<input type="checkbox" name="options.selectedFixes" value="22489FB5AC65B46187257B7A0050A47E_LNX" id="power/device/adapter_0.0c" data-init="false" class="ibm-styled-checkbox">
<label for="power/device/adapter_0.0c"></label>
</td>
<td scope="row" class="ibm-table-row"><strong>1. </strong></td>
<td class="fc-all" style="width: 100%">
<p onmouseover="javascript:fcShowPopup('resultpower/device/adapter_0.0');" onmouseout="javascript:fcHidePopup('resultpower/device/adapter_0.0');">
<!-- Uncomment the following line in order to show the 'fix type' of twistie fixes
-->
<a href="doSelectFixes?options.selectedFixes=22489FB5AC65B46187257B7A0050A47E_LNX&continue=1" class="ibm-forward-link ibm-inlinelink">PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) (Linux) </a>
</p>
<div class="ibm-hideable fc-details" id="resultpower/device/adapter_0.0" style="display: none;">
<p>
<strong>Produkte:</strong> 5679, 5900, 5902, 5904, 5906, 5908, 5912, C572C_DONT_SEE
</p>
<p>
<strong>Plattformen:</strong> Linux
</p>
<p>
<strong>Version:</strong> 0420003f
</p>
<p>
<strong>Kurzdarstellung:</strong> PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C)
</p>
<p>
<strong>Einschränkungen:</strong> Lizenz
</p>
</div>
<!-- Reference links -->
<div class="ibm-columns">
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Impact Usability</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Severity ATT</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://delivery04.dhe.ibm.com/sar/CMA/IOA/03u3v/1/sissas_0420003f.html" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Description</a>
</p>
</div>
</div>
</td>
<td class="fc-nowrap">2013/06/10</td>
</tr>
<tr>
<td>
<input type="checkbox" name="options.selectedFixes" value="22489FB5AC65B46187257B7A0050A47E_AIX" id="power/device/adapter_0.1c" data-init="false" class="ibm-styled-checkbox">
<label for="power/device/adapter_0.1c"></label>
</td>
<td scope="row" class="ibm-table-row"><strong>2. </strong></td>
<td class="fc-all" style="width: 100%">
<p onmouseover="javascript:fcShowPopup('resultpower/device/adapter_0.1');" onmouseout="javascript:fcHidePopup('resultpower/device/adapter_0.1');">
<!-- Uncomment the following line in order to show the 'fix type' of twistie fixes
-->
<a href="doSelectFixes?options.selectedFixes=22489FB5AC65B46187257B7A0050A47E_AIX&continue=1" class="ibm-forward-link ibm-inlinelink">PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) (AIX) </a>
</p>
<div class="ibm-hideable fc-details" id="resultpower/device/adapter_0.1" style="display: none;">
<p>
<strong>Produkte:</strong> 5679, 5900, 5902, 5904, 5906, 5908, 5912, C572C_DONT_SEE
</p>
<p>
<strong>Plattformen:</strong> AIX
</p>
<p>
<strong>Version:</strong> 0420003f
</p>
<p>
<strong>Kurzdarstellung:</strong> PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C)
</p>
<p>
<strong>Einschränkungen:</strong> Lizenz
</p>
</div>
<!-- Reference links -->
<div class="ibm-columns">
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Impact Usability</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Severity ATT</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://delivery04.dhe.ibm.com/sar/CMA/IOA/03u3u/2/sissas_0420003f.html" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Description</a>
</p>
</div>
</div>
</td>
<td class="fc-nowrap">2013/06/10</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
<td>2013/06/10</td>
</tr>
<tr role="row" class="even">
<td>
<input rootfix="" type="checkbox" name="options.selectedFixes" value="2C39AABA2B35A7B087257460001A4174_LNX" id="power/device/adapter_1" data-init="false" class="ibm-styled-checkbox">
<label for="power/device/adapter_1"></label>
</td>
<th scope="row" class="ibm-table-row sorting_1">2</th>
<td class="fc-all">
<p onmouseover="javascript:fcShowPopup('resultpower/device/adapter_1');" onmouseout="javascript:fcHidePopup('resultpower/device/adapter_1');">
<a href="doSelectFixes?options.selectedFixes=2C39AABA2B35A7B087257460001A4174_LNX&continue=1" class="ibm-forward-link ibm-inlinelink" onclick="OrderSubmitByLink(power/device/adapter_1);">PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card (Linux) </a>
</p>
<div class="ibm-hideable fc-details" id="resultpower/device/adapter_1" style="display: none;">
<p>
<strong>Produkte:</strong> 5679, 5900, 5902, 5912, C572C_DONT_SEE
</p>
<p>
<strong>Plattformen:</strong> Linux
</p>
<p>
<strong>Version:</strong> 02200059
</p>
<p>
<strong>Kurzdarstellung:</strong> PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card
</p>
<p>
<strong>Einschränkungen:</strong> Lizenz
</p>
</div><!-- .fc-details -->
<!-- Reference links -->
<div class="ibm-columns">
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Impact Serviceability</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Severity ATT</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://delivery04.dhe.ibm.com/sar/CMA/IOA/0097e/0/sissas_02200059.html" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Description</a>
</p>
</div>
</div>
</td>
<td>2008/07/23</td>
</tr>
<tr role="row" class="odd">
<td>
<input rootfix="" type="checkbox" name="options.selectedFixes" value="2C39AABA2B35A7B087257460001A4174_AIX" id="power/device/adapter_2" data-init="false" class="ibm-styled-checkbox">
<label for="power/device/adapter_2"></label>
</td>
<th scope="row" class="ibm-table-row sorting_1">3</th>
<td class="fc-all">
<p onmouseover="javascript:fcShowPopup('resultpower/device/adapter_2');" onmouseout="javascript:fcHidePopup('resultpower/device/adapter_2');">
<a href="doSelectFixes?options.selectedFixes=2C39AABA2B35A7B087257460001A4174_AIX&continue=1" class="ibm-forward-link ibm-inlinelink" onclick="OrderSubmitByLink(power/device/adapter_2);">PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card (AIX) </a>
</p>
<div class="ibm-hideable fc-details" id="resultpower/device/adapter_2" style="display: none;">
<p>
<strong>Produkte:</strong> 5679, 5900, 5902, 5912, C572C_DONT_SEE
</p>
<p>
<strong>Plattformen:</strong> AIX
</p>
<p>
<strong>Version:</strong> 02200059
</p>
<p>
<strong>Kurzdarstellung:</strong> PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card
</p>
<p>
<strong>Einschränkungen:</strong> Lizenz
</p>
</div><!-- .fc-details -->
<!-- Reference links -->
<div class="ibm-columns">
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Impact Serviceability</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://www14.software.ibm.com/webapp/set2/firmware/lgjsn?mode=6" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Severity ATT</a>
</p>
</div>
<div class="ibm-col-4-1">
<p class="ibm-ind-link">
<a class="ibm-popup-link" href="https://delivery04.dhe.ibm.com/sar/CMA/IOA/0097f/1/sissas_02200059.html" onclick="return !window.open(this.href, 'More_Information', '[X,Y,top,left POP-UP WINDOW COORDINATES],status=no,location=yes,toolbar=yes,directories=yes,menubar=yes,resizable=yes,scrollbars=yes')">Description</a>
</p>
</div>
</div>
</td>
<td>2008/07/23</td>
</tr>
</tbody>
</table>
<div class="dataTables_info" id="DataTables_Table_0_info" role="status" aria-live="polite"><strong>1-3</strong> von <strong>3</strong> Ergebnissen</div>
</div>
</div>
<p class="ibm-ind-link ibm-back-to-top"><a class="ibm-anchor-up-link" href="#ibm-content">Zum Seitenanfang</a></p>
</div>
</div>
<div class="ibm-alternate-rule">
<hr>
</div>
<p class="ibm-show-hide-controls ibm-fright"><a href="#show" class="fc-show-results">Details zum Fix anzeigen</a> | <a href="#hide" class="ibm-active fc-hide-results">Details zum Fix ausblenden</a></p>
<p class="ibm-btn-row">
<button class="ibm-btn-pri" name="continue" type="submit" value="Weiter">Weiter</button>
<button class="ibm-btn-sec" name="deselectAll" type="submit" value="Auswahl löschen">Auswahl löschen</button>
<button class="ibm-btn-sec" name="back" type="submit" onclick="form.onsubmit='return true;';" value="Zurück">Zurück</button>
</p>
</div><!-- #ibm-container-body -->
</div><!-- .ibm-simple-show-hide -->
</form>
Name: fc-selection-form — POST /support/fixcentral/main/chainSelectFixes
<form id="fc-selection-form" name="fc-selection-form" action="/support/fixcentral/main/chainSelectFixes" method="post" class="ibm-row-form">
<div id="fc-selection-body">
<input type="hidden" name="oldText" value="5900" id="fc-selection-form_oldText">
<p id="fc-search-textfield">
<label for="fc-search-text">Produktauswahl</label>
<input type="text" name="selectionBean.text" size="60" value="5900" tabindex="1" id="fc-search-text" autocomplete="off">
</p>
<div id="fc-search-results">
</div>
<div id="fc-selection">
<input type="hidden" name="selectionBean.selectionName" value="ibm/io/featurecode/5900" id="fc-selection-form_selectionBean_selectionName">
<input type="hidden" name="productGroup0" value="Power IO Firmware" id="fc-selection-form_productGroup0">
<input type="hidden" name="productGroup1" value="ibm/io/featurecode/5900" id="fc-selection-form_productGroup1">
<input type="hidden" name="url" value="/support/fixcentral/main/selectFixes?parent=Power%20IO%20Firmware&product=ibm~io~featurecode~5900&release=all&platform=all" id="fc-selection-url">
<br>
<p class="ibm-btn-row">
<button id="fc-selection-button" class="ibm-btn-sec" alt="Absenden" type="submit" name="primary" tabindex="2">Absenden</button>
</p>
</div>
</div>
</form>
GET /filterResults
<form id="fc-filterResults-form" action="/filterResults" method="get">
<input type="hidden" name="javascriptEnabled" value="true" id="filter-javascriptEnabled">
<p class="ibm-padding-bottom-0"><strong>Firmwaretyp</strong></p>
<div class="ibm-card nano ibm-widget-processed" data-widget="scrollable" style="max-height: 150px; height: 43px;">
<div class="nano-content" tabindex="0">
<div style="margin-left: 7px">
<p><input type="checkbox" name="selectedFilters" value="productClass:power/device/adapter" id="0-0" data-init="false" class="ibm-styled-checkbox">
<label for="0-0">Adapter</label><span class="ibm-item-note"> (3)</span>
</p>
</div>
</div>
<div class="nano-pane" style="opacity: 1; visibility: visible; display: none;">
<div class="nano-slider" style="height: 41px; transform: translate(0px, 0px);"></div>
</div>
</div><!-- .ibm-card -->
<p class="ibm-padding-bottom-0"><strong>Und Status des Fixes</strong></p>
<div class="ibm-card nano ibm-widget-processed" data-widget="scrollable" style="max-height: 150px; height: 43px;">
<div class="nano-content" tabindex="0">
<div style="margin-left: 7px">
<p><input type="checkbox" name="selectedFilters" value="status:available" id="1-0" data-init="false" class="ibm-styled-checkbox">
<label for="1-0">Verfügbar</label><span class="ibm-item-note"> (3)</span>
</p>
</div>
</div>
<div class="nano-pane" style="opacity: 1; visibility: visible; display: none;">
<div class="nano-slider" style="height: 41px; transform: translate(0px, 0px);"></div>
</div>
</div><!-- .ibm-card -->
<p class="ibm-btn-row">
<button id="fc-filter-submit" class="ibm-btn-sec" type="submit" tabindex="4" name="primary" value="Submit" alt="Submit">Absenden</button>
</p>
</form>
javascript:return false;
<form action="javascript:return false;">
<div class="ibm-buttons-row">
<p> <input value="Weiter" type="submit" name="ibm-reload" class="ibm-btn-pri" id="inputReload" onclick="javascript:sessionContinue();">
</p>
</div>
</form>
Text Content
IBM® * Seitenübersicht Schliessen IBM Submit * Meine IBM * Meine IBM * Anmelden * Websitenavigation Websitenavigation Schliessen * Support * DOWNLOADS * Fixes, updates & drivers - Fix Central * Licensed software - Passport Advantage * Entitled systems support * Shopz * DOCUMENTATION * Getting Started * IBM Documentation * Support Guide * Support Site Documentation * Use Cases - IBM Redbooks * Forums * CASES * Open a case * View your cases * MONITORING * Hardware: Call Home Connect Cloud * Maintenance level comparison reports * Manage Inventory - Entitled Systems Support * MANAGE SUPPORT ACCOUNT * Notifications * Invoices * Warranty lookup * Product resources * Support access * Let’s Create * PRODUKTE & LÖSUNGEN * Das Wesentliche * Top Produkte & Plattformen * Branchenlösungen * Künstliche Intelligenz * Automatisierung * Blockchain * Business operations * Cloud computing * Daten & Analysen * IT-Infrastruktur * Security * Lieferketten * Flexible Zahlungspläne * Alle Produkte anzeigen * BERATUNG UND DIENSTLEISTUNGEN * IBM-Beratung * Geschäftsprozesslösungen * Design und Unternehmensstrategie * Cloud Consulting Services * Talent und Transformation * Anwendungsdienstleistungen * Security Dienstleistungen * IBM Garage * Technology Support Services * Service Finanzierung * Alle Services anzeigen * LEARN & SUPPORT * Support * Dokumentation * IBM Developer * Schulungen * Ressourcen * Was ist... * MEHR ERFAHREN * Partner Plus * IBM Forschung * Über IBM * COVID-19 Support * Downloads * Fixes, updates & drivers - Fix Central * Licensed software - Passport Advantage * Entitled systems support * Shopz * Documentation * Getting Started * IBM Documentation * Support Guide * Support Site Documentation * Use Cases - IBM Redbooks * Forums * Cases * Open a case * View your cases * Monitoring * Hardware: Call Home Connect Cloud * Maintenance level comparison reports * Manage Inventory - Entitled Systems Support * Manage support account * Notifications * Invoices * Warranty lookup * Product resources * Support access * IBM Support * Fix Central FIX CENTRAL Hilfe Search: Search Tipps Hinweis: Wenn Sie Fixes für Ihr Produkt suchen, verwenden Sie die Registerkarten 'Produkt suchen' oder 'Produkt auswählen' im Inhaltsbereich der Einstiegsseite von Fix Central. Zur Suche nach Fix-Metadaten in allen IBM Inhalten verwenden Sie dieses Suchfeld. ein Kontrollkästchen angezeigt, um die Suchergebnisse für dieses Produkt zu filtern (nicht für alle Produkte verfügbar). FIXES AUSWÄHLEN POWER I\/O FIRMWARE, 5900 Bei dieser Seite ist es erforderlich, dass JavaScript in Ihrem Browser aktiviert ist, damit die Links zum Fortfahren (Next) und für die Ergebnisse pro Seite funktionieren. -------------------------------------------------------------------------------- Details zum Fix anzeigen | Details zum Fix ausblenden Weiter Auswahl löschen * Power I/O Firmware, 5900 Adapter POWER I/O FIRMWARE, 5900 ADAPTER Details zum Fix filtern: groupFixes.table.caption BeschreibungReleasedatum 1 PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) Produkte: 5679, 5900, 5902, 5904, 5906, 5908, 5912, C572C_DONT_SEE Plattformen: AIX, Linux Version: 0420003f Kurzdarstellung: PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) Einschränkungen: Lizenz Description ENTHALTENE FIXES ANZEIGEN 1. PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) (Linux) Produkte: 5679, 5900, 5902, 5904, 5906, 5908, 5912, C572C_DONT_SEE Plattformen: Linux Version: 0420003f Kurzdarstellung: PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) Einschränkungen: Lizenz Impact Usability Severity ATT Description 2013/06/10 2. PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) (AIX) Produkte: 5679, 5900, 5902, 5904, 5906, 5908, 5912, C572C_DONT_SEE Plattformen: AIX Version: 0420003f Kurzdarstellung: PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter (CCIN: 572A/572B), SAS RAID Enablement Card (CCIN: 57B8), PCI-X266 Auxiliary Cache Adapter (CCIN: 575C) Einschränkungen: Lizenz Impact Usability Severity ATT Description 2013/06/10 2013/06/10 2 PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card (Linux) Produkte: 5679, 5900, 5902, 5912, C572C_DONT_SEE Plattformen: Linux Version: 02200059 Kurzdarstellung: PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card Einschränkungen: Lizenz Impact Serviceability Severity ATT Description 2008/07/23 3 PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card (AIX) Produkte: 5679, 5900, 5902, 5912, C572C_DONT_SEE Plattformen: AIX Version: 02200059 Kurzdarstellung: PCI-X266 Ext Dual-x4 3Gb SAS/SAS RAID Adapter, SAS RAID Enablement Card Einschränkungen: Lizenz Impact Serviceability Severity ATT Description 2008/07/23 1-3 von 3 Ergebnissen Zum Seitenanfang -------------------------------------------------------------------------------- Details zum Fix anzeigen | Details zum Fix ausblenden Weiter Auswahl löschen Zurück DOWNLOADOPTIONEN Diese Downloadliste freigeben IHRE AUSWAHL ÄNDERN Produktauswahl Absenden INHALT FILTERN Firmwaretyp Adapter (3) Und Status des Fixes Verfügbar (3) Absenden Schliessen KONTAKT UND FEEDBACK BRAUCHEN SIE UNTERSTÜTZUNG? * Verzeichnis von Ansprechpartnern weltweit * Feedback an Fix Central geben Kontakt und Feedback INFORMATIONEN * Produkte * Kostenlose Testversionen * Rabatte * Services * Branchen * Kundenreferenzen * Events * THINK Blog * Finanzierung INFORMATIONEN FÜR ... * Entwickler * IBM Business Partner * Neupartner (Startangebote) KONTAKT MIT IBM * IBM Consulting * Support * Business Partner * Meine IBM * IBM Innovation Studio ÜBER IBM * Karriere * Newsroom * Investor-Relations * IBM in DACH * IBM Watson Center Munich * IBM Innovation Center for SAP® Solutions * IBM Client Center Zürich * Gesetz zu Sorgfaltspflichten in der Lieferkette (LkSG) (PDF, 58 KB) LAND/REGION AUSWÄHLEN Germany - GermanAfghanistan - EnglishAlgeria - FrenchAngola - PortugueseAnguilla - EnglishAntigua and Barbuda - EnglishArgentina - SpanishAruba - EnglishAustralia - EnglishAustria - GermanBahamas - EnglishBahrain - EnglishBangladesh - EnglishBarbados - EnglishBelgium/Luxembourg - DutchBelgium/Luxembourg - EnglishBelgium/Luxembourg - FrenchBermuda - EnglishBolivia - SpanishBotswana - EnglishBrazil - PortugueseBrunei Darussalam - EnglishBulgaria - BulgarianBulgaria - EnglishBurkina Faso - FrenchCambodia - EnglishCameroon - EnglishCameroon - FrenchCanada - EnglishCanada - FrenchCayman Islands - EnglishChad - FrenchChile - SpanishChina - Chinese (Simplified)Colombia - SpanishCongo - FrenchCongo, The Democratic Republic of the - FrenchCosta Rica - SpanishCroatia - CroatianCroatia - EnglishCuracao - EnglishCyprus - EnglishCzech Republic - CzechCzech Republic - EnglishDenmark - DanishDenmark - EnglishDominica - EnglishEcuador - SpanishEgypt - EnglishEstonia - EnglishEstonia - EstonianEthiopia - EnglishFinland - EnglishFinland - FinnishFrance - FrenchGabon - FrenchGhana - EnglishGreece - EnglishGreece - GreekGrenada - EnglishGuyana - EnglishHong Kong S.A.R. of China - EnglishHungary - EnglishHungary - HungarianIndia - EnglishIndonesia - EnglishIraq - EnglishIreland - EnglishIsrael - EnglishIsrael - HebrewItaly - ItalianIvory Coast - FrenchJamaica - EnglishJapan - JapaneseJordan - EnglishKazakhstan - EnglishKazakhstan - KazakhKenya - EnglishKorea, Republic of - KoreanKuwait - EnglishLatvia - EnglishLatvia - LatvianLebanon - EnglishLibya - EnglishLithuania - EnglishLithuania - LithuanianMadagascar - FrenchMalawi - EnglishMalaysia - EnglishMauritius - EnglishMauritius - FrenchMexico - SpanishMontserrat - EnglishMorocco - FrenchMozambique - PortugueseNamibia - EnglishNepal - EnglishNetherlands - DutchNetherlands - EnglishNew Zealand - EnglishNiger - FrenchNigeria - EnglishNorway - EnglishNorway - NorwegianOman - EnglishPakistan - EnglishParaguay - SpanishPeru - SpanishPhilippines - EnglishPoland - PolishPortugal - EnglishPortugal - PortugueseQatar - EnglishRomania - EnglishRomania - RomanianRussian Federation - RussianSaint Kitts and Nevis - EnglishSaint Lucia - EnglishSaint Vincent and the Grenadines - EnglishSaudi Arabia - ArabicSaudi Arabia - EnglishSenegal - FrenchSerbia - EnglishSerbia - SerbianSeychelles - FrenchSierra Leone - EnglishSingapore - EnglishSlovakia - EnglishSlovakia - SlovakSlovenia - EnglishSlovenia - SlovenianSouth Africa - EnglishSpain - SpanishSri Lanka - EnglishSuriname - EnglishSweden - EnglishSweden - SwedishSwitzerland - FrenchSwitzerland - GermanTaiwan - Chinese (Traditional)Taiwan - EnglishTanzania, United Republic of - EnglishThailand - EnglishTrinidad and Tobago - EnglishTunisia - FrenchTurkey - TurkishTurks and Caicos Islands - EnglishUganda - EnglishUkraine - EnglishUkraine - UkrainianUnited Arab Emirates - ArabicUnited Arab Emirates - EnglishUnited Kingdom - EnglishUnited States - EnglishUruguay - SpanishUzbekistan - EnglishUzbekistan - UzbekVenezuela - SpanishVietnam - EnglishVietnam - VietnameseVirgin Islands, British - EnglishYemen - EnglishZambia - EnglishZimbabwe - EnglishGermany - German -------------------------------------------------------------------------------- * Kontakt * Datenschutz * Nutzungsbedingungen * Barrierefreiheit * Impressum * Cookie-Präferenzen Schließen[x] Schließen[x] Accessibility anchor Seite wird geladen, bitte warten. Schliessen Schliessen FILTERING RESULTS Schliessen SITZUNG LÄUFT BALD AB Ihre Sitzung läuft in Kürze ab. Klicken Sie auf 'Weiter', um die Sitzung fortzusetzen. Schliessen IBM web domains ibm.com, ibm.dev, ibm.org, ibm-zcouncil.com, insights-on-business.com, jazz.net, merge.com, micromedex.com, mobilebusinessinsights.com, promontory.com, proveit.com, ptech.org, resource.com, s81c.com, securityintelligence.com, skillsbuild.org, softlayer.com, storagecommunity.org, strongloop.com, teacheradvisor.org, think-exchange.com, thoughtsoncloud.com, trusteer.com, truven.com, truvenhealth.com, alphaevents.webcasts.com, betaevents.webcasts.com, ibm-cloud.github.io, ibmbigdatahub.com, bluemix.net, mybluemix.net, ibm.net, ibmcloud.com, redhat.com, galasa.dev, blueworkslive.com, swiss-quantum.ch, altoromutual.com, blueworkslive.cn, blueworkslive.com, cloudant.com, ibm.ie, ibm.fr, ibm.com.br, ibm.co, ibm.ca, silverpop.com, community.watsonanalytics.com, eclinicalos.com, datapower.com, ibmmarketingcloud.com, thinkblogdach.com, truqua.com, my-invenio.com, skills.yourlearning.ibm.com, bluewolf.com, asperasoft.com, instana.com, taos.com, envizi.com Über den Einsatz von Cookies auf dieser Website Unsere Websites benötigen einige Cookies, um ordnungsgemäß zu funktionieren (erforderlich). Darüber hinaus können mit Ihrer Zustimmung weitere Cookies verwendet werden, um die Nutzung der Website zu analysieren, die Benutzerfreundlichkeit zu verbessern und Werbung zu schalten. Weitere Informationen finden Sie in Ihren Cookie-Einstellungen options. By visiting our website, you agree to our processing of information as described in IBM’s Datenschutzerklärung von IBM. Um eine reibungslose Navigation zu ermöglichen, werden Ihre Cookie-Präferenzen über die hier aufgeführten IBM Web-Domains hinweg gemeinsam genutzt. Alle akzeptieren Nur erforderliche