Displaying 20 results from an estimated 1200 matches similar to: "Possible bug in kickstart"
2013 Mar 18
1
CentOS 6.4 kickstart bonding
Hi all,
Someone played with kickstart bonding with centos 6.4 ?
CentOS 6.4, as upstream now support ifcae bonding in kickstart network section.
I've an issue with configuring a second bonding iface in kicstart on CentOS 6.4. The first bonding (bond0) works as espected but the second is not configured during installation. I've a 6 nic server (two for "puclic" network, two for
2013 Mar 19
0
kickstart bonding
Hello!
I would like to use the new bonding feature of kickstart in release 6.4.
My setup is one bonding interface (bond0) with two (eth0, eth1)
ethernet cards. I am using two VLANs on bonding interface so I have no
IP for bond0 but have IPs for bond0.1 and bond0.2. If I create config
by hand it works.
Now I would like to convert my kickstart file using the new bonding
feature. The kickstart
2017 Apr 18
2
anaconda/kickstart: bonding device not created as expected
Hi,
I am currently struggling with the right way to configure a bonding
device via kickstart (via PXE).
I am installing servers which have "eno" network interfaces. Instead of
the expected bonding device with two active slaves (bonding mode is
balance-alb), I get a bonding device with only one active slave and an
independent, non-bonded network device. Also the bonding device
2013 Oct 08
2
C6: kickstart problems with additional repo
Hi,
I'm kickstarting a vm in ESXi 5.1.
ks.cfg is on floppy, install media is ISO file.
This works great as long as I don't add an additional repo, in our case
it is vmware tools on one of our webservers.
If I add the repo line, anaconda asks then for the used network card and
indeed, switching to console the interfaces are still unconfigured.
Chosing eth0 in gui continues the
2008 Mar 31
9
iSCSI root on Dom0
I am getting the following error on boot on a new install Centos 51:
#/bin/sh ro no such file or directory
then a kernel panic
I have traced it to the call ''switchroot'' in the init script in the initrd.
the exact same build without zen has no problems.
the boot messages look like:
Attaching to iSCSI storage
iscsistart: transport class version 2.0-724. iscsid version 2.0-865
2012 Sep 14
1
Bonding Eth interfaces - unexpeceted results
CentOS 6.2.........
Why do the physical interfaces report (correctly) that they're negotiated at 1000Mb/s, but when I `cat /proc/net/bonding/bond0` I get 100Mbps for the member interfaces, and when I ` mii-tool bond0` I get 10Mbps for the bond?
-----------------------------------------------------------------------------------------
ethtool em1
Settings for em1:
Supported ports: [
2018 Oct 04
3
Need help with Linux networking interfaces and NIC bonding
Hello everyone
I am running into some strange issues when configuring networking
interfaces on my physical server running Centos 7.5. Let me give you an
overview of what's going on:
We have a physical server, running CentOS 7.5. This server has one 4 port
NIC and one 2 port NIC and a Dell IDRAC port. The first port of the 4 port
NIC, em1, is used for Management traffic. The first port of
2008 Jun 09
1
RE: RE: VLAN and BRIDGE HELP
While I am still in the process of working through this here are the steps I am taking to set up each machine.
1) Since each of my servers have multiple NIC ports I bond them together (see page 34 of the Administrators Guide) first. This is best down from the physical server and not via the remote console. If you do it remotely you will then have to reconfigure the management port before
2015 Oct 02
0
Kickstarting bonded interfaces
Since CentOS 6.4, anaconda supports kickstarting from bonded interfaces. Has anyone managed to get this working?
Bonding modes 1, 5, 6 work fine, and they do not need any particular support on the switch. But modes 0, 2-4 are a different story, no luck here.
network --onboot yes --device bond0 --activate --bootproto static --bondslaves=eth0,eth1 --bondopts=mode=balance-rr,miimon=100 --ip 1.2.3.4
2012 Jun 07
1
Worrying after IPv6 day...
Hi,
after IPv6 day, I was wondering if our server were really secure...
And, I know we should switch on IPv6 everywhere but... it will take some time.
Usually, we disable(d) IPv6; so we are not running ip6tables.
Can I start ip6tables in all cases (even if only IPv4) just to be on the safe side?
On CentOS 6 servers, I use the --noipv6 in the kickstart files and I removed NetworkManager; but
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
Hello,
I?m using virt-install to build a guest system with CentOS. The system boots up, times out with dracut-initqueue timeout and drops me into an emergency shell. If I exit the shell the install continues and I get a working machine.
Any ideas?
virt-install \
-n TEST \
-r 8192 \
--os-type=linux \
--disk=/vm-images/test.img,device=disk,bus=virtio,size=100,format=raw \
2019 Feb 06
2
Pb with bounding
Hi,
We have a Dell server with 4 Ethernet interface. I would to aggregate them in a bond. Everything work but the default gateway doesn?t work on the ? bond0 ? interface and I have no links.
My configuration:
- CentOS 7:
:/etc/sysconfig/network-scripts# uname -a
Linux nas-mtd2 3.10.0-957.5.1.el7.x86_64 #1 SMP Fri Feb 1 14:54:57 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
- NetworkManager disabled:
2017 Apr 19
0
anaconda/kickstart: bonding device not created as expected
On 18/04/2017 15:54, Frank Thommen wrote:
> Hi,
>
> I am currently struggling with the right way to configure a bonding
> device via kickstart (via PXE).
>
> I am installing servers which have "eno" network interfaces. Instead of
> the expected bonding device with two active slaves (bonding mode is
> balance-alb), I get a bonding device with only one active slave
2015 Feb 25
2
Kickstart with multiple eth devices
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 23/02/15 08:16 PM, Steven Tardy wrote:
>
>> On Feb 23, 2015, at 6:34 PM, Ashley M. Kirchner
>> <ashley at pcraft.com> wrote:
>>
>> I have a Dell server that has two built-in ethernet devices. When
>> I kickstart the machine, they are correctly identified as eth0
>> and eth1 (correctly meaning they
2009 Apr 05
5
Headless operations
Hi Folks,
I'm interested in "headless" installation. If I use GRUB, then I provide
arguments to the kernel of things like "headless vnc vncpassword=whoopie
ip=dhcp" GRUB passes this on to ISOLinux, which manages the CD and
subsequently the installation.
Shouldn't I be able to do exactly the same thing with EXTLinux? I ask,
because, as you might suspect, I
2004 Dec 17
2
Call Queue Uniden UIP 200 not working
I just got my wife this phone, and when calls come in on the queue it will
not ring, if I dial the ext it rings, here is the config from the tftp
server:
Thanks
unidencom.txt
# UIP200 Mass Configuration System Generic File
# Notes:
# 1. Lines start with '#' are comments
# 2. To leave a field value unchanged (as saved on local phone), leave value
to blank.
# 3. To set a field's
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
Hello
You must add first:
vlan (tagged) to eth2
eth2 interface is not tagged by default and not know vlan-s .
It is like a cisco if you have 24 ports in cisco by default all ports
are in vlan1. if you want to do trunk (with vlans) you myst add (vlans)
to this ports (tagged or untagged)
So you can compare that all interfaces in linux by default are in one
vlan(but not tagged). (only for
2006 Aug 14
1
HTB and BOND Interface
Hi!
Is it HTB fully compatible with BOND interface?
I have this setup (mode= fault tolerance) :
BOND0 -> ETH0 + ETH1
BOND1 -> ETH2 + ETH3
( http://www.kernel.org/pub/linux/kernel/people/marcelo/linux-2.4/Documentation/networking/bonding.txt
)
HTB work very well with Class over BOND0.
If I add Class for BOND1 it generate balance errors.
Also with HTB.init
2015 Feb 25
0
Kickstart with multiple eth devices
Ok, so some of this now works, but I'm still having problems. With the
bootif option, the system now correctly configures and uses the same
interface to get its kickstart file. However, when the system is done and
boots up, the interfaces are still messed up. So this is what I have in the
kickstart file:
# On-Board Port 1 with public IP configuration
network --noipv6 --onboot yes --bootproto
2010 Aug 19
1
dmesg- bnx2i: iSCSI not supported, dev=eth0
Getting "bnx2i: iSCSI not supported, dev=eth0" for all the NIC adapters
on all of my R710's running CentOS 5.5.
Here is an sample of the error messages:
bonding: Warning: either miimon or arp_interval and arp_ip_target module
parameters must be specified, otherwise bonding will not detect link
failures! see bonding.txt for details.
bonding: bond0: setting mode to active-backup