Clayton Notes:   Oracle Virtual Machine Templates for JD Edwards EnterpriseOne v5

 

Start the physical OVM servers – takes at least 5 minutes to boot. 

Start Putty – connect to 192.168.1.10 (server1)

Sign in as user root – the password is welcome1

Start each of the VMS:

cd /OVS/running_pool/e1_db

xm create vm.cfg

cd /OVS/running_pool/e1_ent

xm create vm.cfg

cd /OVS/running_pool/e1_html

xm create vm.cfg

cd /OVS/running_pool/e1_bip

xm create vm.cfg

 


Configure Each Machine

TightVNC Viewer to the new VM – port numbers assigned at VM startup/create and sequential starting at 5900.  For exact, research from command

                xm list –long <VM_Instance_Name>

For each VM, set the root password for the VM, the network information for the VM, and the VM name.

                root password:                 oracle1

                network:                             DHCP?   N

IP Address – see below for each server

Subnet Mask – hit enter take default 255.255.255.0

Gateway – 192.168.1.1

DNS – 192.168.1.1

 

                Database Server:            

VNC:                      192.168.1.10:5900

IP:                           192.168.1.15

 

                Enterprise Server:          

VNC:                      192.168.1.10:5901

IP:                           192.168.1.16

 

                Web Server:      

VNC:                      192.168.1.10:5902

IP:                           192.168.1.17

 

OVR/BIP Server:              

VNC:                      192.168.1.10:5903

IP:                           192.168.1.18

 

For each VM, set the /etc/hosts file with the following IP address for all the servers

vi /etc/hosts

192.168.1.15       JDEDB                   JDEDB.oracle.com           

192.168.1.16       JDEENT                 JDEENT.oracle.com

192.168.1.17       JDEWEB                JDEWEB.oracle.com

192.168.1.18       JDEOVR                                JDEOVR.oracle.com

192.168.1.19       JDEBSSV               JDEBSSV.oracle.com

192.168.1.20       JDEDEP                 JDEDEP.oracle.com

 

For each VM, run the EnterpriseOne configuration script to set the server names and IP addresses or enter the values directly into the /etc/sysconfig/jdedwards file

                EOne_cfg.ksh

                vi  /etc/sysedit/jdedwards

                JDE_DB_NAM=JDEDB

JDE_DB_IP=192.168.1.15

JDE_ENT_NAM=JDEENT

JDE_ENT_IP=192.168.1.16

JDE_WB_NAM=JDEWEB

JDE_WB_IP=192.168.1.17

JDE_OVR_NAM=JDEOVR

JDE_OVR_IP=192.168.1.18

JDE_MBL_NAM=JDEBSSV

JDE_MBL_IP=192.168.1.19

JDE_DP_LOC=lab

JDE_DP_NAM=JDEDEP

 

With the configuration defined, run the same jdedwards script in synchronize mode in order to set all the configuration files and tables records with the machine names.

EOne_cfg.ksh -syn

 


 

Start Services on each machine

Create a Putty session for each of the VMs

                Database Server:            

IP:                           192.168.1.15

                                                User:                     root

                                                Password:           oracle1

                                               

“SHOULD” be nothing to do on this server. 

Everything Database should start automatically

 

                Enterprise Server:          

IP:                           192.168.1.16

User:                     root

Password:           oracle1

 

su – jde910

cd $SYSTEM/bin32

./RunOneWorld.sh

 

                Web Server:      

IP:                           192.168.1.17

User:                     root

Password:           oracle1

 

cd /u01/Oracle/Middleware/wlserver_10.3/server/bin

./startNodeManager.sh &

cd /u01/Oracle/Middleware/user_projects/domains/base_domain/bin

./startWebLogic.sh &

 

Start a Web Browser and connect to the Weblogic Admin Console

http://192.168.1.17:7001/console

                User:                     weblogic             

                Password:           ovsadminE1

 

Once in the console, select EnvironmentServers on the left.

                Select the Control tab

                Check the box in front of the html_server instance, and hit Start button.

                Confirm the start

 

Test JDE HTML Server

Start a Web Browser and connect to the JDE HTML Client

http://192.168.1.17:8080/jde

                User:                     JDE        

                Password:           JDE

 

 

OVR/BIP Server:              

IP:                           192.168.1.18

User:                     root

Password:           oracle1

 

cd /u01/Oracle/Middleware/wlserver_10.3/server/bin

./startNodeManager.sh &

cd /u01/Oracle/Middleware/user_projects/domains/bifoundation_domain/bin

./startWebLogic.sh &

 

Start a Web Browser and connect to the Weblogic Admin Console

http://192.168.1.18:7001/console

                User:                     weblogic             

                Password:           ovsadminE1

 

Once in the console, select Servers on the left.

                Select the Control Tab

                Check the box in front of the bi_server1 instance, and hit Start button.

                Confirm the start

Test OBIEE Server

Start a Web Browser and connect to the JDE HTML Client

http://192.168.1.17:9704/xmlpserver

                User:                     weblogic                             

                Password:           ovsadminE1