OPENNEBULA(8) System Administration Utilities OPENNEBULA(8)
NAME
OpenNebula - OpenNebula Image command
SYNOPSIS
oneimage [<options>] <command> [<parameters>]
DESCRIPTION
This command enables the user to manage images.
OPTIONS
-l, --list x,y,z
Selects columns to display with list command
--list-columns
Information about the columns available to display, order or filter
-o, --order x,y,z
Order by these columns, column starting with - means decreasing
order
-f, --filter x,y,z
Filter data. An array is specified with column=value pairs.
-d, --delay seconds
Sets the delay in seconds for top command
-x, --xml
Returns xml instead of human readable text
-v, --verbose
Tells more information if the command is successful
-h, --help
Shows this help message
--version
Shows version and copyright information
COMMANDS
register (Registers an image, copying it to the repository if it applies)
oneimage register <template>
template is a file name where the Image description is located
addattr (Add a new image attribute)
oneimage addattr <image_id> <attribute_name> <attribute_value>
update (Modifies an image attribute)
oneimage update <image_id> <attribute_name> <attribute_value>
rmattr (Deletes an Image attribute)
oneimage rmattr <image_id> <attribute_name>
enable (Enabled an Image)
oneimage enable <image_id>
disable (Disabled an Image)
oneimage disable <image_id>
publish (Publish an Image)
oneimage publish <image_id>
unpublish (Unpublish an Image)
oneimage unpublish <image_id>
persistent (Makes an Image persistent)
oneimage persistent <image_id>
nonpersistent (Makes an Image non persistent)
oneimage nonpersistent <image_id>
list (Shows Images in the pool)
oneimage list <filter_flag>
where filter_flag can be
a, all --> all the known Images
m, mine
--> the Images belonging to the user in ONE_AUTH
and all the
Public Images
uid --> Images of the user identified by this uid
user --> Images of the user identified by the username
top (Lists Images continuously)
onevm top
show (Gets information about an specific Image)
oneimage show <image_id>
delete (Deletes an already deployed Image)
oneimage delete <image_id>
COPYRIGHT
Copyright 2002-2010, 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
OpenNebula 2.0.1 November 2010 OPENNEBULA(8)