Before rebooting a “new” server for the first time, is worth to check for encrypted drives and validate the password. For LUKS we can use cryptsetup.

$ cryptsetup luksOpen /dev/drive_name tmp_name --verify-passphrase --verbose