Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News lustre 1.6.6 (Development branch) Post 302289090 by shaider on Wednesday 18th of February 2009 05:20:03 PM
Old 02-18-2009
configuring lustre1.6.6smp on Centos5.2

I'm in dire need of help. I've been assigned with this task and I have very little time and knowledge of lustre. Here's what I need to accomplish:
4 OSS's (connected to DDN controllers via 4gb fiber)
1 MDS/MGS
and 30 clients
The server hardware is as follows:
ibm e326 servers with infiniband (ib) cards

I attempted to follow the lustre manual but I'm failing at configuring lnet. I installed all the proper rpms however and added the following line to modprobe.conf:

options lnet networks=tcp0(ib0)

can someone confirm this line is correct? The infiniband interface is ib0 and we're using IP.

Secondly, what do I need to do to configure the MDS/MGS? I ran mkfs.lustre on my /dev/sda and it fails stating that it is in use by the system. Do need to create a partition? what size should I make it. If anyone out there can help I would really appreciate it!

Thanks!
 
RDS-PING(1)						    BSD General Commands Manual 					       RDS-PING(1)

NAME
rds-ping -- test reachability of remote node over RDS SYNOPSIS
rds-ping [-c count] [-i interval] [-I local_addr] remote_addr DESCRIPTION
rds-ping is used to test whether a remote node is reachable over RDS. Its interface is designed to operate pretty much the standard ping(8) utility, even though the way it works is pretty different. rds-ping opens several RDS sockets and sends packets to port 0 on the indicated host. This is a special port number to which no socket is bound; instead, the kernel processes incoming packets and responds to them. OPTIONS
The following options are available for use on the command line: -c count Causes rds-ping to exit after sending (and receiving) the specified number of packets. -I address By default, rds-ping will pick the local source address for the RDS socket based on routing information for the destination address (i.e. if packets to the given destination would be routed through interface ib0, then it will use the IP address of ib0 as source address). Using the -I option, you can override this choice. -i timeout By default, rds-ping will wait for one second between sending packets. Use this option to specified a different interval. The timeout value is given in seconds, and can be a floating point number. Optionally, append msec or usec to specify a timeout in milliseconds or microseconds, respectively. Specifying a timeout considerably smaller than the packet round-trip time will produce unexpected results. AUTHORS
rds-ping was written by Olaf Kirch <olaf.kirch@oracle.com>. SEE ALSO
rds(7), rds-info(1), rds-stress(1). BSD
Apr 22, 2008 BSD
All times are GMT -4. The time now is 02:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy