Displaying 7 results from an estimated 7 matches for "rhel64".
Did you mean:
rhel4
2013 Nov 05
2
syslinux.efi pxeboot across multiple subnets
The same client was used for syslinux.efi (both success on same subnet and
failure on different subnet) and grub.efi. The DHCP host block is setup
like:
host testing {
hardware ethernet {mac} ;
next-server 10.16.195.178 ;
filename "rhel64/syslinux.efi" ;
}
I'll pull a tcpdump filtering by the IP tomorrow when I get back to the
systems.
On Mon, Nov 4, 2013 at 6:41 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Mon, Nov 4, 2013 at 6:26 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> > On Mon, Nov...
2013 Jun 27
2
qemu-img convert to "sparse" LV
...ts
size is smaller (although more than enough for the data)
the LV is invariably corrupt.
If I try use a thin-provisioned LV pool, and a LV backed by that pool,
the LV resulting from qemu-img convert is not corrupt but it uses as much
space as the file-image capacity it came from.
This on both RHEL64 and Fedora18.
--------------------------------------------------
regards,
Edoardo Comar
WebSphere Application Service Platform for Networks (ASPN)
ecomar@uk.ibm.com
+44 (0)1962 81 5576
IBM UK Ltd, Hursley Park, SO21 2JN
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in E...
2013 Nov 05
0
syslinux.efi pxeboot across multiple subnets
...Matthews:
> The same client was used for syslinux.efi (both success on same subnet and
> failure on different subnet) and grub.efi. The DHCP host block is setup
> like:
>
> host testing {
> hardware ethernet {mac} ;
> next-server 10.16.195.178 ;
> filename "rhel64/syslinux.efi" ;
> }
>
> I'll pull a tcpdump filtering by the IP tomorrow when I get back to the
> systems.
>
Jason did that.
However the E-mail is to big to get through the mailinglist.
To get more eye balls on the tcpdump,
it has to be published elsewhere.
Regards
Geert...
2013 Jun 28
0
Re: qemu-img convert to "sparse" LV
...than enough for the data)
> the LV is invariably corrupt.
>
> If I try use a thin-provisioned LV pool, and a LV backed by that pool,
> the LV resulting from qemu-img convert is not corrupt but it uses as much
> space as the file-image capacity it came from.
>
> This on both RHEL64 and Fedora18.
I think a good way to get that is to shrink the filesystem of the
original disk, shrink the disk itself and convert the file-based image
to the LV like you do.
Once done, you can extend the LV and the filesystem back to what it was
before the process if needed.
Other than that, I d...
2013 Dec 03
0
cputune shares with multiple cpu and pinning
Hi,
I have found the cpu time partitioning based on cpu shares weights not
very intuitive.
On RHEL64, I deployed two qemu/kvm VMs
VM1 with 1 vcpu and 512 cpu shares
VM2 with 2 vcpus and 1024 cpu shares
I pinned their vcpus to specific host pcpus:
VM1 vcpu 0 to host pcpu1
VM2 vcpu 0 to host pcpu1, VM2 vcpu 1 to host pcpu2
I executed inside the VMs a simple process that consume all availabl...
2013 Nov 05
2
syslinux.efi pxeboot across multiple subnets
...for syslinux.efi (both success on same subnet
> and
> > failure on different subnet) and grub.efi. The DHCP host block is setup
> > like:
> >
> > host testing {
> > hardware ethernet {mac} ;
> > next-server 10.16.195.178 ;
> > filename "rhel64/syslinux.efi" ;
> > }
> >
> > I'll pull a tcpdump filtering by the IP tomorrow when I get back to the
> > systems.
> >
>
> Jason did that.
> However the E-mail is to big to get through the mailinglist.
>
> To get more eye balls on the tcpdump,
&...
2013 Nov 04
2
syslinux.efi pxeboot across multiple subnets
On Mon, Nov 4, 2013 at 5:13 PM, H. Peter Anvin <hpa at zytor.com> wrote:
> Please indicate what version of Syslinux you are using, and also a hint
> at your system configuration.
>
> I presume the packet dump was taken on the server. They indicate the
> client trying to initiate a TFTP transaction but apparently not getting
> the reply. This *may* be the same bug that