I installed sqlite-2.8.12.tar.gz and pysqlite-0.5.0.tar.gz. When I execute xc_vd_tool.py ,the error produced is : Could not locate the database file at /var/db/xen_vdisks.sqlite. Thanks a lot _________________________________________________________ Do You Yahoo!? 美女明星应有尽有,"一搜"搜遍美图、艳图和酷图 http://cn.rd.yahoo.com/mail_cn/tag/yisou/SIG=112a2q42r/**http%3A%2F%2Fimage.yisou.com%2F 100兆邮箱够不够用?雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/100m/*http://cn.promo.yahoo.com/minisite/100m/ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> I installed sqlite-2.8.12.tar.gz and > pysqlite-0.5.0.tar.gz. > When I execute xc_vd_tool.py ,the error produced is > : Could not locate the database file at > /var/db/xen_vdisks.sqlite.It''s a long time since I used the 1.2 tools, but I think this might just be a warning when it creates the database for the first time. All of the VD stuff has gone away in the xeno-unstable tree (soon to be 2.0) as you can now achieve the same effect by using lvm to export re-sizeable volumes to domains. I wouldn''t advise getting too attached to VDs given their impending demise. We''ll certainly be encouraging everyone to move across to 2.0. Ian ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hi there, This error occurs if you try and do virtual disk operations before the database has been created. The database won''t have been created if you haven''t initialised some disk space for use with virtual disks. Choose a free partition or disk that that you want to use to host virtual disks. The original contents of this partition will be destroyed when you start using virtual disks. Use xc_vd_tool.py to initialise this partition for virtual disks. (the command is either ''initialise'' or ''format'' - I can''t remember which). This step does not write anything to the partition. Now you should be able to create, list, delete, resize, etc. using the xc_vd_tool.py script. When you start formatting, mounting and populating virtual disks, the data will be written into the partition. You should read the VBD-HOWTO document in the source tree before you start using virtual disks. Post back to this list if you have any questions. Note that virtual disks are currently not being supported for 2.0 - you might want to avoid using virtual disks if you plan to upgrade later on. Cheers, Mark ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel