cancel
Showing results for 
Search instead for 
Did you mean: 

Installation of client on linux server mannually.

Vinayak_Chennur
Level 4

I am unable to push client from master server to the client due to port 22 issue.

what are the other ways to install the client manually.

I Have copied the binnaries to the client from master server but while running the install_client its shows error

Install_client -L

i do not have CD . Kindly help me the different way to install Netbackup client on LINUX & AIX.

5 REPLIES 5

Will_Restore
Level 6

what we've done is copy directory contents to the client

/usr/openv/netbackup/client/<ClientOS>

then run this on the client

cd /usr/openv/netbackup/client/<ClientOS>

./cp_to_client  <MASTERNAME> <CLIENTNAME>

https://www.veritas.com/community/forums/local-client-installation#comment-11509521

 

Vinayak_Chennur
Level 4

i have not got you can you help me out how to cp_to_client works ..

i need to install linux netbackup client on the linux server.

 

Will_Restore
Level 6

cp_to_client is a script which installs the client software. 

If you copy the entire directory* from the Master to the client, it's in there. 

 

* /usr/openv/netbackup/client/<clientOS> where <clientOS> matches your client, such as Linux/RedHat2.6.18

 

 

Vamika
Level 3

What error are you getting?

1. Are you copying the setup to /var

2. Make sure you untar the setup

3. cd to "YMCnbclient_Solaris-Solaris10_7.6.1.1" or the setup file you are using

4. Run ./install

Shaf
Level 6

hi

download the tar file from my.veritas.com

eg:

NetBackup_7.7.2_CLIENTS1.tar and

NetBackup_7.7.2_CLIENTS2.tar

 

i think linux should be in NetBackup_7.7.2_CLIENTS2.tar, so

--> copy NetBackup_7.7.2_CLIENTS2.tar

-->untar it

-->then cd NetBackup_7.7.2_CLIENTS2

--> then run ./install

-->then follow the onscreen instructions.