Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

::Porting OC from x86/x64 to SPARC:: Restoring an EC with co-located PC and embedded DB from x86/x64

Michele VecchiatoApr 9 2014 — edited Jul 8 2014
  • My Scenario:

I have a Test environment with EM Ops Center 12c R2 (12.2.0.2663) with co-located PC configuration and embedded DB on the same server (x64 Sun Fire X4200 M2 with 8GB of RAM and Solaris 10 1/13) and another separate remote PC server (SPARC Sun Fire T5220 with 16 GB of RAM and Solaris 10 1/13. Use this server for Jumpstart function for another project). I use this configuration for ONLY HARDWARE MANAGEMENT (NO "OS Provisiong",NO "Virtualization Management" or another Ops Center features).

This infrastructure monitoring and manage about 50 assets (T-Series, M-Series, ZFSSA 7x000, PDUs, Exadata Stg server, ecc.)

  • Target:

In a few months I will have at disposition a Oracle SPARC T4-1 server with at least 64 GB of RAM. I want install Solaris 10 1/13 as OS and recreate the same EM Ops Center architecture (EC with co-located PC configuration and embedded DB). I want use this configuration for all Ops Center key features (Server and Hardware Mgmt, OS Mgmt,Virtualization Mgmt, ecc.).

 

  • Question:

It's possible backup EC on x86/x64 platform (ecadm backup ...) and restore EC on SPARC platform (ecadm restore ...) for don't configure by zero the new env? (Same config data: OS release + patching and EM OC ver.). On "8 Backup and Recovery" section of OC Manual don't find any information about porting from different hw platform. I search a "porting" key on EM Ops Center community but zero results.

Thanks a lot for any suggestion.

Regards
Michele

Comments

amishra

Make sure that your align/ align id values for popup behavior have right values, if they are set. Also, are you using dialog or panel window inside your popup, as these components by default cause popup to ope in the middle of the browser window?

Jack Issac

Unfortunately, it didn't work. I tried all align values and no align values. Also default, popup can't show in front of region, same problem. is it can be about region?

amishra

It should not be the region issue. Could you share your jspx code, could be something with your page structure ?

Jack Issac

This is my jspx page code,

<?xml version='1.0' encoding='UTF-8'?>

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"

          xmlns:f="http://java.sun.com/jsf/core"

          xmlns:h="http://java.sun.com/jsf/html"

          xmlns:af="http://xmlns.oracle.com/adf/faces/rich">

  <jsp:directive.page contentType="text/html;charset=UTF-8"/>

  <f:view>

    <af:document id="d1">

      <af:messages id="m1"/>

      <af:pageTemplate viewId="/indexTemp.jspx" id="pt1">

        <f:facet name="bottom">

          <af:group id="g1">

            <af:form id="f2">

              <af:panelGroupLayout id="pgl1" layout="scroll">

                <af:region value="#{bindings.personelTaskFlow1.regionModel}"

                           id="r1"/>

                <div class="bottomInfoDiv">

                  <img src="image/index/companyLogo.png" alt="CompanyLogo"/>

                  <p style="float:left;margin-right:10px;font-weight:bold;margin-top:20px;font-size:14px;">

                    - Company

                  </p>

                  <p style="float:right;margin-right:10px;font-weight:bold;margin-top:15px;font-size:14px;">

                    All Rights Reserved 2014

                  </p>

                </div>

              </af:panelGroupLayout>

            </af:form>

          </af:group>

        </f:facet>

      </af:pageTemplate>

    </af:document>

  </f:view>

</jsp:root>

amishra

Hi Jack,

I do not see any popup and the button that opens up popup in this page. Is it on another page ?

report error:
Oops, something went wrong!  We've notified our team to take a look. Please try again later. (Reference 300000.25.195.61859).
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 5 2014
Added on Apr 9 2014
1 comment
1,137 views