You are not logged in.
Thank you for your feedback.
1 - Giga bits per second are usually abbreviated as gbps and giga bit as gbit. GiB is a different unit measure: Gibibyte, which stands for Giga Binary Byte => 10 raised to the 30th power. Assuming that a "[b]b[/b]" in lower case stands for [b]bit[/b] and an upper case one stands for [b]byte[/b] is not correct, we will buy that as an styling matter anyway and will disambiguate that in next versions.
2 - You are right, that "yet" is redundant and most probably meaningless, maybe "Off indeed" would have been a better bet, but we are forced to keep texts as short as possible, which is an additional constraint. You are a much better source of knowledge in this matters, so we'll take your advice into account.
3 - In regards to the capitalization of these acronyms. They have become words on their own, thus you will see them capitalized and in lower case too. We'll buy that as an styling issue.
The forward slash means something different inside of the cell, there it separates the real size of the data from the nominal size of the sparse disk. These two figures will be equal in case of thick disks. In case of the MB/s unit marker, it separates the dividend from the divisor.
4 - We'll try to arrange that a bit better, but the type of HTML that e-mail clients are able to interpret is rather limiting.
If you need help, please first help yourself and help us to help you. You are being extremely imprecise. XSIBackup does not "say" anything, instead it prints information to the terminal or to a log file.
If you want to refer to some event happening in your system, cut&paste the output that illustrates the fenomenon you want to describe, so that we all know what is the exact event we are discussing.
XSIBackup printing out some message stating that the remote host does not exist has nothing to do with linking servers via a public key, so you are most probably making a wrong assumption and basing all your request for help in that assumption.
If XSIBackup states that the remote host does not exist, then it means it can't reach it, thus you are most probably facing a firewall issue instead of a key exchange one. It's easy to note what's going on by taking a look at the output, as XSIBackup is extremely verbose.
SSL is deprecated, TLS is the new standard for secure communications
Please read the Man Page before posting to this forum:
[url]https://33hops.com/xsibackup-help-man-page.html#backuproom[/url]
To learn about the differences between different backup programs read this post:
[url]https://33hops.com/xsibackup-using-backup-programs.html[/url]
You are most probably editing your cron file outside ESXi and you have messed it up.
If you want to work in a mixed environment: Linux, Unix, Windows, you need to learn how line endings differ from one system to the other.
Linux and Unix file OSs (*NIX) use a line feed character <LF> or \n to end lines in a text file whereas Windows usually employs a double character <CR>+<LF> (\r\n) to end lines.
If you edit a *NIX configuration file in a Windows text editor and then you try to use it in the *NIX OS, it will most probably not work.
We are subject to experincing issues, just like any other human being. Should you some time hit one of those: contact support in case of being a pro user, or post to the appropiate section in this forum in case of being a Free version user.
When you cut&paste some script, you must take into account that character substitution can occur depending on your page code. Paste to some plain text editor before actually executing it.
You are getting this error:
error: cannot delete snapshotThat error is thrown by ESXi itself. XSIBackup asks the system, via a built in command line option to take a snapshot on the VM, and the system responds with that error. You should take a look at your system logs, with especial attention to:
/scratch/log/syslog.log
/scratch/log/vmkernel.log
You have a very obvious error that should be noticeable with a quick glance at the vSphere client:
Skipping invalid VM '15'There's a registered VM with Id 15 that cannot find its constituent files. You probably deleted it from the datastore but did not unregister it, or the storage device was removed without unregistering the VM.
There is indeed an [b]Smtp sec:[/b] field in the GUI, please, take a closer look.
If you are getting the minutes file, then, there's something wrong in your job cron syntax. Maybe something that you are not taking into account. Check what your current time is, check permissions on the crontab, etc...
ESXi Cron daemon can get picky, follow [b][url=https://33hops.com/xsibackup-cron-troubleshooting.html]this cron troubleshooting guide[/url][/b]
Your VM name has parenthesis in its name: [b]Microsoft Windows 10 (64-bit)[/b]. Your VM folder most probably also has parenthesis.
XSIBackup does not allow parenthesis or any other especial character in VM names and/or paths. Use letters numbers spaces, underscores or hyphens. Fix this and it'll work.
XSIBackup does not allow parenthesis or any other especial character in VM names and/or paths. Use letters numbers spaces, underscores or hyphens. Fix this and it'll work.
You should consider completing the job with [b]--backup-prog=Vmkfstools[/b] and adding some SMTP server
Run this command in your host and post the output:
A=1;vim-cmd vmsvc/get.filelayout $A | grep -E '^[ \t].*\"\[.*.vmdk.*' | \
sed -e 's/\"//g' -e 's/\,//g' -e 's/\[//g' -e 's/\] /\//g' | awk '{print $0}' | \
sed -e 's/^ *//g' -e 's/ *$//g' | awk '{print "/vmfs/volumes/"$0}' | \
awk -F '/' 'sub(FS $NF,x)' | sort -u;vim-cmd vmsvc/get.filelayout $A | \
grep "Directory" | grep -v "<unset>" | awk -F '=' '{print $2}' | \
awk -F ']' '{print "/vmfs/volumes/"$2}' | sed -e 's/\"//g' -e 's/\ //g' -e 's/,//g' | sort -uThat will mainly depend on the GLibc version, it should work. Just give it a try, we can't test all Linux distros, so we stick to RHEL, Fedora, CentOS as our Linux reference family. Nevertheless, you just have to install and activate NFS3 in your Ubuntu box, mount it in an ESXi server and point your backups there. You can even use a nested ESXi server appliance.
[url]https://www.virtuallyghetto.com/2018/04/nested-esxi-6-7-virtual-appliance-updates.html[/url]
You have some syntax error in your [b]conf/smtpsrvs[/b] file, please contact support and submit the contents of the file, whithout passwords of course.
If, for some reason, the quick Trivial Check or a full checksum check of the subsequent backups after the first one fail, OneDiff will reset the chain to perform a full backup, in order to start with a valid seed. So the log that we need to assess you is the second run in the OneDiff cycle.
Just one changed bit in a hash check will end up in a different checksum. Most of the times checksum check failures are due to some read, or write error in some part of your virtual disk, which in turn corresponds to some physical sector in the underlying physical media.
This does not mean that the resulting VM is unusable, in fact, most of the times you can switch it on and use it. An XSIBackup full checksum check is unfeasible if the disks are a bit worned out.
Could you share what XSIBackup-Free and ESXi versions you are using?.
XSIBackup uses its own key pair, which is stored in the xsi-dir folder, so you must be wiping them somehow.
Yes, you can delete all those or just start with a default firewall template, whatever you find easier to accomplish.
We have reinforced checks to prevent ghost rules from being added, we never had such case though, if fact there already existed checks around this.
You seem to have passed some SMTP configuration without a port, that generated partial FW rules which were not being detected, so every time you tried, a new one was being generated.
Which host?, local or remote?
It shouldn't matter though.
The [b]/etc/ssh/keys-root/authorized_keys[/b] is persistent by design in ESXi. Beware of manufacturer ESXi builds, they often contain arbitrary modifications.
The message is clear:
Error MKROOM01: cannot make 162G of room, only 130G can be made availableOnly folders matching the [b]YYYYMMDDhhmmss[/b] mask are considered for deletion, this is clearly stated in the posts covering this topic.
The exact way the XSIBackup firewall management function works is:
1 - It issues [b]esxcli network firewall ruleset list[/b] in the command line and checks whether some rule called [b]SMTPout-465[/b] does already exist.
2 - If it exists, it enables it by issuing [b]esxcli network firewall ruleset set --ruleset-id="SMTPout-465" --enabled=true[/b].
3 - If it does not exist, it adds it to the firewall file [b]/etc/vmware/firewall/service.xml[/b]
You are ignoring some fundamental information being returned by (c)XSIBackup:
Int value is not found
Firewall rule SMTPout-465 added...
Invalid Ruleset Id.
Int value is not foundXSIBackup is not being able to open the 465 port in the ESXi firewall.
chmod 644 /etc/vmware/firewall/service.xml
vi /etc/vmware/firewall/service.xmlCheck at the end of the file whether there's any garbage or half written rute and delete it.
You can of course always manually add the rule via the vSphere client
Or, overwrite the [b]/etc/vmware/firewall/service.xml[/b] file with some default one from other server.
I'm sorry sir, we don't undertand your question, would you be so kind to reformulate it.
We asked whether the remote ESXi system is a manufacturer build or an official ESXi build as we don't support manufacturer builds, they aren't official VMWare releases and frequently contain arbitrary changes. You should always use official VMWare builds.
This doesn't mean that our software will not work with those manufacturer builds, but that it might cause you issues like the one you are having, that would not be caused by an official VMWare controlled build.
Dell's are not among the worst manufacturer releases that we know and we also know of XSIBackup users that use DELL builds, but believe us when we warn about manufacturer builds in general. They are most of the times just commercial traps for ESXi users.
[b]Solution[/b]
Your remote system is denying access through the exchanged public key, so:
Login into the remote system and edit the following file:
/etc/ssh/sshd_configThe above is the configuration file for the SSHD service on your remote host.
The line
PermitRootLogin yesControls whether root login is permitted or not. Set it to [b]yes[/b].
Check the following line:
PubkeyAuthentication yesSet the [b]PubkeyAuthentication [/b] key to [b]yes[/b]
Once you have made those changes parse the configuration file from the command line to see if its syntax is O.K.
/usr/lib/vmware/openssh/bin/sshd -tThe above is general SSH configuration. Your hardware manufacturer's build might have been manipulated not to allow some SSH functions.
We ourselves use GMail and other e-mail accounts without issue. There aren't any open issues around this problem either.
1/ Remember that XSIBackup SMTP Client requires the [b]PIPELINING[/b] extension enabled in your SMTP server.
2/ Remember to enable [b]Less Secure Apps[/b] in your GMail account.
3/ Sometimes, you may have trouble with timing in between SMTP lines, in case of GMail this is by default, as they require a delay in between commands, which is already built in the XSIBackup SMTP client. You have the [b]--smtp-delay[/b] argument, which you can configure in your [b]conf/smtpsrvs[/b] file, it's the last value, which is by default set to zero (0).
4/ You have the following variables in the [b]src/sendmail[/b] file.
SMTP_CHECK_INTERVAL="1"
SMTP_CHECK_TIMEOUT="7"Which control some timeouts when probing the SMTP servers prior to sending the e-mail.
But please, do take on account that the last detail you posed about this issue:
Plain SMTP Module ::: The email server [] is not reachable at portStated that the SMTP module wasn't even able to know what server it had to contact. Please note the empty space in between the brackets.