rocks dump
The top level dump command is used to recursively call all the dump commands in the correct order. This is used to create the restore roll.
examples
Recursively call all dump commands.
rocks dump appliance [appliance...]
Outputs info (as rocks commands) about the appliances defined in the cluster database.
arguments
Optional list of appliance names. If no appliance names are supplied, then info about all appliances is output.
examples
Dump all known appliances.
rocks dump host [host...]
Dump the host information as rocks commands.
arguments
Zero, one or more host names. If no host names are supplied, information for all hosts will be listed.
examples
Dump host compute-0-0 information.
Dump host compute-0-0 and compute-0-1 information.
Dump all hosts.
rocks dump host interface [host...]
Dump the host interface information as rocks commands.
arguments
Zero, one or more host names. If no host names are supplied, information for all hosts will be listed.
examples
Dump the interfaces for compute-0-0.
Dump the interfaces for compute-0-0 and compute-0-1.
Dump all interfaces.
related commands
rocks dump network [network...]
Dump the network information as rocks commands.
arguments
Zero, one or more network names. If no network names are supplied, information for all networks will be listed.
examples
Dump all network info.
Dump network info the 'public' network.