恩皮系吧 关注:82贴子:9,987

回复:pppppppost

取消只看楼主收藏回复

16楼2015-10-31 20:16
回复
    17楼2015-10-31 20:24
    回复
      18楼2015-11-02 21:42
      回复
        19楼2015-11-02 22:46
        回复
          20楼2015-11-03 10:09
          回复
            4.5 (optional) Start opensm
            If you are going to use the opensm suetnet manager, edit /etc/default/opensm and add the port GUIDs of the interfaces on which you wish to start opensm.
            You can find the port GUIDs of your cards with the ibstat -p command:
            # ibstat -p
            0x0002c9030002fb05
            0x0002c9030002fb06
            /etc/default/opensm:
            PORTS="0x0002c9030002fb05 0x0002c9030002fb06"
            Note if you want to start opensm on all ports you can use the PORTS="ALL" keyword.
            Start opensm:
            #/etc/init.d/opensm start
            If opensm has started correctly you should see SUBNET UP messages in the opensm logfile (/var/log/opensm.<PORTID>.log).
            Mar 04 14:56:06 600685 [4580A960] 0x02 -> SUBNET UP
            Note that you can start opensm on multiple nodes; one node will be the active subnet manager and the others will put themselves into standby.


            22楼2015-11-03 10:12
            回复
              hackipedia.org/Hardware/SCSI/RDMA/SCSI%20RDMA%20Protocol.pdf


              23楼2015-11-08 19:48
              回复
                https://community.mellanox.com/thread/1225


                24楼2015-11-08 19:49
                回复
                  25楼2015-11-08 22:14
                  回复
                    26楼2015-11-08 22:27
                    回复
                      http://blog.csdn.net/jianjian1992


                      27楼2015-11-11 23:25
                      回复
                        28楼2015-11-13 14:14
                        回复
                          29楼2015-11-16 16:22
                          回复
                            30楼2016-03-03 09:12
                            回复
                              problem
                              root@OpenWrt:/tmp# opkg install kmod-usb-storage-extras
                              Installing kmod-usb-storage-extras (3.10.49-1) to root...
                              Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-usb-storage-extras_3.10.49-1_ar71xx.ipk.
                              Collected errors:
                              * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-storage-extras:
                              * kernel (= 3.10.49-1-0114c71ed85677c9c1e4911437af4743) *
                              * opkg_install_cmd: Cannot install package kmod-usb-storage-extras.
                              root@OpenWrt:/tmp#
                              fix
                              root@OpenWrt:/tmp# cd /usr/lib/opkg/
                              root@OpenWrt:/usr/lib/opkg# ls
                              info lists status
                              root@OpenWrt:/usr/lib/opkg# cp status status.bak
                              root@OpenWrt:/usr/lib/opkg# opkg info kernel
                              Package: kernel
                              Version: 3.10.49-1-8735fd85b4b12fd4c4755ddc9e5c9dee
                              Depends: libc
                              Status: install hold installed
                              Architecture: ar71xx
                              Installed-Time: 1482484236
                              root@OpenWrt:/usr/lib/opkg# ls
                              info lists status status.bak
                              root@OpenWrt:/usr/lib/opkg# sed -i 's/8735fd85b4b12fd4c4755ddc9e5c9dee/0114c71ed85677c9c1e4911437af474
                              3/' status
                              root@OpenWrt:/usr/lib/opkg# opkg info kernel
                              Package: kernel
                              Version: 3.10.49-1-0114c71ed85677c9c1e4911437af4743
                              Depends: libc
                              Status: install hold installed
                              Architecture: ar71xx
                              Installed-Time: 1482484236
                              root@OpenWrt:/usr/lib/opkg#


                              32楼2016-12-25 23:23
                              回复