Command Line Interface 2.0
OpenNebula provides six commands to interact with the system:
onevm: to submit, control and monitor virtual machinesonehost: to add, delete and monitor hostsonevnet: to add, delete and monitor virtual networksoneuser: to add, delete and monitor usersoneimage: to add, delete and control imagesonecluster: to add, delete and control clustersoneauth: tools to manage authentication and authorizationThese are the options shared by some of the commands:
Number ranges can also be specified this way:
[<start>-<end>]: generates numbers from start to end[<start>+<count>]: generates a range that starts with the number provided and has count number of elementsIf <start>'s first digit is 0 then it will pad the numbers generated with 0 to the same size as the last element in the range.
Example:
[9-11]: 9 10 11 [09-11]: 09 10 11 [8+3]: 8 9 10 [08+3]: 08 09 10
Man pages: