This is a short fix for the error FAIL(S0030) that comes up during the HP Vertica Installation. What is Readahead ? Readahead is a system call of the Linux kernel that loads a file's contents into the page cache, providing that way a file prefetching technology. When a file is subsequently accessed, its contents are read from the main memory (RAM) rather than from a hard disk drive (HDD), resulting in much lower file access latencies due to much higher performance of the main memory. Many Linux distributions use readahead on a list of commonly used files to speed up booting. In such a setup, if the kernel is booted with the profile boot parameter, it will record all file accesses during bootup and write a new list of files to be read during later boot sequences. Let's go an see how we can fix this erros HP Vertica requires that Disk Readahead be set to at least 2048.