![Cray ClusterStor L300 Installation Manual Download Page 87](http://html1.mh-extra.com/html/cray/clusterstor-l300/clusterstor-l300_installation-manual_2680121087.webp)
13.8 Post-Install Checkout
Prerequisites
Installation of the ClusterStor L300 and L300N system is complete and the Lustre file system is running.
Procedure
1. If Lustre is not running, start Lustre:
[MGMT0]$
cscli mount-f file_system_name
2. Run
obdfilter-survey
on the primary OSS nodes:
[MGMT0]$
sudo pdsh -g oss=primary 'nobjlo=8 nobjhi=8 thrlo=1408 thrhi=1408 \
size=$((256*1024)) rszmax=$((128*1024)) rszlo=4096 rszhi=4096 \
obdfilter-survey'
3. Run the
obdfilter-survey
on the secondary OSS nodes:
[MGMT0]$
sudo pdsh -g oss=secondary 'nobjlo=8 nobjhi=8 thrlo=1408 \
thrhi=1408 size=$((256*1024)) rszmax=$((128*1024)) rszlo=4096 \
rszhi=4096 obdfilter-survey'
4. Set the time zone.
a. Check if the current time and zone require setting:
[MGMT0]$
date
b. List the available time zones:
[MGMT0]$
cscli set_timezone --list
c. Set the time zone:
[MGMT0]$
cscli set_timezone --set COUNTRY/CITY
d. Use the
date
command again to verify the time zone is correct.
13.9 Test Client Mount of Lustre File System
About this task
This procedure describes how to test-mount a client on the Lustre file system for the secondary MGMT node
(MGMT1) to verify that the system functions correctly. The steps below describe how to use the CSCLI or CSM to
mount the Lustre file system on the secondary MGMT node.
Procedure
1.
Perform the First-Run Configuration
87