From 66b4672a8c3c4a0f2a4e084ee7f5d19c07410af0 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Tue, 27 Feb 2018 14:20:50 +0530 Subject: doc: update README about starting Open-iSCSI service Change-Id: Ifc02424dd5009be8303d75fabc0292fa68b27dc7 Signed-off-by: Prasanna Kumar Kalever --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1205a20..7c445bb 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ EXPORTED NODE(S): 192.168.1.11 192.168.1.12 192.168.1.13 ##### On the Initiator machine
 # dnf install iscsi-initiator-utils device-mapper-multipath
+# systemctl start iscsid.service
+# systemctl enable iscsid.service
 # lsblk (note the available devices)
 
 You can skip configuring multipath, if you choose not to enable mpath.
@@ -198,6 +200,7 @@ devices {
 }
 Ctrl^C
 # systemctl restart multipathd
+# systemctl enable multipathd
 
 Discovery ...
 # iscsiadm -m discovery -t st -p 192.168.1.11
-- 
cgit