Sponsored Content
Special Forums Hardware Filesystems, Disks and Memory backup NetApp using dump command Post 20800 by yellowfish on Sunday 5th of May 2002 04:38:31 AM
Old 05-05-2002
Question backup NetApp using dump command

I have been trying to backup my NetApp /vol/vol0 data to local tape drive. It is around 68GB.
The tape I am using is DLT tape and should be able to handle 70GB data. However, dump always
aborted around reaching 57~58GB data.
Tape drive is attached on NetApp.

1st try to dump /vol/vol0 to local drive (68GB) => dump aborted
2nd try to dump /vol/vol0/home to local tape drive (59GB) =>dump aborted
Any idea?

Here are some info
==========================================
NetApp filer name: netmgtfs1

root@woodstock> uname -a
SunOS woodstock 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-2

root@woodstock> rsh netmgtfs1 "mt -f nrst0a status"
Tape drive: Digital DLT7000
Status: ready, write enabled
Format: 85937 bpi 70 GB (w/comp)
fileno = 0 blockno = 0 resid = 0

root@woodstock> rsh netmgtfs1 "df "
Filesystem kbytes used avail capacity Mounted on
/vol/vol0/ 69580432 66787380 2793052 96% /vol/vol0/
/vol/vol0/.snapshot 17395108 2353816 15041292 14% /vol/vol0/.snapshot

root@woodstock> mount -F nfs netmgtfs1:/vol/vol0 /mnt
root@woodstock> ls /mnt
PROBLEM090199/ heaven1_org@ nms/ sunroot/
etc/ home/
global2/ nmd/

root@woodstock> du -sk home
59049872

root@woodstock>!!
rsh netmgtfs1 "dump 0uf nrst0a /vol/vol0/home"

DUMP: creating "/vol/vol0/../snapshot_for_backup.201" snapshot.
DUMP: Using Partial Volume Dump
DUMP: Date of this level 0 dump: Sat May 4 00:39:57 2002.
DUMP: Date of last level 0 dump: the epoch.
DUMP: Dumping /vol/vol0/home to nrst0a
DUMP: mapping (Pass I)[regular files]
DUMP: mapping (Pass II)[directories]
DUMP: estimated 58520516 tape blocks.
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: We have written 1785109 KB to tape.
DUMP: We have written 3613470 KB to tape.
DUMP: We have written 5714735 KB to tape.
DUMP: We have written 7939329 KB to tape.
.....
DUMP: We have written 53961774 KB to tape.
DUMP: We have written 55563549 KB to tape.
DUMP: We have written 57590637 KB to tape.
DUMP: DUMP IS ABORTED
DUMP: Deleting "/vol/vol0/../snapshot_for_backup.201" snapshot.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dump Command in Linux

Can anybody tell me please how to use the "dump" command in Linux command. dump -0u /destination /sourcefile or device file. Please correct me. -regards -Iftikhar (1 Reply)
Discussion started by: syedifti
1 Replies

2. UNIX for Dummies Questions & Answers

dump command

For ufsdump you type in a "dump level". The man command mentions levels 0-9 and gives examples. Can anyone define what each level refers to? What does a level 0 dump mean? What is a level 9 dump? What are the differences? Thanks in advance:) (1 Reply)
Discussion started by: Patman
1 Replies

3. UNIX for Advanced & Expert Users

dump and tar backup in one tape

Hi all! I'm new in this forum. I need to ask a few question. I would like to know if it is possible to use dump and tar command for backup in one tape. If it is possible, how do I restore it back? Fyi, I'm using the Digital Unix 4.0E OSF/1 box. (old box) :-) Thank you. :) (0 Replies)
Discussion started by: apokobondo
0 Replies

4. Filesystems, Disks and Memory

dump and tar backup in one tape

Hi all! I'm new in this forum. I need to ask a few question. I would like to know if it is possible to use dump and tar command for backup in one tape. If it is possible, how do I restore it back? Fyi, I'm using the Digital Unix 4.0E OSF/1 box. (old box) :-) Thank you. :) (0 Replies)
Discussion started by: apokobondo
0 Replies

5. Red Hat

Dump and restore command usage ??

Hi, I am using RHEL 4.0 I need to take backup of a directory and then restore it to some other location. For taking Backup of final directory, I am using this code: dump -0aj -f /home/vicky/final.dump /home/vicky/final/ Now, I am trying to restore this final.dump to some other... (2 Replies)
Discussion started by: vikas027
2 Replies

6. UNIX for Dummies Questions & Answers

dump command

Hi all, I am using embedded linux with my own RFS. But I want to use the dump command to try and solve some errors, but I don't know in wich package I can find the dump command. I hope someone can help me. With kind regards, Jurrian Dubbeldam (1 Reply)
Discussion started by: Jurrian
1 Replies

7. Solaris

How to monitor dump backup

I need to monitor our nightly backups and find a way to send an email out if the nightly backup does not kick off or fails. Thanks for your help! (7 Replies)
Discussion started by: nim73
7 Replies

8. UNIX for Dummies Questions & Answers

dump command fault

im performing the dump command : dump 0uaf /dev/hdc /home an error msg appers says: DUMP: you cant update the dumpdates file while dumping a subdirectory DUMP: the entire dump is aborted can anyone help (6 Replies)
Discussion started by: semosam
6 Replies

9. Shell Programming and Scripting

Is there a command to close a program with dump?

I'm running into some problems using pkill in my scripts. I'm using a program that needs to dump. (4 Replies)
Discussion started by: ninjaaron
4 Replies

10. Solaris

Netapp filer details - command?

What command can I use to find out details about a netapp filer. I have a directory that is a filer i would like to know details about the source host/folder that it points to. Thanks. (2 Replies)
Discussion started by: jjohnson
2 Replies
LWP-DUMP(1)						User Contributed Perl Documentation					       LWP-DUMP(1)

NAME
lwp-dump - See what headers and content is returned for a URL SYNOPSIS
lwp-dump [ options ] URL DESCRIPTION
The lwp-dump program will get the resource indentified by the URL and then dump the response object to STDOUT. This will display the headers returned and the initial part of the content, escaped so that it's safe to display even binary content. The escapes syntax used is the same as for Perl's double quoted strings. If there is no content the string "(no content)" is shown in its place. The following options are recognized: --agent str Override the user agent string passed to the server. --keep-client-headers LWP internally generate various "Client-*" headers that are stripped by lwp-dump in order to show the headers exactly as the server provided them. This option will suppress this. --max-length n How much of the content to show. The default is 512. Set this to 0 for unlimited. If the content is longer then the string is chopped at the limit and the string "... (### more bytes not shown)" appended. --method str Use the given method for the request instead of the default "GET". --parse-head By default lwp-dump will not try to initialize headers by looking at the head section of HTML documents. This option enables this. This corresponds to "parse_head" in LWP::UserAgent. --request Also dump the request sent. SEE ALSO
lwp-request, LWP, "dump" in HTTP::Message perl v5.18.2 2012-01-13 LWP-DUMP(1)
All times are GMT -4. The time now is 06:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy