Rate This Document
Findability
Accuracy
Completeness
Readability

Verifying Lustre Functions

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to verify the basic write operation:

    echo "This is the basic write test for lustre" >> /mnt/lustre/test.log

  3. Run the following command to verify the basic read operation:

    cat /mnt/lustre/test.log

    This is the basic write test for lustre