Install RHEL 5.7S on machine with 4TB disks
I'm getting errors about GPT when installing OS using kickstart.
The Dell R720 has 8x 600GB SAS. I can't figure out what to configure in BIOS and kickstart file.
In BIOS, there're boot options of BIOS and UEFI. SATA has a few options, AHCI and RAID mode. In PERC, I select all disks and select RAID level 5.
I tried a few combinations but they all don't work. Does anyone here has experience setting up machine with such large local disk array?
My kickstart.cfg has this:
clearpart --all --drives=sda
part /boot --fstype ext3 --size=16
part pv.2 --size=0 --grow --ondisk=sda
volgroup vg --pesize=65536 pv.2
logvol / --fstype ext3 --name=root --vgname=vg --size=51200
logvol swap --fstype swap --name=swp --vgname=vg --size=131072
logvol /tmp --fstype ext3 --name=tmp --vgname=vg --size=524288
logvol /opt/lo --fstype ext3 --name=lo --vgname=vg --size=3072000
Thank you in advance.
rhel system-installation bios kickstart raid5
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm getting errors about GPT when installing OS using kickstart.
The Dell R720 has 8x 600GB SAS. I can't figure out what to configure in BIOS and kickstart file.
In BIOS, there're boot options of BIOS and UEFI. SATA has a few options, AHCI and RAID mode. In PERC, I select all disks and select RAID level 5.
I tried a few combinations but they all don't work. Does anyone here has experience setting up machine with such large local disk array?
My kickstart.cfg has this:
clearpart --all --drives=sda
part /boot --fstype ext3 --size=16
part pv.2 --size=0 --grow --ondisk=sda
volgroup vg --pesize=65536 pv.2
logvol / --fstype ext3 --name=root --vgname=vg --size=51200
logvol swap --fstype swap --name=swp --vgname=vg --size=131072
logvol /tmp --fstype ext3 --name=tmp --vgname=vg --size=524288
logvol /opt/lo --fstype ext3 --name=lo --vgname=vg --size=3072000
Thank you in advance.
rhel system-installation bios kickstart raid5
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You will probably want BIOS over UEFI for RHEL5. The SAS is from an expansion slot or on the mainboard?
– Tim
Jul 5 '13 at 19:59
the configuration of RAID5 is a bit tricky on the Dell machine but after that it should be really easy, excet if your disk manager is not supported by the RHEL your trying to install
– Kiwy
Dec 18 '13 at 14:16
add a comment |
I'm getting errors about GPT when installing OS using kickstart.
The Dell R720 has 8x 600GB SAS. I can't figure out what to configure in BIOS and kickstart file.
In BIOS, there're boot options of BIOS and UEFI. SATA has a few options, AHCI and RAID mode. In PERC, I select all disks and select RAID level 5.
I tried a few combinations but they all don't work. Does anyone here has experience setting up machine with such large local disk array?
My kickstart.cfg has this:
clearpart --all --drives=sda
part /boot --fstype ext3 --size=16
part pv.2 --size=0 --grow --ondisk=sda
volgroup vg --pesize=65536 pv.2
logvol / --fstype ext3 --name=root --vgname=vg --size=51200
logvol swap --fstype swap --name=swp --vgname=vg --size=131072
logvol /tmp --fstype ext3 --name=tmp --vgname=vg --size=524288
logvol /opt/lo --fstype ext3 --name=lo --vgname=vg --size=3072000
Thank you in advance.
rhel system-installation bios kickstart raid5
I'm getting errors about GPT when installing OS using kickstart.
The Dell R720 has 8x 600GB SAS. I can't figure out what to configure in BIOS and kickstart file.
In BIOS, there're boot options of BIOS and UEFI. SATA has a few options, AHCI and RAID mode. In PERC, I select all disks and select RAID level 5.
I tried a few combinations but they all don't work. Does anyone here has experience setting up machine with such large local disk array?
My kickstart.cfg has this:
clearpart --all --drives=sda
part /boot --fstype ext3 --size=16
part pv.2 --size=0 --grow --ondisk=sda
volgroup vg --pesize=65536 pv.2
logvol / --fstype ext3 --name=root --vgname=vg --size=51200
logvol swap --fstype swap --name=swp --vgname=vg --size=131072
logvol /tmp --fstype ext3 --name=tmp --vgname=vg --size=524288
logvol /opt/lo --fstype ext3 --name=lo --vgname=vg --size=3072000
Thank you in advance.
rhel system-installation bios kickstart raid5
rhel system-installation bios kickstart raid5
asked Jul 5 '13 at 8:30
user11496
3041818
3041818
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You will probably want BIOS over UEFI for RHEL5. The SAS is from an expansion slot or on the mainboard?
– Tim
Jul 5 '13 at 19:59
the configuration of RAID5 is a bit tricky on the Dell machine but after that it should be really easy, excet if your disk manager is not supported by the RHEL your trying to install
– Kiwy
Dec 18 '13 at 14:16
add a comment |
You will probably want BIOS over UEFI for RHEL5. The SAS is from an expansion slot or on the mainboard?
– Tim
Jul 5 '13 at 19:59
the configuration of RAID5 is a bit tricky on the Dell machine but after that it should be really easy, excet if your disk manager is not supported by the RHEL your trying to install
– Kiwy
Dec 18 '13 at 14:16
You will probably want BIOS over UEFI for RHEL5. The SAS is from an expansion slot or on the mainboard?
– Tim
Jul 5 '13 at 19:59
You will probably want BIOS over UEFI for RHEL5. The SAS is from an expansion slot or on the mainboard?
– Tim
Jul 5 '13 at 19:59
the configuration of RAID5 is a bit tricky on the Dell machine but after that it should be really easy, excet if your disk manager is not supported by the RHEL your trying to install
– Kiwy
Dec 18 '13 at 14:16
the configuration of RAID5 is a bit tricky on the Dell machine but after that it should be really easy, excet if your disk manager is not supported by the RHEL your trying to install
– Kiwy
Dec 18 '13 at 14:16
add a comment |
1 Answer
1
active
oldest
votes
I found this article that discusses the setup under CentOS 6 but much of it should still apply. The article's titled: Forcing GUID Partition Table on a disk with CentOS 6.
In your kickstart file you'll need to do this in your %pre section:
%pre
/usr/sbin/parted -s /dev/sda mklabel gpt
%end
And then make sure that you do not include any clearpart, let the installation default to using the "whole disk".
excerpt
Then make sure your kickstart contains no clearpart instructions so it
will default to just using the empty space. The only small nit I found
after the install is that the minimal install option only includes
fdisk and not parted as well so if you want to manage the disk
partitions you’ll need to add that either at install time or
afterwards as fdisk doesn’t support GPT.
I believe you might have to "return to the installer" by giving the keys Ctrl+Alt+6.
Cent6 = RHEL6. RHEL5 will most likely lack some of the support RHEL6 does.
– Tim
Jul 5 '13 at 19:57
@Tim - agreed, but there isn't a ton of changes going into kickstart & anaconda so what I suggested will likely be the same.
– slm♦
Jul 5 '13 at 20:01
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f81848%2finstall-rhel-5-7s-on-machine-with-4tb-disks%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found this article that discusses the setup under CentOS 6 but much of it should still apply. The article's titled: Forcing GUID Partition Table on a disk with CentOS 6.
In your kickstart file you'll need to do this in your %pre section:
%pre
/usr/sbin/parted -s /dev/sda mklabel gpt
%end
And then make sure that you do not include any clearpart, let the installation default to using the "whole disk".
excerpt
Then make sure your kickstart contains no clearpart instructions so it
will default to just using the empty space. The only small nit I found
after the install is that the minimal install option only includes
fdisk and not parted as well so if you want to manage the disk
partitions you’ll need to add that either at install time or
afterwards as fdisk doesn’t support GPT.
I believe you might have to "return to the installer" by giving the keys Ctrl+Alt+6.
Cent6 = RHEL6. RHEL5 will most likely lack some of the support RHEL6 does.
– Tim
Jul 5 '13 at 19:57
@Tim - agreed, but there isn't a ton of changes going into kickstart & anaconda so what I suggested will likely be the same.
– slm♦
Jul 5 '13 at 20:01
add a comment |
I found this article that discusses the setup under CentOS 6 but much of it should still apply. The article's titled: Forcing GUID Partition Table on a disk with CentOS 6.
In your kickstart file you'll need to do this in your %pre section:
%pre
/usr/sbin/parted -s /dev/sda mklabel gpt
%end
And then make sure that you do not include any clearpart, let the installation default to using the "whole disk".
excerpt
Then make sure your kickstart contains no clearpart instructions so it
will default to just using the empty space. The only small nit I found
after the install is that the minimal install option only includes
fdisk and not parted as well so if you want to manage the disk
partitions you’ll need to add that either at install time or
afterwards as fdisk doesn’t support GPT.
I believe you might have to "return to the installer" by giving the keys Ctrl+Alt+6.
Cent6 = RHEL6. RHEL5 will most likely lack some of the support RHEL6 does.
– Tim
Jul 5 '13 at 19:57
@Tim - agreed, but there isn't a ton of changes going into kickstart & anaconda so what I suggested will likely be the same.
– slm♦
Jul 5 '13 at 20:01
add a comment |
I found this article that discusses the setup under CentOS 6 but much of it should still apply. The article's titled: Forcing GUID Partition Table on a disk with CentOS 6.
In your kickstart file you'll need to do this in your %pre section:
%pre
/usr/sbin/parted -s /dev/sda mklabel gpt
%end
And then make sure that you do not include any clearpart, let the installation default to using the "whole disk".
excerpt
Then make sure your kickstart contains no clearpart instructions so it
will default to just using the empty space. The only small nit I found
after the install is that the minimal install option only includes
fdisk and not parted as well so if you want to manage the disk
partitions you’ll need to add that either at install time or
afterwards as fdisk doesn’t support GPT.
I believe you might have to "return to the installer" by giving the keys Ctrl+Alt+6.
I found this article that discusses the setup under CentOS 6 but much of it should still apply. The article's titled: Forcing GUID Partition Table on a disk with CentOS 6.
In your kickstart file you'll need to do this in your %pre section:
%pre
/usr/sbin/parted -s /dev/sda mklabel gpt
%end
And then make sure that you do not include any clearpart, let the installation default to using the "whole disk".
excerpt
Then make sure your kickstart contains no clearpart instructions so it
will default to just using the empty space. The only small nit I found
after the install is that the minimal install option only includes
fdisk and not parted as well so if you want to manage the disk
partitions you’ll need to add that either at install time or
afterwards as fdisk doesn’t support GPT.
I believe you might have to "return to the installer" by giving the keys Ctrl+Alt+6.
answered Jul 5 '13 at 18:26
slm♦
247k66513678
247k66513678
Cent6 = RHEL6. RHEL5 will most likely lack some of the support RHEL6 does.
– Tim
Jul 5 '13 at 19:57
@Tim - agreed, but there isn't a ton of changes going into kickstart & anaconda so what I suggested will likely be the same.
– slm♦
Jul 5 '13 at 20:01
add a comment |
Cent6 = RHEL6. RHEL5 will most likely lack some of the support RHEL6 does.
– Tim
Jul 5 '13 at 19:57
@Tim - agreed, but there isn't a ton of changes going into kickstart & anaconda so what I suggested will likely be the same.
– slm♦
Jul 5 '13 at 20:01
Cent6 = RHEL6. RHEL5 will most likely lack some of the support RHEL6 does.
– Tim
Jul 5 '13 at 19:57
Cent6 = RHEL6. RHEL5 will most likely lack some of the support RHEL6 does.
– Tim
Jul 5 '13 at 19:57
@Tim - agreed, but there isn't a ton of changes going into kickstart & anaconda so what I suggested will likely be the same.
– slm♦
Jul 5 '13 at 20:01
@Tim - agreed, but there isn't a ton of changes going into kickstart & anaconda so what I suggested will likely be the same.
– slm♦
Jul 5 '13 at 20:01
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f81848%2finstall-rhel-5-7s-on-machine-with-4tb-disks%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You will probably want BIOS over UEFI for RHEL5. The SAS is from an expansion slot or on the mainboard?
– Tim
Jul 5 '13 at 19:59
the configuration of RAID5 is a bit tricky on the Dell machine but after that it should be really easy, excet if your disk manager is not supported by the RHEL your trying to install
– Kiwy
Dec 18 '13 at 14:16