You are on page 1of 4

1-How to stop MINOS process

Login with root user

Go to /export/home/ems/ums-server/ /export/home/omc/ums-server

Check ps –ef|grep ems – following process will be running

Close all the process by below command

./shutdown-console.sh(root user)

Check ps –ef|grep ems

ps –ef|grep corba

ps –ef|grep java

there should be no process running.

2-How to stop oracle

Switch user to oracle su – oracle

Connect to database as below

Sqlplus sys/oracle@minos as sysdba

Then shutdown oracle


Shutdown immediate

Note---If cant shutdown immediate then try shutdown abort

Then quit

3-Start oracle

Connect to oracle

Sqlplus sys/oracle as sysdba

Start the oracle by startup

Quit

Then check listener for minos

lsnrctl status
4-starting Minos process

Switch to root user

Go to /export/home/ems/ums-server/

Give below command

nohup ./console.sh

Wait few minutes and check ps –ef|grep ems if all process is showing

If any error

Check nohup.out file log.

For minos start up log check

Go to /export/home/ems/ums-server/utils/console/works/console1/log

Check the current date log as console-console1-20150414-1300-24055.log


For oracle startup and other issue

Go to $ORACLE_BASE/admin/minos/bdump

Check alert_minos.log

Check .trc file of respective time

Go to $ORACLE_BASE/admin/minos/udump

Check .trc file of respective time

You might also like