Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

onetemplate(1) [debian man page]

ONETEMPLATE(1)					  onetemplate(1) -- manages OpenNebula templates				    ONETEMPLATE(1)

NAME
onetemplate SYNOPSIS
onetemplate command [args] [options] OPTIONS
-n, --name vm_name Name of the new Virtual Machine. When instantiating multiple VMs you can use the"%i" wildcard to produce different names such as vm-0, vm-1... -m, --multiple x Instance multiple VMs -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 -v, --verbose Verbose mode -h, --help Show this message -V, --version Show version and copyright information COMMANDS
o create file Creates a new Template from the given template file o delete range|templateid_list Deletes the given Image o instantiate templateid Creates a new VM instance from the given Template. This VM can be managed with the 'onevm' command valid options: vm_name, multiple o publish range|templateid_list DEPRECATED, use chmod instead. Publishes the given Template. A public Template can be seen and instantiated by other users in the Template's group. o unpublish range|templateid_list DEPRECATED, use chmod instead. Unpublishes the given Template. A private Template can't be instantiated by any other user. o chgrp range|templateid_list groupid Changes the Template group o chown range|templateid_list userid [groupid] Changes the Template owner and group o chmod range|templateid_list octet Changes the Template permissions o update templateid Launches the system editor to modify and update the template contents o list [filterflag] Lists Templates in the pool valid options: list, delay, xml, numeric o show templateid Shows information for the given Template valid options: xml o top [filterflag] Lists Templates continuously valid options: list, delay, xml, numeric ARGUMENT FORMATS
o file Path to a file o range List of id's in the form 1,8..15 o text String o groupid OpenNebula GROUP name or id o userid OpenNebula USER name or id o templateid OpenNebula VMTEMPLATE name or id o templateid_list Comma-separated list of OpenNebula VMTEMPLATE names or ids o filterflag a, all all the known VMTEMPLATEs m, mine the VMTEMPLATE belonging to the user in ONE_AUTH g, group 'mine' plus the VMTEMPLATE belonging to the groups the user is member of uid VMTEMPLATE of the user identified by this uid user VMTEMPLATE of the user identified by the username LICENSE
OpenNebula 3.4.1 Copyright 2002-2012, 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 April 2012 ONETEMPLATE(1)

Check Out this Related Man Page

Template::Manual(3)					User Contributed Perl Documentation				       Template::Manual(3)

NAME
Template::Manual - Template Toolkit User Manual Template Toolkit Manual The Template Toolkit manual contains documentation on using and extending the Template Toolkit. Template::Manual::Intro The Template::Manual::Intro page provides an introduction to the Template Toolkit Template::Manual::Syntax The Template::Manual::Syntax desribes the syntax and structure of templates and the directive tags embedded within them. Template::Manual::Directives The Template::Manual::Directives page lists all the Template Toolkit directives and gives examples of their use. Template::Manual::Variables The Template::Manual::Variables page describes the use of variables in templates. Template::Manual::VMethods The Template::Manual::VMethods page provides a full list of virtual methods that can be used in conjunction with variables, and gives examples of their use. Template::Manual::Config The Template::Manual::Config page describes all of the Template Toolkit configuration options. Template::Manual::Filters The Template::Manual::Filters page lists all of the Template Toolkit filters and gives examples of their use. Template::Manual::Plugins The Template::Manual::Plugins page lists all of the standard plugins distributed with Template Toolkit and gives examples of their use. Template::Manual::Internals The Template::Manual::Internals page describes the internal workings of the Template Toolkit. It is aimed at developers who wish to extend or modify the Template::Manual::Views The Template::Manual::Views page describes the experimental "VIEW" directive. Template::Manual::Credits The Template::Manual::Credits page lists the people who have contributed to the Template Toolkit. perl v5.16.3 2011-12-20 Template::Manual(3)
Man Page