for a scale out solution of 3 node HANA with master , worker and standby .
this is my global.ini. I am seeing an error when hana installer is trying to use the storage adapter to access the LUNs from specifications in global.ini.
has anyone experienced this issue? I have not mounted the filesystems when I running the installer and want the storage adapter to do the mount
the short error is : I have pasted the entire log at the bottom of this post.
Output line 8: no storage with key (partiton, usageType) = (1, data) configured
Output line 9: no storage with key (partiton, usageType) = (1, data) configured
[communication]
listeninterface = .global
[internal_hostname_resolution]
- 10.1.73.140 = vmhdb1
- 10.1.73.142 = vmhdb3
- 10.1.73.141 = vmhdb2
[persistence]
basepath_datavolumes = /hana/data/VM2
basepath_logvolumes = /hana/log/VM2
[storage]
- ha_provider = hdb_ha.fcClientç=
partition_*_*_prtype = 6
partition_*_log_mountOptions = -t xfs -o realtime, inode64,nobarrier
partition_*_data_mountOptions = -t xfs -o realtime, inode64
partition_2_data_wwid = 6001b970f24554e1f24554e118a9d796
partition_2_log_wwid = 6001b970f24554e1f24554e1cc16bc02
partition_1_data_wwid = 6001b970f24554e1f24554e11b582bda
partition_1_log_wwid = 6001b970f24554e1f24554e1cfe7404e
[system_information]
usage = test
The error is as below
Enter Installation Path [/hana/shared]:
Enter Instance Number [00]:
Options:
System usage | Description
-----------------------------------------------------------------------
1 | System is used in a production environment
2 | System is used for testing, not production
3 | System is used for development, not production
4 | System usage is neither production, test nor development
Enter System usage [4]: 2
Enter System Administrator (vm2adm) Password:
Confirm System Administrator (vm2adm) Password:
Enter System Administrator Home Directory [/usr/sap/VM2/home]:
Enter System Administrator User ID [1001]:
Enter System Administrator Login Shell [/bin/sh]:
Enter ID of User Group 'sapsys' [79]:
Enter Database User (SYSTEM) Password:
Confirm Database User (SYSTEM) Password:
Restart instance after machine reboot? [n]:
Installation failed
Error checking installation
Checking system requirements failed
Cannot mount storage devices
Performing python script failed
Starting external program /usr/bin/python
Command line is: /usr/bin/python /mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdbmount.py --sid=VM2 --configFiles=/hana/shared --datapath=/hana/data/VM2/mnt00001 --logpath=/hana/log/VM2/mnt00001 --partition=1
Output line 1: PYTHONPATH=['/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE', '/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdb_ha', '/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server', '/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server', '/usr/lib/python26.zip', '/usr/lib64/python2.6', '/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk', '/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload', '/usr/lib64/python2.6/site-packages', '/usr/lib64/python2.6/site-packages/Numeric', '/usr/local/lib64/python2.6/site-packages', '/usr/lib64/python2.6/site-packages/gtk-2.0']
Output line 2: trying: __import__('hdb_ha.fcClient')
Output line 3: trying: getattr(<module 'hdb_ha' from '/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdb_ha/__init__.pyc'>, 'hdb_ha.fcClient')
Output line 4: failed with: 'module' object has no attribute 'hdb_ha.fcClient'
Output line 5: trying: getattr(getattr(<module 'hdb_ha' from '/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdb_ha/__init__.pyc'>, 'fcClient'), 'fcClient')
Output line 6: apiVersion = 2
Output line 7: calling Storage Connector ...
Output line 8: no storage with key (partiton, usageType) = (1, data) configured
Output line 9: no storage with key (partiton, usageType) = (1, data) configured
Output line 10: Traceback (most recent call last):
Output line 11: File "/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdbmount.py", line 164, in <module>
Output line 12: main()
Output line 13: File "/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdbmount.py", line 155, in main
Output line 14: cl = clClass(method, configPath, sid, datapath, logpath, tracelvl, partition)
Output line 15: File "/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdb_ha/fcClient.py", line 47, in __init__
Output line 16: super(fcClient, self).__init__(*args, **kwargs)
Output line 17: File "/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdb_ha/client.py", line 413, in __init__
Output line 18: self.attach([{"partition" : partition, "usage_type" : "data", "path" : mnt_data}, {"partition" : partition, "usage_type" : "log", "path" : mnt_log}])
Output line 19: File "/mnt/DVD/SAP-Software/HANA/REV72/SAP_HANA_DATABASE/server/hdb_ha/fcClient.py", line 133, in attach
Output line 20: raise Exception(msg)
Output line 21: Exception: no storage with key (partiton, usageType) = (1, data) configured
Program terminated with exit code 1