アプリケーション VM を作成および配備するには、この手順を使用します。
アプリケーション VM を作成するプロセスには、アプリケーション VM グループの作成も含まれます。各グループには、1 つまたは 2 つのアプリケーション VM を含めることができます。グループが作成されたら、グループを配備します。これにより、アプリケーション VM が使用可能になります。
アプリケーション VM の作成時に提供される情報の詳細は、アプリケーション VM グループのパラメータを参照してください。
MCMU CLI にログインするを参照してください。
% mcmu tenant -A -c
例:
% mcmu tenant -A -c Application Virtual Machine Group Profile Description Enter Virtual Machine Group Profile Name : avm1 Enter Description : Drama App VM Group Enter Type [Single,Multiple] (Multiple): multiple Shared Storage [Yes,No] (No): yes CIS Equivalent Security Settings are default.Do you want to enable PCI DSS Security Settings [Yes,No] (No)? yes Define Virtual Machines mc3-n1 Virtual Machine 1 Enter Cores [0 to max 5] (0): 2 Enter Public Hostname (avm1-vm1-mc3-n1): mc3-n1vm2-az1 mc3-n2 Virtual Machine 1 Enter Cores [0 to max 12] (0): <Return> Enter Public Hostname (avm1-vm1-mc3-n2): mc3-n2vm2-az1 Creating APPVM Group Profile... . <output omitted> . Successfully Created Application VM Group Profile Getting APP VM Group... PROFILE INFORMATION VMGroupName : avm1 VM DEFINITIONS VM 1 name : avm1-vm1-mc3-n1 globalName : mc3-n1 public_ip : 10.129.115.207 public_hostname : mc3-n1vm2-az1 VM 2 name : avm1-vm1-mc3-n2 globalName : mc3-n2 public_ip : 10.129.115.208 public_hostname : mc3-n2vm2-az1 Please insert the IP-mappings in the DNS Server if not already done. Aug 23 16:32:12 mccn su: 'su root' succeeded for mcinstall on /dev/pts/2
アプリケーション VM グループを配備する (CLI)を参照してください。