1. onevm(1)
  2. onevm(1) -- manages OpenNebula virtual machines
  3. onevm(1)

NAME

onevm

SYNOPSIS

onevm command [args] [options]

OPTIONS

 -m, --multiple x          Instance multiple VMs
 --name name               Name for the new VM
 --cpu cpu                 CPU percentage reserved for the VM (1=100% one CPU)
 --arch arch               Architecture of the VM, e.g.: i386 or x86_64
 --memory memory           Memory ammount given to the VM
 --disk disk0,disk1        Disks to attach. To use a disk owned by other user use user[disk]
 --network network0,network1 Networks to attach. To use a network owned by other user use user[network]
 --raw string              Raw string to add to the template. Not to be confused with the RAW attribute
 -t, --type type           Type of the new Image
 -f, --file file           Selects the template file
 -i, --image id|name       Selects the image
 -t, --target target       Device where the image will be attached
 -l, --list x,y,z          Selects columns to display with list command
 -d, --delay x             Sets the delay in seconds for top command
 -x, --xml                 Show the resource in xml format
 -n, --numeric             Do not translate user and group IDs
 -k, --kilobytes           Show units in kilobytes
 --describe                Describe list columns
 -v, --verbose             Verbose mode
 -h, --help                Show this message
 -V, --version             Show version and copyright information

COMMANDS

ARGUMENT FORMATS

LICENSE

OpenNebula 3.8.5 Copyright 2002-2013, OpenNebula Project Leads (OpenNebula.org)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

  1. October 2013
  2. onevm(1)