Veritas Netbackup Trial Version


 
Thread Tools Search this Thread
Operating Systems Solaris Veritas Netbackup Trial Version
# 1  
Old 07-09-2009
Bug Veritas Netbackup Trial Version

Hi all,

Good day to all. Anyone here who recently tried to download a trial version for Veritas Netbackup for Sun Solaris System?
The reason for asking is that, I need to download a trial version for testing purposes. I tried to look at the Symantec website but unfortunately, it is not available.
I downloaded the 7-part rar file from rapidlibrary but there is an error when I unzip it, I tried to fix thru several software but still unsuccessful. I tried to redownload all parts but still same problem.
I do apologize for asking this one here but I have been working on it for several days now and still no luck in finding a trial version of the software.

Thanks a lot...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. 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

2. Solaris

veritas NETbackup command

i am using veritas admenistration console to control all backup operations of our servers . we use SUN LT25 LTO library connected to a backupserver running solaris 8 . i was wondering if there is a command that i can use from solaris so that i can activate and deactivate some policeis , rather... (4 Replies)
Discussion started by: ppass
4 Replies

3. UNIX for Dummies Questions & Answers

Veritas Netbackup Agent Running

I was facing problems in taking backup of a windows server for quiet a long time.i have again reinstall the client software to get rid of this. my question : how to check the agent (netbackup) is running on client side or not?? how to check???? bcoz reinstalltion is not a good solution .:( (6 Replies)
Discussion started by: saurabh84g
6 Replies

4. AIX

AIX Trial Version

Hello, I'm now trying to learn AIX and I found lot of used AIX machines in ebay. I want to clear some doubts before I go for one. 1)Do I need a license to run an AIX machine? 2)Is there any Trial versions available? 3)Some Old Models of AS400 machines( model 150) don't need a license... (1 Reply)
Discussion started by: secofr
1 Replies

5. UNIX for Advanced & Expert Users

Launch veritas netbackup

Hello - I already have Veritas netbackup installed on Mac OS. But I am not able to find the daemon name for running the backup. Does anyone know How to run netbackup? Thank you! (3 Replies)
Discussion started by: panchpan
3 Replies

6. Shell Programming and Scripting

Veritas Netbackup Restore Scripts

Hi all, I wanted to find out if any of the folks out there have any experience with Netbackup restore scripts. I wish to set up a basic restore script on a "pilot" server. The script will basically non interactively set up a date (this date will be the date for which the data we are restoring) and... (1 Reply)
Discussion started by: ppantazis
1 Replies

7. 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

8. UNIX for Dummies Questions & Answers

VI Editor Trial Version?

Hi, I would like to know if there's a free trial version of a VI editor available somewhere? (3 Replies)
Discussion started by: elamvik
3 Replies
Login or Register to Ask a Question
vxtune(1M)																vxtune(1M)

NAME
vxtune - adjust Veritas Volume Replicator and Veritas Volume Manager tunables SYNOPSIS
vxtune [-r] vxtune [-r] tunable vxtune [-r] tunable value DESCRIPTION
The vxtune utility manages the various memory tunables that are used by Veritas Volume Replicator (VVR). It can also be used to change the value of the volpagemod_max_memsz tunable that is used by the instant snapshots feature of Veritas Volume Manager (VxVM). No other VxVM tunables are currently tunable using vxtune. You can use vxtune to display, set or change the memory tunables that are used by VVR. To maximize VVR performance, you can use this util- ity to experiment with different values before deciding on the optimal tunable values. The main advantage of using vxtune to change tunable values is that the new values are available immediately without needing to reboot the system. When invoked with no arguments, vxtune displays a list of the tunables whose values may be displayed or set. When invoked with the name of a supported tunable as the argument, vxtune displays the value of that tunable. When invoked with the name of a supported tunable and a value as arguments, vxtune attempts to set the tunable to that value. The specified value can take the following prefixes as base specifiers: 0 Value is in octal. 0x Value is in hexadecimal. By default, decimal is assumed. The specified value can take the following suffixes as unit multipliers: g or G The specified value is in gigabytes. k or K The specified value is in kilobytes. m or M The specified value is in megabytes. By default, the units are assumed to be bytes. The values of the following memory tunables may be displayed or set: vol_max_nmpool_sz Maximum memory that will be used by VVR on a secondary to hold the write requests coming from the primary. This memory is sys- tem-wide and restricts all secondary RVGs on the system. It may also be useful to increase this tunable if multiple Secondary RVGs are present on the system. vol_max_rdback_sz Maximum memory that will be used by VVR, when write requests are being read back from the SRL. You may need to increase this tun- able if you have multiple asynchronous RLINKS in one or more RVGs. vol_max_wrspool_sz Used in the clustered version of VVR. vol_min_lowmem_sz Minimum Threshold of available VVR memory needed to keep the write requests in memory on the primary RVG to send it to secondary. If available VVR memory is less than this threshold, write requests are freed early so that readbacks can be performed later. This tunable is used by asynchronous RLINKs. vol_rvio_maxpool_sz Maximum memory requested from the system by VVR for internal purposes. This tunable has a direct impact on the performance of VVR as it prevents one I/O operation from using all the memory in the system. The value of vol_rvio_maxpool_sz must be at least 10 times greater than the value of the maximum I/O size. volpagemod_max_memsz Maximum memory, measured in kilobytes, that is allocated for caching FastResync and cache object metadata by the instant snap- shots feature of VxVM. This tunable has a default value of 6144KB(6MB) of physical memory. The memory allocated for this cache is exclusively dedicated to it. It is not available for other processes or applications. Setting the value of volpagemod_max_memsz below 512KB fails if cache objects or volumes that have been prepared for instant snap- shot operations are present on the system. If you do not use the FastResync or DRL features that are implemented using a version 20 DCO volume, the value of volpage- mod_max_memsz can be set to 0. However, if you subsequently decide to enable these features, you can use vxtune to change the value to a more appropriate one. OPTIONS
-r (Raw) By default, tunable values are displayed in kilobytes. This option causes values to be displayed in bytes. EXAMPLES
Display the tunable parameters that vxtune supports: vxtune Display the value of vol_min_lowmem_sz on a host: vxtune vol_min_lowmem_sz Modify the value of vol_min_lowmem_sz to 2 megabytes on a host: vxtune vol_min_lowmem_sz 2M EXIT CODES
The vxtune utility exits with a non-zero status if the attempted operation fails. A non-zero exit code is not a complete indicator of the problems encountered but denotes the first condition that prevented further execu- tion of the utility. NOTES
The vxtune command only affects the tunable values on the host on which it is run. If required, you must run the command separately on each host for which you want to change the tunable values (for example, for the log-owner node and any of its failover nodes in a cluster). Values that have been specified using vxtune are persistent across reboots. SEE ALSO
vrport(1M), vxmemstat(1M), vxsnap(1M) Veritas Volume Replicator Configuration Notes Veritas Volume Manager Administrator's Guide VxVM 5.0.31.1 24 Mar 2008 vxtune(1M)