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
OPENNEBULA(1) User Commands OPENNEBULA(1)NAME
OpenNebula - OpenNebula occi-compute
SYNOPSIS
occi-compute <COMMAND> [OPTIONS] [ARGUMENTS]
DESCRIPTION
occi-compute - Manages compute resources
OPTIONS --help, -h
Show help
--username <id>, -U <id>
The username of the user
--password <key>, -P <key>
The password of the user
--url <url>, -R <url>
Set url as the web service url to use
--timeout <seconds>, -T <seconds>
Sets a timeout for the http connection
--debug, -D
Enables verbosity
--verbose
Show resources in verbose mode
COMMANDS
create <occi xml file>
creates a new compute resource described by the provided <occi xml file>
list
lists available compute resources
show <compute id>
retrieves the OCCI XML representation of the compute resource identified by <compute id>
update <occi xml file>
updates the representation of the compute resource represented by the provided <occi xml file>
delete <compute id>
deletes the compute resource idenfitied by <compute id>
COPYRIGHT
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
OpenNebula 3.4.1 April 2012 OPENNEBULA(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)