Search Results

Search: Posts Made By: edgarvm
Forum: AIX 09-17-2012
12,494
Posted By edgarvm
How to start monitoring with truss before a process starts
Hi guys,

Is there some way to monitor a process but previously starting truss like this?

truss ls &
ls

Thanks in advance.
2,304
Posted By edgarvm
sed in windows does not parse curly braces
Hi everyone:

I'm stuck at this point, could you guys please give me some hints about what I am doing wrong in the following script, I'm using sed for windows:


sed ^"$ {^
a^
STRINGTABLE ...
6,316
Posted By edgarvm
environment variables in a sed script file
Hello Everyone

I need to create a script file which must append some lines to a target text file, I'm using sed for windows, the script file look like this:


{
a\
STRINGTABLE DISCARDABLE\...
1,864
Posted By edgarvm
the file you are using seems to be a DOS file,...
the file you are using seems to be a DOS file, try using dos2unix before proceed
1,395
Posted By edgarvm
sed -n '/^***--/p' yourfile
sed -n '/^***--/p' yourfile
7,183
Posted By edgarvm
why lsof does not show timestamps?
Hello everyone:

I want list all the outcoming connections for a process by using lsof, that process seems to be creating a lot of sequential connections and one of them takes more time than the...
Forum: AIX 09-01-2011
2,279
Posted By edgarvm
You're right, I'm going to edit my question. ...
You're right, I'm going to edit my question.
I'm using Visual Age C/C++ 10.0

---------- Post updated at 03:25 PM ---------- Previous update was at 12:59 PM ----------

Solved

By default...
Forum: AIX 09-01-2011
2,279
Posted By edgarvm
[Solved] AIX server is compiling executables to 32-bits by default, how to change it?
Hi everyone:

I have a server running AIX 6.1, I've upgraded the TL from 6100-0100 to 6100-04-02-1007, however since then all the executables I compile are 32-bit mode by default, how can I solve...
Forum: AIX 06-03-2011
3,039
Posted By edgarvm
aioo seems to be not installed
Hi everyone:

I've a server running AIX 6.1 which had initialy technology level =0, after an upgrade oslevel -s reports that it was increased to 6100-04-02, however after doing this the aioo...
Forum: AIX 05-24-2011
10,757
Posted By edgarvm
Ok i'm going to install the fixes
Ok i'm going to install the fixes
Forum: AIX 05-24-2011
10,757
Posted By edgarvm
according oslevel the version is 6100-00-01-0748,...
according oslevel the version is 6100-00-01-0748, how could I upgrade the AIX version?
Forum: AIX 05-24-2011
10,757
Posted By edgarvm
I'm trying to install oracle but the installer...
I'm trying to install oracle but the installer reports such patch is required
Forum: AIX 05-24-2011
10,757
Posted By edgarvm
OS Patches installed but they seem as not installed
Hello everyone:

I've installed an OS patch into AIX 6.1 by running the following command:

instfix -d /tmp/6100-02-03 -k "IZ41855"


however it seem not installed

instfix -i -k "IZ41855"...
Forum: AIX 05-23-2011
8,977
Posted By edgarvm
How to install a specific OS Patch
Hello everyone:


I want to install oracle in AIX 6.1, however the installer requires some patches (IZ41855, IZ51456 and IZ52319) I've downloaded the fixes but I don't know which specific filesets...
Forum: IP Networking 02-16-2011
12,106
Posted By edgarvm
Well, I have an idea, In your client machine...
Well, I have an idea, In your client machine perform a lot of request to your server machine (if you're testing apache you would try ab)

while your client application is making requests run this...
Forum: AIX 02-16-2011
2,605
Posted By edgarvm
Determine correct TL for an app
Hi everyone:

I've got this message When running an application in AIX


Dependent module /oracle/product/11.2.0/lib32/libskgxp11.so could not be loaded.
The module has an invalid magic...
Forum: Programming 11-10-2010
7,095
Posted By edgarvm
hi Corona688: Sadly the account which I'm...
hi Corona688:

Sadly the account which I'm trying to connect to doesn't have access for ssh, and probably sudo won't be available in other locations where the application is going to be installed....
2,017
Posted By edgarvm
if you have Notepad++ try using Edit->EOL...
if you have Notepad++ try using Edit->EOL Conversion->UNIX Format
6,555
Posted By edgarvm
Just add an entry into your crontab file For...
Just add an entry into your crontab file

For AIX you can locate the crontab in /var/spool/cron/crontabs, each file contains scheduled tasks for each user

best regards
14,623
Posted By edgarvm
could you post some part of your conf file?
could you post some part of your conf file?
Forum: Programming 11-10-2010
7,095
Posted By edgarvm
Create a pipe to /dev/tty
Hello everybody:
I have a child process which reads a password from /dev/tty, as far as I know file descriptors for the child process can be seen by using lsof, so I want to connect to such device...
Forum: Programming 11-09-2010
6,808
Posted By edgarvm
Hello DGPickett, Thanks for quick response ...
Hello DGPickett, Thanks for quick response

su does read from stdin, unfortunately seems stdin is flushed before su prompts for the password, so I must wait for two seconds before entering the...
Forum: Programming 11-09-2010
6,808
Posted By edgarvm
spawn a process with a different user
Hello Everyone:

I have the following code

int main()
{
system("/usr/OtherUser/bin/runX");
return 0;
}

runX must be executed with privileges from another user, how could I do that? I...
Forum: AIX 07-08-2010
24,611
Posted By edgarvm
module has an invalid magic number
Hello everybody:

I have a trouble running an application which connects to an Oracle server, I got this message:

Dependent module /opt/oracle/product/10.2/lib/libclntsh.so could not be loaded....
3,005
Posted By edgarvm
Linking issue under AIX
Hello everyone:
I've made a program for AIX, but it's unable to run, by running ld I got the following screen:


ld MyApp

ld: 0711-317 ERROR: Undefined symbol: getenv
ld: 0711-317 ERROR:...
Showing results 1 to 25 of 58

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