Current Issue


Table of contents

CD-ROM

Sys Admin and The Perl Journal CD-ROM version 12.0

Version 12.0 delivers every issue of Sys Admin from 1992 through 2006 and every
issue of The Perl Journal from 1996-2002 in one convenient CD-ROM!

Order now!

Sys Admin Magazine > Archives > 2001 > June 2001 AIX Administration Supplement

Page art Questions and Answers

Jim McKinstry and Amy Rich

Q: I have an AIX machine where /var keeps filling up, and I need to make it bigger. How do I increase the size of my /var filesystem, and where does the space come from?

A: The space comes from the free physical partitions in the volume group in which your partition (the one you want to increase) resides. A volume group consists of physical volumes that are made up of physical partitions. The logical volumes (e.g., /var,/usr, /) then consist of the physical partitions. Your/var logical volume is probably in rootvg, so you can do an

lsvg -p rootvg
to see the physical volumes in the volume group rootvg. If you have the free physical partitions in rootvg, you can do the following to increase /var to be 100 Mb by doing the following
chfs -a size='102400' /var
For more information on the Logical Volume Manager, you may want to take a look at IBM's Redbooks (search for LVM) http://www.redbooks.ibm.com/pubs/html/redbooks/

Q: I've heard of some people creating ramdisks under AIX, but I can't find out how from the documentation.

A: Ramdisks are a new feature in 4.3.3, and are still unsupported. Prior to that, the best you could hope for was to modify the RAM disk buffer. As of 4.3.3, you can create a ramdisk by doing the following

mkramdisk <size>
/dev/rramdiskxx
mkfs -V jfs /dev/ramdiskxx
mount -V jfs -o nointegrity /dev/ramdiskxx /your_mount_point
Q: Where can I pick up precompiled freeware packages for AIX 4.3?

A: IBM has a number of GNU tools precompiled at the following site:




MarketPlace

Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.

Six Sigma Certification
100% Online-Six Sigma Certificate from Villanova - Find Out More Now.

Learn Embedded Linux, $349
Hands-on kit teaches fundamentals of embedded Linux development on real target hardware. ARM9 SBC.

Workflow Enabled Help Desk & IT Service Management
Automate service desk activities and integrate processes across IT. Learn more here.

Wanna see your ad here?