// AIX 5.2
// under smit user,
What is the ramification of changing Soft DATA segment to -1?
i.e.
from
Soft DATA segment [262144]
to
So...
Dear experts,
I would like to know as a regular unix user, how what commands can get the information of AIX 4.x and 5.x system
CPU clock speed (in MHz or GHz),
memory size (in MB or GB...
Could anyone kindly assist, I would need a unix command to list a count of the number of files in a directory.
ls - <which parameter> ???
I want to list the top processes using CPU and memory. The "top" command is not working on my AIX. You know I am not an admin. Thanks.
Jirong
Experts,
We have AIX 5.3 running on a standalone box with 4 GB RAM.
From past couple of weeks the physical memory has been shooting high, 100% many times and the system is paging highly.
T...
Hi All,
Our system is AIX 5.1.
1. I wrote a srcipt to tar only FOUR directories:
tar -cvf /dev/rmt0.1 / >> /logs/coldbackup
tar -cvf /dev/rmt0.1 /usr >> /logs/coldbackup
tar -cvf /...
Hi All,
Below is my script to remove carriage return to convert DOS to unix file format.
*************************************************************************
#!/usr/bin/ksh
if [ $...
Hi,
I am trying to install Samba on my AIX 5.3 box.
Although Samba comes pre-installed on most
of the other OSs this is not the case here
(unable to find smb.conf file)
Can anyone tel...
I am looking for an easy script that I can use to copy all of the files and folders in a directory on one server to a directory on another server. The script will be run on the destination and...
After much testing of an application which was consuming ungodly amounts of memory, we have determined that every time the product uses it's data cache, the cache is left in memory and never c...
Generally the ulimit settings for memory are set at 32 GB. (ulimit -a or cat /etc/security/limits will show).
If needed can these memory setting for all users be changed to infinity? O...
I've been given the task of creating an FTP script that will copy files (created by our ERP app) from one directory to an archive directory, send them to a remote FTP server and then delete th...
Hi,
I have installed AIX 5.2. But it is not having ssh. than how to install SSH on AIX 5.2.
I have gone throught this but i have not find any SSH pakages
http://unixarticles.com/artic...
I have one for all of you AIX guru's out there -
We have recently taken on a vendor who needs FTP-Put access to a directory on our UNIX server in order to send invoice confirmation files t...
In a RS6000 with AIX, I need to change the default gateway. I used smitty but after changing the value, the old IP comes allways unchanged. What am I doing wrong?
What is the best way to upgrade it to 5.2.8 and donwload/get all of these filesets?
What is the URL that I need to get them if all of them aer downloable from IBM?
# oslevel -rl 5200-08
F...
I've got a AIX 5.3 Server which has applications that generates out bound email. This server is not our email server. The problem is that I need to rewrite the from address. I have a local ...
Hi,
What does "The module has an invalid magic number" mean?
I get this error when I try to run my binary.
0509-036 Cannot load program testssl because
of the following errors:
...
I ran df and have one logical volume getting full.
I have to browse around the "usual suspects" to delete large temp files that may be part of the problem.
Is there a way to use the find c...
Hi All,
Iam running a script in AIX which calls ant utility. The script terminates by saying
ant: 0403-006 Execute permission denied
I extract a util directory from an ear file and set t...
Is it possible to stop and start crontab daemon?
If yes, how do you do that?
thx much
Hey,
There is an hba card that is plugged into an IBM p Series server. I need to find out the wwpn of the hba installed on that server. I want to verify it with what the switch indicates. A...
I have two separate AIX nodes and need to nfs mount two filesystems:
- STM1 node is the one that needs to pull the data from RTP1 node.
- RTP1 node has /backup2pdc and /backup2pdctmp files...
Does anybody know of a way to send multiple attachments within a single email (for AIX).
We currently use the following programs for sending emails:
* "sendmail": Will send an email, but w...
I've been asked to trace a process that we've been having problems with on our production Unix AIX server. I've never heard of the truss command until a few days ago. How do I trace a process ...