Khalid
it looks like your client test2 cannot mount via nfs
/export/images from the nimmaster
log on as root on test2 and issue
mount nimmaster:/export/images
likely as not it will not mount
either the filesystem was not exported on the nimmaster OR
the client cannnot do reverse name look-up...
on AIX
leave /usr alone ALL commands and libraries are in it!!
Usually an application written for UNIX will spool to /tmp or /var but not /usr so it should not increase even if it is almost full unless you install some software.
Here some help from mt notes on AIX
#!/usr/bin/ksh
#script to...
AIXdream.
What tools is telling you "High cpu usage on server AIX 5.2". Is this real time output or a report from previous day?
If this is real time then I would use tprof since its does a trace of the system for high cpu users
syntax? first cd to an empty dir and then run
#tprof -x sleep 30...
Sylvain
what returns from oslevel -r on the nim client?
what oslevel is the spot? lsnim -l <name of your spot>
The spot should be the same or greater than your client
if it is not then you can install fixes into the spot to make it so.
questions?
The application would have to use the new 64 bit calls in order to actually use the 64-services offered by the 64-bit kernel -- so if you want the applicaation to take advantage of the new kerenl then a re-write of the application, recompile are necessary.
Is it necessary to recompile just...
go to this URL http://www14.software.ibm.com/webapp/set2/srchBroker/views/srchBroker.jsp
in the "search AIX Operating systems" search windo enter the program coring and the stack so for yours
init strcpy execmd respawn spawn main
If IBM has written an APAR to fix it then you will find the APAR...
bootinfo -T will tell you the architecture so chrp, rspc,or rs6ksmp System MUSt be chrp to install AIX 5.2 or higher
prtconf |more will tell you the model type unless its a really old microchannel model
you need to install the device drivers for this new HBA adapter. If IBM sold you this adapter then call AIX support and ask kindly where you can down load the drivers.
the fileset devices.pci.77101223.rte might be on your AIX 5.3 installation CD's but often IBM comes out with new adapters after...
you want to call IBM's AIX support in your local and have them do the dump analysis. They are trained and have a database with more relevant items than goggle has. Also, if this crash is not one that has happened before then they can have you ftp it to them and a developer will look at it and...
ok, I would add a couple commands to the above.
the df and du commands tell you how space in an already created filesystem you have left.
Well, what about the space I have left on the disk that is not allocated to a filesystem.
first, list your logical volumes:
#lsvg
next check for free physical...
I have a problem on a private ethernet where my F50 cannot ping its
gateway.
I hagotten out the service manual for the F50 and mapped ent0 (en0)'s
location code to its physical slot to be sure that I was using the
adapter that was cabled up. I re-installed AIX 5.1.
then did a smit mktcpip...
ok first be sure the frame and slot numbers are accurate for the node your are talking about
I'd do spmon -d |more and be sure that you did not powwer down the wrong node but id the CWS is telling you that it is powered up then do
spmon -p off 11 27
and tell the CWS to power it off. Did you...
Smitty,
I would be afraid to let a script determine what a runaway process is but I do have a script to kill a process by name
#Script which will kill all processes with a given name
#
clear
echo "\n\n"
echo "Please, enter the name of the process you want to kill. \c";
read PROC_NAME
#
PID=`ps...
/dev is a subdirectory of /. if a archiving command is being run to /dev/rmto instead of /dev/rmt0 <-zero then a large file in /dev called rmto is create so / fills up
I can not find a nice English chart likethat German one
but this doc gives same info
ftp://ftp.software.ibm.com/common/ssi/rep_sp/n/PSB01628USEN/PSB01628USEN.PDF
You could set-up auditing, you could look through root's crontab, you could change root password and set up sudo for those FEW individuals that need a command or 2 to run as root (then make them tell you what commands so that you can config sudo and the person who says rm you can ask what...
ok, you want to give someone who you cannot TRUST with root on the NIM server the ability to install AIX on other servers, mess with the ODM on the NIM server and add and remove filesystems to the /etc/exports (that is what allocate and deallocate does)?
NIM requires root access but you could...
Your company lets people login as root over the network?
Many companies have set root so that remote login is not possible and users must either us sudo OR su to root, that way a log is kept of who is using root and what commands they are running.
in /etc/security/user find the root: stanza and...
The applications is using all cpu time executing its own code that's what the us column means in vmstat. Since you are not paging nor do you have I/O wait, your hands as a system admin are tied. Either the DBA can manage the workload better or seek assistance from Oracle support why their code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.