At the end of a session, sybcluster asks if you want to save the values from the current session to an external file. You can use this file to re-create the same cluster, or edit the values in the file to create a different cluster.
create cluster cluster_name file xml_input_fileThis example creates “mycluster2,” using an input file named mycluster.xml:
create cluster mycluster2 file ./mycluster.xml