Steps To Start Enterprise Server (Linux) With Database
Steps To Start Enterprise Server (Linux) With Database
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> 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...
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 ~]$
$
$
$
$ EndOneWorld.sh
Fri Dec 1 15:51:45 IST 2023 Stopping JD Edwards OneWorld - This may take a minute...
$
$
$ RunOneWorld.sh
Fri Dec 1 15:52:29 IST 2023 Starting JD Edwards OneWorld on KTDBSVR
$ 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