<%-- -- Page: memberDisks.jsp -- Controller: oracle.sysman.db.adm.osm.DiskGroupController -- -- Description: ASM disk group home page General tab -- -- MODIFIED (MM/DD/YY) -- asubba 05/11/09 - fix hardcoded strings in charts -- asubba 02/10/09 - insufficient legend entries -- asubba 02/04/09 - oac: fix the alt tags -- loliu 01/12/09 - Added Exadata support -- yozhang 12/05/08 - Fix bug 7623381: smart scan capability -- asubba 09/12/08 - fix logging issues -- asubba 08/11/08 - disbale view by failgroup for external redundancy -- chanchan 07/29/08 - -- mpawelko 07/16/08 - bind chart colors -- chanchan 06/30/08 - Add ADVM Compatibility -- asubba 05/05/08 - XbranchMerge asubba_asm_tb_issues from -- st_emdbsa_11.1.0.0.0_project-22846 -- asubba 04/09/08 - show advanced attributes to akll -- asubba 01/14/08 - disbale online offline for nonsyasm -- asubba 10/28/07 - XbranchMerge asubba_asm_message_issues from main -- asubba 09/12/07 - Add allocation unit information -- asubba 05/31/07 - enable bbr button for non 11.1 -- chanchan 03/16/07 - Fix ade merge error -- qsong 03/06/07 - remove requires rebalance info -- asubba 02/26/07 - XbranchMerge asubba_em_review from st_emdbsa_11.1 -- gmahaney 02/01/07 - XbranchMerge gmahaney_emdb_pt_main from main -- qsong 01/19/07 - remove requires rebalance name/value pair -- asubba 12/28/06 - -- asubba 02/07/07 - em review changes -- yozhang 11/27/06 - fix ADA issues -- asubba 11/16/06 - Add user groups link -- asubba 10/30/06 - Disable BBR for non sysasm user -- qsong 10/27/06 - -- qsong 09/28/06 - change dg history chart title -- asubba 09/27/06 - External redundancy disk -- qsong 03/06/06 - add bad block recovery button -- asubba 09/11/06 - rolling migration -- asubba 07/26/06 - -unreserve -- qsong 07/26/06 - -- asubba 07/19/06 - -- qsong 06/16/06 - -- asubba 06/11/06 - -- asubba 06/11/06 - -- qsong 03/06/06 - add bad block recovery button -- asubba 02/26/06 - fragmentations and disk sync features -- evelur 02/21/06 - bug 5035323 -- rajeshar 04/26/05 - put table summary, ADA problem -- rajeshar 03/30/05 - bug 4271949 Tip text for Check -- rajeshar 12/03/04 - bug 4026845 -- chanchan 10/21/04 - Add licensing -- jochen 09/15/04 - Deactivate image for disk group usage -- rajeshar 08/18/04 - to enable success messages -- jochen 04/09/04 - Allow multiple select for batch deletes -- many - Edits by many people -- spanchum 08/22/02 - Initial entry --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- Tag Libraries --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%-- Imports --%> <%@ page import="oracle.sysman.db.adm.osm.JspConstants" %> <%@ page import="oracle.sysman.db.adm.EventNames" %> <%@ page import="oracle.sysman.emo.adm.osm.MemberDisksDataSource" %> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%-- Message Bundles --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <%@ include file="/database/global.jspf" %> <%-- --%> <%-- Support pageMsgBox for any apps that return to this page --%> <%-- and support it. This include must be positioned AFTER --%> <%-- any other uix:messages or messageBox tags. --%> <%-- --%> <%@ include file="/sdk/page/pageMsgBox.jspf" %> <%-- SubTabs --%> <%-- ASM access warning message --%> <%-- ASM Rolling Migration Info --%> <%-- Server removes the unbalance column from GV$ASM_DISKGROUP, we won't show the requires rebalance info here anymore ... --%> <% String[] cols = (String[]) request.getAttribute("clientDBs"); int colnum = 1; for(int i=0; i <% } %> <%-- uix:option textBinding="FAILURE_GROUP@osmMsgs" value="FAILURE_GROUP"/ --%> <%--selectedBinding="failGrpCriteria@diskGrp@servletRequest"/--%> <%-- Disk column --%> <%-- Failure group column --%> <%-- Path column --%> <%-- Library column --%> <%-- Grid disk column --%> <%-- Read/Write error column --%> <%-- State column --%> <%-- MODE column--%> <%-- --%> <%-- Size column --%> <%-- Used column --%> <%-- Used percentage column --%> <%--uix:columnFormat columnDataFormat="iconButtonFormat"/--%> <%-- Failgroup type column --%> <%--uix:columnFormat columnDataFormat="iconButtonFormat"/--%> <%-- Fragmentation % --%> <%-- --%> <%-- --%> <%------------------------------ End of File -------------------------------%>