Sponsored Content
Full Discussion: Dumping files to tape
Top Forums UNIX for Dummies Questions & Answers Dumping files to tape Post 20796 by Jonathan on Saturday 4th of May 2002 06:52:27 AM
Old 05-04-2002
Thanks for your help...

got it working at last!!!

Jonathan.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Dumping multiple Folders

How would i go about dumping my /home/ directory and my /root directory i currently have..... dump -f /root/backup.dp /home/ /root/ ...but dump only seems to see only my first source directory and not the second (/root in this case) anyone know a way around this..or if it is even... (1 Reply)
Discussion started by: Freakytah
1 Replies

2. UNIX for Dummies Questions & Answers

dumping data and compressing

I have a utility provided by our vendor to dump data from their system. It is expsysdb -s prod proddata.dmp "-s" and "prod" are parameters and "proddata.dmp" is the file name that the data is dumped to (this can be any name). Our current system (AIX 4.3) has a file size limit set to 1... (7 Replies)
Discussion started by: jyoung
7 Replies

3. UNIX for Dummies Questions & Answers

dumping to tape from /tmp

I'm trying to dump files to tape and im just wondering can i dump from /tmp swap partition? ufsdump 0ubf 126 /dev/rmt/1 swap/tmp/blah.tar DUMP: Cannot open dump device `swap/tmp/blah.tar': No such file or directory ufsdump 0ubf 126 /dev/rmt/1 /tmp/NotificationServer_1.bku DUMP:... (1 Reply)
Discussion started by: kingdbag
1 Replies

4. UNIX for Dummies Questions & Answers

Dumping network packets

Hi, My Solaris Workstation has got 4 NICS, out of which one of them(bge3) is unplugged from the rest of the external network & connected to other interface(bge1). The isolated NIC serves as a simulated Ethernet Interface for my application under development. Now, I'd like to capture RAW... (1 Reply)
Discussion started by: smanu
1 Replies

5. Programming

strcat() dumping core

strcat dumping core in the situation like main() { char* item; char* p=sat_item; char type; item=(char*) malloc(strlen(p)); strncpy(type,p,4); type='\0'; strcat(item,type); //dumping core } I couldn't get why strcat dumping core? (3 Replies)
Discussion started by: satish@123
3 Replies

6. Red Hat

Core Dumping?

How to now if the server is core dumping into the same filesystem? (4 Replies)
Discussion started by: 300zxmuro
4 Replies

7. IP Networking

dumping traffic of a singel application

I would like to know if there is a way to dump the network traffic of a single application. I tried with tcpdump but I couldn't find a way. Is there a patch, which enables that or does someone know an other application to do this? (2 Replies)
Discussion started by: smf15
2 Replies

8. Solaris

files in tape

unix1{owadmin}% tar tvf /dev/rmt/1 -rw-rw-rw- 1021/10 0 Sep 11 17:54 2011 TinahPF_Far_32bit.segy tar: directory checksum error unix1{owadmin}% i know in this tape 3 files not only one file so what can i do to view 3 files and what is this error mean ( tar: directory checksum error... (2 Replies)
Discussion started by: ayman
2 Replies

9. Shell Programming and Scripting

Dumping mysql through ssh tunnel

Hello wise scripters This is my first post and I am glad to join this community. I am trying to make work a mysqldump via ssh tunnel in a shell script. The problem is that running this sequence of commands manually works fine, but when I put these in a bash script they give me the following... (8 Replies)
Discussion started by: Solidus
8 Replies
Mason::Component::ClassMeta(3pm)			User Contributed Perl Documentation			  Mason::Component::ClassMeta(3pm)

NAME
Mason::Component::ClassMeta - Meta-information about Mason component class SYNOPSIS
# In a component: My path is <% $.cmeta->path %> My source file is <% $.cmeta->source_file %> DESCRIPTION
Every Mason::Component class has an associated Mason::Component::ClassMeta object, containing meta-information such as the component's path and source file. It can be accessed with the cmeta method. class The component class that this meta object is associated with. dir_path The directory of the component path, relative to the component root - e.g. for a component '/foo/bar', the dir_path is '/foo'. is_top_level Whether the component is considered "top level", accessible directly from "$interp->run" or a web request. See "top_level_extensions" in Mason::Interp. name The component base name, e.g. 'bar' for component '/foo/bar'. object_file The object file produced from compiling the component. path The component path, relative to the component root - e.g. '/foo/bar'. source_file The component source file. SEE ALSO
Mason AUTHOR
Jonathan Swartz <swartz@pobox.com> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-05-02 Mason::Component::ClassMeta(3pm)
All times are GMT -4. The time now is 05:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy