I see for Hana this usage of hdbuserstore from NetApp Backup Guide:
mgmtsrv01:/usr/sap/hdbclient32 # ./hdbuserstore set SCADMIN08 cishanar08:34215 SCADMIN Password
mgmtsrv01:/usr/sap/hdbclient32 # ./hdbuserstore set SCADMIN09 cishanar09:34215 SCADMIN Password
mgmtsrv01:/usr/sap/hdbclient32 # ./hdbuserstore set SCADMIN10 cishanar10:34215 SCADMIN password
mgmtsrv01:/usr/sap/hdbclient32 # ./hdbuserstore set SCADMIN11 cishanar11:34215 SCADMIN Password
My question is that why do not use an easier way:
mgmtsrv01:/usr/sap/hdbclient32 # ./hdbuserstore set SCADMIN "cishanar08:34215;cishanar09:34215;cishanar10:34215;cishanar11:34215" SCADMIN Password
Thanks!!