Displaying 14 results from an estimated 14 matches for "onpart".
Did you mean:
onart
2017 Feb 15
2
Kickstart - part ignore onpart ??
Hello Guys,
after hours of uncessfull create example before i forward special
parition tests.
part ignoe --onpart
But Installation hang out for parition the harddisk.
jump to another console partitions are ok ?
Which line/lines is/are missing?
Andy
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Use graphical install
graphic...
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"
--onpart=sda2 --size=4000
part raid.02 --bytes-per-inode=4096 --fstype="raid" --grow --onpart=sda3
--size=1
part raid.03 --asprimary --bytes-per-inode=4096 --fstype="raid"
--onpart=sdb1 -...
2017 Feb 15
1
Kickstart - part ignore onpart ??
I'm ill, i'm german ...
the script is looks ok, copy from a slim installation of anaconda.
Insert only the "pre part"
and
part /boot --onpart=/dev/sda1
part / --onpart=/dev/sda2
part swap --onpart=/dev/sda3
As i wrote: Jump over to another console and the partitions are there.
Sincerely
Andy
Am Mittwoch, den 15.02.2017, 11:16 -0800 schrieb John R Pierce:
> On 2/15/2017 11:04 AM, Andreas Benzler wrote:
> > aft...
2014 Aug 07
1
kickstart - dont wipe data
...e data partitions should
survive the install, i.e. they should not be formatted.
With a single disk this works, here is the relevant part from the
kickstart file (I shortened the name of the volume group)
...
zerombr
clearpart --none --initlabel
part /boot --fstype="xfs" --label=boot --onpart=vda1
part pv.00 --fstype="lvmpv" --onpart=vda2 --noformat
volgroup v --noformat
logvol / --fstype=xfs --name=wurzel --vgname=v --useexisting
logvol /home --fstype=ext4 --name=home --vgname=v --noformat
...
you see, / will be reformatted, /boot will be reformatted, but...
2017 Feb 15
0
Kickstart - part ignore onpart ??
On 2/15/2017 11:04 AM, Andreas Benzler wrote:
> after hours of uncessfull create example before i forward special
> parition tests.
>
> part ignoe --onpart
>
> But Installation hang out for parition the harddisk.
>
> jump to another console partitions are ok ?
There are an awful lot of typos in this email message, including the
command you're saying you're using... leads me to wonder if you're not
making similar errors in...
2011 Jul 29
1
Kickstart and CentOS 6 episode 2...
...about it, but not much info...
https://bugzilla.redhat.com/show_bug.cgi?id=565873
My kickstart:
? cmdline
? skipx
? install
? harddrive --partition=sdb2 --dir=/centos
? keyboard fr-pc
? lang en_US
? timezone? Europe/Paris
? reboot
? logging --level=info
? #ignoredisk --only-use=sda
? part /boot? --onpart sda1 --noformat
? part /????? --onpart sda2 --noformat
? part swap ? --onpart sda3 --noformat
? part /usr?? --onpart sda5 --noformat
? part /var?? --onpart sda6 --noformat
? part /home? --onpart sda7 --noformat
? bootloader --driveorder=sda,sdb --location=mbr
? ...
Thx,
JD
2012 Apr 12
1
CentOS 6.2 anaconda bug?
I have a kickstart file with the following partitioning directives:
part /boot --fstype ext3 --onpart=sda1
part pv.100000 --onpart=sda2 --noformat
volgroup vol0 pv.100000 --noformat
logvol / --vgname=vol0 --name=lvol1 --useexisting --fstype=ext4
logvol /tmp --vgname=vol0 --name=lvol2 --useexisting --fstype=ext4
logvol swap --vgname=vol0 --name=lvol3 --useexisting
logvol /data --vgname=vol0 --name=l...
2008 Apr 28
1
Kickstart syntax for CentOS upgrade
...TIVE '/dev/VolGroup00/LogVol02' [35.72 GB] inherit
ACTIVE '/dev/VolGroup00/LogVol00' [2.91 GB] inherit
I've tried various alternatives of specifying the disk layout in the
kickstart file, and here is my latest attempt:
part /boot --fstype ext3 --onpart sda1
part pv.2 --noformat --onpart sda2
volgroup VolGroup00 --noformat --useexisting --pesize=32768
logvol swap --useexisting --fstype swap --name=LogVol00 --
vgname=VolGroup00
logvol / --useexisting --fstype ext3 --name=LogVol01 --
vgname=VolGroup00
But when I try to install Cent...
2002 Aug 08
0
PXE Question....
...lang en_US
langsupport en_US
keyboard us
mouse none
timezone --utc Europe/Amsterdam
rootpw --iscrypted $1$?9Qp?7?5$tlEzEyfBj9OLcdAOZhfUP.
#reboot
text
bootloader --useLilo --linear --location=mbr
install
nfs --server orca.graddelt.com --dir /tftpboot/redhat/7.3/en/os/i386
part /boot --fstype ext3 --onpart sda2
part / --fstype ext3 --onpart sda5
part swap --onpart sda6
part swap --onpart sda7
network --bootproto static --ip 10.0.111.34 --netmask 255.255.255.0
--gateway 10.0.111.9 --nameserver 10.0.115.22
auth --useshadow --enablemd5
firewall --disabled
skipx
%packages
%pre
echo "-----...
2019 Apr 03
2
Kickstart putting /boot on sda2 (anaconda partition enumeration)?
...my swap is being put on sda1 because for some reason that
partition gets the lowest numeric value in the name (raid.008001) But I
don't see why that is happening, nor am I sure how to tell anaconda that I
want /boot on the first partition (other than doing it in %pre)
I cannot specify the 'onpart=sda1' option because I use 'clearpart' in the
script, and according to the docs:
"If the clearpart command is used, then the --onpart command cannot be used
on a logical partition."
The partition table on disk ends up looking as such:
bash-4.1# parted /dev/sda
GNU Parted 2.1...
2011 Jan 09
5
replace x86 with x64 system and reuse existing LVM
I want to replace an existing 32bit with a 64bit installation (Centos 5).
There's an existing LVM with lots of partitions. Most are used for Xen
guests. The system itself uses only one of them plus a separate /boot
partition that is not on LVM.
What's the best course of action here? Should I do the reinstall with
kickstart or better manually and reuse the existing filesystem? As I
2012 Oct 15
2
ext3 partition on LVM lost all data
...oot --vgname=VolGroup00
--useexisting
#logvol swap --name=LogVol00_swap --vgname=VolGroup00 --useexisting
#logvol /tmp --fstype=ext4 --name=LogVol00_tmp --vgname=VolGroup00
--useexisting
#logvol /var --fstype=ext4 --name=LogVol00_var --vgname=VolGroup00
--useexisting
#part /boot --fstype=ext4 --onpart=ddf1_Defaultp1
#part pv.253002 --onpart=ddf1_Defaultp2 --noformat
repo --name="CentOS" --baseurl=cdrom:sr0 --cost=100
repo --name="Centos 6.3 Base - x86_64" --baseurl= --cost=1000
repo --name="Centos 6.3 Extras - x86_64" --baseurl= --cost=1000
repo --name="...
2009 Nov 09
2
Partition alignment
I'll be setting up a vSphere 4 environment hosting CentOS 5.4 on Netapp
FAS and was curious how you guys are handling the automation of
partition alignment within your linux guests. I'd like to use cobbler
for dynamically creating kickstart scripts and wasn't sure if I could
align my disk during install some how. Are there kickstart arguments to
force the alignment on a 4k boundary?
2008 Aug 21
0
kickstart error on 5.2 exception
....mpaths: []
id.ksdata.zerombr: True
id.ksdata.partitions: [KickstartPartData instance, containing members:
size: 20000
disk: sda
end: 0
bytesPerInode: 4096
format: True
onbiosdisk:
fsopts:
fstype: ext3
start: 0
maxSizeMB: 0
onPart:
active: False
mountpoint: /
label:
grow: False
primOnly: True
recommended: False
, KickstartPartData instance, containing members:
size: 4000
disk: sda
end: 0
bytesPerInode: 4096
format: True
onbiosdisk:
fsopts:...