<%-- -- Page: osmSitemap.jsp -- Controller: oracle.sysman.db.adm.osm.OsmSitemapController -- -- Description: osm_instance (ASM) target sitemap -- -- MODIFIED (MM/DD/YY) -- chanchan 10/16/09 - Hide or show Volume/ACFS functions depending on supporting platforms -- chanchan 12/11/08 - Fix bug 7621343: gui specific for Safari Browser on MAC OS -- chanchan 06/17/08 - -- dchakumk 03/10/08 - XbranchMerge dchakumk_6752_xbmsrc from -- st_emdbsa_11.1 -- jsoule 08/28/07 - add Active Incidents (SWB) -- chanchan 07/17/07 - Hide/show OFS tab -- chanchan 07/10/07 - Move related links below tabs -- qsong 05/18/07 - add volume usage column to Other Volumes table -- chanchan 03/27/07 - -- gmahaney 02/01/07 - XbranchMerge gmahaney_emdb_pt_main from main -- qsong 01/19/07 - remove access warning msg -- qsong 01/03/07 - add Corrupt to serviced OFS table -- yozhang 11/29/06 - fix ADA issues -- qsong 11/02/06 - -- asubba 10/30/06 - -- qsong 09/29/06 - add configure button if there's metric collection error -- asubba 09/22/06 - monitoring configuration improvement -- chanchan 08/24/06 - -- qsong 06/16/06 - -- qsong 06/16/06 - -- qsong 04/12/06 - -- chanchan 02/28/06 - Add OFS supports -- asubba 03/01/06 - Add configure button and message if target not -- configured -- rajeshar 04/26/05 - ADA fix, put title for chart -- xshen 02/08/05 - adding new policy section -- rajeshar 02/03/05 - using button for refresh instead of refresh icon -- jochen 12/21/04 - Use Host Alerts instead of Related Alerts -- chanchan 10/18/04 - Add Licensing -- qsong 10/06/04 - add info message box for session timeout msg -- qsong 09/22/04 - add renderedBinding to change status button, bug 3886361 -- jochen 08/02/04 - Add pageName -- jochen 07/26/04 - Show Last Known State link and data -- jochen 07/21/04 - use dbForm to propagate target -- jochen 06/23/04 - Policy status image gets its own column -- jochen 06/22/04 - Dont show icon for alert log. Fix wrapping in -- General section. -- many - many edits by many people -- spanchum 10/14/02 - Initial entry --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ include file="/oemNoscript.jspf" %> <%-- Imports --%> <%@ page import="oracle.sysman.db.adm.osm.ofs.Constant" %> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%@ page import="oracle.sysman.emo.adm.osm.ServicedOFSsDataSource" %> <%@ page import="oracle.sysman.emo.adm.osm.OtherVolumeDataSource" %> <%-- Message Bundles --%> <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/database/global.jspf" %> <%-- Alert Log --%> <%-- Diagnostic Summary --%> <%-- Alert Log --%> <%-- Active Incidents --%> <% String[] cols = (String[]) request.getAttribute("sizeCol"); String[] colIndexes = (String[]) request.getAttribute("colIndexes"); for(int i=0; i < cols.length; i++) { %> <% } %> <%-- ........... Serviced Oracle File Systems ............... --%> <%-- disable mount/dismount options for now ... --%> <%-- Mount Point --%> <%-- Availability --%> <%-- uix:styledText textBinding="<%= ServicedOFSsDataSource.S_AVAIL_COL%>"/--%> " shortDescBinding="UP@ofsMsg"/> " shortDescBinding="DOWN@ofsMsg"/> <%-- State column --%> <%-- Used Pct column --%> <%-- Used GB column --%> <%-- Size GB column --%> <%-- Diskgroup Allocated Size GB column --%> <%-- Volume column --%> <%-- Disk Group column --%> <%-- ..... Other Volumes Info ..... --%> <%-- Volume column --%> <%-- Volume Device column --%> <%-- Volume Usage column --%> <%-- State column --%> <%-- Disk Group column --%> <%-- Size (GB) column --%> <%-- Allocated Size (GB) column --%> <%-- Redundancy column --%> <%-- host alerts header --%> <%-- <%-- New policies section integration --%>