Test Description
The tool checks that the multipath tools init-service
is configured to start on boot.
This test case fails if:
The service boot.multipath
is not configured to start on boot.
This test case passes if:
The service boot.multipath
is configured to start on boot.
How to fix this test
Automatic fix
The tool attempts to configure the service to run on boot by executing:
chkconfig
Manual fix
Configure boot.multipath to automatically start by using chkconfig.
Comments