Home > Workload Solutions > SAP > Guides > SAP HANA TDI Guides > Storage Configuration Best Practices for SAP HANA TDI with Dell Unity Storage > Optimizing file I/Os after SAP HANA installation
The base layer of HANA provides two file I/O interfaces:
The SAP HANA file I/O layer can be configured with configuration parameters to optimize file I/Os for a given file system (the Linux XFS file system is used on all Dell EMC storage LUNs for the SAP HANA persistence) and storage array
After the SAP HANA persistence is installed on Unity LUNs, set the following file I/O layer parameters for optimal I/O processing after the initial SAP HANA installation has been completed:
After the initial SAP HANA installation is complete, set the parameters by using the SAP HANA hdbparam command as <sid>adm in the Linux shell:
# su - <sid>adm
# hdbparam –p # lists current parameter setting
# hdbparam –-paramset fileio.max_parallel_io_requests=128
# hdbparam –-paramset fileio.async_read_submit=on
# hdbparam –-paramset fileio.async_write_submit_blocks=all
Starting with SAP HANA 2.0, the hdbparam command-line tool has been deprecated. Instead, the parameters are defined as normal parameters in global.ini > [fileio].
Set the parameter as follows in the global.ini file:
max_parallel_io_requests=128
Both async_read_submit=on and async_write_submit_blocks=all are set by default during installation.
For more information, see SAP Note 2399079: Elimination of hdbparam in HANA 2 (access requires an SAP username and password).
Note: The previous instructions for tuning file I/O parameters are based on SAP HANA 1.0 SPS 11 and SAP HANA 2.0 SPS01. Future SAP HANA versions might allow these parameters to be set in configuration files. See the latest SAP HANA documentation for more information.