Oracle Installation Error [INS-06101] IP address of localhost cocould not be determined Solution

Source: Internet
Author: User

This error occurs because the host name and/etc/hosts file are inconsistent. You only need to write the host name and its IP address to the/etc/hosts file and then OK.

Note that the name cannot contain underscores.

In addition to modifying the network file, run the hostname command to specify the host name, so you do not need to restart the OS.

 

1. Modify the/etc/sysconfig/network File

[Root @ localhost ~] # Cat/etc/sysconfig/network

NETWORKING = yes

NETWORKING_IPV6 = no

HOSTNAME = shark

 

2. Use the hostname command to modify the host name. The modification and restart will fail, but we have modified it in the first step. So it does not matter if it fails.

[Root @ localhost ~] # Hostname

Localhost

[Root @ localhost ~] # Hostname shark

[Root @ localhost ~] # Hostname

Dave

 

3. Modify the hosts file

 

[Root @ localhost ~] # Cat/etc/hosts

# Do not remove the following line, orvarious programs

# That require network functionality willfail.

127.0.0.1 localhost

192.168.7.2 shark


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.