Test Description
This test checks that the iSCSI service is running on Linux hosts.
This test case fails if:
The iSCSI service is not running
This test case passes if:
The iSCSI service is running
How to fix this test
Automatic fix
PowerTools starts the iSCSI service.
Manual fix
On linux distributions using systemd (SUSE 12, Ubuntu 16.04, Red Hat 7, CentOS 7), start the iscsid
service by running the following command:
systemctl start iscsid
On other supported distributions, start the iscsid
service by running the following command:
SUSE 11:
service open-iscsi start
Ubuntu 14.04:
service open-iscsi start
Red Hat 5 & 6 and CentOS 5 & 6:
service iscsid force-start
Applies to
All linux distributions.
Last edited: 2018-01-18 17:00:52 UTC
Comments