Changes

From Amahi Wiki
Jump to: navigation, search
45 bytes removed ,  13:20, 20 February 2012
Set up an iSCSI server on the Amahi box. You can install it using yum. Note that all actions must be done as user root.
{{Code|root@host# yum install scsi-target-utils}}
Set up 1 Logical Volume (LV) that will be exported as an iSCSI LUN. The below output shows my LV created for time machine (hence the name lvtime).
{{Code|root@host# lvs <nowiki>|</nowiki> grep time
lvtime vg00 -wi-ao 500.00g}}
Start the iSCSI target daemon and make sure it starts at boot time:
{{Code|root@host# service tgtd start; chkconfig tgtd on}}
Check the exported LUN(s):
{{Code|root@host# tgt-admin -s}}
= Client side =
12,424

edits