onmode -s
On UNIX:
ISM_SERVER = source_hostname ISM_DATA_VOLUME_POOL = ISMData ISM_LOG_VOLUME_POOL = ISMLogs export ISM_SERVER export ISM_DATA_VOLUME_POOL export ISM_LOG_VOLUME_POOL
On Windows:
set ISM_SERVER = source_hostname set ISM_DATA_VOLUME_POOL = ISMData set ISM_LOG_VOLUME_POOL = ISMLogs
onbar -b -L 0
On Dynamic Server, copy the following files:
oncfg_source_dbservername.servernum ixbar.servernum # for UNIX users only $ONCONFIG sqlhosts # for Windows users only %ONCONFIG%
On Windows, use regedit to copy the sqlhosts information from the source computer to the target computer. Use the following registry entry:
HKEY_LOCAL_MACHINE/SOFTWARE/Informix/SQLHOSTS/...
On Extended Parallel Server, copy the following files:
onconfig.sourcecomputer Bixbar.hostname.servernum # for all coserver numbers, copy the oncfg files oncfg_source_dbservername.servernumber.coservernumber sqlhosts xcfg_sourcecomputer.servernumber
On UNIX:
ism_add -admin root@target_hostname ism_add -admin informix@target_hostname
On Windows:
ism_add -admin Administrators@target_hostname ism_add -admin informix@target_hostname
On UNIX:
$INFORMIXDIR/bin/ism_catalog -create_bootstrap \
-pool $ISM_DATA_VOLUME_POOL
On Windows:
cd %INFORMIXDIR%\bin
ism_catalog -create_bootstrap -pool %ISM_DATA_VOLUME_POOL%