On Fri, 2008-06-20 at 08:14 -0400, Michael Di Domenico wrote: > Is it possible to change the ib node/port description with OFED? The > ports currently show up as "<hostname> HCA-1". I'd like to alter the > description if possible.
Node Description is writable on the host. You can write to: /sys/class/infiniband/<ib-driver><number>/node_desc e.g. (for Mellanox HCAs) /sys/class/infiniband/mlx4_0/node_desc /sys/class/infiniband/mthca0/node_desc There's a diag script which does this: set_nodedesc.sh At older diag versions, it had a slightly different name. -- Hal > Thanks > _______________________________________________ > general mailing list > [email protected] > http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general > > To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
