Here is what hostname returns:
devlhvm03.sdl1.secureserver.net

Here is the /etc/hosts:
127.0.0.1               localhost.localdomain localhost
172.16.17.63            devlhvm03.sdl1.secureserver.net devlhvm03

If I run the resolveip directly, here is what I get:

#/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686/bin/resolveip `hostname`
IP address of devlhvm03.sdl1.secureserver.net is 172.16.17.63
  --OR--
#/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686/bin/resolveip 
devlhvm03.sdl1.secureserver.net
IP address of devlhvm03.sdl1.secureserver.net is 172.16.17.63

#/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686-icc/bin/resolveip `hostname`
/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686-icc/bin/resolveip: Unable to find 
hostid for
'devlhvm03.sdl1.secureserver.net': no recovery
  --OR--
#/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686-icc/bin/resolveip 
devlhvm03.sdl1.secureserver.net
/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686-icc/bin/resolveip: Unable to find 
hostid for
'devlhvm03.sdl1.secureserver.net': no recovery

Thanks,
Darryl


> -------- Original Message --------
> Subject: Re: Intel compiled 4.1.2
> From: "Peter J Milanese" <[EMAIL PROTECTED]>
> Date: Wed, June 16, 2004 10:00 am
> To: "Darryl Rodden" <[EMAIL PROTECTED]>
> Cc: "mysql_general mysql_general" <[EMAIL PROTECTED]>
>
> It's not really complaining about /etc/hosts.
>
> It's complaining that "hostname" command does not return anything that
> is
> in /etc/hosts.
>
> type 'hostname' at the command prompt. Add what that returns to the
> /etc/hosts entry for the machine.
>
> Let me know how that goes-
>
> P
>
>
>
>
> Darryl Rodden <[EMAIL PROTECTED]>
> 06/16/2004 12:59 PM
>
>         To:     mysql_general mysql_general <[EMAIL PROTECTED]>
>         cc:
>         Subject:        Intel compiled 4.1.2
>
>
> Hi,
>
> I have a 4.1.2 database installed and running on a REL 3 server.  I
> installed the Intel
> compiled 4.1.2 to see how much of a performance increase I would get,
> but
> I am having
> trouble with it.  The scripts/mysql_install_db is giving me the
> following
> error.
>
>    #scripts/mysql_install_db
>    Neither host 'devlhvm03.sdl1.secureserver.net' and 'localhost' could
>
> not be looked up with
>    ./bin/resolveip
>    Please configure the 'hostname' command to return a correct
> hostname.
>    If you want to solve this at a later stage, restart this script
> with
>    the --force option
>
> Both 'devlhvm03.sdl1.secureserver.net' and 'localhost'  are defined in
> the
> /etc/hosts file.
> If I run "bin/resolveip localhost" in the gcc compiled distribution
> directory
> (/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686), it works fine.
> Running that same
> command in the Intel compiled distribution directory
> (/usr/local/mysql-standard-4.1.2-alpha-pc-linux-i686-icc) fails!
>
> I installed the Intel version from a binary distribution, just like I
> did
> the original 4.1.2
> using these steps (I did not have to create the mysql user or group
> because they
> already exist):
>
>    sudo su
>    cd /usr/local
>    tar zxf mysql-standard-4.1.2-alpha-pc-linux-i686-icc.tar.gz
>    rm mysql
>    ln -s mysql-standard-4.1.2-alpha-pc-linux-i686-icc mysql
>    cd mysql
>    scripts/mysql_install_db
>
> Any ideas?
>
> Thanks,
> Darryl
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to