Sponsored Content
Top Forums UNIX for Advanced & Expert Users [Solved] Add hardware in virt-install command Post 302760041 by hiddenshadow on Wednesday 23rd of January 2013 09:39:42 AM
Old 01-23-2013
I have not thought about it but it's running...

thanks a lot for your help!
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

[Solved] trying to install pecl without having it prompt for a yes m

I want to install pecl from a single command without it asking me for a response of "yes" or "no" to finish the install... -------------------------------------------------------------------------- # pecl install pecl_http downloading pecl_http-1.7.0.tgz ... Starting to download... (1 Reply)
Discussion started by: sjsotelo
1 Replies

2. Debian

install hardware requirements

Does any one have some words on this ' microprocessor '* and if there should be any attempt to install Debian Linux into it. Thank you I have looked at this page: 2.1.*Supported Hardware 2.1 Supported Hardware Chapter 2. System Requirements and crossed check many times and do not see any... (4 Replies)
Discussion started by: cowLips
4 Replies

3. UNIX for Advanced & Expert Users

[Solved] Cannot install KVM guest on CentOS/RedHat

Hi, I've a CentOS Server and I need to create KVM guest machine without X. /usr/sbin/virt-install --name server1 --ram 4000 --vcpus=8 --file=/srv/virtual/server1.img --file-size=20 --cdrom /tmp/server1.iso --mac=52:54:00:fd:48:7c The iso was created with cobbler... So, now the machine is... (5 Replies)
Discussion started by: hiddenshadow
5 Replies

4. Red Hat

[Solved] Cannot install git on RHEL 6

Hi, I am trying to install git on RHEL 6. From the research I have done I should be able to just say: sudo yum install git but it is not working (it says no package git is available). I am fairly new to linux and cannot figure this out. Thanks for any help you can provide. (7 Replies)
Discussion started by: dsabol
7 Replies

5. Solaris

[solved] How to blink faulty disk in Solaris hardware?

Hi Guys, One of two disks in my solaris machine has failed, the name is disk0, this is SUN physical sparc machine But I work remotely, so people working near that physical server are not that technical, so from OS command prompt can run some command to bink faulty disk at front panel of Server.... (9 Replies)
Discussion started by: manalisharmabe
9 Replies

6. Shell Programming and Scripting

[Solved] While loop error when add sqlplus command

Hi gurus, I hit a block when write the script. I need do while loop, in the loop I have code below. sqlplus -s abc/abc@abc <<EOF spool testwhile select * from dual; spool off exit; EOF when I run script with only this code, it works fine. if I add code as below: #!/bin/ksh ... (5 Replies)
Discussion started by: ken6503
5 Replies

7. Red Hat

Virt-install: ERROR Host does not support any virtualization

Hello guys! First of all sorry about my english. I am using KVM to virtualizate. But when i run the virt-install command, it shows the next error: ERROR Host does not support any virtualization options.My server had virtualisation extensions enabled in the bios. It is my first time using... (7 Replies)
Discussion started by: morrison71
7 Replies

8. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies
VIRT(4) 						   BSD Kernel Interfaces Manual 						   VIRT(4)

NAME
virt -- rump virtual network interface SYNOPSIS
#include <rump/rump.h> int rump_pub_virtif_create(int num); DESCRIPTION
The virt interface acts as a link between a rump virtual kernel and a host tap(4) interface. Interface number <n> always corresponds with the host tap interface tap<n>. All data sent by virt is written into /dev/tap<n> and all data read from /dev/tap<n> is passed as Ethernet input to the rump virtual kernel. A virt interface can be created in two ways: o Programmatically by calling rump_pub_virtif_create(). o Dynamically at runtime with ifconfig(8) or equivalent using the create command. Destroying a virt interface is possible only through ifconfig(8) destroy. The host's tap(4) interface can be further bridged with hardware interfaces to provide full Internet access to a rump kernel. SEE ALSO
rump(3), bridge(4), tap(4), brconfig(8), ifconfig(8) BSD
November 15, 2010 BSD
All times are GMT -4. The time now is 04:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy