Displaying 20 results from an estimated 10000 matches similar to: "kickstart question"
2008 Apr 30
4
kickstart question
I have a couple lines like:
part / --ondisk=sda --fstype ext3 --size=20000 --asprimary
part swap --ondisk=sda --size=4000 --asprimary
part /home --ondisk=sda --fstype ext3 --size=1 --asprimary --grow
in my kickstart file.
Is there a way to have 1 kickstart file that works for hda and sda both???
So I would like to have 1 kickstart file that works for either a hda
2008 Mar 28
3
questions on kickstart
I have 2 questions dealing with 2 different kickstart files.
1) my kickstart sections for RAID disk setup and kickstart reports it
cannot find sda. Why is that. sda is there and works.
clearpart --all --initlabel
part raid.01 --asprimary --bytes-per-inode=4096 --fstype="raid"
--onpart=sda1 --size=20000
part swap --asprimary --bytes-per-inode=4096 --fstype="swap"
2010 Mar 02
3
kexec for CentOS 4?
I have a remote CentOS 4 machine on a network where I can't put a DHCP
or PXE server, and I want to do a complete reinstall. So what I want to
do is, from the currently-running system, to invoke an installation
kernel and initrd in just the same way that GRUB would, giving it a boot
command line that specifies a remote kickstart file, installation tree,
and other required info.
It looks like
2008 Feb 08
3
using nfs in kickstart post section
I am trying to mount an nfs drive in the post kickstart section.
I am getting an error on "service nfs start" about cannot register
service RPC
What do I need to start first?
jerry
2009 Nov 18
2
simple NFSv4 setup
I'm trying to setup a simple NFSv4 mount between two x86_64 hosts. On the
server, I have this in /etc/exports:
/export $CLIENT(ro,fsid=0)
/export/qb3 $CLIENT(rw,nohide)
ON $CLIENT, I mount via:
mount -t nfs4 $SERVER:/qb3 /usr/local/sge62/qb3
However:
$ touch /usr/local/sge62/qb3/foo
touch: cannot touch `/usr/local/sge62/qb3/foo': Read-only file system
I'd really
2011 Jun 06
2
Gluster 3.2.0 and ucarp not working
Hello everybody.
I have a problem setting up gluster failover funcionality. Based on
manual i setup ucarp which is working well ( tested with ping/ssh etc
)
But when i use virtual address for gluster volume mount and i turn off
one of nodes machine/gluster will freeze until node is back online.
My virtual ip is 3.200 and machine real ip is 3.233 and 3.5. In
gluster log i can see:
[2011-06-06
2008 Aug 16
0
kickstart and 5.2 x86_64 giving errors.
When I use my kickstart file (which works on 5.1 x86_64) with 5.2 I get
the following error.
I put my kickstart file at the end.
Do I have something incomaptible in the file?
jerry
--------------------------------------
Traceback (most recent call first):
File "/usr/lib/anaconda/network.py", line 341, in lookupHostname
ret = isys.pumpNetDevice(dev.get('device'),
2007 Mar 23
2
kickstart - how do I specify I20_block driver
Hi,
I have alot of kickstart and scripting going on as I provision lots of
machines, and every now and then I run into a pesky machine or three
that's still got that Adeptec zero-channel RAID card sitting on the
board. Normally I like to rip it our and throw something more robust
in, but if it's a cache machine or whatever, I leave it in.
It makes my kickstart file useless until I
2005 Aug 15
2
Kickstart, package always selected
I'm trying to kickstart a Centos 4.1 system with the minimum set of
packages. I have no use for ypbind so I'm trying to prevent from
being installed, but kickstart/anaconda always insist on its
installation (complaining that the package is missing). This is the
%packages section of my ks file so far:
%packages
#-@ dialup
kernel
grub
e2fsprogs
lvm2
-slocate
-bluez-utils
-bluez-bluefw
2006 Dec 27
2
Kickstart: Give IP From ks= Cmdline A Myth?
Hey, someone just told me yesterday that I can give my machine an
initial IP address, gateway, dns server, and netmask via command line
like this:
linux ks=http://www.mydomain.com/kick.ks ip=192.168.1.5
netmask=255.255.255.0 gateway=192.168.1.1 dns=192.168.1.10
Is this true? Is the syntax wrong or right?
If so, and I call my kick.ks file and it has
install
cdrom
it'll pull the files
2006 Dec 25
2
Kickstart Questions
Hi,
We dont run DHCP in our environment where I build our servers, is it
required to get a first IP address to hit my kickstart server running on
my xandros debian laptop? Just been a couple years since I last did some
kickstart builds and I dont have system-config-kickstart running on a
machine here in my home lab.
I can turn on DHCP on my linux laptop perhaps, but just wanted to check
in
2007 Dec 06
3
A few questions about remastering
Hi,
I've searched all over Google, but couldn't find a proper answer to my
needs.
I've installed CentOS 5.1 only with the packages I need and then made a
few of my own.
Now, here's what I need:
a) To integrate my self-made packages in a remasterized DVD;
b) That the install process of the new version skips package choosing,
i. e., when it reaches this stage it just installs
2008 Mar 13
2
CentOS 5.1 install via PXE Failure
Hi All,
This has to be something simple....but it's really busting my chops. We have
a PXE boot server that is used for initial installation of a number of
operating systems and it works well. However the CentOS 5.1 x86_64 install
is seriously broken.
We've made the PXE boot images available from
"centos/5/os/x86_64/images/pxeboot/" in the tftp boot etc. We've rsynced
2005 Jun 29
1
Kickstart-based Install, editing comps.xml, hdlist/hdlist2
Hello, all -
I've been throwing the question around on the kickstart-list for the
last few days here, and can't quite get ahold of things. Please, allow
me to explain.
I am in the process of making a custom CentOS/RHEL kickstart install.
It works well right now; however, it's a hackjob, and I am not
comfortable with it as of yet.
For the past few days, I've even gone as far as
2008 Oct 28
2
Kickstart package groups
Hello,
I'm building another kickstart CD, minimal, and creating my own repository.
Is there any way I can get the list of files that a group (like @core o
@base) will install?
The idea is to put only those files in the repository to be included
later in the iso file, and only those files, nothing else.
Thanks in advance
Francisco
-------------- next part --------------
An HTML attachment
2008 Apr 25
2
PXE / Kickstart / nfs ....
hello there,
I wonder if you could help me:
I am trying to install 50 diskless servers using PXE / kickstart, it all starts well, DHCP server issues a dynamic address, tftp issues the kickstart file, the client starts reading the KS file but at some point anaconda brings up an unhandled exception related to Python when reading Comps.xml??
What is really unsettling is the fact that if I plug
2008 Jun 22
8
3ware 9650 issues
I've been having no end of issues with a 3ware 9650SE-24M8 in a server that's
coming on a year old. I've got 24 WDC WD5001ABYS drives (500GB) hooked to it,
running as a single RAID6 w/ a hot spare. These issues boil down to the card
periodically throwing errors like the following:
sd 1:0:0:0: WARNING: (0x06:0x002C): Command (0x8a) timed out, resetting card.
Usually when this
2006 Jul 28
4
Kickstart from floppy falling into regular install
I took my anaconda-ks.cfg file, cp to ks.cfg and copied to a floppy
The isos have been copied to an ftp server. So I had the following
lines in my ks.cfg
intall
url ftp://10.1.1.1// (yes the ftp server's directory is the Centos
directory)
This is along with all the appropriate network command to get the
ethernet setup.
I issue the linux ks=floppy (also tried linux
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
I am trying to a install Centos 5.1 32-bit Xen HVM DomU onto a Centos 5.1
64bit DomU with the default xen installed and the kickstart hangs at random
points during the install process. Sometimes retrieving the image, sometimes
formatting the filesystem, sometimes installing the packages,etc.
I tried upgrading to xen 3.2 and encounter the same problem before
rebuilding back to stock Centos 5.1
2007 Dec 04
1
what centos realease for xeon ?
Hi,
I'd like to install centos 5 on a HP proliant ml370 server with a xeon
cpu, is it ok the install-dvd for x86_64 architecture ?
The server will be a samba server plus virtualization.
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
In REGALO 'All the Good Thing' di NELLY FURTADO
Clicca qui: