Search Results

Search: Posts Made By: zoom
Forum: AIX 03-09-2011
8,009
Posted By zoom
Thanks for your advices, guys. I don't have...
Thanks for your advices, guys.

I don't have direct access to Oracle DB and don't know what it's doing. DB is managed by our client.

At this moment system is not paging out, but there are some...
Forum: AIX 03-04-2011
8,009
Posted By zoom
zxmaus, thanks for your suggestions. how did...
zxmaus, thanks for your suggestions.

how did you calculate that system needs 20Gb?

i found in one IBM book, that memory needs are virtual + pers + clnt from svmon output.

so the deficit was...
Forum: AIX 03-03-2011
8,009
Posted By zoom
we have 80Gb of real memory. if i did not...
we have 80Gb of real memory. if i did not mention, we have Oracle DB on the system, and as i know usually it's hungry for computational memory.

i have saved vmstat output from 2 days ago, when...
Forum: AIX 03-02-2011
8,009
Posted By zoom
it's AIX 6.1 lru_file_repage is set to 0,...
it's AIX 6.1 lru_file_repage is set to 0, minperm% = 5, maxperm% =95. maxlcient% = 95

so it's instructed to page out only non-computational pages.

IBM suggested to increase minfree and maxfree...
Forum: AIX 03-01-2011
8,009
Posted By zoom
there are values of computational and...
there are values of computational and non-computational memory in svmon output, but it shows only what is in real memory, and not what is in paging space...
i'm more interested in the page out rate...
Forum: AIX 03-01-2011
8,009
Posted By zoom
type of pages being paged in/out
Hello people

i see that our system is paging and paging space usage grows, a the same time i see that usage of Comp memory grows and Client memory decreases.

# lsps -s
Total Paging Space ...
Forum: AIX 02-06-2008
24,252
Posted By zoom
yes, you can extend size of filesystem using chfs...
yes, you can extend size of filesystem using chfs command as it was described by bakunin

in the same way you can decrease size of filesystems, you just need replace + on -
but, only JFS2...
Forum: AIX 09-06-2007
44,464
Posted By zoom
ok, now the script is followng ...
ok, now the script is followng

#!/usr/local/bin/expect -d

set timeout -1
set password 123
spawn passwd exptest
expect "*password:*"
sleep 1
send "$password\r"
expect "*password again:*"...
Forum: AIX 09-04-2007
13,647
Posted By zoom
go here Thomson Prometric: IBM Certification...
go here Thomson Prometric: IBM Certification (http://prometric.com/IBM/default.htm) and register.
on prometric site you can schedule exam and find out the prices
Forum: AIX 09-04-2007
13,647
Posted By zoom
thanks :-) now i'm planning to get the 180...
thanks :-)

now i'm planning to get the 180 certificate...
Forum: AIX 09-04-2007
13,956
Posted By zoom
it is very easy task, if you will use expect tool...
it is very easy task, if you will use expect tool

read my topic here https://www.unix.com/aix/42467-problem-with-expect-eof.html

but i have problems with it, maybe it will work on your machine...
Forum: AIX 09-04-2007
20,039
Posted By zoom
if you need to delete alias, use this command ...
if you need to delete alias, use this command

ifconfig en0 192.168.1.3 netmask 255.255.255.0 delete
Forum: AIX 09-03-2007
13,647
Posted By zoom
i read redbook for exam 222 two times, 2 months...
i read redbook for exam 222 two times, 2 months of theory courses and 8 months of practice.... and finally i got it....
Forum: AIX 09-03-2007
44,464
Posted By zoom
i have 5.43 version of expect downloaded from...
i have 5.43 version of expect downloaded from here AIX PDSLIB Package: expect (http://aixpdslib.seas.ucla.edu/packages/expect.html)

i also have stty located under /usr/bin, and $PATH is OK. i...
Forum: AIX 08-31-2007
44,464
Posted By zoom
problem with expect eof
hi guys

i have such simple script, which i'm executing on AIX 5.3

#!/usr/local/bin/expect

spawn passwd exptest
set password 123
expect "*password:*"
send "$password\r"
expect "*password...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 12:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy