Jump to content
NAKIVO Community Forum

Mr.Ed

Members
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    11

Mr.Ed last won the day on November 12 2024

Mr.Ed had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mr.Ed's Achievements

Cyber Shield Apprentice

Cyber Shield Apprentice (3/14)

  • Collaborative Defender Rare
  • First Post of the Backup Hero Rare
  • Year of Data Security
  • Secure Conversation Starter Rare
  • Securely Done Week One

Recent Badges

12

Reputation

  1. I have been trying to install Nakivo on my TrueNAS box to back it up, but it seems that TrueNAS does not allow installation of anything on their servers. I guess that makes sense if you're trying to keep things up to date and supported as an appliance. Here is what I ran into. After running the installer from the shell, sudo ./NAKIVO_Backup_Replication_v11.0.0.88174_Installer-TRIAL.sh it would just close with no error after asking me what language I wanted. I opened the log file ( /tmp/nkv-install.log ) and it showed this error: mkdir: cannot create directory ‘/opt/nakivo’: Read-only file system tar: /opt/nakivo/tmp/director: Cannot open: No such file or directory Then I tried to use sudo to create the folder manually and I got an error telling me that /opt was read-only. After doing some google searches, I found a post that said they locked down apt-get and the creation of folders under /opt. This command will turn that off, but then you're running unsupported, so I guess I'll just backup the file shares over CIFS. Use this command with caution since they say it's not reversible! sudo /usr/local/libexec/disable-rootfs-protection
  2. I thought I would share my steps for using Nakivo to migrate a Hyper-V or Nutanix servers to Proxmox. Steps to get a Nutanix or Hyper-V VM into Proxmox using Nakivo Most of the time it will be easier to use a Hyper-V or Nutanix backup and then do an "Export Backup" to get the .vhd files. Then import those into Proxmox. Do not export as VHDX, use VHD. Use SFTP to upload the VHD to Proxmox. I upload them under /mnt/pve with WinSCP, but if your using Ceph and your local storage is limited, you may need to upload it to /mnt/pve/cephfs or mount other NFS storage for staging like I did with my NFS share called qnap-proxmox. In these examples, I will create a VM called 102 and make it without a virtual disk (Use this command line or use the GUI, I like the GUI) qm create 102 --name MyServerName --memory 4048 --sockets 2 --cores 2 --net0 virtio,bridge=vmbr2 Your Bridge may not be vmbr2 like mine, so double check that before you copy and paste the command line from here. Import the VHD disk to the VM without specifying a format (VM 102 in this example) - pvpool1 is my ceph storage pool qm disk import 102 /mnt/pve/qnap-proxmox/vm-102-disk-1.vhd pvpool1 Check your storage name and don't just copy and paste mine (pvpool1) unless your ceph config is like mine. Your storage might be called local-zfs or just local Attach the disk and configure the boot order from the GUI, also set the boot mode to UEFI if it was UEFI before the move. Start the new VM, it may need to reboot 2 or 3 times to install all the drivers. Mount the virtio ISO to the CD Drive if this is a new Windows VM. You should really install the virtio drivers before the migration for windows servers. Login and install the Guest tools from the virtio ISO. D:\guest-agent\qemu-ga-x86_64.msi Notes: Nutanix servers will usually already have VirtIO drivers for Windows installed. New Windows Servers or Window Servers on Hyper-V will need Virtio drivers installed before migration. Linux already has virtio drivers installed by default. I give all servers at least 2 CPU and 2 cores to start with and adjust later. Check the box for Qemu agent and TPM (if UEFI) when you create the server VM. If you're restoring a Windows VM, be sure to change the OS Type from the default Linux to Windows, I missed that in my demo. No network after first boot up? Change the NIC from VirtIO to Intel E1000, then try installing VirtIO now that you have network again over Intel E1000.
  3. I have been using Nakivo for my Nutanix to Proxmox migrations and it works well, but I have to extract the backup, move it to promox and then import it. It seems to me that this is all just a matter of orchestration, and that it should not be that hard to add as a feature. It sure would make recovery to Proxmox easier.
  4. The new build you guys sent me resolved the issue with Nutanix CBT failures. Thanks for all your help!
  5. Can I get this new build? I was about to wipe my whole server back to bare metal in an attempt to get Nutanix backups to work again. I had a ticket open about it yesterday. Ticket #187640
  6. Oddly enough, when I upgraded to AOS 6, I didn't have any issues with my Nakivo 10.7 backups. Now that I upgraded to Nakivo 10.8, I get errors on every Nutanix backup like this: Nutanix CBT data was not provided for the "xxxx" VM The fix for me, after almost every major update, is to delete all my Nutanix Backups from Disk and start fresh with a new backup job. (After a good backup to tape of course) Has anyone else run into this? The need to blow away your Nutanix backups and start over to get the CBT to work again after an upgrade?
  7. Nutanix AOS 6 was released over a year ago and is now 6.5 is in LTS status. My AOS 5.20 is out of support and I have to upgrade to AOS 6.5 over the holidays. When can we expect support for something newer than 5.20?
  8. NIST 800-171 and CMMC requires that we encrypt our tapes to protect data at rest. Is that feature on the roadmap?
  9. The issue went away when we upgraded our QNAP NAS to Nakivo 10.6, so were good.
  10. I got this error. Anyone know what that means and how to fix it? Cannot repair the "Qnap-Hero" backup repository The "Qnap-Hero" backup repository cannot be repaired using the immutable data. Please make sure the immutable data is valid.
  11. Is there a way to override the exp date on a tape? I set a tape to yearly that should have been weekly. Now I can't reuse it for 11 years! I'm sure the answer is to remove it from the database, but how would I do that?
  12. Starting a thread for customer enhancement requests for the Tape function. Thank you Nakivo for making a feature to allow a report to be created on the fly under actions and also to add and remove Columns! See my screen shot. Now, can we get that as a CSV file? I would like to just export what I see on the screen in the Tapes grid to CSV, that way I can choose what columns to show and then export it. THIS HAS TO BE EASY TO DO! I have written my own application for creating Dymo labels for tapes, (I put the label in the clear case, I do not stick it to the tape). I was going to use the Nakivo API to bring data into my app like I can do with Competitor, but I found it to difficult and I didn't want to upgrade my license to get access to the API, so I dropped that from my app. If Nakivo will create a way for the tape information to be exported to CSV, then I will publish a public version of my Dymo label software written in vb.net to github for everyone to use free. It will include a feature that will load the labels to print from the CSV export.
  13. Anyone else have problems with Grand-Father-Son (GFS) retention scheme not working as expected? Daily backups work correctly and the retention is correct, but instead of getting weekly and Monthly backups, all my Full backups are set to yearly week after week at both my sites where I have tape libraries. (They expire 11 years from now) I opened a ticket, but they were not able to tell me anything and claimed that everything was working fine. At the time I was not doing daily backups, so I turned that on and they work, but they didn't affect my problem with yearly backups, so for now I'm turning it off to see what happens with just weekly and monthly backups. These are my settings: Retain one recovery point per day for 7 days Retain one recovery point per week for 4 weeks Retain one recovery point per month for 12 months Retain one recovery point per year for 11 years Tape Job Options: Create Full Backup: Every Saturday Tape appending: Start full backup with an empty tape** **I found that now that daily backups are turned on, Nakivo will start writing daily backups to my Full Backup tape before I get a chance to eject it. This is not desirable, but there is no options to segregate GFS tapes. Setting this to "Always start with an empty tape" would burn a tape each day, also not desirable, but I may have no choice. I would like to append all daily backups to the same tape and keep it in the library and only offsite my weekend full backups.
  14. The QNAP website seems to imply that they can support running these all at the same time. They say "you can simultaneously run backups, replications and recovery instead of running the jobs separately". So are they incorrect? NAKIVO on NAS | VM backup for VMware vSphere, Microsoft Hyper-V and AWS EC2 | QNAP Here is the Quote on their website: 1.9x Backup Efficiency When deploying NAKIVO on QNAP NAS, you can simultaneously run backups, replications and recovery instead of running the jobs separately. With NAKIVO’s capability to reduce network traffic for up to 50%, LAN-free data transfer, and its incremental backup to only back up changed data, you can greatly benefit from a 1.9x backup speed boost.
  15. I noticed that on Windows server, I can only run one job at a time. When I backup to tape or Wasabi, I cannot run my scheduled backups. QNAP says that Nakivo does not have this limitation when running on a Intel or AMD based QNAP NAS. I assume that on QNAP the Backup Copy jobs are running from a snapshot freeing the primary backup to be used at the same time? What other repositories allow replication or backup copy jobs while source backups are running? Synology? FreeNAS? Linux? - Ed Hammond
×
×
  • Create New...