Sponsored Content
Full Discussion: Which UNIX to try?
Top Forums UNIX for Beginners Questions & Answers Answers to Frequently Asked Questions Which UNIX to try? Post 302858527 by cjcox on Monday 30th of September 2013 05:06:39 PM
Old 09-30-2013
I think the "octa-boot" style, while it is certainly doable, isn't quite as nice as using VMs.. though not sure if you can get to a full set of "octa" whatevers all as VMs... there are issues with certain OS/versions.

With that said, my preference now is using Linux-KVM. My experience has been that VMware (ESX, enterprise side) has the best chance of handling the most... but even then, there will be issues with some OS/versions.

So, again, perhaps some are VMs and some you do the muti-boot thing...

People are expecting "more", so doing these kinds of things is actually getting more difficult in some ways, despite the technology...
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies

2. UNIX for Dummies Questions & Answers

Unix History Question: Why are filenames/dirnames case sentsitive in Unix?

I tried looking for the answer online and came up with only a few semi-answers as to why file and directory names are case sensitive in Unix. Right off the bat, I'll say this doesn't bother me. But I run into tons of Windows and OpenVMS admins in my day job who go batty when they have to deal... (3 Replies)
Discussion started by: deckard
3 Replies

3. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

4. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

5. Shell Programming and Scripting

Batch job in unix server to move the pdf file from unix to windows.

Hi Experts, I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers. Could some body provide the inputs for this. and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies

6. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

7. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

8. Post Here to Contact Site Administrators and Moderators

VIP Membership - The UNIX and Linux Forums - Get Your UNIX.COM Email Address Here

We work hard to make The UNIX and Linux Forums one of the best UNIX and Linux knowledge sources on the net. The site is certainly one of the top UNIX and Linux Q&A sites on the web. In order to provide certain members the best quality account services, you can now get some great extra features by... (2 Replies)
Discussion started by: Neo
2 Replies
ONEVM(1)					  onevm(1) -- manages OpenNebula virtual machines					  ONEVM(1)

NAME
onevm SYNOPSIS
onevm command [args] [options] OPTIONS
-m, --multiple x Instance multiple VMs -x, --xml Show the resource in xml format -n, --numeric Do not translate user and group IDs -k, --kilobytes Show units in kilobytes -t, --type type Type of the new Image -l, --list x,y,z Selects columns to display with list command -d, --delay x Sets the delay in seconds for top command -v, --verbose Verbose mode -h, --help Show this message -V, --version Show version and copyright information COMMANDS
o create file Creates a new VM from the given template file. This command bypasses the Template pool, which is the preferred way to instantiate new VMs. See 'onetemplate create' and 'onetemplate instantiate' valid options: multiple, xml, numeric, kilobytes o delete range|vmid_list Deletes the given VM States: ANY o hold range|vmid_list Sets the given VM on hold. A VM on hold is not scheduled until it is released. It can be, however, deployed manually; see 'onevm deploy' States: PENDING o release range|vmid_list Releases a VM on hold. See 'onevm hold' States: HOLD o saveas vmid diskid img_name Sets the specified VM disk to be saved in a new Image. The Image is created inmediately, but the contents are saved only if the VM is shut down gracefuly (i.e., using 'onevm shutdown' and not 'onevm delete') States: ANY valid options: type o shutdown range|vmid_list Shuts down the given VM. States: RUNNING o reboot range|vmid_list Reboots the given VM, this is equivalent to execute the reboot command from the VM console. States: RUNNING o deploy range|vmid_list hostid Deploys the given VM in the specified Host. This command forces the deployment, in a standard installation the Scheduler is in charge of this decision States: PENDING o livemigrate range|vmid_list hostid Migrates the given running VM to another Host without downtime States: RUNNING o migrate range|vmid_list hostid Saves the given running VM and starts it again in the specified Host States: RUNNING o restart range|vmid_list Forces a re-deployment of the given VM, issuing a boot action. States: UNKNOWN, BOOT o resubmit range|vmid_list Resubmits the VM to PENDING state. This is intented for VMs stuck in a transient state. To re-deploy a fresh copy of the same VM, create a Template and instantiante it, see 'onetemplate instantiate' States: ANY, except SUSPENDED or DONE o cancel range|vmid_list Cancels the given VM. The process is checked by OpenNebula, so if the process fails the VM remains in running state. If the action succeeds the VMDIR in the remote machine is not deleted States: RUNNING o stop range|vmid_list Stops a running VM. The VM state is saved and transferred back to the front-end along with the disk files States: RUNNING o suspend range|vmid_list Saves a running VM. It is the same as 'onevm stop', but the files are left in the remote machine to later restart the VM there (i.e. the resources are not freed and there is no need to re-schedule the VM). States: RUNNING o resume range|vmid_list Resumes the execution of the a saved VM States: STOPPED, SUSPENDED o chgrp range|vmid_list groupid Changes the VM group o chown range|vmid_list userid [groupid] Changes the VM owner and group o chmod range|vmid_list octet Changes the VM permissions o list [filterflag] Lists VMs in the pool valid options: list, delay, xml, numeric, kilobytes o show vmid Shows information for the given VM valid options: xml o top [filterflag] Lists Images continuously valid options: list, delay, xml, numeric, kilobytes ARGUMENT FORMATS
o file Path to a file o range List of id's in the form 1,8..15 o text String o hostid OpenNebula HOST name or id o groupid OpenNebula GROUP name or id o userid OpenNebula USER name or id o vmid OpenNebula VM name or id o vmid_list Comma-separated list of OpenNebula VM names or ids o filterflag a, all all the known VMs m, mine the VM belonging to the user in ONE_AUTH g, group 'mine' plus the VM belonging to the groups the user is member of uid VM of the user identified by this uid user VM 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 ONEVM(1)
All times are GMT -4. The time now is 03:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy