Posts

Showing posts with the label Backup & Replication (Nakivo)

Way to backup Physical Linux Server with Nakivo Backup & Replication

Image
Way to backup Physical Linux Server with Nakivo Backup & Replication In this article, i want to show how to backup physical linux server wtih nakivo backup & replication software. i already shown how to backup vitual machines in the previous article . Before you backup your physical linux machine, you need to do additional preparation on your phyiscal linux server. Linux Supported Linux operating systems : Ubuntu v16.04-18.04 LTS, 64-bit RHEL v6.3-7.5, 64-bit SLES v12, 64-bit CentOS v6.5-7.6, 64-bit Supported Linux File Systems: NTFS Ext2 Ext3 Ext4 FAT32 XFS Linux SWAP ReiserFS  (1) NAKIVO Backup & Replication requires the following TCP ports to be open for a successful operation. We need to open the following ports in my server's firewall. 4443 Used to access the Director web UI . Must be opened on the Director machine. 9446 Used by Director and Transporters to communicate with the Transporter. Must be opened on the Transpo...

Hyper-V VM Backup with Nakivo Backup & Replication

Image
Ways to backup hyper-v virtual machine with nakivo backup & replication  In the previous article, I already shown how to create hyper-v inventory setup on nakivos. Now, i will show you how to backup virtual machine in this hyper-v. step(1) Click " Create " in Home Menu. Step(2) choose " microsoft hyper-v backup job ".   Step(3) Choose "virtual machine" which you want to backup. In this example, I choose server2.hlaing.com7 Step (4)Select Destination repository. In this example, I have only onboard repository so i choose " onboard repository ". If you had other remote repository, choose it. After that, click "next" to continue. Step(5)Create "S chedule " for your backup job. Step (6)Determine Retention period. Step(7)Choose another options which are match with your infrastructure and click finish. Step(8) Verify your backup job is running or not. Hope to enjoy studying. Phone Myint ...

Nakivo Inventory & Transporter & Repository setup

Image
How to configure Nakivo Transporter & Repository setup  In the previous article, I already explained about transporter and repository ( click here) Login into your nakivo server with your server ip address with director port. For example https://192.168.111.49:4443   In the inventory tab, you can select the backup type such as physical, virtual or cloud and so on. In my case, i want to demostrate how to backup microsoft hyper-v host or cluster. So i select Microsoft Hyper-v host or cluster option.   Fills up you display name, hyper-v server ip address, username and password.   Adding hyper-v hosts into inventory. After adding hyper-v host to invertory and check virtual machines on your hyper-v host.   After that go to transporter tab and click next. Go to Repositories tab and configure onboard repository and click finish. Above steps show how to configure nakivo inventory, transporters and repositories ...

Nakivo Backup & Replication Version 9 installation on Redhat 7.4 Enterprise Edition

Image
Nakivo Backup & Replication Version 9 installation on Redhat 7.4 Enterprise Edition  Before we begin, we must meet the following requirements. Require Packages on your server. cifs-utils iscsi-initiator-utils ntfs-3g I don't want to show how to install above packages because i assume that you already experienced about how to install packages on linux server. Download Nakivos Backup & Replication Software from this nakivos website for linux server. Register and trial download. Download Linux Installer. Press to go trail download. Upload your installer files to redhat server with the help of winscp software.   Change the permission of the installer to execute. [root@server2 ~]# chmod +x NAKIVO_Backup_Replication_v9.1.0.39501_Installer-TRIAL.sh Check the permission again. [root@server2 ~]# ls total 279272 -rwxr-xr-x. 1 root root 285970504 Jan 27 20:30 NAKIVO_Backup_Replication_v9.1.0.39501_Installer TRIAL.sh ...