Netbackup Installation


 
Thread Tools Search this Thread
Operating Systems HP-UX Netbackup Installation
# 1  
Old 10-01-2007
Netbackup Installation

Hello all. I have a HP-UX 11.11 system that I need to install Netbackup 6.5 onto. After I mount the cd drive and run the 'install' command, it comes back with the following error:

usage: install [options] file [dir1 ...]

WHAT options is it talking about? When I look at the documentation from Netbackup, it doesn't mention anything about switches. Does anyone know what it's asking for?
# 2  
Old 10-01-2007
You can run "man install" to get the details on the HP-UX install command. But your problem is that you probably should be running another command also called "install". Either your installation instructions are wrong or you have not followed them carefully. You probably should have either modified your PATH so that you find the supplied "install" script, or you should have invoked it with an explicit path. Since I don't have your instructions I have no way of knowing which it is.
# 3  
Old 10-01-2007
The normal way to install software on HPUX is by installing *.depot files using "sam".

The "install" program is a much lower level program.
# 4  
Old 10-03-2007
Quote:
Originally Posted by Perderabo
You can run "man install" to get the details on the HP-UX install command. But your problem is that you probably should be running another command also called "install". Either your installation instructions are wrong or you have not followed them carefully. You probably should have either modified your PATH so that you find the supplied "install" script, or you should have invoked it with an explicit path. Since I don't have your instructions I have no way of knowing which it is.

I don't get this. The Netbackup install guide simply says: Mount CD and run 'install' I've done that so I don't know what else it's looking for.
# 5  
Old 10-03-2007
You may have been picking up the one from the PATH.

Is there an install script on the CD?

If so then

cd /cdrom-mountpoint
./install
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Need steps for Netbackup Update from 7.1 to 7.5

Hello Friends, I need a document with steps to upgrade Symantec Netbackup from 7.1 to 7.5. Would you please help me on this. I have Symantec provided pdf but looks like reference book. I need only steps which is needed to be followed. Please guide me. Information about my Server My... (11 Replies)
Discussion started by: manalisharmabe
11 Replies

2. UNIX for Dummies Questions & Answers

Netbackup Report

Would I be able to get the report (text format) of an activity monitor view of a netbackup via command line? I am trying to make a script out of it that would be run daily an be saved in a txt document which would could be viewed for history purpose. I need minimal details only like policy name,... (0 Replies)
Discussion started by: ryan_estiya
0 Replies

3. Solaris

veritas netbackup

Hi All, We are currently running Veritas netbackup. We are currently having a few issues where were unable to log in due to several errors. Out usual fix for this is to recycle the backup servers however due to the nature of the information being backed up this is done by someone else and... (1 Reply)
Discussion started by: rickyclayton201
1 Replies

4. UNIX for Dummies Questions & Answers

Netbackup 6 Question

What is the command to find out if a policy has been run and if it has the date it was last run? (0 Replies)
Discussion started by: mr_crosby
0 Replies

5. Filesystems, Disks and Memory

Netbackup Questions

I have 2 questions maybe those netbackup experts and gurus in the house can help. Firstly, is there a particular location maybe under /usr/openv where I can find a diretory or file which contains all the backup policy information, so lets say If someone were to physically delete all the... (3 Replies)
Discussion started by: sparcguy
3 Replies

6. HP-UX

I need to change the location of a netbackup installation

Can anyone tell me how I can change the default location for a netbackup installation to another location on my box? The default location is too small and I want to install in another location that has the adequate space. The Netbackup user manual is USELESS!!:mad::mad: (3 Replies)
Discussion started by: impunchdrunk
3 Replies

7. Solaris

Netbackup on Solaris 8

Hi, Anyone know netbackup 3.4 on Solaris 8 . Currently I use root to perform backup / monitoring ...etc . Can I create a user call "backup" and perform the same task What permission should I give the "backup" user . (1 Reply)
Discussion started by: civic2005
1 Replies

8. Filesystems, Disks and Memory

Netbackup question

Hello, I am setting up scripts to do shadow image backups but have found a pitfall I cannot figure out how to work around. Basically what I need to figure out is how to launch a bunch of bpbackups, and then have the script pause until all of the children have exited. The problem is that bpbackup... (2 Replies)
Discussion started by: 98_1LE
2 Replies

9. UNIX for Dummies Questions & Answers

moving tapes with NetBackup

Does anyone know how to move tapes within a library to the load port using NetBackup? robtest will not work with NetBackup running, and I would like to have a script move the tapes to be sent offsite to the load port for easier removal. (2 Replies)
Discussion started by: 98_1LE
2 Replies

10. UNIX for Dummies Questions & Answers

Veritas NetBackup

Veritas NetBackup, how does it work?? I mean, I know it is used for backups and restores but really, can anybody give me a brief or any explanation that sums up basically what it is about besides the fact that it does backups and restores??? Please, if you have any information, I would appreciate... (2 Replies)
Discussion started by: TRUEST
2 Replies
Login or Register to Ask a Question