search for: persistens

Displaying 7 results from an estimated 7 matches for "persistens".

Did you mean: persistent
2015 Mar 23
4
virsh dom state
Hi there, I'm running KVM under Openstack . When I give virsh list command, I see some VM in NON persistent state. What does it mean? How can I move it to a persisten state ? I found that I cannot make a snapshot, from Openstack , of a machine which is in a NON PERSISTENT state. Regards Fiorenza -- Spazio Web S.r.l. V. Dante, 10 13900 Biella Tel.: +39 015 2431982 Fax.: +39 015 2522600
2006 Jul 07
2
Problem with tdb files.
Hi All: I have problems with maintain tdb files. From samba doc, these files are = classified into persistent and temporary. From the man page of smbd, = these file are classified into persistent and not. However, there are = some files no need to backup but need to be persistent = (netsamlogon_cache.tdb), and some files need to backup but not need to = be persisten (registry.tdb). There are also
2015 Mar 23
1
Re: virsh dom state
On 3/23/2015 12:49 PM, Michal Privoznik wrote: > On 23.03.2015 16:02, Fiorenza Meini wrote: >> Hi there, >> I'm running KVM under Openstack . >> >> When I give virsh list command, I see some VM in NON persistent state. >> What does it mean? How can I move it to a persisten state ? > You can do that by running: > > virsh dumpxml $dom > dom.xml
2010 Apr 27
1
Samba ADS on AIX 6.1 TL04
Hi All I'm trying to intergrate samba server with ADS on AIX 6.1 TL04, for last one week, with idmap / winbind but no satisfactory results. I have gone through various links at samba.org relating to winbind, idmapper and followed http://pware.hvcc.edu/ for precompiled binaries and http://pware.hvcc.edu/AIX-Samba.pdf which is for AIX 6.1 TL03 though. I have found the samba which is provided
2009 Jul 17
1
documentation persistent mode
...n persistent live system is very easy with syslinux, but how does is work? Is the casper-rw a translucent loopdevice over the loopdevice from the squashfs.image from the cd? and where is the part in the code? i?m searching for some information, documentation about the syslinux, specialy the part of persistens and casper{-rw} hope 4 help :D greetz
2015 Mar 23
0
Re: virsh dom state
On 23.03.2015 16:02, Fiorenza Meini wrote: > Hi there, > I'm running KVM under Openstack . > > When I give virsh list command, I see some VM in NON persistent state. > What does it mean? How can I move it to a persisten state ? You can do that by running: virsh dumpxml $dom > dom.xml && virsh define dom.xml > > I found that I cannot make a snapshot, from
2005 Sep 21
5
SAX Parser best practise
Dear All, I have a question regarding best practise in setting up a XML parser within R. Because I have files with more than 100 MB and I'm only interested in some values I think a SAX-like parser using xmlEventParse() will be the best solution. Unfortunately the values I'm looking for, to construct some higher "mass spectrum", are distributed over different lines: as