Hana experts:
I have a question about storage_partition. The commands used below are all from
http://help.sap.com/hana/SAP_HANA_LCM_Tools_Reference_Guide_en.pdf
Q1: In the following syntax, storage_partition=22,33,44, 55, those numbers are just examples OR they have to be these discrete values?
<installation kit directory> # cat ~/Passwords.xml | ./hdbinst --batch
--addhosts=hana2:role=worker:storage_partition=22,hana3:role=worker:storage_part
ition=33,hana4:role=worker:storage_partition=44,hana5:role=standby:storage_par
tition=55
--sapmnt=/hana/shared ...
Q2: On the same guide page 32, it says:
storage_partition [page 98]
Specifies the storage partition number, which is a logical role number assigned to non-shared storage
devices in a storage connector API. Standby hosts do not have a storage partition.
timeouts [page 99]
But we see storage_partition=55 for standby host hana5 in above command.
Q3: I believe that above storage_partition numbers are also put into global.ini so that each host knows where they are. Could you please confirm ?
Thanks in advance.