Tags: filesystem
Jun
15
A frequent source of grief for the UNIX administrator is the management of shared disk space. Users all too often consume all available disk space, thus precipitating errors for everyone using that filesystem. Unfriendly users can disrupt other users' w… more »
May
25
The following steps reduce the size of the /var or /tmp file system in all supported releases of AIX Versions 4 and 5. If either file system on your machine is 8192KB in size or smaller, you probably should not reduce it. The default size of the /var fi… more »
May
25
Mount filesystem with acl option
$ mount -o remount,acl /oracle
$ mount
/dev/mapper/VG0-LV1 on / type ext3 (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on /proc/bus/usb type u… more »
Sep
24
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first.
(The system used for this example is running Red Hat Enterprise L… more »
Jul
10
Prerequisites to configuration
create a directory for the root of your non-global zone, mkdir /export/zones/dzone1.
chown root:root /export/zones/dzone1; chmod 700 /export/zones/dzone1
create a 1G partition for the non-global zone root file… more »
Recent comments