Administrative Tasks

Parameter

Default

 

Definition

 

 

 

FS_LOG_MASK

ui

The log mask used for priority 0-7 messages that are

 

 

directed to the syslog. The FS_LOG_MASK

 

 

parameter allows the “setlogmask” function to be

 

 

called with modifiable values. These options can be

 

 

used for the FS_LOG_MASK parameter, either

 

 

individually or with a’u’ appended to it.

 

 

e = LOG_EMERG

 

 

a = LOG_ALERT

 

 

c = LOG_CRIT

 

 

r = LOG_ERR

 

 

w = LOG_WARNING

 

 

n = LOG_NOTICE

 

 

i = LOG_INFO

 

 

d = LOG_DEBUG

 

 

u = LOG_UPTO()

 

 

Example:

 

 

FS_LOG_MASK=e; implies

 

 

setlogmask(LOG_MASK(LOG_EMERG));

 

 

FS_LOG_MASK=ur; implies

 

 

setlogmask(LOG_UPTO(LOG_ERR));

 

 

 

 

Edit System

Configurable system parameters are modified by editing the

Parameters

FileServ system parameters $FS_HOME/fs_sysparm file.

 

Step 1.

Edit the fs_sysparm file using a text editor and

 

 

replace the existing value with a valid new value.

All entries must be in the format: name=value; with no blank spaces around the equal (=) sign and each value terminated with a semicolon (;).

1-46

System Tasks

600716 Rev A

Page 62
Image 62
ADIC FileServ Version 4.0 600716 Rev A manual Edit System, Configurable system parameters are modified by editing