[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lustre-announce
Subject:    [Lustre-discuss] using anything but local host...
From:       Jeremy Hansen <jeremy () methanesea ! com>
Date:       2004-04-23 1:21:16
Message-ID: Pine.LNX.4.44L0.0404221818310.30727-100000 () home1 ! methanesea ! com
[Download RAW message or body]


I'm trying to get through some basics with lustre.  Right now using 
anything but localhost as my node name results in a /usr/sbin/lctl (22): 
error: setup: Invalid argument.

Using the exact same script to create my xml file using localhost rather 
then the actual dns name of the external interface results in a successful 
mount.

Create script:

#!/bin/sh

lmc -o lov.xml --add node --node localhost
lmc -m lov.xml --add net --node localhost --nid localhost --nettype tcp
lmc -m lov.xml --format --add mds --node localhost --mds mds1 --fstype 
ext3 --dev /tmp/mds1 --size 50000
lmc -m lov.xml --add lov --lov lov1 --mds mds1 --stripe_sz 65536 
--stripe_cnt 0 --stripe_pattern 0
lmc -m lov.xml --add ost --node localhost --lov lov1 --ost ost1 --fstype 
ext3 --dev /tmp/ost1 --size 100000
lmc -m lov.xml --add ost --node localhost --lov lov1 --ost ost2 --fstype 
ext3 --dev /tmp/ost2 --size 100000
lmc -m lov.xml --add mtpt --node localhost --path /mnt/lustre --mds mds1 
--lov lov1 
lconf --reformat --gdb lov.xml


Using the machine's actual hostname instead of localhost causes it to 
fail.

Any ideas for me.

Thanks

_______________________________________________
Lustre-discuss mailing list
Lustre-discuss@lists.clusterfs.com
https://lists.clusterfs.com/mailman/listinfo/lustre-discuss
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic