Re: VCL and xCat

2012-02-29 Thread Dmitri Chebotarov
Hi Is there a way to use kickstart script install with VCL/xCAT? xCAT2.pm code mentions use of templates, but I cannot find a way how to make use of them. I have working ESXi 4.1 template, and able to install ESXi 4.1 using xCAT (nodeset node install works OK). How would I add ESXi 4.1

RE: VCL and xCat

2012-02-29 Thread Waldron, Michael H
Dmitri, Yes, VCL supports kickstart installs with xCAT. The column in the image table that corresponds to the install type is OSid. Example: mysql select prettyname, OSid from image where id=235; +---+--+ | prettyname| OSid |

Re: VCL and xCat

2012-02-29 Thread Dmitri Chebotarov
Mike, Thank you for explanation. How did you add kickstart image to vcl.image table? I've tried adding image by inserting record directly into vcl.image and vcl.imagemeta tables, but this didn't work. vcld --setup only allows partimage type for bare-metal. Thank you. On Feb 29, 2012, at

RE: VCL and xCat

2012-02-29 Thread Waldron, Michael H
Dmitri, I have a script that I run to manually insert an image into the database. It places an entry in the image, imgagerevision, and resource tables. Here is a sample below. Of course you would substitute the proper values for your situation. INSERT INTO `image` (id, `name`, `prettyname`,