23.07.2014 Views

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

# uppercase the hex<br />

nid=$(echo $nid | tr '[abcdef]' '[ABCDEF]')<br />

# and convert to decimal<br />

nid=$(echo -e "ibase=16\n${nid/#0x}" | bc)<br />

case $lnd in<br />

QSWLND)<br />

# simply stick "mtn" on the front<br />

echo "mtn$nid"<br />

;;<br />

*) echo "@unknown LND: $lnd"<br />

esac<br />

;;<br />

11.2.<strong>1.6</strong> Building <strong>Lustre</strong><br />

If you are compiling the kernel from the source, enable GSS during configuration:<br />

# ./configure --with-linux=path_to_linux_source --enable-gss - \<br />

other-options<br />

When you enable <strong>Lustre</strong> with GSS, the configuration script checks all dependencies,<br />

like Kerberos and libgssapi installation, and in-kernel SUNRPC-related facilities.<br />

When you install lustre-xxx.rpm on target machines, RPM again checks for<br />

dependencies like Kerberos and libgssapi.<br />

Chapter 11 Kerberos 11-9

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!