Sponsored Content
Operating Systems AIX Organization in a big file system Post 100433 by Garry_Garrett on Monday 27th of February 2006 12:51:59 PM
Old 02-27-2006
If you cannot have your DBAs shutdown the database for the duration of your backup, perhaps they can put it into "hot backup mode"? This puts changes into separate files so that you can get a consistant backup of the 6 files oracle uses. You can't backup a "live" oracle database because if these 6 files aren't consistant, oracle won't touch them.

There is something about "PP size". I've yet to see this explained very well (I'm more of a Solaris guy). Essentially, you can only extend a filesystem so far. If you know you're going to expand a given filesystem, you can go in and mess with the numbers (when you build the filesystem) and make them big enough to expand things down the road (and what exactly this costs you; why you wouldn't just do this all the time, I don't have a clear understanding of either). If you just accept the defaults, then at some point, if you expand and expand and expand, you'll eventually reach a point where you can't expand anymore (something runs out of fingers and toes to count on). Whereas if you build a new filesystem from scratch, and you make it big, the defaults will bump up to some bigger numbers.

Sorry I don't have a better explaination; I don't understand it well myself. Perhaps someone who does understand all this can explain it better. I'm just thinking that perhaps this is what IBM is talking about.

Of course, you can call IBM back and ask them to explain it to you...

PS: It is my understand that a JFS2 filesystem doesn't have all this. I don't know when they added JFS2 or if that is an option for you.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to view a big file(143M big)

1 . Thanks everyone who read the post first. 2 . I have a log file which size is 143M , I can not use vi open it .I can not use xedit open it too. How to view it ? If I want to view 200-300 ,how can I implement it 3 . Thanks (3 Replies)
Discussion started by: chenhao_no1
3 Replies

2. UNIX for Dummies Questions & Answers

Theory question about the organization of a UNIX file...

Hi, I am quite sure that I am posting a question in the very wrong forum but I have to give a try. It's a question about UNIX theory. I don't have any clue of how to solve this question. If someone could kindly provide some good references or give me the formulas, it will be really... (1 Reply)
Discussion started by: ti_ma
1 Replies

3. UNIX for Dummies Questions & Answers

File organization, /bin and /src

The /src file is obviously designed to contain source code, so when I download programs, I should put them in /src (because they contain the source files + the executables)? What do most people do with the executables? Do they copy them to /bin, make links to them in /bin, or just leave them in... (4 Replies)
Discussion started by: css136
4 Replies

4. UNIX for Dummies Questions & Answers

How big is too big a config.log file?

I have a 5000 line config.log file with several "maybe" errors. Any reccomendations on finding solvable problems? (2 Replies)
Discussion started by: NeedLotsofHelp
2 Replies

5. Shell Programming and Scripting

Help with re-organization data

Input file DATA2.2 POSITION_152486.2 COLUMN689699.2 DATA2.2 ROW00000342066 UNIT00000342313 DATA7.2 POSITION_017891.4 COLUMN060361.4 DATA7.2 ROW00000379319 UNIT00000368623 DATA7.2 ROW00000421241 UNIT00000400736 DATA8.1 POSITION_153254.2 COLUMN694986.2 DATA8.1 ROW00000379288... (1 Reply)
Discussion started by: perl_beginner
1 Replies

6. UNIX for Dummies Questions & Answers

Recursive file organization?

Does anyone have any idea of how I can make something like the code below run recursively? I'll run it on a tree of directories all with different names and all containing a sequence of .dpx files. I've tried to do it using find and exec but can't get it to work right. What it needs to do is... (4 Replies)
Discussion started by: scribling
4 Replies

7. What is on Your Mind?

Big Data for System Admins

Hello, I have been working as Solaris/Linux Admin since past 8 years. I am looking options for my profile change, but there is some limitation. I worked as 24x7 support for admin, server support, high availability, etc. But been worked on developing side and scripting part. When I search for Big... (2 Replies)
Discussion started by: nightup2222
2 Replies

8. Solaris

Split a big file system to several files

Gents Actually I have question and i need your support. I have this NAS file system mounted as /coresys has size of 7 TB I need to Split this file system into several file systems as mount points I mean how to can I Split it professionally to different NAS mount points how to can I decide... (2 Replies)
Discussion started by: AbuAliiiiiiiiii
2 Replies
BACKUP_HELP(8)						       AFS Command Reference						    BACKUP_HELP(8)

NAME
       backup_help - Displays help for backup commands

SYNOPSIS
       backup help [-topic <help string>+] [-admin] [-help]

       backup h [-t <help string>+] [-a] [-h]

DESCRIPTION
       The backup help command displays the complete online help entry (short description and syntax statement) for each operation code specified
       by the -topic argument. If the -topic argument is omitted, the output includes the first line (name and short description) of the online
       help entry for every backup command.

       To list every backup command whose name or short description includes a specified keyword, use the backup apropos command.

OPTIONS
       -topic <help string>+
	   Indicates each command for which to display the complete online help entry. Omit the backup part of the command name, providing only
	   the operation code (for example, specify dump, not backup dump). If this argument is omitted, the output briefly describes every backup
	   command.

       -help
	   Prints the online help for this command. All other valid options are ignored.

OUTPUT
       The online help entry for each backup command consists of the following two or three lines:

       o   The first line names the command and briefly describes its function.

       o   The second line lists aliases for the command, if any.

       o   The final line, which begins with the string "Usage", lists the command's options in the prescribed order. Online help entries use the
	   same symbols (for example, brackets) as the reference pages in this document.

EXAMPLES
       The following example displays the online help entry for the backup dump command:

	  % backup help dump
	  backup dump: start dump
	  Usage: backup dump -volumeset <volume set name> -dump <dump level name>
	  [-portoffset <TC port offset>]  [-at <Date/time to start dump>+]
	  [-append]  [-n]  [-file <load file>]	[-help]

PRIVILEGE REQUIRED
       None

SEE ALSO
       backup(8), backup_apropos(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_HELP(8)
All times are GMT -4. The time now is 10:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy