Search Results

Search: Posts Made By: amitlib
Forum: AIX 02-28-2016
7,254
Posted By amitlib
Shared-SMT-4 vs Dedicated-SMT-4 on capped LPAR
Hi,

I have a POWER8 server running in Processor Implementation Mode: POWER 7.
I have 2 LPAR's, both are capped with 4 cores.

One of them displays:
Shared-SMT-4

and the other:...
Forum: Solaris 09-03-2014
5,032
Posted By amitlib
We don't have that many shared libraries. I don't...
We don't have that many shared libraries. I don't expect the same values. But the sum of RSS from PS is 20GB and from prstat is 10GB. On other Solaris servers that have the same code the differance...
Forum: Solaris 09-03-2014
5,032
Posted By amitlib
RSS of prstat vs RSS of PS
Hi,

When I sum the RSS number in the ps command for a specific user and compare it with the RSS values of the prstat command of the same user - there is a big difference.

Server details:...
Forum: AIX 05-07-2013
7,521
Posted By amitlib
Output from Server with SP2
cmbld@atlanta [/home2/cmbld] $ oslevel -q -s | head -5
Known Service Packs
-------------------
6100-08-02-1316
6100-08-01-1245
6100-08-00-0000
6100-07-06-1241
6100-07-05-1228
Forum: AIX 05-06-2013
7,521
Posted By amitlib
Issue doesn't exist after installing SP2
I checked the command on another server that has AIX 6.1.8.15 installed.
The issue doesn't exist there.

The output that you asked for:

brclqa8@dallas:/home2/brclqa8 > oslevel -q -s | head -5...
Forum: AIX 05-06-2013
7,521
Posted By amitlib
On the server where I have the issues: ...
On the server where I have the issues:

Fileset Actual Level Maintenance Level
-----------------------------------------------------------------------------...
Forum: AIX 05-05-2013
7,521
Posted By amitlib
PS command - TIME column is 00:00:00
Hi,
I am running the following command:


ps -efk -o "user pid ppid pcpu pmem stime time vsz rssize args"


But TIME column is always 00:00:00 . The AIX Actual version is 6.1.8.0
When I run...
3,247
Posted By amitlib
find and replace with variable -sed
Hi,

I have a ksh script where I am trying to mask the password in the log files.

$loc - is my directory
$PGUIDE_DB_USER_PSW - is a variable that holds the password I am looking for


...
Forum: Solaris 12-06-2012
8,950
Posted By amitlib
Physical and Free mem on TOP command
Hi,

When I run the free command on solaris, I get the following:
"Memory: 60G phys mem, 69G free mem"

Q: how cna the free mem be higher then the physical mem?:confused:



Amit
1,196
Posted By amitlib
set oracle variable in function
Hi,

I have a function that is suposed to generate a AWR report:



#-----------------------#
gen_awr()
#-----------------------#
{
sqlplus -s admin/admin@OCEAN11<<ENDOFSQL
define...
3,254
Posted By amitlib
KSH- perform a function if user selects option from menu
Hi,

I have a script that copies a file from one directory to another and compiles it.
What I have now is a menu that calls functions and each function compiles the file.
I want to have a...
2,992
Posted By amitlib
Code: while : do echo 'Please...
Code:

while :
do
echo 'Please Wait'

sleep 5
clear
done
2,992
Posted By amitlib
Script to display a dialog box every 5 seconds
I want to create a script that displays a dialog box every interval of time and exits that loop when a user presses ENTER

Any idies?
944
Posted By amitlib
I found the answer: #!/bin/ksh #set -xv ...
I found the answer:
#!/bin/ksh
#set -xv
db_connection="CTEMEA_BM04/payplus1@LOADTST"

db_con()
{
sqlplus -s $db_connection <<EOFSQL
set pagesize 0
set head off
set feedback off
${1}...
944
Posted By amitlib
SQL that I am running
This is the script that I am running right now:
#!/bin/bash

sqlplus CTEMEA_BM04/payplus1@LOADTST << EOFSQL
SELECT *
FROM (select mif.mid from mif order by mif.mid desc)
...
944
Posted By amitlib
Connect to DB and return a value in custom form
Hi,

I want to run a script in unix, where I connect to a db and run an sql, but display the result in a custom way.
lets say my query return '500', I want the person who is running the script to...
Showing results 1 to 16 of 16

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