Sponsored Content
Full Discussion: Backup software for AIX
Operating Systems AIX Backup software for AIX Post 302909905 by rbatte1 on Monday 21st of July 2014 09:56:18 AM
Old 07-21-2014
Welcome madmacher,

It depends what you want to be able to restore. If what you really are asking is "How do i take a backup that I can clone my server with rather than a base install and manual reconfiguration", then AIX has a lovely utility, mksysb

This will write to tape or filesystems (which you can then force out to DVD or move to a NIM server) in a way that you can boot from. The installation process then kicks in and recreates your rootvg. 3rd party software can be used to recover the contents of your other volume groups.

Here is the mksysb manual page




I hope that this helps. Apologies if I've misinterpreted the question.
This User Gave Thanks to rbatte1 For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Enterprise backup software

My company has been an OmniBack shop for about 2 years now. We use it to backup both Unix and NT servers as well as a Network Appliance Filer. For the most part it has sufficed for what we do. However, management is considering changing to another backup software. We are considering either staying... (2 Replies)
Discussion started by: keelba
2 Replies

2. UNIX for Dummies Questions & Answers

Backup Software

I am new to unix. The backup software is not working on my unix server. If I try to open the software app, the window opens then closes right away. This machine was built by and setup by someone else. Does unix have its own backup software, and is there something I can try to access the backup... (2 Replies)
Discussion started by: anthonyp
2 Replies

3. AIX

Where i can find gmake software for AIX 5.2

Where i can find gmake software for AIX 5.2 Thanks Bala (1 Reply)
Discussion started by: Balamurugan
1 Replies

4. UNIX for Dummies Questions & Answers

Backup Software for UNIX systems

Hi, which software is recommended for backup of UNIX systems ( e.g. SUN, Solaris ). Backup software and database e.g. Oracle. One possibility is Networker, but license is expensive and also service contract. Best regards Dieter (2 Replies)
Discussion started by: rhacodactylus
2 Replies

5. Solaris

backup software

dear friends, i am not a expert in solaris 10, i want to practice backup software . where from i can download backup software free . (EBS, legato or any ) please help me (4 Replies)
Discussion started by: sijocg
4 Replies

6. Solaris

backup software

Anyone have a recommendation for backup software either built in or third party? Simple is good. (1 Reply)
Discussion started by: Kjons76
1 Replies

7. AIX

Linux software on AIX 5.3

Hi Team, On a client requirement, we need to install below Linux software on IBM AIX 5.3 operating system, Apache Maven 3.2.3 MySQL 5.1.73, Sonarqube 4.1.2, Apache Tomcat 7.0.42, Jenkins 1.549 Please tell us whether above tool versions are compatible to AIX 5.3 (4 Replies)
Discussion started by: dnr.simha23
4 Replies

8. Infrastructure Monitoring

Monitoring software on IBM AIX

Hi, I am looking for monitoring software like Zabbix, to run it on AIX server. I have many problems with Zabbix and MySQL installation on AIX. I dont have IBM XL C/C++ compiler. Has anyone know similar solution like Zabbix that works on IBM AIX? (11 Replies)
Discussion started by: jackbz
11 Replies
BACKUP_VOLINFO(8)					       AFS Command Reference						 BACKUP_VOLINFO(8)

NAME
backup_volinfo - Displays a volume's dump history from the Backup Database SYNOPSIS
backup volinfo -volume <volume name> [-localauth] [-cell <cell name>] [-help] backup voli -v <volume name> [-l] [-c <cell name>] [-h] DESCRIPTION
The backup volinfo command displays a dump history of the specified volume, reporting information such as the date on which the volume was dumped and the tapes that contain it. Include the ".backup" extension on the volume name if the backup version of the volume was dumped. OPTIONS
-volume <volume name> Names the volume for which to display the dump history. Include the ".backup" or ".readonly" extension if the backup or read-only version of the volume was dumped. -localauth Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. The backup command interpreter presents it to the Backup Server, Volume Server and VL Server during mutual authentication. Do not combine this flag with the -cell argument. For more details, see backup(8). -cell <cell name> Names the cell in which to run the command. Do not combine this argument with the -localauth flag. For more details, see backup(8). -help Prints the online help for this command. All other valid options are ignored. OUTPUT
The output includes a line for each Backup Database dump record that mentions the specified volume, order from most to least recent. The output for each record appears in a table with six columns: dumpID The dump ID of the dump that includes the volume. lvl The depth in the dump hierarchy of the dump level at which the volume was dumped. A value of 0 indicates a full dump. A value of 1 or greater indicates an incremental dump made at the specified depth in the dump hierarchy. parentid The dump ID of the dump's parent dump. A value of 0 indicates a full dump, which has no parent; in this case, the value in the "lvl" column is also 0. creation date The date and time at which the Backup System started the dump operation that created the dump. clone date For a backup or read-only volume, the time at which it was cloned from its read/write source. For a read/write volume, the same as the value in the "creation date" field. tape name The name of the tape containing the dump: either the permanent tape name, or an AFS tape name in the format volume_set_name.dump_level_name.tape_index where volume_set_name is the name of the volume set associated with the initial dump in the dump set of which this tape is a part; dump_level_name is the name of the dump level at which the initial dump was backed up; tape_index is the ordinal of the tape in the dump set. Either type of name can be followed by a dump ID in parentheses; if it appears, it is the dump ID of the initial dump in the dump set to which this appended dump belongs. EXAMPLES
The following example shows part of the dump history of the Backup volume "user.smith.backup": % backup volinfo -volume user.smith.backup DumpID lvl parentID creation date clone date tape name 924600000 1 924427600 04/20/1999 05:20 04/20/1999 05:01 user_incr_2 (924514392) 924514392 1 924427600 04/19/1999 05:33 04/19/1999 05:08 user_incr_2 924427600 0 0 04/18/1999 05:26 04/18/1999 04:58 user_full_6 . . . . . . . . . . . . . . . . PRIVILEGE REQUIRED
None SEE ALSO
backup(8), backup_dumpinfo(8), backup_volrestore(8) COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell. OpenAFS 2012-03-26 BACKUP_VOLINFO(8)
All times are GMT -4. The time now is 07:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy