Sponsored Content
Full Discussion: veritas NETbackup command
Operating Systems Solaris veritas NETbackup command Post 70809 by izy100 on Wednesday 4th of May 2005 11:20:19 AM
Old 05-04-2005
USAGE: bpplinfo policy_name -L|-l|-U [-v] [-M master_server,...]
bpplinfo policy_name -set|-modify [-v] [-M master_server,...]
[-active | -inactive] [-pt policy_type]
[-ut] [-ef effective_time]
[-residence label]
[-pool label]
[-priority priority]
[-rfile flag] [-blkincr flag]
[-multiple_streams flag] [-keyword "keyword phrase"]
[-encrypt flag]
[-collect_tir_info value] [-compress flag]
[-crossmp flag] [-disaster flag] [-follownfs flag]
[-policyjobs max_jobs(0=unlimited)]

Valid values for policy_type:
Standard Apollo-wbak Oracle Informix-On-BAR
Sybase Macintosh NetWare DataTools-SQL-BackTrack
MS-Windows-NT OS/2 MS-SQL-Server MS-Exchange-Server
SAP DB2 NDMP FlashBackup Split-Mirror
AFS DataStore Lotus-Notes NCR-Teradata
Vault
 

7 More Discussions You Might Find Interesting

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

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

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

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

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

6. Solaris

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... (0 Replies)
Discussion started by: graboid888
0 Replies

7. UNIX for Beginners Questions & Answers

How to extend a disk in veritas volume manager in veritas cluster?

Hi Experts, I wanted to extend a veritas file system which is running on veritas cluster and mounted on node2 system. #hastatus -sum -- System State Frozen A node1 running 0 A node2 running 0 -- Group State -- Group System Probed ... (1 Reply)
Discussion started by: Skmanojkum
1 Replies
IFX_FIELDPROPERTIES(3)							 1						    IFX_FIELDPROPERTIES(3)

ifx_fieldproperties - List of SQL fieldproperties

SYNOPSIS
array ifx_fieldproperties (resource $result_id) DESCRIPTION
Returns the Informix SQL fieldproperties of every field in the query as an associative array. Properties are encoded as: "SQL- TYPE;length;precision;scale;ISNULLABLE" where SQLTYPE = the Informix type like "SQLVCHAR" etc. and ISNULLABLE = "Y" or "N". PARAMETERS
o $result_id -$result_id is a valid resultid returned by ifx_query(3) or ifx_prepare(3) (select type queries only!). RETURN VALUES
Returns an associative array with fieldnames as key and the SQL fieldproperties as data for a query with $result_id. Returns FALSE on errors. EXAMPLES
Example #1 Informix SQL fieldproperties <?php $properties = ifx_fieldproperties($resultid); if (!isset($properties)) { /* ... error ... */ } foreach ($properties as $fname => $val) { echo "$fname: property = $val "; } ?> SEE ALSO
ifx_fieldtypes(3). PHP Documentation Group IFX_FIELDPROPERTIES(3)
All times are GMT -4. The time now is 08:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy