From Fedora Project Wiki

m (Link correction)
(Updated links and change to using autopart partitioning)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This install verifies that installing on an ISCSI device works properly. Please refer to [[QA:ISCSI_Installation_Test_plan]] for detailed description.
|description=This install verifies that unauthenticated access to and installation with an iSCSI <ref>http://en.wikipedia.org/wiki/ISCSI</ref> block device works properly. While this test can be performed on systems with iBFT <ref>http://en.wikipedia.org/wiki/ISCSI_Boot_Firmware_Table</ref> support, it is intended for systems that do not support booting iSCSI volumes.  For a more exhaustive test iSCSI strategy, refer to [[QA:iSCSI_Installation_Test_plan]].
<references/>
|setup=If a ''hardware' iSCSI target is unavailable, you may setup a ''software'' iSCSI target following the instructions at [[Scsi-target-utils_Quickstart_Guide#Up_and_running_in_3_steps]].
|actions=
|actions=
# Start installation, advance to Storage Devices screen.
# Start installation using any available means (CD, DVD, {{filename|boot.iso}} etc...)
# Advance to ''Storage Devices'' screen.
# Choose ''Specialized Storage Devices'' and click ''Next''.
# Choose ''Specialized Storage Devices'' and click ''Next''.
# Click ''Add Advanced Target'', and select ''Add ISCSI Target'' on the Advanced Storage Options window to add drive.  
# To add an iSCSI volume, click ''Add Advanced Target''.  On the ensuing ''Advanced Storage Options'' dialog, select ''Add iSCSI Target''.
# Configure ISCSI parameters and click ''Add target'' button.
# Configure iSCSI parameters and click ''Add target'' button. Under ''Other SAN Devices'', select all detected iSCSI volumes
# At partitioning Screen, select ''Create custom layout'' option, advance to next screen.
# Proceed to the partitioning screen, and select ''Use all space''.  Click ''Next'' to proceed.
# Create raw partition on iSCSI target with <code>/</code> mount point.
# Select all local and remote iSCSI volumes as ''Install Target Devices''. Be sure the iSCSI volumes are not selected as the ''Boot'' volume. Click ''Next'' to proceed
# Create <code>/boot</code> partition use iBFT (alternatively use PXE or on local hard drive).
# Complete installation as desired.
# Complete installation.
|results=
|results=
# ISCSI inititiator is properly started.
# The installer connects to the iSCSI target without error
# New SCSI drive(s) is included in list of available drives.
# All expected iSCSI disks are included in list of available disks.
# Installation is completed without error.
# Installation completes without error.
# New system will start with all filesystems mounted.
# The installed system boots with all filesystems on the iSCSI device mounted.  For assistance troubleshooting network boot issues, consult [[How_to_debug_Dracut_problems]].
}}
}}
[[Category:ISCSI_installation]]

Revision as of 17:10, 20 April 2010

Description

This install verifies that unauthenticated access to and installation with an iSCSI [1] block device works properly. While this test can be performed on systems with iBFT [2] support, it is intended for systems that do not support booting iSCSI volumes. For a more exhaustive test iSCSI strategy, refer to QA:iSCSI_Installation_Test_plan.

Setup

If a hardware' iSCSI target is unavailable, you may setup a software iSCSI target following the instructions at Scsi-target-utils_Quickstart_Guide#Up_and_running_in_3_steps.

How to test

  1. Start installation using any available means (CD, DVD, boot.iso etc...)
  2. Advance to Storage Devices screen.
  3. Choose Specialized Storage Devices and click Next.
  4. To add an iSCSI volume, click Add Advanced Target. On the ensuing Advanced Storage Options dialog, select Add iSCSI Target.
  5. Configure iSCSI parameters and click Add target button. Under Other SAN Devices, select all detected iSCSI volumes
  6. Proceed to the partitioning screen, and select Use all space. Click Next to proceed.
  7. Select all local and remote iSCSI volumes as Install Target Devices. Be sure the iSCSI volumes are not selected as the Boot volume. Click Next to proceed
  8. Complete installation as desired.

Expected Results

  1. The installer connects to the iSCSI target without error
  2. All expected iSCSI disks are included in list of available disks.
  3. Installation completes without error.
  4. The installed system boots with all filesystems on the iSCSI device mounted. For assistance troubleshooting network boot issues, consult How_to_debug_Dracut_problems.