100%
13.06.2016
are continually integrating new and useful features. An example of this is live migration of virtual machines (VMs).
On Linux systems, the kernel-based virtual machine (KVM) hypervisor built into the kernel won ... Live migration of virtual machines is necessary when you need to achieve high-availability setups and load distribution. ... Live VM Migration ... Live migration of virtual machines with KVM
93%
14.11.2013
. This particular csrow has an 8GB DDR3 unbuffered DIMM with no correctable or uncorrectable errors.
Listing 5
Sample System csrow0 Values
login2$ more /sys/devices/system/edac/mc/mc0/csrow0/ce_count
0 ... 17
90%
09.01.2013
, 2012, No. 09, pg. 28, http://www.admin-magazine.com/HPC/Articles/The-RADOS-Object-Store-and-Ceph-Filesystem
"RADOS and Ceph: Part 2" by Martin Gerhard Loschwitz, ADMIN
, 2012, No. 11, pg. 42: http ... VM Live Migration ... Live migration of virtual machines ... Go Live
89%
31.10.2025
- sl plugin for Scientific Linux
09
10 Available platform plugins:
11 - vmware plugin for VMware
12 - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2)
13 - virtualbox plugin ... 12
81%
14.11.2013
"max_vms" : 10,
12
13 "elasticity_policies" : [
14 {
15 // +2 VMs when the exp. is true for 3 times in a row,
16 // separated by 10 seconds
17 "expression ... 17
77%
14.11.2013
RHNSession;
06
07 my ($client, $session) = RHNSession::Session;
08
09 my $channels = $client->call('channel.listSoftwareChannels', $session);
10
11 foreach my $channel (@$channels) {
12 print $channel ... 17
75%
31.10.2025
password 8 ZDF339a.20a3E
05 log file /var/log/quagga/zebra.log
06 service password-encryption
07 !
08 interface eth0
09 multicast
10 ipv6 nd suppress-ra
11 !
12 interface eth1
13 ip address 10 ... 12
74%
31.10.2025
* Documentation: http://www.ubuntu.com/server/doc\r
55 \r
56 System information as of Thu Oct 11 15:55:28 CDT 2012\r
57 \r
58 System load: 1.09 Temperature: 40 C\r
59 Usage of /: 1 ... 12
72%
31.10.2025
Fortunately, the Guacamole website has prebuilt packages for several distributions. The Downloads section of the website [1] provides packages for Debian 6.0 (squeeze), Ubuntu 11.10/12.04, and Fedora 15/16/17 ... 12
71%
31.10.2025
PRIVATE (id)
06
07 id = omp_get_thread_num()
08 write(*,*) 'Thread ',id,' Checking in'
09
10 IF (id == 0) THEN
11 WRITE(*,*) ' Number of threads in use is ',omp_get_num_threads()
12 ENDIF
13
14 ... 12