Displaying 20 results from an estimated 4000 matches similar to: "Adding hosts to the hardware pool"
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
Hi
I am running a pxe diskless node in f13 and I have some proposals to make
ovirt-early working in this version.
nash is no more available (nash/mkinitrd is replaced by dracut), so this
following command fails :
"echo "network --device $DEVICE --bootproto dhcp" | nash"
it makes the network configuration incomplete. I replace the linuxrc command by
dhclient and it's
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password.
---
Makefile.am | 1 +
livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++
ovirt-node-image.spec.in |
2010 Jan 19
1
How I installed ovirt on fc 12
Hi,
I installed ovirt on fedora 12 (64 bits) successfully but I had to make some changes to make it work.
1. Installation from rpms builded from the lastest git version
2. Patch ace : missing backslashes in sed commands
vim /usr/share/ace/modules/ovirt/manifests/freeipa.pp
line 33 : '/\\[kdcdefaults\\]/a \\ kdc_ports = 88'
single_exec {"set_kdc_defaults":
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi,
I am trying to boot syslinux with an SD-Card on COMe-mBTi10 board, it works
perfect with syslinux 4-06(as BIOS supports booting from SD-CARD), but
hangs with syslinux-6.03 during 'Loading vmlinuz ... '.
I tried various ways in which I could debug but no hints, just one time I
got the error below the loading screen.
'Loading vmlinuz0 ... CHS: Error 8001 reading sector 34(0/3/3)
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi
I have tried to install syslinux 4.06 on the SD card again, it works like a
charm.
I am being very carefull with c32 files from the same version bootloader.
No success.
I am also unmounting /dev/sdb1 before installing syslinux, as mentioned in
the given documentations.
In the pasted syslinux.cfg content--- I have also tried using only one
DEFAULT directive. No success.
syslinux boots
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
- dracut does not currently support booting a dmsquash file system on an iscsiroot
- can not be configured in standalone mode since networking is not up, although works fine if ovirt-config-setup is run once booted.
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
recipe/common-pkgs.ks | 1 +
scripts/ovirt-config-boot | 67 ++++++++++++++++----
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
>
> Hi
> I have tried to install syslinux 4.06 on the SD card again, it works
> like a charm.
>
> I am being very carefull with c32 files from the same version
> bootloader. No success.
>
> I am also unmounting /dev/sdb1 before installing syslinux, as mentioned
> in the given documentations.
> In the pasted syslinux.cfg content--- I have also tried using only
2009 Jun 23
1
node boot error
Hello
i have fedora 11 and build from next branch ovirt
during boot by network (pxe) second node appear error.
host stay anavailable and not sent to manage node identify data.
ping return "unreachable host"
Where may be error ?
in /var/log/message
selinux is permissive
Jun 23 06:07:50 main dnsmasq[4500]: DHCPDISCOVER(eth0) 00:30:48:5f:28:40
Jun 23 06:07:50 main dnsmasq[4500]:
2010 Dec 01
4
problem booting (Fedora) LiveCD ISO over PXELINUX
This is an issue I've researched quite a bit on bug lists, and looked
in the Syslinux Wiki for a way to do this, but haven't yet found a
solution.
1) I have an existing Fedora 13 LiveCD which I burned to a CD and
tested on a system without issue.
2) I then took that same ISO and dropped it in my pxelinux.cfg/default
for being able to boot over the network. I made sure to extract the
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.
2013 Aug 07
2
pxechain.com and gpxelinux.0 odd behavior
I'm sure I'm doing something wrong here, but I would appreciate a pointer.
I have tried to rtfm, but find the docs a little sparse wrt
pxechain.comand gpxelinux.0.
I am trying to setup a pxe chain server (aka chainloading?) where one of
the entries on one pxe server forwards to another (cobbler, in this case).
I know this works fine with traditional pxelinux.0 images, but it's
2010 Sep 30
1
PXELINUX: initrd loading failed
Hi All,
During booting from network i am getting the following error
initrd too large to handle, disabling initrd
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
Size of initrd0.img is approx. 317 MB
Size of vmlinuz is approx. 4 MB
Following is the part of my default file in pxelinux.cfg/
label linux0
menu label MyFedora13 (default)
kernel vmlinuz0
APPEND
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
> Hi,
> I am trying to boot syslinux with an SD-Card on COMe-mBTi10 board, it works
> perfect with syslinux 4-06(as BIOS supports booting from SD-CARD), but
> hangs with syslinux-6.03 during 'Loading vmlinuz ... '.
> I tried various ways in which I could debug but no hints, just one time I
> got the error below the loading screen.
>
> 'Loading vmlinuz0 ... CHS:
2014 Nov 20
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
Hi,
First of all thank you so much for your prompt suggestions/help. I really
appreciate this.
Here is the syslinux.cfg which works perfect with syslinux-4.06
----
PROMPT 0
TIMEOUT 50
SERIAL 0
DEFAULT mylabel
LABEL mylabel
KERNEL vmlinuz0
APPEND initrd=initrd.img root=/dev/mmcblk0p2 rootwait rootfstype=ext3
console=tty0 console=ttyS0,9600
----
To further round off the error possibilities I used
2010 Apr 13
2
how to debug pxe boot problems
Hi all,
I'm trying to get a pxeboot server up and running, according to the
instructions on the WIKI (http://wiki.centos.org/HowTos/PXE/PXE_Setup
& http://wiki.centos.org/HowTos/PXE/PXE_Setup/Menus)
Here's my /tftpboot/pxepxelinux.cfg/default :
default menu.c32
prompt 1
timeout 300
ONTIMEOUT local
MENU TITLE PXE Menu
label Dos Bootdisk
MENU LABEL ^Dos bootdisk
2011 Aug 04
3
Interactive PXE install
I've got a system (Supermicro P8SCT) that lacks a floppy or CD and it's old
enough that it won't boot from a USB stick. Before I scrounge an optical
drive to plug in, I thought perhaps I could install over the network, as I
see "legacy LAN boot" in the BIOS menu.
The guides for a LAN install I've found all want to do an automated
kickstart install. Are there any
2010 Dec 18
0
cobbler fails to recognize semanage rules
I am having a bit of trouble setting up cobbler on this machine.
cobbler check points out a few things to correct:
[root at VIRTCENT04:~]#cobbler check
The following are potential configuration items that you may want to fix:
1 : you need to set some SELinux content rules to ensure cobbler
serves content correctly in your SELinux environment, run the
following: /usr/sbin/semanage fcontext -a
2011 Jun 14
1
leaving ports open for tftp
hey guys,
I have a really silly question for you! I just built a cobbler server that I am using to bare metal some boxes. But I am a bit n00b and need to figure out which ports to open in iptables.
Here's a start:
xinetd 2031 root 8u IPv4 94306 UDP *:tftp
in.tftpd 9203 root cwd DIR 253,0 4096 588097 /tftpboot
2009 Oct 22
0
[PATCH node] merge Root and /boot partitions
This completes the switch to ext3 backed root partitions. /boot is now contained on each Root/RootBackup partition. On install grub is updated to read and boot from the correct partition as well.
---
scripts/ovirt-config-boot | 29 ++++++++++++------------
scripts/ovirt-config-storage | 47 +++++++++++----------------------------
scripts/ovirt-config-uninstall | 5 +---
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.