View RSS Feed

mehdi

  1. PVFS version 2, first try, part 2

    by on August 22nd, 2008 at 05:49 AM
    The next step is to propagate the config on the nodes (compute-00-00, compute-00-01, compute-00-02). The installer is not part of the server pool (will copy the fs-conf file on clients only later).

    We want a rc script to start the server, so just edit the one provided in the example directory:

    --------------------------------------------------------
    cp examples/pvfs2-server.rc examples/pvfs2-server
    -------------------------------------------------------- ...

    Updated August 22nd, 2008 at 05:51 AM by mehdi

    Categories
    Kusu/OCS
  2. PVFS version 2, first try

    by on August 22nd, 2008 at 05:01 AM
    Let's play with PVFS (Parallel Virtual File System), and perform a manual install on an OCS 5 cluster. If we want to build a kit, then we should be able to recompile the code (+dependencies), understand the configuration, and of course how to test it, right ?

    Two versions of are available; I will use version 2. The homepage is here:

    Parallel Virtual File System, Version 2


    So, let's start with the latest and greatest version: PVFS-2.7.1
    ...

    Updated August 22nd, 2008 at 05:51 AM by mehdi

    Categories
    Kusu/OCS
  3. LAVA, Open MPI, Infiniband (OFED) and ... RLIMIT_MEMLOCK

    by on August 21st, 2008 at 05:58 AM
    When submitting an openmpi job through lava on a cluster that is IB enabled (OFED), you will probably see this kind of error:

    ##################################################
    [compute-0-0.local:07337] mca_mpool_openib_register: ibv_reg_mr(0x1711000,528384) failed with error: Cannot allocate memory[compute-0-0.local:07337] mca_mpool_openib_register: ibv_reg_mr(0x1711000,528384) failed with error: Cannot allocate memory
    [0,1,9][btl_openib.c:808:mca_btl_openib_create_cq_srq] ...

    Updated August 22nd, 2008 at 05:52 AM by mehdi

    Categories
    Lava