Howdy, We recently changed our ip scheme for our cluster. I disconnected all of the clients, ost's, and unmounted the combined mdt/mgs.
changed the ip addresses for eth0, ib0 and ib1 on the MDS, and changed the LNET parameters in modprobe.ddn to reflect the new ip's. Next I ran the tunefs.lustre to make the changes (see below for the full syntax and output). Now, when I attempt to mount the mdt/mgs I get: # mount /mnt/mdt-mtpt mount.lustre: mount /dev/sdb at /mnt/mdt-mtpt failed: Cannot assign requested address I've tried a reboot, thinking maybe a port might be in use, still the same problem. I've searched the docs and found the error message in the source code, but no useful tech docs. Have you encountered this or do you have any suggestions? Here's the tunefs command I ran to change the nids to our new IP scheme: # hostname lustre-mds-0-0 # lctl list_nids 192.168.2.20@o2ib 192.168.3.20@o2ib1 172.20.0.20@tcp # tunefs.lustre --writeconf --erase-params --param="failover.node=192.168.2.20@o2ib" --param="failover.node=192.168.3.20@o2ib1" --param="failover.node=172.20.0.20@tcp" --param="mdt.group_upcall=NONE" /dev/sdb checking for existing Lustre data: found CONFIGS/mountdata Reading CONFIGS/mountdata Read previous values: Target: lustre-MDT0000 Index: 0 Lustre FS: lustre Mount type: ldiskfs Flags: 0x545 (MDT MGS update writeconf ) Persistent mount opts: errors=remount-ro,iopen_nopriv,user_xattr Parameters: failover.node=192.168.2.20@o2ib failover.node=192.168.3.20@o2ib1 failover.node=172.20.0.20@tcp mdt.group_upcall=NONE # ifconfig eth0 Link encap:Ethernet HWaddr 84:2B:xxxx inet addr:172.20.0.20 Bcast:172.20.255.255 Mask:255.255.0.0 ib0 Link encap:InfiniBand HWaddr 80:00:xxxxx inet addr:192.168.2.20 Bcast:192.168.2.255 Mask:255.255.255.0 ib1 Link encap:InfiniBand HWaddr 80:00:xxxx inet addr:192.168.3.20 Bcast:192.168.3.255 Mask:255.255.255.0 ================================= Mike Hanby mha...@uab.edu UAB School of Engineering Information Systems Specialist II IT HPCS / Research Computing _______________________________________________ Lustre-discuss mailing list Lustre-discuss@lists.lustre.org http://lists.lustre.org/mailman/listinfo/lustre-discuss