Install Backup Agent
To install the Backup Agent, you must first apply for the Backup Agent service. Please refer to Backup Agent 생성하기.
- Backup Agent Apply
- Install Backup Agent
- Register backup in the Backup service –>
To use an Agent-based backup, you must access the target server and install the Backup Agent. After installing the Backup Agent, register a backup through the Backup service.
Pre‑setup work
To install the Backup Agent, we check the installation space, download the Backup Agent file, verify Backup Master/Agent information, and perform other preparatory tasks.
Check Backup Agent installation space
The required storage for installing the Backup Agent is as follows.
| OS type | Path | Required capacity | Remarks |
|---|---|---|---|
| Linux | /tmp (temporarily used during installation) | 3 GB | When /usr space is insufficient, a separate space can be linked #ln -s separate space /usr/openv |
| Linux | /opt | 3 GB | When /usr space is insufficient, a separate space can be linked #ln -s separate space /usr/openv |
| Linux | openv installation path (typically /usr) | 3~5 GB | When /usr space is insufficient, a separate space can be linked #ln -s separate space /usr/openv |
| Windows | Veritas installation path (usually C:\) | 3~5 GB | If there is insufficient space on C:, you can install to another drive. |
| - | Installation file | 10 GB |
Download Backup Agent installation file
To download the Backup Agent installation file, follow these steps.
- All Services > Storage > Backup Click the menu. 1. Go to the Service Home page of Backup.
- On the Service Home page, click the Backup Agent menu. 2. Go to the Backup Agent list page.
- On the Backup Agent List page, click the resource to view detailed information. 3. Go to the Backup Agent Details page.
- After checking the installation file URL, go to that URL. 4. You can download the Backup Agent installation file.
Linux OS
If you are using Linux OS, refer to the following example and enter the command.
# cd [다운로드할 위치]
# curl -O 설치파일 → 설치 파일에 복사한 설치 파일 다운로드 URL을 넣어주세요.
Windows OS
If you are using Windows OS, you can download using a web browser or Windows PowerShell.
When using an internet browser
After launching the web browser, enter the copied installation file download URL into the address bar. After navigating to the download screen, the download will start.
- It may take some time to navigate to the download screen.
- If you do not go to the download screen, download using Windows PowerShell.
When using Windows PowerShell
- Right-click the Windows Start icon and run Command Prompt (Admin).
- Run Windows PowerShell in administrator mode.
- Please enter the command by referring to the following example.
# wget "다운로드 URL" -OutFile "저장할 파일명"
Check Backup Master and Agent information
To install the Backup Agent, you need the Backup Master and Agent information for routing configuration and host file registration. Backup Agent Details on the page, check the Backup Master IP, Backup IP, Gateway information. Please refer to View detailed information of Backup Agent.
Setting up Security Group (Linux/Window)
If it is a backup of a Virtual Server or GPU Server, you must configure the Security Group to communicate with the Backup Master. To set up a Security Group, check the backup information on the Backup Agent Details page and register it in the Security Group attached to the Server.
- IP: Backup Master IP
- Inbound / Outboud / (TCP) 1556, 13724 port
- Action: allow the connection
Register Backup Master information in the hosts file
To register Backup Master information in the hosts file, follow these steps.
- Open the host file using a file editing tool.
- Linux operating system: /etc/hosts
- Windows operating system: C:\Windows\System32\drivers\etc\hosts
- Open the hosts file and register the Backup Master and Backup Agent information (IP, name).
- You must append .scpbackup after the Backup Agent name as shown in the following example.
10.252.8.4 takre1p1bkm1 10.252.25.4 agent_tgdrhw.scpbackup
Adding a port for Backup Agent (when using Windows firewall)
If you are using the Windows firewall, you must add the Backup Agent port for communicating with the Backup Master to the Windows firewall.
The ports and settings to add to the Windows firewall are as follows.
- Inbound Rule: (TCP) 1556, 13724 port
- Action: allow the connection
- Profile: select all domain, private, public
Configure routing for communication with Backup Master
To communicate with the Backup Master, you must configure routing in the operating system.
Linux OS - CentOS/RHEL
Linux OS - To configure routing on CentOS/RHEL, follow the steps below.
- The IP, Gateway, and VLAN ID information for the Backup Master and Agent used in the routing configuration example are as follows.
- Backup Master IP: 10.242.8.4
- Backup IP (Agent IP): 10.252.25.4
- Gateway (Agent Gateway): 10.252.25.1
- vlan: 100
- vlan can be configured in the Config file of a Bare Metal Server. * For more details, refer to 로컬 Subnet 설정하기.
- Use the following command to check the backup network Interface information.
- ip a
- bash /usr/local/bin/ip.sh
- Set up routing using the nmcli command.
# nmcli connection NAME UUID TYPE DEVICE System eth0 abcdefghijklmnop ethernet eth0 Wired connection 1 cdefghijklmnopqr ethernet eth1 # nmcli con mod "Wired connection 1" +ipv4.routes "10.242.8.0/24 10.242.25.1" # nmcli device reapply eth1 Connection successfully reapplied to device 'eth1'. - Verify that the routing configuration has been applied correctly.
# telnet [Backup Master명] 1556
Linux OS - ubuntu
Linux OS - To set up routing on Ubuntu, follow these steps.
- The IP, Gateway, and VLAN ID information for the Backup Master and Agent used in the routing configuration example are as follows.
- Backup Master IP: 10.242.8.4
- Backup IP (Agent IP): 10.252.25.4
- Gateway (Agent Gateway): 10.252.25.1
- vlan: 100
- vlan can be configured in the Config file of a Bare Metal Server. * For detailed information, refer to 로컬 Subnet 설정하기.
- Use the following command to check the backup network Interface information.
- ip a
- bash /usr/local/bin/ip.sh
Open the 50-cloud-init.yaml file and configure routing.
# vi /etc/netplan/50-cloud-init.yaml (기존 내용에 routes 내용 추가) network: bonds: ...................... 생략 ethernets: ...................... 생략 vlans: bond.srv.100: addresses: ...................... 생략 routes: - to:10.252.8.0/24 via:10.252.25.1 # netplan applyVerify that the routing configuration has been applied correctly.
# telnet [Backup Master명] 1556
Windows OS
To set up routing in Windows OS, follow these steps.
- The IP, Gateway, and VLAN ID information for the Backup Master and Agent used in the routing configuration example are as follows.
- Backup Master IP: 10.242.8.4
- Backup IP (Agent IP): 10.252.25.4
- Gateway (Agent Gateway): 10.252.25.1
- ifindex: 100
- ifindex can be set in the Config file of a Bare Metal Server. * For more details, refer to 로컬 Subnet 설정하기.
- Right-click the Windows Start icon and run Command Prompt (Admin).
- Run Windows PowerShell in administrator mode.
- Use the ipconfig and Get‑NetAdapter commands to verify the backup network interface index (ifindex) settings.
# ipconfig /all → Agent IP에 할당된 interface name을 확인하세요. # Get-NetAdapter → 위에서 확인한 interface name 참고해 interface index를 확인하세요.
Set up routing using the NetRoute command.
# Get-NetRoute -ifindex 100 # New-NetRoute -ifIndex 100 -DestinationPrefix 10.252.8.0/24 -NextHop 10.252.25.1Verify that the routing configuration has been applied correctly.
# telnet [Backup Master명] 1556
Check whether the package is installed (when using RHEL 8)
If you are using RHEL 8, the libnsl package must be installed to install the Backup Agent.
- Use the following command to check whether the libnsl package is installed.
# rpm -qa | grep libnsl - If the libnsl package is not installed, install the package using the following command.
# yum install libnsl
Install Backup Agent
Install the Backup Agent appropriate for the operating system.
Linux OS
Follow the steps below to install the Backup Agent on Linux OS.
- After moving to the directory where the Backup Agent 10.1.1 installation file was extracted, change the permissions of the installation-related files.
# chmod 755 installs # chmod –R 755 NBClients - Run ./install.
- [root@bkclientlin ~]# ./install
- After the install description, when confirming whether to proceed with the installation, enter y and press the Enter key.
Do you wish to continue? [y,n] (y) y - When checking the installation progress status of Software on the client, enter y and press the Enter key.
Do you want to install the ~~~~~~~~~~~~ software for this client? [y,n] (y) y - When checking the Backup master server name, enter Backup Master name and press the Enter key.
Enter the name of the ~~~~~~ master server : bkmaster - When checking the client server configuration name, enter n and then input the Agent information.
- Agent information input required: Backup Agent name.scpbackup (e.g., agent_tgdrhw.scpbackup)
Would you like to use "bkclientlin" as the configured name of the ~~~~~~~ client? [y,n] (y) n agent_tgdrhw.scpbackup - Check the Master Server information and, if there are no issues, enter y.
Master server [bkmaster] reports the following CA Certificate fingerprints: SHA-256 Fingerprint: [BB:38:~~~~~~~~] SHA-1 Fingerpritn: [0D:E6:~~~~~~~] Is this correct [y,n] y ... Primary server [s-krw1a-dp-bk-msa] reports the following CA Certificate fingerprints: SHA-256 Fingerprint: [A0:C2:70:CA:4A:DA:DA:AF:6E:04:5D:87:38:B1:F0:89:A6:9A:7A:7B:F3:49:D8:5D:A9:9F:DD:55:70:4C:62:DB], SHA-1 Fingerprint: [4B:05:C3:21:8B:95:27:A5:5E:B7:D3:72:85:36:5B:CA:6F:18:BA:76]. Is this correct? [y,n] y ... Do you wish to proceed with installation even though NetBackup will not operate? [y,n] (n) y - When selecting the Java GUI and JRE option, enter 2. 8. Java GUI and JRE package installation are excluded.
Choose an option from the list below. 1) Include the Java GUI and JRE 2) Exclude the Java GUI and JRE Java GUI and JRE option: [1,2] (2) :2 Excluding the installation of Java GUI and JRE packages - Verify that the installation completed successfully.
Windows OS
To install the Backup Agent on Windows OS, follow these steps.
- After moving to the folder where the Backup Agent 10.1.1 installation file has been extracted, run the Setup.exe file with administrator privileges.
- If the installation archive contains an EEB directory in the
NB_10.4.0.1_ETXXXXXX_1format, you must perform the patch after installing the Backup Agent, following the steps below.- After the Backup Agent installation is complete, go to the
NB_10.4.0.1_ETXXXXXX_1folder. eebinstaller_XXXXXXX_1_AMD64.exeRun the file with administrator privileges.- If there are multiple files, install all of them.
- After the Backup Agent installation is complete, go to the
- After selecting the Client to install in the client selection popup, click the OK button.
- In the Vertias NetBackup popup window, select Yes. 3. The installation popup opens, and the installation steps are displayed on the left side of the popup.
- Welcome When the step description is displayed, click the Next button.
- License Agreement When the step description is displayed, select the Agree with the veritas Software License Agreement item, then click the Next button.
- If the Install Type step description is displayed, make sure the Install to the computer only option is checked, then select the Custom installation option. 6. After making your selection, click the Next button.
- Option When the step description is displayed, check the installation path and click the Next button. 7. Client option information is displayed.
- You can click the Change… button to change the installation path.
- After checking the Client Options information, click the Next button. 8. Log on information is displayed.
- After checking the Log on information, click the Next button.
- Safe Abort Option: If a system restart is required, this option aborts the installation (optional).
- When the System Name step description is displayed, enter the server environment information, then click the Next button. 10. Master Server information is displayed.
- Client Name: Enter the Agent information. * Backup Agent name.scpbackup (e.g., agent_tgdrhw.scpbackup)
- Master Server Name: Enter the Backup Master name.
- After checking the Master Server information, I recognize the fingerprint for this host. 11. Proceed with the certificate deployment. Please select an item. 11. After making your selection, click the Next button.
- Security When the step description appears, verify that the certificate deployment succeeded, then click the Next button.
- If the Install step description is displayed, review the Installation Summary and then click the Install button.
- When the installation is complete, click the Finish button.
Backup Agent status check
After the Backup Agent installation is complete, perform a communication test with the Backup Master and check the status.
Linux OS
To conduct a communication test with the Backup Master on Linux OS, follow these steps.
- After entering the following command, perform a communication test with the Backup Master and check the results.
- Command: # /usr/openv/netbackup/bin/bpclntcmd -pn
- An example of the communication test inspection results is as follows.
/usr/openv/netbackup/bin/bpclntcmd -pn expecting response from server takre1p1bkm1 10.252.25.4 agent_tgdrhw.scpbackup 10.252.25.4 45789
- In the Samsung Cloud Platform Console, click the All Services > Storage > Backup menu. 2. Go to the Service Home page of Backup.
- On the Service Home page, click the Backup Agent menu. 3. Go to the Backup Agent list page.
- Backup Agent List page, click the resource to verify the communication test. 4. Go to the Backup Agent Details page.
- Click the Check Connection Status button in the Connection Status item. 5. When it communicates normally with Backup Master, Success is displayed.
- If an error such as certificate issuance failure occurs, execute the following command.
- Obtain Backup Master CA public certificate from the Agent:
/usr/openv/netbackup/bin/nbcertcmd -getcacertificate -server s-krw1a-dp-bk-msa - Authenticate the Agent (HostID) from the Backup Master:
/usr/openv/netbackup/bin/nbcertcmd -getcertificate -server s-krw1a-dp-bk-msa
- Obtain Backup Master CA public certificate from the Agent:
- If an error such as certificate issuance failure occurs, execute the following command.
- Verify that the result values of the Backup Master communication test performed on the OS and the Samsumg Cloud Platform Console are the same.
Windows OS
Follow these steps to conduct a communication test with Backup Master on Windows OS.
- After entering the following command, perform a communication test with the Backup Master and check the results.
- Command: # [설치경로]\Vertitas\NetBackup\bin\bpclntcmd.exe -pn
- An example of the communication test inspection results is as follows.
# C:\Vertitas\NetBackup\bin\bpclntcmd.exe -pn expecting response from server takre1p1bkm1 agent_tgdrhw.scpbackup agent_tgdrhw.scpbackup 10.252.25.4 52096
- In the Samsung Cloud Platform Console, click the All Services > Storage > Backup menu. 2. Go to the Service Home page of Backup.
- On the Service Home page, click the Backup Agent menu. 3. Go to the Backup Agent list page.
- Backup Agent List page, click the resource to check the communication test. 4. Go to the Backup Agent Details page.
- Click the Check Connection Status button in the Connection Status item. 5. When it communicates normally with Backup Master, Success is displayed.
- Verify that the result values of the Backup Master communication test performed on the OS and the Samsumg Cloud Platform Console are the same.
Delete Backup Agent
If you do not use the Backup Agent, you must delete the Backup Agent installed on each operating system.
Linux OS
To uninstall the Backup Agent on Linux OS, follow these steps.
- Stop the Backup Agent service.
# /usr/openv/netbackup/bp.kill_all # /opt/VRTSpbx/bin/vxpbx_exchanged stop # /usr/openv/netbackup/bin/vxlogcfg -r -p 51216 - Delete the Backup Agent installation file.
# rpm –qa | grep –i VRTS → Backup Agent package 확인 # rpm –e VRTSnbcfg # /opt/pdde/pddeuninstall.sh –forceclean # rpm -e VRTSnbjava # rpm -e VRTSnbjre # rpm -e VRTSnbclt # rpm -e VRTSpbx # rpm -e VRTSnbpck # rpm -qa | grep -i VRTS → Backup Agent package 확인 후 남은 package 삭제 # rm -rf /usr/openv
Windows OS
To uninstall the Backup Agent on Windows OS, follow these steps.
- Stop the Backup Agent service.
# [설치경로]\Vertitas\NetBackup\bin\bpdown.exe -f -v # [설치경로]\Vertitas\NetBackup\bin\bpps.exe → 남은 Process 확인 후 kill 수행 - Control Panel > Programs and Features: Remove the Backup Agent program.
- Delete the Backup Agent installation folder.