ONED(1) User Commands ONED(1)NAME
oned - OpenNebula core process
SYNOPSIS
oned
DESCRIPTION
oned is OpenNebula core process, attends the CLI requests, manages the pools and all the components. oned is started by one(1) startup
script
FILES
/etc/oned.conf
The main OpenNebula configuration file.
/var/log/one/oned.log
The core OpenNebula log file.
COPYRIGHT
OpenNebula is Copyright 2002-2010, Distributed Systems Architecture Group, Universidad Complutense de Madrid (dsa-research.org)
AUTHOR
This manual page was written by Damien Raude-Morvan <drazzib@debian.org>, for the Debian GNU/Linux system (but may be used by others).
SEE ALSO one(1), mm_sched(1)oned August 2010 ONED(1)
Check Out this Related Man Page
ONECLUSTER(1)onecluster(1)-- manages OpenNebula clusters ONECLUSTER(1)NAME
onecluster
SYNOPSIS
onecluster command [args] [options]
OPTIONS -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 name
Creates a new Cluster
o delete range|clusterid_list
Deletes the given Cluster
o list
Lists Clusters in the pool
valid options: list, delay, xml, numeric
o show clusterid
Shows information for the given Cluster
valid options: xml
o addhost clusterid hostid
Adds a Host to the given Cluster
o delhost clusterid hostid
Deletes a Host from the given Cluster
o adddatastore clusterid datastoreid
Adds a Datastore to the given Cluster
o deldatastore clusterid datastoreid
Deletes a Datastore from the given Cluster
o addvnet clusterid vnetid
Adds a Virtual Network to the given Cluster
o delvnet clusterid vnetid
Deletes a Virtual Network from the given Cluster
ARGUMENT FORMATS
o file
Path to a file
o range
List of id's in the form 1,8..15
o text
String
o clusterid
OpenNebula CLUSTER name or id
o clusterid_list
Comma-separated list of OpenNebula CLUSTER names or ids
o vnetid
OpenNebula VNET name or id
o hostid
OpenNebula HOST name or id
o datastoreid
OpenNebula DATASTORE name or id
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 ONECLUSTER(1)
New Question:
The purpose of an alternate disk install is in my opinion to have a ready-to-use-backup and i've read that it is possible to install filesets or software on the cloned disk for testing purposal while the normal system is still running.
The question is: how do you tell AIX (5.2... (5 Replies)
Solaris system
version 6
I cloned the drive using the DD command.
Using the format command and examining the partitions, all looks the same as the original drive.
Problem:
When I attach the cloned drive as the master, and only drive in system, it will not boot.
Error messages:
... (9 Replies)
Hello,
I just cloned a 80 GB HDD(running Solaris 10) to an 320 GB HDD using g4u disk-to-disk method.
Now Solaris is seeing may 320 GB HDD like 80 GB. Exactly like the old one.
Could you tell me, please, how do I convince Solaris that my HDD is bigger? I would like to keep all slices as... (5 Replies)
I am about to retire several servers and need to delete the company confidential data from the internal disks under LVM control. Is there a proven and easy way to accomplish this ?
Thanks for all the help in advance. (4 Replies)
My PC (Esprimo, 3 yeas old) has one hard drive having 2 partitions C: (80 GB NTFS, XP) and D: (120 GB NTFS, empty) and and a 200 MB area that yet is not-partitioned.
I would like to try Ubuntu and to install Ubuntu on the not-partitioned area . The idea is to have the possibility to run... (7 Replies)
Hello and Merry Christmas...
Quick question after tireless search around the web.
Description:
I have a WD My book world edition II that met an untimely death. However the 2 SATA disks inside seem to be working just fine. Want to add either one of them to my Solaris Desktop.
Since I... (5 Replies)
Hello guys,
I have to create a sh script which return users who have un-sanctioned(forbidden) files in their home directory.
I tried to do:
#!/bin/sh -x
SHADOW_FILE="/etc/shadow"
PASSWORD_FILE="/etc/passwd"
for i in `grep -v '^+' $PASSWORD_FILE | cut -d: -f1,6`
do
username=`echo... (6 Replies)
Hi, I am trying to make a script that finds if inside a folder there are more than 2 subfolders; if so, I want to erase the older subfolder.
I thought this would be useful:
find /sdcard/backup -mtime +1 -exec rm-r {} /;
But it only erases subfolders older than one day, and I would want... (9 Replies)
code:
IMAGE=$imgvalue;
if
then
echo DO=ABC;
elif
then echo DO=ETC;
elif
then echo DO=XYZ;
else
echo "$imgvalue is unsupported";
exit 1;
fi
in above script IMAGE=1 , IMAGE=2, IMAGE=3 whatever may be the value i have assigned it's showing only DO=ABC other conditions... (7 Replies)
Hi all,
I have afile with following data
I want to separate, count the entries with N/A in front of it so I will have all the entries with N/A in front seprate file .
so output shuld be (7 Replies)
I just found out that Google has decided to abandon its google code search facility: Official Google Blog: A fall sweep
This is one website that was used routinely for developing software, as it had a breadth not seen before. Now it is back to sourceforge and forums. (5 Replies)
Hello Everyone,
I have a file with 5 fields in each line just like mentioned below. Also the 4th field is time elapsed(hh:mm:ss) since the process is running
xyz abc status 23:00:00 idle
abc def status 24:00:00 idle
def gji status 27:00:02 idle
fgh gty status 00:00:00 idle
Here I... (8 Replies)