HYPER-V(4) BSD Kernel Interfaces Manual HYPER-V(4)NAME
hv_utils -- Hyper-V Utilities Driver
SYNOPSIS
To compile this driver into the kernel, place the following lines in the system kernel configuration file:
device hyperv
DESCRIPTION
The hv_utils driver provides time keeping, shutdown and heartbeat functionality for FreeBSD guest partitions running on Hyper-V. Hyper-V is
a hypervisor-based virtualization technology from Microsoft. The hv_utils driver is one of the core drivers required to be present in guest
partitions running on Hyper-V. This driver provides the following functionalities to guest partitions:
(a) Time Keeping: The clock inside the guest partition will remain accurate by synchronizing to the clock on the virtualization server via
Timesync service, and with the help of the pluggable time source device.
(b) Integrated shutdown: Guest partitions running FreeBSD can be shut down from Hyper-V Manager console by using the "Shut down" command.
(c) Heartbeat: This feature allows the virtualization server to detect whether the guest partition is running and responsive.
SEE ALSO hv_ata_pci_disengage(4), hv_netvsc(4), hv_storvsc(4), hv_vmbus(4)HISTORY
Support for hv_utils first appeared in FreeBSD 10.0. The driver was developed through a joint effort between Citrix Incorporated, Microsoft
Corporation, and Network Appliance Incorporated.
AUTHORS
FreeBSD support for hv_utils was first added by Microsoft BSD Integration Services Team <bsdic@microsoft.com>.
BSD September 10, 2013 BSD
Check Out this Related Man Page
HV_KVP_DAEMON(8) BSD System Manager's Manual HV_KVP_DAEMON(8)NAME
hv_kvp_daemon -- Hyper-V Key Value Pair Daemon
SYNOPSIS
hv_kvp_daemon [-dn]
DESCRIPTION
The hv_kvp_daemon daemon provides the ability to store, retrieve, modify and delete Key Value pairs for FreeBSD guest partitions running on
Hyper-V.
Hyper-V allows administrators to store custom metadata in the form of Key Value pairs inside the FreeBSD guest partition. Administrators can
use Windows Powershell scripts to add, read, modify and delete such Key Value pairs.
The hv_kvp_daemon accepts Key Value pair management requests from the hv_utils(4) driver and performs the actual metadata management on the
file-system.
The same daemon and driver combination is also used to set and get IP addresses from a FreeBSD guest.
The set functionality is particularly useful when the FreeBSD guest is assigned a static IP address and is failed over from one Hyper-V host
to another. After failover, Hyper-V uses the set IP functionality to automatically update the FreeBSD guest's IP address to its original
static value.
On the other hand, the get IP functionality is used to update the guest IP address in the Hyper-V management console window.
The options are as follows:
-d Run as regular process instead of a daemon for debugging purpose.
-n Generate debugging output.
SEE ALSO hv_vmbus(4), hv_utils(4), hv_netvsc(4), hv_storvsc(4), hv_ata_pci_disengage(4), hv_kvp(4)HISTORY
Support for Hyper-V in the form of ports was first released in September 2013. The daemon was developed through a joint effort between Cit-
rix Inc., Microsoft Corp. and Network Appliance Inc..
AUTHORS
FreeBSD support for hv_kvp_daemon was first added by Microsoft BSD Integration Services Team <bsdic@microsoft.com>.
BSD October 27, 2014 BSD
Hello there :)
I need to know how to get a guest book up and running on my server. My ISP does allow CGI scripts to be run, and the one I have working at the moment (an email form)
runs OK as a pop-up window on my home page.
http://wwww.kitachi.info
I have uploaded two files:
1)... (4 Replies)
Well i am right now working on an IBM P550 risc server with an HMC connected.. The server has 2 logical partitions (Lpar). both lpar is having Aix 5.3 installed.
Now I have a doubt.. is it possible to have Aix in one lpar and windows 2003 in another..
cheers
Bala (4 Replies)
I'm running FreeBSD 6.2 and suddenly lost connectivity to the net. After unplugging the router and checking all the connections I could find nothing wrong. All the driver software seems to be intact. I thought I would remove the driver software and restore it. However, when I go to root and type
... (5 Replies)
Hello, I've got a FreeBSD 6 server running on my network that I used as a file server for my main computer. However I've really become frustrated with the slow up/down speeds I'm getting, about 100KB/s, which is about as bad as if I was using a "real" server. My setup is as follows:
ISP
|... (4 Replies)
Greetings,
I recently built a replicated DRBD, Heartbeat, & iSCSI Target Initiator storage server on Ubuntu 10.04 to offer shared storage to server Vmware ESX and Microsoft Clusters. Everything works flawlessly, however I wanted to make a script to create, remove, grow volumes to offer ESX... (6 Replies)
Hi everyboy,
I've installed a Virtualbox on my computer, inside the VB i'm running RedHat.
So my problems it's that i need to run the scripts runasroot.sh to install the guest addiont, i'm doing this by console. I wrote chmod 775 ./runasroot.sh but doesn't works. I'm login as root user.
Any... (8 Replies)
Solaris for Sparc 11.1 with the latest patches. Created a Guest LDOM with two vnet's net0 and net1, installed a guest whole root, ip exclusive zone that I want to be able to utilize DHCP. I have been able to create the zone but unable to get it to boot because I am unable to assign an anet to it.... (4 Replies)
Failed to open the CD/DVD image /usr/lib/virtualbox/additions/VBoxGuestAdditions.iso.
Could not get the storage format of the medium '/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso' (VERR_NOT_SUPPORTED).
Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)
Component: Medium
Interface: IMedium... (9 Replies)
Hi all.
I am at a client currently using SCO Unix 5.0.6 as a guest in a VMWare ESX hosted environment. We are moving to Hyper-V for reasons I will not detail. Our initial design to avoid complexities with porting the applications to 5.0.7V were successful in function using nested hypervisors. ... (4 Replies)
Our Unix system is losing a considerable amount of time each day, and our support service company says our motherboard is the cause. They "upgraded" us 5 years ago to basically the same thing as what we had previously, and are looking to "upgrade" us again now for about $5,000... I think... (23 Replies)
I plan to use a small SPARC Netra T4-1 as a VM server with a primary domain and 2 guest domains. The primary has MPIO configured (4 paths to SAN storage). When a LUN is exported and added to a guest domain, does the single disk server defined on the primary handle the multipathing for the guest... (6 Replies)
I have a guest LDOM running Solaris 10U11 on a Sun T4-1 host running Solaris 11.4. The host has a disk named bkpool that I'd like to share with the LDOM so both can read and write it. The host is hemlock, the guest is sol10.
root@hemlock:~# zpool list
NAME SIZE ALLOC FREE CAP DEDUP ... (3 Replies)