Verifying Lustre Functions
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to verify the basic write operation:
echo "This is the basic write test for lustre" >> /mnt/lustre/test.log
- Run the following command to verify the basic read operation:
cat /mnt/lustre/test.log
This is the basic write test for lustre
Parent topic: Configuring Lustre