Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

autoyast and EVMS

3 views
Skip to first unread message

mbur...@pobox.com

unread,
Sep 21, 2005, 4:02:42 AM9/21/05
to
Hi,

Is it possible for autoyast to create EVMS containers and logical
volumes within?

I've found some doco on lists how to create LVM physical and logical
volumes but no mention of EVMS.

If anyone has achieved this please let me know..

Thanks
--Maurice--

No Spam!

unread,
Oct 17, 2005, 2:38:02 PM10/17/05
to
Typically the easiest way to find out is to use the AutoYaST tool to
generate an autoYast file of a system that has EVMS volumes. Once you
check the XML file generated, you should see the XML syntax for EVMS -
if it is supported.

This is a quick method that I usually use to figure out how to set
something up with autoYaST - it's much quicker than combing through the
docs.

C--

Maurice Burrows

unread,
Nov 10, 2005, 2:37:54 AM11/10/05
to
Unfortunately autoyast creates the xml for LVM only, EVMS does not seem
to be supported.

No Spam!

unread,
Dec 21, 2005, 3:15:48 PM12/21/05
to
Maurice Burrows wrote:
> Unfortunately autoyast creates the xml for LVM only, EVMS does not seem
> to be supported.
>
In that case, you'd have to use/create a pre-install script to perform
those tasks...it's a bit more work, but should be just as effective.

Once you create the script, you can use code such as that below to add
it to your AutoYast XML file (the code below is what I use to set up my
IDE disks for speedier installation...) This would go inside of a
<configure></configure> block in your XML code...


<scripts>
<pre-scripts config:type="list">
<script>
<source>
<![CDATA[
for DISK in `fdisk -l|grep ^Disk|cut -c 6-|cut -f1 -d:`; do
hdparm -c1 -d1 -m16 ${DISK} 2> /dev/null
done
exit 0]]>
</source>
</script>
</pre-scripts>
</scripts>

--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC 27560
Phone: 877-258-8987/919-463-0999
Fax: 919-386-0158

0 new messages