uCosminexus Application Server, System Setup and Operation Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Glossary]](FIGURE/GLOSS.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
The following are the notes on output of the configuration and definition information, and migration of a set up system.
- You can use the commands of Smart Composer functionality to execute the following operations, if the system environment after migration contains free-tier:
- Start and stop of the system
- Status monitoring of the logical servers in the system
- Execution status display for cmx_build_system command of the logical servers in the system
Use the management portal or server management command to perform other operations for the systems containing free-tier.
- Among the various system environment contents, you can output only the information that can be defined in Easy Setup definition file; to the Easy Setup definition file using Smart Composer functionality commands. If you directly edit files other than Easy Setup definition file, the edited contents are not reflected.
- While setting up the system containing the logical server not associated with the Web system, use the following steps to set up a system same as an already set up system, in the target environment.
- Execute the cmx_export_model command in the source environment to output the settings of already set up system to Easy Setup definition file.
Command execution example is as follows: In this example, the name of Easy Setup Definition file to be output is MyWebSystemexport.xml.
cmx_export_model -m 192.168.100.12 -u cosmi_admin -p cosmi_admin_passwd -o MyWebSystemexport.xml-file-path
|
- Execute the cmx_build_model command in the target environment, and set up a system information model from the Easy Setup definition file output in step 1.
Command execution example is as follows:
cmx_build_model -m 192.168.100.22 -u cosmi_admin -p cosmi_admin_passwd -f MyWebSystemexport.xml-file-path
|
- Execute the cmx_build_system in the target environment, and based on the system information model set up a system containing logical server not associated with the Web system. Command execution example is as follows: If the system to be set up contains logical server associated with the Web system, specify the Web system name in the -s option, and execute the cmx_build_system command again. In the following example, MyWebSystem serves as the Web system.
- If the system to be set up contains only the logical server not associated with the Web system:
cmx_build_system -m 192.168.100.22 -u cosmi_admin -p cosmi_admin_passwd -ns
|
- If the system to be set up contains both, the logical server not associated with the Web system, and the logical server associated with the Web system
cmx_build_system -m 192.168.100.22 -u cosmi_admin -p cosmi_admin_passwd -s MyWebSystem
cmx_build_system -m 192.168.100.22 -u cosmi_admin -p cosmi_admin_passwd -ns
|
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.