Backup for GPFS file system


 
Thread Tools Search this Thread
Operating Systems AIX Backup for GPFS file system
# 1  
Old 09-28-2010
Backup for GPFS file system

Unix people..

Backup for GPFS file system

/dev/gpfs /application

I have GPFS file system and I'd like to take backup for that file system to the tape
I'm using this command Smitty fs + Backup a File System

And I'm take the backup but this is will work if that gfs2 but I'm user GPFS

Is there any idea and also I'd like to that backup for GPFS file system to another sfs2 file system



Backup from GPFS /application to jfs2 /temp


Any idea to do this , Pls advice ...

Last edited by Mr.AIX; 10-21-2010 at 10:26 AM..
# 2  
Old 10-21-2010
any advice ?!

Moderator's Comments:
Mod Comment Please do NOT "bump up" questions if they are not answered.

First, your chance of getting an answer is not getting better;
second, you might reconsider your question and ask yourself why nobody is willing to help (possilbe causes include: poor phrasing of the question, asking something plainly obvious, asking a question that has been asked times and again, ...);
third AND FOREMOST: we are not a help desk and please consider hiring an expert if you want someone to be responsible for solving your problems!

Last edited by bakunin; 10-22-2010 at 09:47 AM..
# 3  
Old 10-22-2010
Quote:
Originally Posted by Mr.AIX
Is there any idea [snip]
How about some old-fashioned tar-ring to tape? :

Code:
cd /your/mountpoint/..
tar -cvf /dev/<your_tape_drive> ./yourmountpoint

I hope this helps.

bakunin
# 4  
Old 10-24-2010
I tried this but got hang after some time and it did not completed !
The size of my mount point is 150 GB

what are you understanding from the below !

This is from man tar

1 The ustar header format allows for file sizes to be as large as 8 GB. Therefore, the tar command is enabled to archive files of up to 8 GB in size.
# 5  
Old 10-25-2010
Quote:
Originally Posted by Mr.AIX
I tried this but got hang after some time and it did not completed !
The size of my mount point is 150 GB
I have no idea. Maybe your tape is simply full? Maybe you used the wrong device (with libraries picking the right one from several pseudo-devices can be quite tricky). Maybe something else.

Quote:
Originally Posted by Mr.AIX
what are you understanding from the below !

This is from man tar

1 The ustar header format allows for file sizes to be as large as 8 GB. Therefore, the tar command is enabled to archive files of up to 8 GB in size.
This is correct.The AIX tar will throw error 0511-825 and quit if you attempt to tar a file with 8GB or more because of limitations in the ustar header format. The same is true, btw., for cpio using the ustar header format ("-Hustar").

You could either use GNU-tar, which doesn't adhere to the POSIX-standard (which is in itself not a problem, it just may pose compatibility problems if you work in a heterogenous environment) but allows files to be up to 50 GB in size or you use some other means to back up your data - TSM, whatever, there are quite a few.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Backup for NAS huge File system

Gents, I have NAS File System mounted in Solaris as \Sysapp with size 8 TB the problem once the backup stared it is impacting the performance of the OS. Do you have any idea how to can we backup this FS with fast scenario without impacting the OS. Backup type : Netbackup (3 Replies)
Discussion started by: AbuAliiiiiiiiii
3 Replies

2. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

3. AIX

GPFS NodeData File problem

Hi Everyone I have configured two node GPFS cluster and it is running fine. But today when I have rebooted one of the node and after starting GPFS one node shows down. on investigating I have checked that mmfsNodeData file is missing from location /var/mmfs/gen/ on one node. I am receiving the... (1 Reply)
Discussion started by: m_raheelahmed
1 Replies

4. Solaris

How to take backup of ZFS file system on a tape drive?

Hi Guys, I want to take backup of a ZFS file system on tape drive. Can anybody help me with this? Thanks, Pras (0 Replies)
Discussion started by: prashant2507198
0 Replies

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

6. AIX

How to configure new hdisk such that it has a gpfs fs on it and is added to a running gpfs cluster?

Hi, I have a running GPFS cluster. For one every mountpoint that i have created i have one disk assigned to it. That disk is converted to an NSD and is a part of the GPFS Cluster. Now i have a new disk and there is this requirement to add it to the GPFS cluster, such that this becomes an NSD.... (1 Reply)
Discussion started by: aixromeo
1 Replies

7. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

8. AIX

GPFS file system corrupt issue

Hi Administrators, I have one issue related to GPFS filesystem. We have bad entries in this file system, which reflects error like ls: 0653-341 The file <filename> does not exist. when we give "ls -ltr" on this directory. So we taken the FS filesystem offline and followed the below steps. ... (6 Replies)
Discussion started by: gauravgarg
6 Replies

9. Shell Programming and Scripting

File system backup alert

Hi All, OS: AIX 5.3 64 bits Could anyone please share unix File system backup alert shell script which sends an alert message upon failure.. Thanks for your time! Regards, (0 Replies)
Discussion started by: a1_win
0 Replies

10. AIX

Scheduled backup of a file system.

I have an IBM, P-series Intellistation running AIX5.1. I have installed an IBM DAT72 4mm tape drive. It is installed as an Other Scsi Device(ost). When I schedule a backup it fail's to run (input or output error). Does this device need an Auto mount of some kind? If I run a diagnostic test (for... (3 Replies)
Discussion started by: joeweisser
3 Replies
Login or Register to Ask a Question