From the logs there seems to be an issue installing Oracle Configuration Manager.
I had a similar problem in the past it was down to the following packages not being installed in linux
glibc-devel and glibc - 32bit
Once I installed them and reinstalled the common components installed successfully.
Cheers
John
http://john-goodwin.blogspot.com/
lunes, 13 de agosto de 2012
ulimit -n 4096
4. Manually configured the File descriptor limit to 4096 as required by the installer with the following command:
root@computer# ulimit -n 4096
root@computer# ulimit -n 4096
domingo, 12 de agosto de 2012
Install Open Source VMware Tools on Red Hat Enterprise/CentOS/Scientific Linux 6
Install Open Source VMware Tools on Red Hat Enterprise/CentOS/Scientific Linux 6
VMware now makes a repository available for us to install the VMware tools for a variety of Linux distributions including Red Hat, Scientific, CentOS, and Ubuntu. In this example I will install VMware tools on a Red Hat Enterprise/CentOS/Scientific Linux 6 guest running on a VMware ESXi 4.1 host.First import the VMware repository GPG signing public keys:
# rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub# rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pubNow add the VMware repository. If you’d like you can use the “echo” command below or simply create the file and its contents are listed below it. There are other packages available in the repository for other Linux distros, architectures, and ESX host versions. Again I am using the Red Hat Enterprise 6/VMware ESXi 4.1 version.
# echo -e "[vmware-tools]\nname=VMware Tools\nbaseurl=http://packages.vmware.com\/tools/esx/4.1latest/rhel6/\$basearch\nenabled=1\ngpgcheck=1" > /etc/yum.repos.d\
/vmware-tools.repoNow we can list the contents of the new repo file:
[root@server1 ~]# cat /etc/yum.repos.d/vmware-tools.repoHere is what the contents should look like:
[vmware-tools]
name=VMware Tools
baseurl=http://packages.vmware.com/tools/esx/4.1latest/rhel6/$basearch
enabled=1
gpgcheck=1It is now time to run the actual install of VMware tools. In my case I am installing on a server system without X11 graphical interface so this is the minimum install:
# yum -y install vmware-open-vm-tools-noxIf you are installing on a workstation or server with X11 installed and would like the VMware display adapter and mouse drivers loaded use this command. The install will be a bit bigger:
# yum -y install vmware-open-vm-toolsYou are now up and running with VMware tools!
fuente: http://aaronwalrath.wordpress.com/2011/03/24/install-open-source-vmware-tools-on-red-hat-and-scientific-linux-6/
Oracle Linux 6 Installation
Oracle Linux 6 Installation
This article provides a pictorial guide for performing a default installation ofOracle Linux 6.Basic Installation
- Boot from the DVD. At the boot screen, press the "Enter" key.
- Press the "tab" key to move focus to the "Skip" key, then press the "Enter" key to continue.
- On the "Welcome" screen, click the "Next" button.
- Select the appropriate language, then click the "Next" button.
- Select the relevant keyboard setting, then click the "Next" button.
- Select the storage option necessary for the installation, then click the "Next" button.
- Click the "Re-initialize all" button on the disk initialization warning dialog.
- Enter a fully qualified host name, then click the "Configure Network" button.
- Highlight the relevant connection and click the "Edit" button.
- Check the "Connect automatically" checkbox. If you are not using DHCP, click on the "IPv4 Settings" tab, set the method to "Manual", click the "Add" button and enter the appropriate network details. When you are happy with the details, click the "Apply" and "Close" buttons to return to the host name screen, then click the "Forward" button.
- Select the relevant time zone by clicking on your nearest city on the map. Click on the "Next" button to proceed.
- Enter a root password for the server, then click the "Next" button to proceed.
- Check the partitioning type you require. If you want to amend the default partitioning layout, check the "Review and modify partitioning layout" option. Click the "Next" button.
- The installer will list the default partitioning scheme for your size disk. Amend them as required and click the "Next" button, then the "Format" and "Write changes to disk" buttons on the following dialogs.
- Accept the boot loader settings by clicking the "Next" button.
- Accept the "Basic Server" installation and check the "Customize now" option, then click the "Next" button.
- The "Package Group Selection" screen allows you to select the required package groups, and individual packages within the details section. When you've made your selection, click the "Next" button. If you want the server to have a regular gnome desktop you need to include the following package groups from the "Desktops" section:
- Desktops
- Desktop
- Desktop Platform
- Fonts
- General Purpose Desktop
- Graphical Administration Tools
- X Windows System
- Wait for the installation to complete.
- Click the "Reboot" button to complete the installation.
- On the "Welcome" screen, click the "Forward" button.
- Accept the license agreement and click the "Forward" button.
- Pick the desired ULN Registration option, then click the "Forward" button. In this case we will pick the register later option.
- Click the "No thanks, I'll connect later." button.
- Finish the software updates setup by clicking the "Forward" button.
- Enter the details for system user, then click the "Forward" button.
- Adjust the Date and Time settings if necessary, and click the "Forward" Button.
- Accept the default setting on the Kdump screen by clicking the "Finish" button.
- Next, you are presented with the login screen. Log in by clicking on the user on the login screen.
- Once logged in, you are ready to use the desktop.
Firewall
To turn off the firewall do the following.- Open the "Firewall Configuration" dialog (System > Administration > Firewall).
- Click the "Close" button on the startup dialog and type in the "root" password if requested.
- On the resulting dialog, click the "Disable" button, followed by the "Apply" button on the toolbar.
- Click the "Yes" button on the confirmation dialog.
- Quit the "Firewall Configuration" dialog.
SELinux
Disable SELinux by editing the "/etc/selinux/config" file, making sure the SELINUX flag is set as follows.Once the change is complete, restart the server.SELINUX=disabled
For more information see:
martes, 31 de julio de 2012
http://docs.oracle.com/cd/E12825_01/epm.111/hp_admin.pdf
https://forums.oracle.com/forums/thread.jspa?threadID=2210463
https://cn.forums.oracle.com/forums/thread.jspa?threadID=1042700
https://cn.forums.oracle.com/forums/thread.jspa?threadID=1042700
http://www.packtpub.com/sites/default/files/1384EN-Chapter-12-Getting-Started-with-Oracle-Hyperion-Planning-11.pdf
http://hyperion-consulting.blogspot.com/2011/01/hyperion-planning-questions.html
http://hyperion-consulting.blogspot.com/2011/01/hyperion-planning-questions.html
https://forums.oracle.com/forums/thread.jspa?threadID=2210463
https://cn.forums.oracle.com/forums/thread.jspa?threadID=1042700
https://cn.forums.oracle.com/forums/thread.jspa?threadID=1042700
http://www.packtpub.com/sites/default/files/1384EN-Chapter-12-Getting-Started-with-Oracle-Hyperion-Planning-11.pdf
http://hyperion-consulting.blogspot.com/2011/01/hyperion-planning-questions.html
http://hyperion-consulting.blogspot.com/2011/01/hyperion-planning-questions.html
martes, 22 de mayo de 2012
Automating Planning Administrative Processes Using the Oracle® Hyperion Enterprise Performance Management Architect, Fusion Edition Batch Client 11.1.2
Purpose
This tutorial covers how to use the Performance Management Architect Batch Client to create and deploy Oracle® Hyperion Planning, Fusion Edition 11.1.2 applications.
Time to Complete
Approximately 1 hour.
Overview
Performance Management Architect Batch Client enables you to combine processes such as data export, metadata loads, data loads, and calculations and run these operations during your normal nightly or weekly load process. You can use the Batch Client to perform many tasks, including the following:
- Create Performance Management Architect applications for Planning
- Load metadata into Performance Management Architect
- Update security-related properties on dimensions and measures
You can run the Performance Management Architect Batch Client in two modes:
- Command line mode—You can enter commands interactively. Each command statement can span multiple lines. Command statements are terminated by a semi colon delimiter , and commands are executed immediately
- Script mode— In this mode, Batch Client executes a series of commands without your interaction. You can specify a command file and an optional result log file at program startup. You can schedule the execution of script by using a third-party scheduler.
In this tutorial, you perform the steps to create and deploy Planning 11.1.2 applications using the Batch Client in command line mode. After you deploy the application, you access it in Application Library.
Software and Hardware Requirements
The following is a list of software requirements:
- Oracle Hyperion Planning Plus 11.1.2
Oracle Hyperion Planning Plus 11.1.2 includes the following components:
- Oracle Hyperion Enterprise Performance Management System Release 11.1.2 - Start Here: Installation Documents and Readmes
- Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.2
- Hyperion Enterprise Performance Management System Foundation Services Release 11.1.2
- Oracle Hyperion Enterprise Performance Management System Additional Content Release 11.1.2
- Oracle Hyperion Calculation Manager Release 11.1.2
- Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition Release 11.1.2
- Oracle Essbase Release 11.1.2
- Oracle Essbase Clients Release 11.1.2
- Oracle Essbase Spreadsheet Add-in Release 11.1.2
- Oracle Hyperion Financial Reporting, Fusion Edition Release 11.1.2
- Oracle Hyperion Enterprise Performance Management Reporting and Analysis Core Components Release 11.1.2
- Hyperion Web Analysis Release 11.1.2
- Oracle Hyperion Planning, Fusion Edition Release 11.1.2
- Optional: Hyperion Data Integration Management Adapters Release 11.1.1.1.0
- Optional: Oracle Hyperion Smart View for Office, Fusion Edition Release 11.1.2
- Optional: Oracle Data Integrator, Oracle Data Profiling, and Oracle Data Quality for Data Integrator 10g (10.1.3.5.0)
- Optional: Oracle Identity Management 11g (11.1.1.1.0)
The batch client is installed automatically when you install Performance Management Architect. You can run Batch Client on Windows platforms. When you install Performance Management Architect, a batch file is automatically created to setup the class paths that are generated during installation.
Prerequisites
Before starting this tutorial, you should:
| 1 . | Have administrator access to a working installation of Planning 11.1.2. |
|---|---|
| 2 . | Have administrator access to a working installation of Hyperion® Shared Services 11.1.2. |
| 3 . | Have administrator access to a working installation of Enterprise Performance Management Architect 11.1.2. |
Preparing to Use Batch Client
To prepare using Batch Client:
Downloading Documentation
To download documentation:
| 1 . | Launch your browser. |
|---|---|
| 2 . | Navigate to the Oracle Enterprise Performance Management System, Fusion Edition Release 11.1.2 Documentation Library by using the following URL: http://download.oracle.com/docs/cd/E17236_01/index.htm |
| 3 . | In the left menu, click Foundation Services. |
| 4 . | Under Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition, for Batch Client User's Guide, right-click PDF and select Save Link As.... |
| 5 . | Navigate to the location where you want to save the file, and click Save. |
Accessing Batch Client
To access Batch Client:
| 1 . | Select Start, Programs, then Oracle Enterprise Performance Management System, then Foundation Services, then Performance Management Architect,and then Start EPMA Batch Client. The Batch Client command window is displayed: |
|---|
Logging On to Performance Management Architect
To log on to Performance Management Architect:
| 1 . | Set the server URLs by using the following commands, and press Enter after each line item:
set bpmaserverurl=http://localhost/hyperion-bpma-server;
Note: Contact your administrator for your company's server URLs.set workspaceurl=http://localhost:19000/workspace; |
|---|---|
| 2 . | Enter your Performance Management Architect username and password with the following syntax, and pressEnter:
login username,password;
|
Creating Planning Applications
Performance Management Architect Batch Client enables you to create a new, empty Planning application with the specified name. Empty applications are oftentimes referred to as shell applications. After creating shell applications, you can create, import, or copy dimensions and members in Shared Library and within Planning applications.
Creating Shell Applications
To create shells for Planning applications:
| 1 . | Create the shell application with the following syntax, and press Enter:
Create Application Properties(ApplicationName, ApplicationDescription, ApplicationType) Values('PlanBud', 'Planning Budget Application', 'Planning');
|
|---|
Adding Dimensions and Members
You can create dimensions and members in Shared Library or within an application.
You can add dimensions and members to the Shared Library, or you can copy them from the Shared Library to an application. You can add dimensions as shared dimensions or you can copy them to the application as local dimensions. You can insert a copy of a member as a shared member in an application. However, you can use the Insert Member command only on local dimensions and Shared Library dimensions. You cannot insert members in a shared dimension in an application.
You can also import dimensions and members to an application or Shared Library using an ADS file.
This section covers the different methods of adding dimensions and members by using Batch Client:
| 1 . | Create dimensions with the following syntax and press Enter:
Create Dimension Properties(ApplicationName, DimensionName, DimensionDescription, DimensionType) Values(#Shared,'Entity','Entity Dimension','Entity');
|
|---|---|
| 2 . | Create members with the following syntax and press Enter:
Create Member Properties(ApplicationName, DimensionName, ParentName, MemberName, MemberDescription) Values('PlanBud','Account', '#root', 'Income Statement', 'Income Statement Accounts');
|
| 3 . | Import dimensions and members by using an ADS file with the following syntax, and press Enter:
Execute Import Parameters(importtype, profilename, filename, waitforcompletion)Values('flatfile', 'PlanApp', '.\AppFiles\PlanApp.ads', 'true');
|
| 4 . | Use the following syntax to copy dimensions within Shared Library, within an application, or between Shared Library and an application, and press Enter:
Copy Dimension Properties(ApplicationName, DimensionName, TargetDimensionName, TargetDimensionDescription, destApplicationName) Values('#Shared', 'Scenario','Scenario', 'Scenario Dimension', 'PlanBud');
|
| 5 . | Use the following syntax to add an existing dimension from the Shared Library to the specified application, and press Enter after each line item:
SET APPLICATION = 'PlanBud';
Include Dimension Properties(DimensionName, IncludeAsShared) Values('C_Alias', 'true');
Note: You must set the application name before the Include Dimension command. By setting the application name, command lines use it if the application is not explicitly defined within a command. |
| 6 . | Use the following syntax to insert a copy of a member as a shared member within an application, and press Enterafter each line item:
SET APPLICATION = 'PlanBud';
Insert Member Properties(DimensionName, ParentName, InsertMemberName, MemberToInsertName) Values('Account', 'Par1', ‘Mem1’, ‘Mem2’);
Note: You must set the application name before the In command. By setting the application name, command lines use it if the application is not explicitly defined within a command. Alternatively, you can set the application name to#Shared if you are copying a member from Shared Library. |
Deploying Planning Applications
After creating the shell and adding dimensions and members, you deploy the application to make it accessible in Workspace. To deploy Planning applications, you must be provisioned with the Application Creator or Planning Administrator role.
| 1 . | Deploy a Planning application with the following syntax, and press Enter:
Execute Deploy Parameters(ApplicationName, InstanceName, ApplicationServer, HubProject, waitforcompletion, dataSourceName, CreateOutline) Values('PlanBud', 'PLANNING', 'PLANNING', 'Default Application Group', 'true', 'ST01PLN3', 'true');
When the deployment is completed, the following message is displayed: |
|---|
Accessing the Deployed Application in Application Library
You must log on to Workspace with an administrator account. To access the deployed application in Application Library:
| 1 . | Log on to Workspace. |
|---|---|
| 2 . | Select Navigate, then Administer, and then Application Library. |
| 3 . | Click the Planning application that you deployed in Batch Client. In this example, 'PlanBud' is selected. When you select an application, the following information is displayed in the lower pane:
|
Summary
In this tutorial, you have learned how to:
- Download documentation and access Batch Client
- Create Planning applications using Batch Client
- Deploy Planning applications using Batch Client
- Access the deployed Planning application in Application Library
Resources
- Oracle Hyperion Enterprise Performance Management Architect Batch Client User's Guide
- Oracle Hyperion Shared Services User and Role Security Guide
- Oracle Enterprise Performance Management Workspace, Fusion Edition Administrator's Guide
- To learn more about Oracle Enterprise Performance Management System products, refer to OBEs, demos, and tutorials on the Learning Library.
Suscribirse a:
Entradas (Atom)