How do we support import of Multiple hosts How can we have different databases set ot different host?
Answer by Satyamadhav (43) | Jan 11, 2017 at 09:58 AM
there is no way of importing multiple hosts as of now as the Model is designed to have single host. to import multiple hosts follow the following steps Export the database
C:\IBM\InformationServer\Clients\istools\cli>istool.bat export -dom localhost:9443 -u isadmin -p isadmin -ar C:\sample_dc.isx -cm '/host/dbname/*.sch'
where host is the host under which the database is there and dbname that is required to move
Import the database
C:\IBM\InformationServer\Clients\istools\cli>istool.bat import -dom localhost:9443 -u isadmin -p isadmin -ar C:\sample_dc.isx -cm ' -mapping C:\\mapping.xml '
IN the mapping file provide the source host and target host for the database to be imported
IMAM : SAP BO import of Metadata of short and logn desription and attributes 1 Answer
IMAM: lists of bridges available not consistent 1 Answer
If a host name is associated with multiple IP addresses, how does IIB determine which to use? 1 Answer
Setup multiple peer hyperledger fabric on multiple hosts. 2 Answers
IMAM: Unable to import XMI 1 Answer