Could someone let me know what I'm doing wrong.
[lam_at_jose lam]$ lamboot -v -d /etc/lam/lam-bhost.def
n0<1519> ssi:boot: Opening
n0<1519> ssi:boot: opening module bproc
n0<1519> ssi:boot: initializing module bproc
n0<1519> ssi:boot:bproc: bproc_version() failed
n0<1519> ssi:boot: module not available: bproc
n0<1519> ssi:boot: opening module globus
n0<1519> ssi:boot: initializing module globus
n0<1519> ssi:boot:globus: globus-job-run not found, globus boot will not
run
n0<1519> ssi:boot: module not available: globus
n0<1519> ssi:boot: opening module rsh
n0<1519> ssi:boot: initializing module rsh
n0<1519> ssi:boot:rsh: module initializing
n0<1519> ssi:boot:rsh:agent: rsh
n0<1519> ssi:boot:rsh:username: <same>
n0<1519> ssi:boot:rsh:verbose: 1000
n0<1519> ssi:boot:rsh:algorithm: linear
n0<1519> ssi:boot:rsh:priority: 75
n0<1519> ssi:boot: module available: rsh, priority: 75
n0<1519> ssi:boot: finalizing module bproc
n0<1519> ssi:boot:bproc: finalizing
n0<1519> ssi:boot: closing module bproc
n0<1519> ssi:boot: finalizing module globus
n0<1519> ssi:boot:globus: finalizing
n0<1519> ssi:boot: closing module globus
n0<1519> ssi:boot: Selected boot module rsh
LAM 7.0/MPI 2 C++/ROMIO/bproc - Indiana University
n0<1519> ssi:boot:base: looking for boot schema in following
directories:
n0<1519> ssi:boot:base: <current directory>
n0<1519> ssi:boot:base: $TROLLIUSHOME/etc
n0<1519> ssi:boot:base: $LAMHOME/etc
n0<1519> ssi:boot:base: /usr/local/etc
n0<1519> ssi:boot:base: looking for boot schema file:
n0<1519> ssi:boot:base: /etc/lam/lam-bhost.def
n0<1519> ssi:boot:base: found boot schema: /etc/lam/lam-bhost.def
n0<1519> ssi:boot:rsh: found the following hosts:
n0<1519> ssi:boot:rsh: n0 master (cpu=1)
n0<1519> ssi:boot:rsh: n1 tigger (cpu=1)
-----------------------------------------------------------------------------
Could not resolve the hostname "tigger" that was in the host file.
Things to check:
- is "tigger" in /etc/hosts?
try "grep tigger /etc/hosts"
- is "tigger" resolvable by DNS (or some other naming service)?
try "ping tigger" or "nslookup tigger" or "dig tigger"
-----------------------------------------------------------------------------
/etc/hosts file:
[lam_at_jose lam]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.1.1 master
192.168.1.2 lion
192.168.1.3 tigger
192.168.1.4 cougar
192.168.1.5 jaga
192.168.1.6 ocelot
192.168.1.7 cheeta
192.168.1.8 leopard
127.0.0.1 localhost
lam-bhosts.def
# Copyright (c) 2001-2002 The Trustees of Indiana University.
# All rights reserved.
# Copyright (c) 1998-2001 University of Notre Dame.
# All rights reserved.
# Copyright (c) 1994-1998 The Ohio State University.
# All rights reserved.
#
# This file is part of the LAM/MPI software package. For license
# information, see the LICENSE file in the top level directory of the
# LAM/MPI source distribution.
#
#
# Ohio Trollius
#
# Function: - bhost.def
# - a single-node LAM
#
#localhost
master
lion
tigger
cougar
jaga
ocelot
cheeta
leopard
~
nslookup & ping
I'm able to do both reverse and forward lookups of the machines and I
can ping and rsh to the hosts without a problem
Thanks,
|