Mes4Path(); Mes4Path1() - IBM Prerequisite Scanner User Manual

Table of Contents

Advertisement

String "FAIL|PASS"
String "OMB|Real-ExpectedMB"

mes4path()

Finds the free disk space for each mounted file system.
Purpose
This function takes a path as input, calls the uname command to determine the
operating system, then calls the NFScheck function to determine whether the
system is up and the mounts. It next calls the df command to determine the free
disk space for each mount on a system. It returns the value for the free disk space.
Syntax
mes4Path path
Input parameters
String $path
Return values
Integer 1
Integer 2
String $NF
String "$path Server NotAvailable Responding for $path"

mes4Path1()

Finds the free disk space for each mounted file system on a Solaris system only.
Purpose
This function takes a path as input, calls the uname command to determine the
operating system is Solaris. It next calls the df command to determine the free disk
space for each mount on the system. It returns the value for the free disk space.
Syntax
mes4Path1 path
Input parameters
String $path
138
Prerequisite Scanner: User's Guide
Returns the string "FAIL" if the actual value is less than the expected value
when neither value is in MB or GB; otherwise, it returns the string "PASS".
Returns the string "OMB" if the actual value is less than the expected value;
otherwise, it returns a string representation of the difference between the two
converted values in MBs.
Path to the system to check for free disk space.
Returns return code 1 if the function does not receive an input parameter.
Returns return code 2 if the input parameter is not a path.
Returns the free disk space for each mount.
Returns a message to state that the server for the path is unavailable.
Path to the system to check for free disk space.

Advertisement

Table of Contents
loading

Table of Contents