http://www.dell.com/Downloads/Global/Power/ps4q09-20100176-Gulbeden.pdf

Administrators can also use the command line for driver installation. The command msiexec /qn /i path, where path is the path to the WinOF MSI pack- age, enables driver installation through the command line; the MSI package can reside on a net- work share to help avoid the need to copy packages to individual cluster nodes.


The clusrun command enables running the same command on multiple compute nodes in parallel, which can help save a significant amount of time for driver installation in large clusters. The ndinstall command, which comes with the InfiniBand driver, can be used with the -i parameter to enable Network Direct after driver installation. When Network Direct is enabled, the ndinstall -l command lists the OpenIB Network Direct provider.


자동설치방법

msiexec /qn /i {PATH}


설치 후 Network Direct Enable

ndinstall -i


Network Direct provider 확인하는 방법

ndinstall -l

+ Recent posts