This is a short fix for the error FAIL(S0030) that comes up during the HP Vertica Installation.
FAIL (S0030): ntpd process is not running: ['ntpd', 'ntp']
[root@primary tmp]# /etc/init.d/ntpd status
ntpd is stopped
[root@primary tmp]# /etc/init.d/ntpd start
Starting ntpd: [ OK ]
[root@primary tmp]# /etc/init.d/ntpd status
ntpd (pid 4772) is running...
[root@primary tmp]# /sbin/chkconfig ntpd on