![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| veritas NETbackup command | ppass | SUN Solaris | 4 | 2 Weeks Ago 11:58 PM |
| Netbackup Installation | impunchdrunk | HP-UX | 4 | 10-03-2007 10:09 AM |
| Netbackup on Solaris 8 | civic2005 | SUN Solaris | 1 | 04-27-2007 01:49 PM |
| Netbackup question | 98_1LE | Filesystems, Disks and Memory | 2 | 10-08-2003 07:45 AM |
| Veritas NetBackup | TRUEST | UNIX for Dummies Questions & Answers | 2 | 03-30-2002 09:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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!!
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Symbolic link
Create a symbolic link for /usr/openv pointing to the location of your choice
|
|
#3
|
|||
|
|||
|
I have NO IDEA how to do that.
|
|
#4
|
|||
|
|||
|
assuming /usr/openv is a directory and empty....
Code:
mkdir /really-huge-disk/my-backup cd /usr rmdir openv ln -s /really-huge-disk/my-backup openv |
|||
| Google The UNIX and Linux Forums |