Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

aixmibd.log

Status
Not open for further replies.

u26709

MIS
Joined
Oct 25, 2004
Messages
2
Location
US
The file aixmibd.log is growing very fast in our AIX 5.2 machine. Would anyone show me how to delete the file safely? Thansk
 
stopsrc -s aixmibd
cp /dev/null /var/tmp/aixmibd.log
startsrc -s aixmibd

but you might also want to look at what is being written to the file first...

HTH,

p5wizard
 
I disable most of the services that are turned on by default on my servers. You might want to think about disabling aixmibd. If you choose to, you will find the startup entries in /etc/rc.tcpip.


Jim Hirschauer
 
Thank you so much for all your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top