search for: vmdir

Displaying 4 results from an estimated 4 matches for "vmdir".

Did you mean: rmdir
2009 Sep 29
3
Script consumes memory
...rstand what is wrong with the script Secondly, I'm surprised that Linux allows this to run unchecked to the detriment of the entire system. ---- SCRIPT ----- #!/bin/sh FTP="/usr/bin/ftp" # VMID="asystem.ourcompany.com" VMUser="STATDASD" VMPass="STATDASD" VMDir="VMSYSA:." DataFile="data.txt" VMFile="DS8100.DATA" #--- Get some information about me #--work from the same directory as the script MYSCRIPT=`$BASENAME $0` MYSCRIPTDIR=`$DIRNAME $0` if [ $MYSCRIPTDIR != "." ] then cd $MYSCRIPTDIR fi #--- FTP to MAINT on...
2016 Jun 22
0
Problem executing VM backups
...for domain in Testserver Faktura Fileserver Gitolite Jenkins Nexus SimpleHelp VpnGateway Wiki; do echo -n "$(date +"%Y-%m-%d %H:%M:%S") starting backup for vm ${domain} ... " >> ${vmlog} virsh dumpxml --security-info ${domain} > ${vmdir}/${domain}.xml virsh undefine ${domain} >> ${vmlog} virsh blockcopy ${domain} /var/lib/libvirt/images/${domain}.img ${vmdir}/${domain}.img --wait --finish >> ${vmlog} virsh define ${vmdir}/${domain}.xml >> ${vmlog} do...
2013 Jun 07
2
Microsoft Hyper-V over SMB 3.0
We have a project about Microsoft Hyper-V by using our storage. We want to use Samba to share our storage to Hyper-V. And we know from Microsoft homepage hyper-v(windows 2012) only support smb3.0 protocol, but right now the newest version of Samba don?t? fully support SMB3.0 protocol. I tried the version of Samba4.0.6, Samba3.6.9, but both failed to create virtual hosts using Hyper-V.
2009 Dec 07
1
Automon -> Voicemail
Hi all, What's the best method to send automon call recordings (*1) to the voicemail box of the Asterisk user? Do you have to trap hangups, etc, or is there some global variable that can be set? Thanks! S.