Initializes a logical volume for use as a Journaled File System (JFS) or Enhanced Journaled File System (JFS2) log.
logform [ -V vfstype ] LogName
The logform command initializes a logical volume for use as a JFS or JFS2 log device. The logform command destroys all log records on existing log devices, which may result in file system data loss.
The Logname parameter specifies the absolute path to the logical volume to be initialized (for example, /dev/jfslog1).
mklv -t jfslog -y jfslog1 newvg 1
This command creates a jfslog logical volume named jfslog1 in the volume group newvg. The size of the logical volume is 1 logical partition.
logform /dev/jfslog1
The jfslog1 logical volume is now ready to be used as a JFS log device.
/etc/filesystems | Lists the known file systems and defines their characteristics, including the log device. |
The crfs command, mkfs command, mklv command.
The File System in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices explains file system types, management, structure, and maintenance.
The Mounting Overview in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices explains mounting files and directories, mount points, and automatic mounts.
The Understanding Journaled File System Size Limitations in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices