<%-- * Copyright (c) 2007, 2009, Oracle and/or its affiliates.All rights reserved. -- Page: ofsSitemap.jsp -- Controller: oracle.sysman.db.adm.osm.ofs.OFSSitemapController -- -- Description: Mount Oracle File System -- -- MODIFIED (MM/DD/YY) -- chanchan 02/09/09 - Add space used by snapshot -- chanchan 01/30/09 - Support OAC ADA -- chanchan 10/30/08 - Add Up Since -- chanchan 06/16/08 - Add support for display num host only for RAC -- chanchan 05/27/08 - Change Corrupt to Check and Repair -- chanchan 11/19/07 - Add snapshot supports -- qsong 06/06/07 - add dg alloc space -- qsong 04/09/07 - add ofs doesn't exist handler -- qsong 11/13/06 - -- chanchan 05/26/06 - -- qsong 04/28/06 - -- chanchan 04/27/06 - -- qsong 04/14/06 - -- chanchan 03/13/06 - Creation --%> <%@ include file="/sdk/oemTop.jspf" %> <%-- Tag Libraries --%> <%@ 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.adm.osm.ofs.ServicedHostsInfoDataSource" %> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/database/global.jspf" %> <%-- .................... Current Space Usage .................... --%> <%-- .. size GB .. --%> <%-- .. used GB .. --%> <%-- .. free GB .. --%> <%-- .. used Pct .. --%> <%-- .. diskgroup allocated size GB .. --%> <%-- .. Total Snapshot Space Used MB .. --%> <%-- .................... Space Usage History .................... --%> <%-- The serviced hosts table --%> <%-- Host column --%> <%-- OFS Status column --%> <%-- uix:styledText textBinding="<%= ServicedHostsInfoDataSource.S_STATUS_COL %>"/--%> " shortDescBinding="UP@ofsMsg"/> " shortDescBinding="DOWN@ofsMsg"/> <%-- Up time column --%> <%-- State column --%> <%-- ASM column --%>