How can i take private region backup in veritas


 
Thread Tools Search this Thread
Operating Systems Solaris How can i take private region backup in veritas
# 1  
Old 09-01-2008
How can i take private region backup in veritas

Hello experts,

I am using Veritas Volume Manager 5.0. How can i take private region backup and restoration.

thanks in advance...
# 2  
Old 09-01-2008
/usr/lib/vxvm/diag.d/vxprivutil dumpconfig device-pathname

(not sure about restoration though...)
# 3  
Old 09-01-2008
i am not sure, if that's still the same way in 5.0, but in the old versions, you could backup your configuration this way:

save:
------------
This command saves the definition of the volumes, plexes, subdisks, and the disk group itself:
vxprint -g diskgroup -hmQqr > blabla.save

This command saves the definition of the volumes, plexes, and subdisks only:
vxprint -g GROUP -hrmvpsQq > blabla.save

view the saved configuration:
------------
vxprint -D - -rht < blabla.save

recover:
------------
To recover a lost volume using the saved configuration:
# vxprint -D - -rhtmqQ lostvolume < blabla.save > restoredvolume

This command creates object definitions for a restored volume out of the object definitions in the lost volume.

To implement the object definitions of restoredvolume into a real volume:

# vxmake -g diskgroup -d restoredvolume

To start the restored volume, and recover its plexes, if appropriate:

# vxrecover -Es restoredvolume

regards
- PRESSY
# 4  
Old 09-05-2008
Thanx..
I wil try..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

2. Solaris

how to restore backup from veritas vm in ufs file system

Hi all I have a DLT tape in that tape backup is there is in veritas volume format and i want to restore it in ufs file system how can i do it? right now i don't have veritas file system setup. i have only ufs file sysytem please help some production data is to be restore. backup was taken... (0 Replies)
Discussion started by: nikhil kasar
0 Replies

3. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

4. AIX

Help me install Backup Exec (formerlly owned by Veritas) agent on AIX machine :(

Hi all. I hope someone could give me a hand on installing Backup Exec agent on AIX machine :( Agent: OS: AIX 5.3 Hostname: DB-HN-SRV02 IP: 10.1.4.64 Backup server: OS: Windows Server 2003 Hostname: backup-srv IP: 10.1.5.51 I download "Legacy Unix agent.tar", untar, then run file... (0 Replies)
Discussion started by: bsddaemon
0 Replies

5. AIX

AIX 5.3 & Veritas Backup with Tape Library

hello, I am facing this problem when trying to prepare AIX 5.3 for Veritas Backup: Veritas Software is not able to communicate properly with our tape library When we tried to run these commands here's the output # cfgmgr -l fscsi0 # cfgmgr -l fscsi2 # cfgmgr -l fscsi1 cfgmgr:... (3 Replies)
Discussion started by: filosophizer
3 Replies

6. SCO

Veritas Unix Backup Agent won't start

I have 3 SCO 5.0.5 machines. Two are running the /etc/bkupexec/agent.be just fine but the 3rd fails with a NRL initialization error. It can't seem to find the backup server in the /etc/hosts file. The entry is in the /etc/hosts file. The perms are set correctly on /etc /etc/bkupexec... (0 Replies)
Discussion started by: cnpaul
0 Replies

7. UNIX for Advanced & Expert Users

stack region

how can i determine that what percentage of stack region is currently is used? (i am using tru64 unix) (2 Replies)
Discussion started by: yakari
2 Replies

8. SCO

Veritas Backup Agent on SCO problem

Hello All, We have Veritas Backup Exec on a Windows 2003 OS and trying to setup the Ralus agent on SCO to perform regular backups of our Unixware system; but for some reason after "I believe" installing the agent on SCO; and launching it using the 'agent.be" command I receive a syntax error... (1 Reply)
Discussion started by: Yorgy
1 Replies

9. SuSE

SuSE Backup on Veritas

I am running SuSE 9.1 and want to backup my LVM vg00 on Veritas Backup Exec 10 Win2K server. My problem, I am unable to browse any of the folder/files of LVM vg00 in Veritas. He could find files on rooot but not in LVM. Any idea/help will be much appreciated. Thanks, Aa (1 Reply)
Discussion started by: aamirs
1 Replies

10. Solaris

Veritas DataBase Backup

hi , we have a monthly policy for database backups . the database is a huge one about 200 GB in size and every month , we shut down the database and take a full system backup . my question is : Is there a way to know that i have taken a valid backup, I need to do something like a test restore... (5 Replies)
Discussion started by: ppass
5 Replies
Login or Register to Ask a Question