To Harry Mangalam about Gluster/RDMA: make sure these modules are loaded # modprobe -v rdma_ucm # modprobe -v ib_uverbs # modprobe -v ib_ucm To run the subnet manager # modprobe -v ib_umad Make sure libibverbs and (libmlx4 or libmthca) RPMs are installed. I don't understand why they appropriate modules aren't loaded automatically. Could put something in /etc/modprobe.d/ to make this happen maybe? Infiniband should not require troubleshooting after 5-10 years of development, it should just work.
Ben, /etc/init.d/openibd start - should do everything for you i presume. -Harsha On Mon, Nov 7, 2011 at 6:44 AM, Ben England <bengland at redhat.com> wrote:> To Harry Mangalam about Gluster/RDMA: > > make sure these modules are loaded > > # modprobe -v rdma_ucm > # modprobe -v ib_uverbs > # modprobe -v ib_ucm >
Strange Known Issues. http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/ar01s04s02.html Its called 'rdma' now. -Harsha On Mon, Nov 7, 2011 at 10:55 AM, Harshavardhana <harsha at gluster.com> wrote:> http://people.redhat.com/dledford/infiniband_get_started.html -