Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Installation Guide
  3. Installing NetBackup client software
  4. About NetBackup client installation on UNIX and Linux
  5. About remote installation methods for UNIX and Linux clients
  6. Installing client software with the sftp method
NetBackup™ Installation Guide

Installing client software with the sftp method

This client installation method is based on the usage of the SunSSH and the OpenSSH products, which must be at specific version and patch levels. For more information about these patches, please refer to the NetBackup 10.1.1 Release Notes.

Before you perform this procedure, read the following guidelines:

SSH daemon (sshd)

To use this method, the UNIX client must have sshd enabled and configured to allow root or non-root user logins.

Client file location

If you want to install client software to a location other than the default, you must first create and link the desired directory. Create the directory where you want the software to reside, and then create /usr/openv as a link to that directory.

Additional information about installation folder restrictions is available.

See Restrictions on the NetBackup installation directory.

Backup policies

Make sure that the clients are assigned to a backup policy.

Security configuration

The install_client_files scripts may prompt you for security information based on your environment. The information that is required is based on the primary server security mode and the target host security configuration. For details on how to respond to these prompts, refer to the NetBackup Security and Encryption Guide.

To install client software from a Linux primary server to UNIX clients with the sftp method

  1. To move the client software from the server to the /tmp directory on the client, run the install_client_files script on the NetBackup server.

    Use one of the following commands:

    • To move software to one client at a time:

      /usr/openv/netbackup/bin/install_client_files sftp client user

      The client is the host name of the client.

      The user is the login ID that SSH requires on the client.

    • To move software to all clients at once:

      /usr/openv/netbackup/bin/install_client_files sftp ALL user

      The ALL option specifies that you want to install all clients that are configured in any backup policy on the server.

      The user is the login ID required by the client.

  2. After the script runs, the root user on each client computer must run the following script:

    sh /tmp/bp.<pid>/client_config

    The pid is the process ID. The client_config script installs the binaries.

Feedback

Was this page helpful?
Previous

Installing client software with the ssh method

Next

Adding a UNIX/Linux client after initial server installation

Feedback

Was this page helpful?