Info Entry Point
The Mount info entry point executes the command:
bdf <mount_point>
The output displays Mount resource information:
Size Used Avail Use%
The following steps are necessary to initiate the info entry point by setting the InfoInterval timing to a value greater than 0. For example,
haconf -makerw
hatype -modify Mount InfoInterval 60
In this case, the info entry point will get executed every 60 seconds. The command to retrieve information about the Mount resource is:
hares -value mountres ResourceInfo
Output will include the following information:
Size 2097152
Used 139484
Available 1835332
Used% 8%
Sample Configuration
Mount campus-fs1 (
MountPoint= "/campus1"
BlockDevice = "/dev/vx/dsk/campus-dg1/campus-vol1"
FSType = "vxfs"
FsckOpt = "-n"
MountOpt = "rw"
)
For more configurations, see:
|