Usage
Creates a nearly exact copy or a specified number of copies (1 to 99) of an existing host definition. Each clone is given the original host’s name and a number (in ascending order). For example, if you create a host called ND and make two clones, the two new hosts are ND_01 and ND_02, if these name do not already exist in the model. All servers at the cloned host are cloned; the server names are generated uniquely.
You can clone a host to easily define similar hosts. Except for the different host machine and server names, clones contain the same information that you defined and objects that you created for the original host. This includes servers, connections, tables, and mappings. If you need tables and mappings on the clones that differ from those on the original host, you must edit the clones.
CLONE HOST "AIX-Host" 2 TIMES;
This statement adds two hosts to the model “AIX-Host_01” and “AIX-Host_02”.