Hi all,
I have a kickstart file that works for /dev/sda. I now need to detect an HP server and use /dev/cciss instead of hard coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and not /dev/sda?
Jerry
Jerry Geis schrieb:
Hi all,
I have a kickstart file that works for /dev/sda. I now need to detect an HP server and use /dev/cciss instead of hard coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and not /dev/sda?
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
You want to use cobbler (www.et.redhat.com).
cheers, Rainer
Hi List,
i found a Problem with the CentOS RPM for OpenSwan exactly its the Version: openswan.i386 2.6.14-1.el5_3.2 . If you set the Pluto Debug-Level in the ipsec.conf to "all" (Exactly the line looks like this" plutodebug="all" ") and when now a client conect to the Server While the Initial Procedure the Ipsec gets an Segmentation Fault and is killed. We Authenticate our clients with x509 Certificates. The Ipsec ist also killed when a client dosent own a valid Certificate.
Mit freundlichen Grüßen
Andreas Rehmer - IT -------------- Tel.: 030/453081-506
teltarif.de Onlineverlag GmbH Alt-Moabit 96c, 10559 Berlin Tel: +49 (0)30 453 081-0 Fax: +49 (0)30 453 081-11 Mail: mailto:info@teltarif.de WWW: http://www.teltarif.de
Geschäftsführer: Kai Petzke, Martin Müller eingetragen beim Amtsgericht Berlin-Charlottenburg, HRB 70507 Umsatzsteuer-ID: DE201038407
Hohe Reichweite im Bereich Telekommunikation gefällig?
Im vierten Quartal 2008 besuchten teltarif.de 545.000 verschiedene Nutzer (Quelle: internet facts 2008-IV)! teltarif.de ist Lizenznehmer der ersten Stunde bei der AGOF.
On Fri, Jun 12, 2009 at 8:13 AM, Andreas Rehmerrehmer@teltarif.de wrote:
i found a Problem with the CentOS RPM for OpenSwan exactly its the Version: openswan.i386 2.6.14-1.el5_3.2 . If you set the Pluto Debug-Level in the ipsec.conf to "all" (Exactly the line looks like this" plutodebug="all" ") and when now a client conect to the Server While the Initial Procedure the Ipsec gets an Segmentation Fault and is killed. We Authenticate our clients with x509 Certificates. The Ipsec ist also killed when a client dosent own a valid Certificate.
Consider filing bug reports with OpenSwan http://www.openswan.org/support/ and our upstream.
On Fri, 2009-06-12 at 14:54 +0200, Rainer Duffner wrote:
Jerry Geis schrieb:
Hi all,
I have a kickstart file that works for /dev/sda. I now need to detect an HP server and use /dev/cciss instead of hard coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and not /dev/sda?
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
You want to use cobbler (www.et.redhat.com).
Or you can use a begin script that does a 'fdisk -l' and parses out the available disks and puts that into the ks file...
-I
On Jun 12, 2009, at 8:24 AM, Jerry Geis geisj@pagestation.com wrote:
Hi all,
I have a kickstart file that works for /dev/sda. I now need to detect an HP server and use /dev/cciss instead of hard coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and not /dev/sda?
Don't explicitly list devices for a server kickstart, let anaconda detect what's there and use the graphical disk utility to set things up.
Server hardware and installs vary too much to standardize disk layouts, packages, sure, but not disks.
-Ross
I have a kickstart file that works for /dev/sda. I now need to detect an HP server and use /dev/cciss instead of hard coded /dev/sda.
If you already know where you want the install, simply replace 'sda' or whatever it was with 'cciss/c0d0' or whatever controller/disc you intend.
jlc