0% found this document useful (0 votes)
43 views

Steps To Start Enterprise Server (Linux) With Database

The document outlines 7 steps to start an enterprise server with a database and listener: 1. Start the database using sqlplus and startup commands; 2. Start the enterprise server SM agent located in the SCFHA/bin directory; 3. Connect to the listener using lsnrctl commands and start the listener; 4. Start the agent by logging in and running scripts; 5. Check the SCFHA/log folder for errors; 6. Start the web server and services; 7. Use WinSCP to connect to Linux.

Uploaded by

ShuBham SinGh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Steps To Start Enterprise Server (Linux) With Database

The document outlines 7 steps to start an enterprise server with a database and listener: 1. Start the database using sqlplus and startup commands; 2. Start the enterprise server SM agent located in the SCFHA/bin directory; 3. Connect to the listener using lsnrctl commands and start the listener; 4. Start the agent by logging in and running scripts; 5. Check the SCFHA/log folder for errors; 6. Start the web server and services; 7. Use WinSCP to connect to Linux.

Uploaded by

ShuBham SinGh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Steps to Start Enterprise Server with Database & Listener

Step 1: Start the Database using Command sqlplus / as sysdba  Startup  Database Opened.

Step 2: Start Enterprise Server SM Agent, using the specified location  e.g., C:/jde_home/SCFHA/bin  ./startAgent

Step 3: Connect to the listener for Communicate Database with Enterprise Server by this Command –
login as: oracle
[email protected]'s password:
Last login: Fri Dec 1 15:26:15 2023 from 192.168.0.49
[oracle@KTDBSVR ~]$ lsnrctl

LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 01-DEC-2023 15:50:20

Copyright (c) 1991, 2023, Oracle. All rights reserved.

Welcome to LSNRCTL, type "help" for information.

LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=KTDBSVR)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
LSNRCTL> start
Starting /u01/app/oracle/product/19.3/db_home/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 19.0.0.0.0 - Production


System parameter file is /u01/app/oracle/product/19.3/db_home/network/admin/list ener.ora
Log messages written to /u01/app/oracle/diag/tnslsnr/KTDBSVR/listener/alert/log. xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=KTDBSVR)(PORT=1521)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=KTDBSVR)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production
Start Date 01-DEC-2023 15:50:27
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/19.3/db_home/network/admin/lis tener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/KTDBSVR/listener/alert/lo g.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=KTDBSVR)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
The listener supports no services
The command completed successfully
LSNRCTL>
LSNRCTL>
LSNRCTL>
LSNRCTL> sudo su -jde920
NL-00853: undefined command "sudo". Try "help"
LSNRCTL> exit
[oracle@KTDBSVR ~]$ sudo su -jde920
[sudo] password for oracle:
oracle is not in the sudoers file. This incident will be reported.
[oracle@KTDBSVR ~]$
[oracle@KTDBSVR ~]$
[oracle@KTDBSVR ~]$

Step 4: Start Agent by this command.


login as: jde920
[email protected]'s password:
Last login: Fri Dec 1 15:27:33 2023 from 192.168.0.49
The ORACLE_HOME has been set to /u01/app/client32/product/19.3/db_home
The PATH has been set to /u01/app/client32/product/19.3/db_home/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/u01/JDEdwardsPpack/E920/system/bin32

$
$
$
$ EndOneWorld.sh
Fri Dec 1 15:51:45 IST 2023 Stopping JD Edwards OneWorld - This may take a minute...

Fri Dec 1 15:51:55 IST 2023 JD Edwards OneWorld shutdown complete.

$
$
$ RunOneWorld.sh
Fri Dec 1 15:52:29 IST 2023 Starting JD Edwards OneWorld on KTDBSVR

Fri Dec 1 15:52:31 IST 2023 JD Edwards OneWorld startup complete.

$ cd /u01/jde_home/SCFHA
$
$
$ ls
agent.pid bin components config data jdk lib logs META-INF targets
$
$
$ cd bin
$ ls
bssvjaxwsbinding.py jde-db restartAgent runAgentV2 stopAgent
bssvjaxwspolicy.py remoteRestart rte.py startAgent
$ ./stopAgent

Step 5: Go to SCFHA/log Check log if Error were Occurred.


Step 6: Start Web Server and Services with All instances.
Step 7: Use WinSCP for linux.

Note: start database login as oracle/oracle


 Sqlplus / as sysdba
 Startup

You might also like