HPE MSA Fibre Channel And ISCSI Drivers
Có thể bạn quan tâm
The HPMSAFCDriver and HPMSAISCSIDriver Cinder drivers allow the HPE MSA 2060, 1060, 2050, 1050, 2040, and 1040 arrays to be used for Block Storage in OpenStack deployments.
System requirements¶
To use the HPMSA drivers, the following are required:
HPE MSA 2060, 1060, 2050, 1050, 2040 or 1040 array with:
iSCSI or FC host interfaces
G22x, V270 or I100 firmware or later
Network connectivity between the OpenStack host and the array management interfaces
HTTPS or HTTP must be enabled on the array
Supported operations¶
Create, delete, attach, and detach volumes.
Create, list, and delete volume snapshots.
Create a volume from a snapshot.
Copy an image to a volume.
Copy a volume to an image.
Clone a volume.
Extend a volume.
Migrate a volume with back-end assistance.
Retype a volume.
Manage and unmanage a volume.
Configuring the array¶
Verify that the array can be managed using an HTTPS connection. HTTP can also be used if hpmsa_api_protocol=http is placed into the appropriate sections of the cinder.conf file, but this option is deprecated and will be removed in a future release.
Confirm that virtual pools A and B are present if you plan to use virtual pools for OpenStack storage.
If you plan to use vdisks instead of virtual pools, create or identify one or more vdisks to be used for OpenStack storage; typically this will mean creating or setting aside one disk group for each of the A and B controllers.
Edit the cinder.conf file to define a storage back-end entry for each storage pool on the array that will be managed by OpenStack. Each entry consists of a unique section name, surrounded by square brackets, followed by options specified in key=value format.
The hpmsa_pool_name value specifies the name of the storage pool or vdisk on the array.
The volume_backend_name option value can be a unique value, if you wish to be able to assign volumes to a specific storage pool on the array, or a name that is shared among multiple storage pools to let the volume scheduler choose where new volumes are allocated.
The rest of the options will be repeated for each storage pool in a given array:
volume_driver specifies the Cinder driver name.
san_ip specifies the IP addresses or host names of the array’s management controllers.
san_login and san_password specify the username and password of an array user account with manage privileges.
driver_use_ssl should be set to true to enable use of the HTTPS protocol.
hpmsa_iscsi_ips specifies the iSCSI IP addresses for the array if using the iSCSI transport protocol.
In the examples below, two back ends are defined, one for pool A and one for pool B, and a common volume_backend_name is used so that a single volume type definition can be used to allocate volumes from both pools.
Example: iSCSI example back-end entries
[pool-a] hpmsa_pool_name=A volume_backend_name=hpmsa-array volume_driver=cinder.volume.drivers.san.hp.hpmsa_iscsi.HPMSAISCSIDriver san_ip=10.1.2.3,10.1.2.4 san_login=manage san_password=!manage hpmsa_iscsi_ips=10.2.3.4,10.2.3.5 driver_use_ssl=true [pool-b] hpmsa_pool_name=B volume_backend_name=hpmsa-array volume_driver=cinder.volume.drivers.san.hp.hpmsa_iscsi.HPMSAISCSIDriver san_ip=10.1.2.3,10.1.2.4 san_login=manage san_password=!manage hpmsa_iscsi_ips=10.2.3.4,10.2.3.5 driver_use_ssl=trueExample: Fibre Channel example back-end entries
[pool-a] hpmsa_pool_name=A volume_backend_name=hpmsa-array volume_driver=cinder.volume.drivers.san.hp.hpmsa_fc.HPMSAFCDriver san_ip=10.1.2.3,10.1.2.4 san_login=manage san_password=!manage driver_use_ssl=true [pool-b] hpmsa_pool_name=B volume_backend_name=hpmsa-array volume_driver=cinder.volume.drivers.san.hp.hpmsa_fc.HPMSAFCDriver san_ip=10.1.2.3,10.1.2.4 san_login=manage san_password=!manage driver_use_ssl=trueIf any volume_backend_name value refers to a vdisk rather than a virtual pool, add an additional statement hpmsa_pool_type = linear to that back end entry.
If HTTPS is not enabled in the array, include hpmsa_api_protocol = http in each of the back-end definitions.
If HTTPS is enabled, you can enable certificate verification with the option driver_ssl_cert_verify = True. You may also use the driver_ssl_cert_path option to specify the path to a CA_BUNDLE file containing CAs other than those in the default list.
Modify the [DEFAULT] section of the cinder.conf file to add an enabled_backends parameter specifying the back-end entries you added, and a default_volume_type parameter specifying the name of a volume type that you will create in the next step.
Example: [DEFAULT] section changes
[DEFAULT] # ... enabled_backends=pool-a,pool-b default_volume_type=hpmsaCreate a new volume type for each distinct volume_backend_name value that you added to the cinder.conf file. The example below assumes that the same volume_backend_name=hpmsa-array option was specified in all of the entries, and specifies that the volume type hpmsa can be used to allocate volumes from any of them.
Example: Creating a volume type
$ openstackvolumetypecreatehpmsa $ openstackvolumetypeset--propertyvolume_backend_name=hpmsa-arrayhpmsaAfter modifying the cinder.conf file, restart the cinder-volume service.
Driver-specific options¶
The following table contains the configuration options that are specific to the HPMSA drivers.
Configuration option = Default value | Description |
|---|---|
hpmsa_iscsi_ips = [] | (List of String) List of comma-separated target iSCSI IP addresses. |
hpmsa_pool_name = A | (String) Pool or Vdisk name to use for volume creation. |
hpmsa_pool_type = virtual | (String(choices=[‘linear’, ‘virtual’])) linear (for Vdisk) or virtual (for Pool). |
hpmsa_api_protocol = https | (String(choices=[‘http’, ‘https’])) HPMSA API interface protocol. DEPRECATED |
hpmsa_verify_certificate = False | (Boolean) Whether to verify HPMSA array SSL certificate. DEPRECATED |
hpmsa_verify_certificate_path = None | (String) HPMSA array SSL certificate path. DEPRECATED |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.
found an error? report a bug OpenStack Documentation- Guides
- Install Guides
- User Guides
- Configuration Guides
- Operations and Administration Guides
- API Guides
- Contributor Guides
- Languages
- Deutsch (German)
- Français (French)
- Bahasa Indonesia (Indonesian)
- Italiano (Italian)
- 日本語 (Japanese)
- 한국어 (Korean)
- Português (Portuguese)
- Türkçe (Türkiye)
- 简体中文 (Simplified Chinese)
cinder 27.1.0.dev123
- Installation Guide
- Cinder Administration
- Cinder Service Configuration
- Introduction to the Block Storage service
- Using service tokens
- Volume drivers
- Backup drivers
- Block Storage schedulers
- Log files used by Block Storage
- Policy Personas and Permissions
- Policy configuration
- Policy configuration HowTo
- Fibre Channel Zone Manager
- Volume encryption supported by the key manager
- Additional options
- Block Storage service sample configuration files
- All About Cinder Drivers
- Command-Line Interface Reference
- Contributor Guide
- API Microversions
- Glossary
Page Contents
- HPE MSA Fibre Channel and iSCSI drivers
- System requirements
- Supported operations
- Configuring the array
- Driver-specific options
Từ khóa » Hp San 2040 Configuration
-
HPE MSA 2040 SAN Storage - Configuration
-
HPE MSA 2040 SAN Storage - Operating
-
Basic Configuration Of HP SAN Storage (MSA 2040) - YouTube
-
SAN Storage (HP MSA 2040) Installation And Configuration
-
How To Configure HP SAN Storage MSA 2040 Step By Step
-
HPE MSA 2040 Configuration Step By Step - Technical Blog
-
[PDF] HP MSA 2040 Storage Configuration And Best Practices For VMware ...
-
MSA 2040 Start Up : 8 Steps - Instructables
-
MSA 2040/2050 Configuration - RDR-IT
-
Msa 2040 Sas, Connecting Direct Attach Configurations | Page 33 / 94
-
HPE MSA 2040 Storage
-
[PDF] HP MSA 2040 Modular Storage Array (MSA) - Evaluator Group
-
HP MSA 2040 Storage Configuration And Best Practices For VMware
-
[PDF] HPE MSA 2040 User Guide