Sponsored Content
Operating Systems Solaris Book for Sun Certified Solaris Associate (SCSAS) Post 302460100 by kalpeer on Wednesday 6th of October 2010 05:28:33 AM
Old 10-06-2010
Hi Naresh,

Please provide the path where u have got the dumps.

---Kalai
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Associate files to a prgm in solaris

Does anyone know how to associate a file to a program in solaris 8(running CDE). I use my filemgr in solaris and have some .jpg files that are associated with the old openwindows imagetool, so when I dubbleclick the .jpg-file imagetool opens. How and where can I change this to another program... (0 Replies)
Discussion started by: tonlu
0 Replies

2. UNIX for Dummies Questions & Answers

Sun Certified System Administrator for the Solaris 10

i want to take certificate which are: Solaris 10 OS . Part I - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-200) . Part II - Sun Certified System Administrator for the Solaris 10 Operating System (CX-310-202) ; my question is about S10 adminitration... (0 Replies)
Discussion started by: nibiru78
0 Replies

3. Solaris

Solaris 10 Book

Can anyone recommend a decent Solaris 10 book I should purchase? I wouldl like to sit the certification exams so something that covers all topics would be great. (2 Replies)
Discussion started by: rjw
2 Replies

4. Solaris

Sun Certified Solaris 8 Exam

Hi Everyone Any Idea where I can obtain good information or pdf file to prepare for the exam below. Practice Exam for Sun Certified System Administrator for the Solaris 8 OS, Part II (WGS-PREX-S012B) Regards Collem (4 Replies)
Discussion started by: CollenM
4 Replies

5. Solaris

Sun Certified Systems Admin - SCSA

Hi Guys, I'm thinking of studying for the above course. As an entry level qualification would this be ok (from an employers point of view)? And can anyone recommend any good CBT's for it (Solaris 10 version)? Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies

6. Solaris

Sun Certified Systems Admin - Part1

Hey guys, I am taking the SCSA Part 1 next week in London. Any advise as to what I should gen up on, and as to which parts I should focus on? (What will be in the exam etc?) Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies

7. Solaris

Sun Certified Network Administrator for Solaris 10 OS (CX-310-302)

I want to start studying for Sun Certified Network Administrator for Solaris 10 OS (CX-310-302) Are there any books or study guides for this? I am pumping a dry well on Amazon and Borders... What have you used to study for this? Is there anything out there that is reasonable? I am not... (10 Replies)
Discussion started by: BrewDudeBob
10 Replies

8. Solaris

Sun Certified System Administrator for the Solaris 10 OS, Part I (CX-310-200)

Hi all, I have been reading for Sun Solaris Administrator exam (CX-310-200) but i have kind of been dragging. Is there anyone preparing for this exam so we could make like a study group or accountability partner. Awaiting your response. thanks (6 Replies)
Discussion started by: nkechifesie
6 Replies

9. Solaris

Sun Fire 280R Sun Solaris CRT/Monitor requirements

I am new to Sun. I brought Sun Fire 280R to practice UNIX. What are the requirements for the monitor/CRT? Will it burn out old non-Sun CRTs? Does it need LCD monitor? Thanks. (3 Replies)
Discussion started by: bramptonmt
3 Replies

10. Solaris

Solaris Certified System Associate

Hi All Please suggest the scope of Solaris Certified System Associate Certification. Am 3 yrs experienced in IT and working on Solaris, AIX and HP boxes. Please post if you hv information on this Thank you. (2 Replies)
Discussion started by: Srikanth Panda
2 Replies
AMFETCHDUMP(8)						  System Administration Commands					    AMFETCHDUMP(8)

NAME
amfetchdump - extract backup images from multiple Amanda tapes. SYNOPSIS
amfetchdump [-c | -C | -l] [-p | -n] [-a] [-O directory] [-d device] [-h | --header-file filename | --header-fd fd] [--decompress | --no-decompress | --server-decompress | --client-decompress] [--extract --directory directory [--data-path amanda|directtcp] [--application-property NAME=VALUE]*] [--decrypt | --no-decrypt | --server-decrypt | --client-decrypt] [--exact_match] [-o configoption...] config hostname [disk [ date [ level [ hostname [...] ] ] ]] DESCRIPTION
Amfetchdump pulls one or more matching dumps from tape or from the holding disk, handling the reassembly of multi-tape split dump files as well as any tape autochanger operations. The dump are by default decompressed and decrypted. It will automatically use the Amanda catalog to locate available dumps on tape, in the same way that the find feature of amadmin(8) lists available dumps. The hostname, diskname, datestamp, and level dump specifications are further described in amanda-match(7). Note that at minimum a hostname must be specified. Unless -p is used, backup images are extracted to files in the current directory named: If a changer error occurs, or the -d option is given, then amfetchdump prompts for each required volume. hostname.diskname.datestamp.dumplevel OPTIONS
-p Pipe exactly one complete dump file to stdout, instead of writing the file to disk. This will restore only the first matching dumpfile (where "first" is determined by the dump log search facility). -h Output the amanda header as a 32K block to same output as the image. --header-fd fd Output the amanda header to the numbered file descriptor. --header-file filename Output the amanda header to the filename. -d device_or_changer Restore from this device or changer instead of the default, prompting for each volume. -O directory Output restored files to this directory, instead of to the current working directory. -c Compress output, fastest method available. -C Compress output, smallest file size method available. --decompress Always do the decompression, this is the default. --no-decompress Never do the decompression. --server-decompress Do the decompression only if the compression was done on the server. --client-decompress Do the decompression only if the compression was done on the client. --decrypt Always do the decryption, this is the default. --no-decrypt Never do the decryption. --server-decrypt Do the decryption only if the encryption was done on the server. --client-decrypt Do the decryption only if the encryption was done on the client. --exact-match The host and disk are parsed as exact values --extract Extract the backup on the server in the directory directory. --directory directory Where to extract the backup with the --extract option. Warning: All files in that directory can be removed. --data-path amanda|directtcp The data path to use with --extract, the default is to use the fatest data path. --application-property NAME=VALUE Application property to send to the application with --extract. -l Leave dumps in the compressed/uncompressed and encrypted/unencrypted state in which they were found on tape. It is a synonym for --no-decompression --no-decryption -a Assume that all tapes are already available, via tape changer or otherwise, instead of prompting the operator to ensure that all tapes are loaded. -n Do not reassemble split dump files at all, just restore each piece as an individual file. -o configoption See the "CONFIGURATION OVERRIDE" section in amanda(8). EXAMPLES
All the examples here assume your configuration is called SetA. Here's a simple case, restoring all known dumps of the host vanya to the current working directory. $ amfetchdump SetA vanya A more likely scenario involves restoring a particular dump from a particular date. We'll pipe this one to GNU-tar as well, to automatically extract the dump. $ amfetchdump -p SetA vanya /home 20051020 | gtar -xvpf - CAVEATS
Amfetchdump is dependent on accessing your server's config, tape changer, and (normally) dump logs. As such, it's not necessarily the most useful tool when those have all been wiped out and you desperately need to pull things from your tape. Pains have been taken to make it as capable as possible, but for seriously minimialist restores, look to amrestore(8) or dd(8) instead. SEE ALSO
amanda(8), amanda-match(7), amadmin(8), amrestore(8) The Amanda Wiki: : http://wiki.zmanda.com/ AUTHORS
John Stange <building@nap.edu> National Academies Press Ian Turner <ian@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) Amanda 3.3.3 01/10/2013 AMFETCHDUMP(8)
All times are GMT -4. The time now is 03:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy