Sponsored Content
Full Discussion: vmtune vmo ioo for oracle
Operating Systems AIX vmtune vmo ioo for oracle Post 302290200 by shockneck on Sunday 22nd of February 2009 12:00:40 PM
Old 02-22-2009
Just add the -p option to the command. So command
# vmo -p -o minfree=480 -o maxfree=512 -o minperm%=10 -o maxperm%=30
will both set the vmm options and make them permanent at the same time.

However, chances are that the old values from the old AIX and the old haredware are inapropriate for your new system. Because:
  • minfree/maxfree changed from a per system setting to a per cpu setting and probably is way too low anyway.
  • maxperm% must go with maxclient%
  • lru_file repage is available with current 5.3 TL and depending on your application your minperm%/maxperm% values might be not optimal
  • maxpageahead may be wrong if you changed from jfs to jfs2. In this case j2_maxPageReadAhead=32 is what you want.
to name just four things that come to mind without digging too much into the details.
 

2 More Discussions You Might Find Interesting

1. AIX

vmo parameters for good performance !

Guy's I'm looking for vmo parameters on AIX 6.1 to be for data base and application servers to enhance the performance Is there any one has tested good vmo tuning and and felt a good performance on his server Pls advice and provide.. :rolleyes: (1 Reply)
Discussion started by: Mr.AIX
1 Replies

2. UNIX and Linux Applications

Identify a specific environment Oracle variable to connect a remote Oracle database ?

Good evening I nned your help pls, In an unix server i want to connect to a remote oracle databse server by sqlplus. I tried to find out the user/passwd and service name by env variable and all Ive got is this: ORACLE_SID_REPCOL=SCL_REPCOL ORACLE_SID=xmeta ORACLE_SID_TOL=SCL_PROTOLCOL... (2 Replies)
Discussion started by: alexcol
2 Replies
br(1)							      General Commands Manual							     br(1)

NAME
br - utility to interact with Firecracker device SYNOPSIS
br [options] [housecode[list]] [native command] ... DESCRIPTION
This manual page documents briefly the br command. br is a program that interacts with X10's Firecracker device allowing the user to manipulate X10 devices throughout their house/office. OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. -h, --help Show summary of options. -v, --verbose Each -v will increase the verbosity. -x, --port=PORT Set port to communicate with (should be the port the Firecracker module is plugged into) -c, --house=[A-P] Use alternate house code for operations, default is A -n, --on=LIST Turn on all devices in LIST -f, --off=LIST Turn off all devices in LIST -N, --ON Turn on all devices in housecode -F, --OFF Turn off all devices in housecode -d, --dim=LEVEL[,LIST] Dim devices in housecode [or LIST] to relative LEVEL -B, --lamps_on Turn on all lamps in housecode -D, --lamps_off Turn off all lamps in housecode -r, --repeat=NUM Repeat commands NUM times (0 = ~forever) AUTHOR
This manual page was written by Ashley Clark <aclark@debian.org>, for the Debian GNU/Linux system (but may be used by others). Ashley Clark br(1)
All times are GMT -4. The time now is 10:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy