Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Oracle Server Not Starting Local Tetra
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
[[Category:Tetra Local]] 1) Stop and start oracle. Ensure that Oracle services are completely stopped before starting. /etc/init.d/dbora stop ps -elf | grep ora pkill -u oracle OR kill -9 <oracle ID> /etc/init.d/dbora start 2) Check with 'ip a' if two ip addresses are bound to eth1. The two addresses are 192.168.1.37, and 192.168.0.3. If either is not up, make it up and restart oracle. ip a Output: 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:07:e9:09:f9:9c brd ff:ff:ff:ff:ff:ff inet '''192.168.1.37/24''' brd 192.168.1.255 scope global eth1:0 inet '''192.168.0.3/24''' brd 192.168.0.255 scope global eth1 inet6 fe80::207:e9ff:fe09:f99c/64 scope link valid_lft forever preferred_lft forever If 192.168.1.37 is down, run the following: ifup eth1 If 192.168.0.3 is down, run the following: ifup eth1:0 Restart oracle after this. Follow step 1.
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)