InstallationRS_HOME refers to the RapidServer directory under your installation directory. That is, if you have unzipped into /opt, then RS_HOME is /opt/RapidServer. PrerequisitesRapidCMDB is a Java application and requires JRE version 6 to be installed.
RapidCMDB InstallationRapidCMDB is bundled with RapidCMDB Modeler which generates the model artifacts for RapidCMDB to use.
UnixCreate and set your RS_HOME environment variable (i.e. /opt/RapidServer) WindowsRapidCMDB can be installed as a Windows service. Go to the RapidSuite (RS_HOME/RapidSuite) directory and execute rs.exe -install. C:\MyPrograms\RapidServer\RapidSuite> rs.exe -install (install RapidCMDB as a windows service) C:\MyPrograms\RapidServer\Modeler> rsmodeler.exe -install (install RapidCMDB Modeler as a windows service) Quick StartUnixGo to the RapidSuite directory (RS_HOME/RapidSuite) and make the rs.sh shell script executable. chmod +x rs.sh Repeat the above for RapidCMDB Modeler (RS_HOME/Modeler -> chmod+x rsmodeler.sh) Run the following commands to start the RapidCMDB and RapidCMDB Modeler servers: /opt/RapidServer/RapidSuite> ./rs.sh -start /opt/RapidServer/Modeler> ./rsmodeler.sh -start -stop will argument stops the server and -status argument shows the status of the server. WindowsGo to Windows services and start "iFountain RapidCMD" and "iFountain RapidCMDModeler" services. Alternatively, the service can be started from the command line C:\MyPrograms\RapidServer\RapidSuite> rs.exe -start C:\MyPrograms\RapidServer\Modeler> rsmodeler.exe -start RapidCMDB starts at port 12222 by default. This can be changed in the RS_HOME/RapidSuite/rs.sh file in unix and RS_HOME/RapidSuite/rs.vmoptions file in windows. RapidCMDB Modeler starts at port 12223 by default. This can be changed in the RS_HOME/Modeler/rsmodeler.sh file in unix and RS_HOME/Modeler/rsmodeler.vmoptions file in windows.
You will start with the RapidCMDB Modeler (Modeler) and define your modeled classes. When you generate the model, the model artifacts will be deployed into RapidCMDB. Simply reload RapidCMDB to make the latest model effective in RapidCMDB. |
Add Comment