You are on page 1of 35

Instalacin de ATG 11g

Reference Store
El path donde se instalar ATG ser C:\ATG\ATG11.0 .
El Reference Store corre en una mquina nica, que tiene dos instancias de ATG
(Publicacin y Produccin). Cada instancia ser un EAR.
El de Publicacin correr ATG Content Administration, Oracle ATG Web Commerce
Merchandising, Site Administration, y una instancia de Commerce Reference Store.
Tambin correr ATG-Endeca integration para lanzar la carga de catlogos en el
Endeca Content Acquisition System.
El esquema de implementacin ser el siguiente:

Ante todo, instalaremos Endeca, entonces, los components a instalar sern los
siguientes:

Endeca MDEX:
Endeca MDEX es el motor de queries que tiene Endeca. Contiene al indexador
(Dgidx) y el Dgraph. Carga los ndices generados por el motor de indexacin del ITL
de Endeca (CAS). Si bien Dgidx forma parte de la instalacin de MDEX, es parte del
ITL.

MDEX recibe los queries de la capa de aplicacin de Endeca, los ejecuta contra los
ndices y entrega los resultados al cliente que los haya solicitado.
La capa de aplicaciones de Endeca entrega una interfaz para el motor de MDEX va
el ensamblador de Endeca. Este ensamblador unifica los queries, y se los enva al
motor de MDEX. Luego post procesa los resultados que se hayan obtenido.
Se requiere, a nivel de equipamiento, lo siguiente:
x64 3.0+GHz processors
8GB of RAM or more, depending on the size of the application data set
One 72GB or 146 GB hard drive per CPU, minimum 10,000 or 15,000 RPM spindle
speed
Gigabit Ethernet
RAID 10 or 6 configuration
Se instala con los valores por default, ya que no hay ms que eso.
Para GNU/Linux:
(Antes que nada)
[root@OL6 atg]# rpm -Uvh jdk-7u65-linux-x64.rpm
Preparing...
########################################### [100%]
1:jdk
########################################### [100%]
Unpacking JAR files...
rt.jar...
jsse.jar...
charsets.jar...
tools.jar...
localedata.jar...
jfxrt.jar...
[root@OL6 atg]#

Editar el archivo .bash_profile del usuario atg para incluir lo siguiente:


PATH=/usr/java/latest/bin:/usr/java/latest/jre/bin:$PATH
JAVA_HOME=/usr/java/latest
export PATH JAVA_HOME

Como root, crear paths y cambiarles el ownership:


[root@OL6 atg]# mkdir /endeca /atg /jboss /oracle
[root@OL6 atg]# chown -R atg:atg /endeca /atg /jboss /oracle

Como atg:
[atg@OL6 ENDECA]$ ./OCmdex6.5.1-Linux64_829811.sh --target /endeca

[atg@OL6 ENDECA]$ source /endeca/endeca/MDEX/6.5.1/mdex_setup_sh.ini


[atg@OL6 ENDECA]$ cd
[atg@OL6 ~]$ vi .bash_profile

Agregar:
source /endeca/endeca/MDEX/6.5.1/mdex_setup_sh.ini

Endeca Platform Services:


Platform Services contiene varios componentes: Endeca Application Controller
(EAC), Data Foundry, Logging and Reporting System, y Reference Implementations.
EAC contiene a la vez al servidor central de EAC que controla el comando, control y
monitoreo de los agentes de EAC, el agente de EAC, que controla el funcionamiento
de Endeca en una nica mquina local, y la lnea de comandos eaccmd.
El Data Foundry contiene los componentes para ingresar datos al motor MDEX,
como ser el programa Forge y sus componentes. An as, se recomienda el uso de
CAS para estas tareas de ingreso de datos a MDEX.
El Logging y Reporting es un generador, y su API para generar logs y reportes.
Las implementaciones de referencia son apps en JSP y .Net.
Se elige como usuario el mismo Administrador, luego se coloca su clave, y se
agrega como MDEX engine path donde fuera instalado MDEX, en
C:\Endeca\MDEX\6.5.0. Las dems opciones se dejan por default.
Luego de la instalacin el instalador pide el reboot del sistema operativo Windows
2008.
Para GNU/Linux:
[atg@OL6 ENDECA]$ unzip V4599901_Oracle_Commerce_Guided_Search_Platform_Services_11.1_for_Linux.zip
[atg@OL6 ENDECA]$ chmod +x OCplatformservices11.1.0-Linux64.bin
[atg@OL6 ENDECA]$ ./OCplatformservices11.1.0-Linux64.bin --target /endeca
Configuring Oracle Commerce Guided Search Platform Services 11.1.0 for
x86_64pc-linux ....
Configuring the Oracle Commerce Guided Search installed Perl 5.8.3 on your
environment.
Configure the ports your Oracle Commerce Guided Search Instance will utilize.
Please enter the port number of the Oracle Commerce Guided Search HTTP
Service. The typical default is 8888.

: 8888

Please enter the shutdown port number of the Oracle Commerce Guided Search
HTTP Service. The typical default is 8090.
: 8090

Would you like this installation configured to run the Oracle Commerce
Application Controller (EAC)? (Y/N)?
(Please note: this will also install the EAC Agent)
: Y

Please enter the root of your Oracle Commerce MDEX Engine installation. The
root directory path typically includes the version number. Leave blank if
there is no Oracle Commerce MDEX Engine installed. (default:
/endeca/endeca/MDEX/6.5.1)
: /endeca/endeca/MDEX/6.5.1

Would you like to install the reference implementations? (Y/N)?


: Y

Please run the following command to set your environment variables:


Bourne, Bash or Korn:
source
/endeca/endeca/PlatformServices/workspace/setup/installer_sh.ini
csh or tcsh:
source
/endeca/endeca/PlatformServices/workspace/setup/installer_csh.ini

Agregar eso mismo al .bash_profile del usuario atg:


source /endeca/endeca/PlatformServices/workspace/setup/installer_sh.ini

Endeca Tools and Frameworks:


Las Tools and Frameworks contienen Oracle Endeca Workbench, Endeca Assembler,
Experience Manager, su SDK, Rule Manager, Endeca for Mobile, y Deployment
Template.
El Workbench posee elementos para administrar la aplicacin al estilo coyuntural,
no como el Developer Studio.

El Endeca Assembler habilita una aplicacin para hacer queries en MDEX,


entregando sus resultados encapsulados en un objeto de tems y sus contenidos.
Se elige el producto completo, con los casos de demo, inclusive. Se coloca la clave
por default para estos casos.
El nombre de la instalacin es EndecaWorkbenchHome1.
Finaliza con el comentario de:
Install location is present at : C:\Endeca\ToolsAndFrameworks_1
Additional manual configuration may be required to complete installation. Please
consult the product Installation Guide.
Start Product by running this script :
C:\Endeca\ToolsAndFrameworks_1\11.0.0\server\bin\run.bat

Al finalizar la instalacin, y para dejarlo como servicio, se va a


C:\Endeca\ToolsAndFrameworks_1\11.0.0\server\bin y se ejecuta install_service.bat.
Luego de levantar desde el gestor de servicios de Windows a Endeca, se puede
ingresar a http://localhost:8006 con el usuario admin, clave (la de siempre).
Para GNU/Linux:
(se debe ejecutar desde una terminal grfica)
--------------------------- NO NO NO NO ------------------------- VER AL FINAL
[atg@OL6 ENDECA]$ unzip V4638701_Oracle_Commerce_Tools_and_Frameworks_11.1_for_Linux.zip
[atg@OL6 install]$ cd cd/Disk1/install
[atg@OL6 install]$ ./runInstaller.sh

(imgenes)
[atg@OL6 install]$
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/bin/workbench.sh start
Checking Workbench Environment Settings
Using ENDECA_TOOLS_ROOT: /endeca/endeca/ToolsAndFrameworks_1/11.1.0
Using ENDECA_TOOLS_CONF:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace
Using CATALINA_HOME:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/apache-tomcat-7.0.42
Using CATALINA_BASE:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace
Using JAVA_HOME:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/j2sdk

Using JRE_HOME:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/j2sdk
Using WORKING_DIR:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/state
Using CATALINA_OPTS:
-Xms256m -Xmx1024m -XX:MaxPermSize=512m
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true
-Dcom.endeca.manager.endecaroot=/endeca/endeca/ToolsAndFrameworks_1/11.1.0/ser
ver/workspace
Using JAVA_OPTS:
-Djava.security.auth.login.config=/endeca/endeca/ToolsAndFrameworks_1/11.1.0/s
erver/workspace/conf/Login.conf
-XX:CompileCommand=exclude,org/apache/derby/impl/services/locks/LockControl,ge
tLock
-XX:CompileCommand=exclude,org/apache/derby/impl/services/locks/LockControl,ad
dLock
-XX:CompileCommand=exclude,org/apache/derby/impl/services/locks/LockControl,is
Grantable -XX:+UnlockDiagnosticVMOptions -XX:-DisplayVMOutput -d64
Starting Workbench (background process)
Using CATALINA_BASE:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace
Using CATALINA_HOME:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/apache-tomcat-7.0.42
Using CATALINA_TMPDIR:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/temp
Using JRE_HOME:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/j2sdk
Using CLASSPATH:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/apache-tomcat7.0.42/bin/bootstrap.jar:/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/wor
kspace/bin/tomcat-juli.jar
[atg@OL6 install]$

--------------------- FINAL ----------------- INSTALAR LO QUE SIGUE ------------------

[atg@OL6 ENDECA]$ unzip V4638901_Oracle_Commerce_Experience_Manager_Tools_and_Frameworks_11.1_for_Linux.z


ip
[atg@OL6 ENDECA]$ cd cd/Disk1/install/
[atg@OL6 install]$ ./runInstaller.sh
(imagenes desde la 22 a la )

Endeca Content Acquisition System (CAS):

El CAS es el ITL que tiene Endeca, que se ocupa de leer las fuentes de datos crudas,
para luego manipularlas como ndices de MDEX.
Se implement sin mayores problemas, agregando slo el usuario Administrador y
su clave. Ver en el mismo URL de antes si aparece el DataSource.
Para GNU/Linux:
[atg@OL6 ENDECA]$ export
ENDECA_TOOLS_ROOT=/endeca/endeca/ToolsAndFrameworks_1/11.1.0
[atg@OL6 ENDECA]$ export
ENDECA_TOOLS_CONF=/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace
[atg@OL6 ENDECA]$ unzip V4639301_Oracle_Commerce_Content_Acquisition_System_11.1_for_Linux.zip
[atg@OL6 ENDECA]$ chmod +x OCcas11.1.0-Linux64.sh
[atg@OL6 ENDECA]$ ./OCcas11.1.0-Linux64.sh --target /endeca
Please enter the port for the CAS service. The typical default is 8500.
:8500
Please enter the shutdown port for the CAS service. The typical default is
8506.
:8506
Creating the CAS service workspace.
Archiving directory /endeca/endeca/CAS/11.1.0/bin/../../workspace to
/endeca/endeca/CAS/11.1.0/bin/../../workspace.09-28-2014-18-18
Configuring the CAS host and port in the workspace located at
/endeca/endeca/CAS/11.1.0/bin/../../workspace
ENDECA_TOOLS_ROOT is set to: /endeca/endeca/ToolsAndFrameworks_1/11.1.0.
ENDECA_TOOLS_CONF is set to:
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace.
Please enter the fully qualified name, including domain information, of the
CAS server.
:OL6.hecsa.com.ar
Installing casconsole.xml into
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/Standalone/lo
calhost.
Installing casconsole-infocenter.xml into
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/Standalone/lo
calhost.
Installing war files into
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/webapps.
Installing casconsole.properties into
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf.

Installing CAS console into


/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/wsextensions.xml
Backing up file
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/wsextensions.xml to
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/wsextensions.xml.09-28-2014-18-18
Installing CAS console into
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/wsmainMenu.xml
Backing up file
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/wsmainMenu.xml to
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/workspace/conf/wsmainMenu.xml.09-28-2014-18-18
Installing casStubs.jar to
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/reference/discover-datacas/lib/casStubs.jar
Installing casStubs.jar to
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/deployment_template/apptemplates/common/config/lib/java/casStubs.jar
Installing casStubs.jar to
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/reference/media-mdexcas/lib/casStubs.jar
CAS installation is complete.
[atg@OL6 ENDECA]$
[atg@OL6 ENDECA]$
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/bin/workbench.sh stop
[atg@OL6 ENDECA]$
/endeca/endeca/ToolsAndFrameworks_1/11.1.0/server/bin/workbench.sh start

Ahora, al reingresar a http://servidor:8006/, se podr ver que apareci Data


Sources.
Para que quede completamente integrado, hay que ejecutar:
[atg@OL6 bin]$ cd /endeca/endeca/CAS/11.1.0/bin
[atg@OL6 bin]$ ./cas-service.sh &

Developer Studio:
Se instala con sus opciones por default.

Ahora s, se procede a la instalacin de Oracle Commerce con el Reference Store,


todo en un mismo servidor, para simplificar la primera instalacin.
Se ejecutan los instaladores de la plataforma 11.0.1, general, antes de ejecutar el
instalador del Commerce Reference Store.
Oracle Platform:
Para GNU/Linux:
[atg@OL6 LINUX]$ cd /jboss/
[atg@OL6 jboss]$ unzip /home/atg/LINUX/jboss-eap-6.1.0.zip
[atg@OL6 bin]$ cd /jboss/jboss-eap-6.1/bin
[atg@OL6 bin]$ ./add-user.sh

What type of user do you wish to add?


a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)
(a):

Enter the details of the new user to add.


Realm (ManagementRealm) :
Username : admin
The username 'admin' is easy to guess
Are you sure you want to add user 'admin' yes/no? yes
Password :
Re-enter Password :
About to add user 'admin' for realm 'ManagementRealm'
Is this correct yes/no? yes
Added user 'admin' to file '/jboss/jboss-eap-6.1/standalone/configuration/mgmtusers.properties'

Added user 'admin' to file '/jboss/jboss-eap-6.1/domain/configuration/mgmtusers.properties'


Is this new user going to be used for one AS process to connect to another AS
process?
e.g. for a slave host controller connecting to the master or for a Remoting
connection for server to server EJB calls.
yes/no? yes
To represent the user add the following to the server-identities definition <secret
value="Q2FtZWwyMDA2IQ==" />
[atg@OL6 bin]$
[atg@OL6 bin]$ ./standalone.sh
()
18:43:38,296 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP
6.1.0.GA (AS 7.2.0.Final-redhat-8) started in 3604ms - Started 123 of 177 services
(53 services are passive or on-demand)
(var imagen 30 en adelante)
Ctrl-C al terminar.
[atg@OL6 LINUX]$ cp sqljdbc4-2.0.jar /jboss
[atg@OL6 LINUX]$ unzip V43057-01_Oracle_Commerce_Platform.zip
[atg@OL6 LINUX]$ chmod +x OCPlatform11.0_354REL.bin
[atg@OL6 LINUX]$ ./OCPlatform11.0_354REL.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

==================================================
=============================

Choose Locale...
----------------

1- Dansk
2- Deutsch
->3- English
4- Espaol
5- Franais
6- Italiano
7- Nederlands
8- Portugus
9- Portugus (Brasil)
10- Suomi
11- Svenska

CHOOSE LOCALE BY NUMBER: 3


==================================================
=============================
Oracle Commerce Platform

(created with InstallAnywhere)

-------------------------------------------------------------------------------

Preparing CONSOLE Mode Installation...

==================================================
=============================
Introduction
------------

InstallAnywhere will guide you through the installation of Oracle Commerce


Platform 11.0.

It is strongly recommended that you quit all programs before continuing with
this installation.

Respond to each prompt to proceed to the next step in the installation. If you
want to change something on a previous step, type 'back'.

You may cancel this installation at any time by typing 'quit'.

PRESS <ENTER> TO CONTINUE:

==================================================
=============================
License Agreement
-----------------

Installation and use of Oracle Commerce Platform 11.0 requires acceptance of


the following License Agreement:

Copyright (c) 1994-2013, Oracle and/or its affiliates. All rights reserved.

Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Other names may be trademarks of their respective owners.

UNIX is a registered trademark of The Open Group.

This software and related documentation are provided under a license agreement
containing restrictions on use and disclosure and are protected by intellectual
property laws. Except as expressly permitted in your license agreement or
allowed by law, you may not use, copy, reproduce, translate, broadcast, modify,
license, transmit, distribute, exhibit, perform, publish, or display any part,
in any form, or by any means. Reverse engineering, disassembly, or
decompilation of this software, unless required by law for interoperability, is
prohibited.

The information contained herein is subject to change without notice and is not
warranted to be error-free. If you find any errors, please report them to us in
writing.

U.S. GOVERNMENT RIGHTS Programs, software, databases, and related


documentation
and technical data delivered to U.S. Government customers are "commercial
computer software" or "commercial technical data" pursuant to the applicable

PRESS <ENTER> TO CONTINUE:

Federal Acquisition Regulation and agency-specific supplemental regulations. As


such, the use, duplication, disclosure, modification, and adaptation shall be
subject to the restrictions and license terms set forth in the applicable
Government contract, and, to the extent applicable by the terms of the
Government contract, the additional rights set forth in FAR 52.227-19,
Commercial Computer Software License (December 2007). Oracle America, Inc.,
500
Oracle Parkway, Redwood City, CA 94065.

This software or hardware is developed for general use in a variety of


information management applications. It is not developed or intended for use in
any inherently dangerous applications, including applications that may create a
risk of personal injury. If you use this software or hardware in dangerous
applications, then you shall be responsible to take all appropriate fail-safe,
backup, redundancy, and other measures to ensure its safe use. Oracle
Corporation and its affiliates disclaim any liability for any damages caused by
use of this software or hardware in dangerous applications.

This software or hardware and documentation may provide access to or


information on content, products, and services from third parties. Oracle
Corporation and its affiliates are not responsible for and expressly disclaim
all warranties of any kind with respect to third-party content, products, and
services. Oracle Corporation and its affiliates will not be responsible for any

PRESS <ENTER> TO CONTINUE:

loss, costs, or damages incurred due to your access to or use of third-party


content, products, or services.

DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): Y

==================================================
=============================
Choose Install Folder
---------------------

Where would you like to install?

Default Install Folder: /home/atg/ATG/ATG11.0

ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT


: /atg/atg11.0

INSTALL FOLDER IS: /atg/atg11.0


IS THIS CORRECT? (Y/N): Y

==================================================
=============================
Select Products to Install

--------------------------

->1- Core Platform (DAS/DAF/DPS/DSS)


->2- Core Commerce and Merchandising
->3- ATG Portal
->4- Content Administration
->5- Motorprise
->6- Quincy Funds

Please choose products from the list by typing their number, separating them
with commas, or press <enter> to install all products (default): 1,2,3,4,5,6

==================================================
=============================
Select Application Server
-------------------------

Select the application server.

1- JBoss
2- IBM WebSphere
3- IBM WebSphere - cluster
4- Oracle WebLogic
5- Skip server selection

ENTER THE NUMBER OF THE DESIRED CHOICE: 1

==================================================
=============================
JBoss configuration
-------------------

Please enter the full path to your JBoss Home directory: /jboss/jboss-eap-6.1
Please enter the full path to a valid JDK Home directory (DEFAULT:
/usr/java/latest): /usr/java/latest
Please enter the JBoss listen port (DEFAULT: 8080): 8080
Please enter ATG RMI port (DEFAULT: 8860): 8860

==================================================
=============================
Pre-Installation Summary
------------------------

Please Review the Following Before Continuing:

Product Name:
Oracle Commerce Platform 11.0

Install Folder:
/atg/atg11.0

Product Features:
Core Platform (DAS/DAF/DPS/DSS),
Core Commerce and Merchandising,
ATG Portal,
Content Administration,
Motorprise,
Quincy Funds

Application server
JBoss

JDK path
/usr/java/latest

Disk Space Information (for Installation Target):


Required: 778,177,475 Bytes
Available: 175,069,188,096 Bytes

PRESS <ENTER> TO CONTINUE:

==================================================
=============================
Installing...
-------------

[==================|==================|
==================|==================]
[------------------|------------------|------------------|------------------]

==================================================
=============================
Installation Complete
---------------------

Congratulations. Oracle Commerce Platform 11.0 has been successfully installed


to:

/atg/atg11.0

PRESS <ENTER> TO EXIT THE INSTALLER:


[atg@OL6 LINUX]$

Recordar, antes de ejecutar la instalacin, configurar la variable JAVA_HOME a


C:\Program Files\Java\jdk1.7.0_55, o donde se haya instalado el JDK. Luego, la

variable DYNAMO_HOME deber estar configurada como el lugar donde se vaya a


instalar el producto ATG, subdirectorio home, por ejemplo C:\ATG\ATG11.0\home.
Se ejecuta el instalador, y se eligen los siguientes parmetros:
Directorio de instalacin: C:\ATG\ATG11.0
Application Server: Jboss
Elegir bien los directorios de instalacin de JBoss y del JDK.
Se crea el usuario en cada uno de los servidores JBoss (admin, la de siempre con !
al final. Se inicia el App Server y se configuran las interfaces de red de cada JBoss
para que escuchen en las direcciones pblicas y no 127.0.0.1.

Commerce Reference Store:


Para GNU/Linux:
[atg@OL6 LINUX]$ unzip V44371-01_Reference_Store_110_for_UNIX.zip
[atg@OL6 LINUX]$ chmod +x OCReferenceStore11.0.1_19REL.bin
[atg@OL6 LINUX]$ ./OCReferenceStore11.0.1_19REL.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

==================================================
=============================
Choose Locale...
----------------

1- Deutsch
->2- English

3- Espaol

CHOOSE LOCALE BY NUMBER: 2


==================================================
=============================
Oracle Commerce Reference Store

(created with InstallAnywhere)

-------------------------------------------------------------------------------

Preparing CONSOLE Mode Installation...

==================================================
=============================
Introduction
------------

InstallAnywhere will guide you through the installation of Oracle Commerce


Reference Store 11.0.1

It is strongly recommended that you quit all programs before continuing with
this installation.

Respond to each prompt to proceed to the next step in the installation. If you
want to change something on a previous step, type 'back'.

You may cancel this installation at any time by typing 'quit'.

PRESS <ENTER> TO CONTINUE:

==================================================
=============================
License Agreement
-----------------

Installation and Use of Oracle Commerce Reference Store 11.0.1 Requires


Acceptance of the Following License Agreement:

Copyright (c) 1994-2013, Oracle and/or its affiliates. All rights reserved.

Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Other names may be trademarks of their respective owners.

UNIX is a registered trademark of The Open Group.

This software and related documentation are provided under a license agreement
containing restrictions on use and disclosure and are protected by intellectual
property laws. Except as expressly permitted in your license agreement or
allowed by law, you may not use, copy, reproduce, translate, broadcast, modify,
license, transmit, distribute, exhibit, perform, publish, or display any part,
in any form, or by any means. Reverse engineering, disassembly, or

decompilation of this software, unless required by law for interoperability, is


prohibited.

The information contained herein is subject to change without notice and is not
warranted to be error-free. If you find any errors, please report them to us in
writing.

U.S. GOVERNMENT RIGHTS Programs, software, databases, and related


documentation
and technical data delivered to U.S. Government customers are "commercial
computer software" or "commercial technical data" pursuant to the applicable

PRESS <ENTER> TO CONTINUE:

Federal Acquisition Regulation and agency-specific supplemental regulations. As


such, the use, duplication, disclosure, modification, and adaptation shall be
subject to the restrictions and license terms set forth in the applicable
Government contract, and, to the extent applicable by the terms of the
Government contract, the additional rights set forth in FAR 52.227-19,
Commercial Computer Software License (December 2007). Oracle America, Inc.,
500
Oracle Parkway, Redwood City, CA 94065.

This software or hardware is developed for general use in a variety of


information management applications. It is not developed or intended for use in
any inherently dangerous applications, including applications that may create a
risk of personal injury. If you use this software or hardware in dangerous

applications, then you shall be responsible to take all appropriate fail-safe,


backup, redundancy, and other measures to ensure its safe use. Oracle
Corporation and its affiliates disclaim any liability for any damages caused by
use of this software or hardware in dangerous applications.

This software or hardware and documentation may provide access to or


information on content, products, and services from third parties. Oracle
Corporation and its affiliates are not responsible for and expressly disclaim
all warranties of any kind with respect to third-party content, products, and
services. Oracle Corporation and its affiliates will not be responsible for any

PRESS <ENTER> TO CONTINUE:

loss, costs, or damages incurred due to your access to or use of third-party


content, products, or services.

DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): Y

==================================================
=============================
Choose Install Folder
---------------------

Where would you like to install?

Default Install Folder: /home/atg/ATG/ATG11.0.1

ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT


: /atg/atg11.0

INSTALL FOLDER IS: /atg/atg11.0


IS THIS CORRECT? (Y/N): Y

==================================================
=============================
Pre-Installation Summary
------------------------

Please Review the Following Before Continuing:

Product Name:
Oracle Commerce Reference Store 11.0.1

Install Folder:
/atg/atg11.0

Link Folder:
/home/atg

Disk Space Information (for Installation Target):

Required: 138,529,708 Bytes


Available: 175,417,683,968 Bytes

PRESS <ENTER> TO CONTINUE:

==================================================
=============================
Installing...
-------------

[==================|==================|
==================|==================]
[------------------|------------------|------------------|------------------]

==================================================
=============================
Installation Complete
---------------------

Congratulations! Oracle Commerce Reference Store 11.0.1 has been successfully


installed to:

/atg/atg11.0

PRESS <ENTER> TO EXIT THE INSTALLER:


[atg@OL6 LINUX]$

Al finalizar la implementacin de ATG, instalar el ATG ACC en el mismo servidor.


Para GNU/Linux:
[atg@OL6 LINUX]$ unzip V43037-01_ACC_110_for_UNIX.zip
[atg@OL6 LINUX]$ chmod +x OCACC11.0_354REL.bin
[atg@OL6 LINUX]$ ./OCACC11.0_354REL.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

==================================================
=============================
Choose Locale...
----------------

1- Dansk
2- Deutsch
->3- English
4- Espaol
5- Franais

6- Italiano
7- Nederlands
8- Portugus
9- Portugus (Brasil)
10- Suomi
11- Svenska

CHOOSE LOCALE BY NUMBER: 3


==================================================
=============================
ATG Control Center

(created with InstallAnywhere)

-------------------------------------------------------------------------------

Preparing CONSOLE Mode Installation...

==================================================
=============================
Introduction
------------

InstallAnywhere will guide you through the installation of ATG Control Center
11.0.

It is recommended that you quit all programs before continuing with this

installation.

Respond to each prompt to proceed to the next step in the installation. If you
want to change something on a previous step, type 'back'.

You may cancel this installation at any time by typing 'quit'.

PRESS <ENTER> TO CONTINUE:

==================================================
=============================
License Agreement
-----------------

Installation and use of ATG Control Center 11.0 requires acceptance of the
following License Agreement:

Copyright (c) 1994-2013, Oracle and/or its affiliates. All rights reserved.

Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Other names may be trademarks of their respective owners.

UNIX is a registered trademark of The Open Group.

This software and related documentation are provided under a license agreement

containing restrictions on use and disclosure and are protected by intellectual


property laws. Except as expressly permitted in your license agreement or
allowed by law, you may not use, copy, reproduce, translate, broadcast, modify,
license, transmit, distribute, exhibit, perform, publish, or display any part,
in any form, or by any means. Reverse engineering, disassembly, or
decompilation of this software, unless required by law for interoperability, is
prohibited.

The information contained herein is subject to change without notice and is not
warranted to be error-free. If you find any errors, please report them to us in
writing.

U.S. GOVERNMENT RIGHTS Programs, software, databases, and related


documentation
and technical data delivered to U.S. Government customers are "commercial
computer software" or "commercial technical data" pursuant to the applicable

PRESS <ENTER> TO CONTINUE:

Federal Acquisition Regulation and agency-specific supplemental regulations. As


such, the use, duplication, disclosure, modification, and adaptation shall be
subject to the restrictions and license terms set forth in the applicable
Government contract, and, to the extent applicable by the terms of the
Government contract, the additional rights set forth in FAR 52.227-19,
Commercial Computer Software License (December 2007). Oracle America, Inc.,
500
Oracle Parkway, Redwood City, CA 94065.

This software or hardware is developed for general use in a variety of


information management applications. It is not developed or intended for use in
any inherently dangerous applications, including applications that may create a
risk of personal injury. If you use this software or hardware in dangerous
applications, then you shall be responsible to take all appropriate fail-safe,
backup, redundancy, and other measures to ensure its safe use. Oracle
Corporation and its affiliates disclaim any liability for any damages caused by
use of this software or hardware in dangerous applications.

This software or hardware and documentation may provide access to or


information on content, products, and services from third parties. Oracle
Corporation and its affiliates are not responsible for and expressly disclaim
all warranties of any kind with respect to third-party content, products, and
services. Oracle Corporation and its affiliates will not be responsible for any

PRESS <ENTER> TO CONTINUE:

loss, costs, or damages incurred due to your access to or use of third-party


content, products, or services.

DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): Y

==================================================
=============================

Choose Install Folder


---------------------

Where would you like to install?

Default Install Folder: /home/atg/ATG/ACC11.0

ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT


: /atg/acc11.0

INSTALL FOLDER IS: /atg/acc11.0


IS THIS CORRECT? (Y/N): Y

==================================================
=============================
Pre-Installation Summary
------------------------

Please Review the Following Before Continuing:

Product Name:
ATG Control Center 11.0

Install Folder:
/atg/acc11.0

Disk Space Information (for Installation Target):


Required: 105,910,986 Bytes
Available: 175,185,154,048 Bytes

PRESS <ENTER> TO CONTINUE:

==================================================
=============================
Installing...
-------------

[==================|==================|
==================|==================]
[------------------|------------------|------------------|------------------]

==================================================
=============================
Installation Complete
---------------------

Congratulations. ACC 11.0 has been successfully installed to:

/atg/acc11.0

PRESS <ENTER> TO EXIT THE INSTALLER:


[atg@OL6 LINUX]$

IMORTANTE: Para el CIM, se debe tener, entre otras cosas:


[root@OL6 jboss]# yum install dos2unix.x86_64

You might also like