Reducing the OS load
System OS load is too high -- Need to reduce OS load
Symptoms:- System OS load is too highNeed to reduce OS load
Answers
The following can be utilized to reduce the OS's impact on other system functionality
In this step, the Cache values were reduced
<osbpbtch:ocsmgr> cd $OSMEMRESDIR
<osbpbtch:ocsmgr> vi OS.CacheValues
was 38 37 0
now 6 5 1
The 0 change to 1 was to instruct the system to not overwrite the new values.
In this step unused software was deleted from using system resources.
Set the 'TRUE' to 'FALSE' to prevent unused items from being loaded.
Uis.SystemVariable.installAllDisplayElements 'TRUE'
Uis.SystemVariable.installTCLBATCHDisplays 'TRUE'
Uis.SystemVariable.installTLLDisplays 'TRUE'
Uis.SystemVariable.installS100Displays 'TRUE'
Uis.SystemVariable.installS800Displays 'TRUE'
_______________________________________________________________________
<osbpbtch:ocsmgr> cd opt/advant/MOD-OS
<osbpbtch:ocsmgr> ls
CAhosts mod.x11start uiCustomer64Colors.dat
app-defaults uaf uiCustomerColors.dat
customerSystemVariables uiAdaption64Colors.dat uiStandard64Colors.dat
mod.Xdefaults uiAdaptionColors.dat uiStandardColors.dat
<osbpbtch:ocsmgr> vi customerSystemVariables
!#######################################################################
!###
!### Customer System Configuration File
!###
!### The values in this file can be overwritten to suit customer needs.
!###
!#######################################################################
!#
!#----------------------------------------------------------------------
!# Group Trend Variable Section
!# Effective after Environment Install
!#
Uis.SystemVariable.gptTraceWidth: 1
Uis.SystemVariable.gptBackgroundColor: 'A1'
Uis.SystemVariable.gptGridColor:i 'A10'
Uis.SystemVariable.gptTraceColor0: 'E4'
Uis.SystemVariable.gptTraceColor1: 'E5'
Uis.SystemVariable.gptTraceColor2: 'H2'
Uis.SystemVariable.gptTraceColor3: 'E7'
!#
!#----------------------------------------------------------------------
!# SL Control and Highlight Colors
!# Effective after Environment Install
Uis.SystemVariable.underControlColor: 'OFF'
Uis.SystemVariable.highlightColor: 'OFF'
!#
!#----------------------------------------------------------------------
!# Default Environment Selection
!# Effective after Operator Station Reboot
!#
Uis.SystemVariable.defaultEnvironment: 'none'
!#
!#----------------------------------------------------------------------
!# Display Options
!# Effective after Operator Station Reboot
!# The First, Third & forth were change to false
Uis.SystemVariable.installAllDisplayElements 'false' !# was TRUE
Uis.SystemVariable.installTCLBATCHDisplays 'TRUE'
Uis.SystemVariable.installTLLDisplays 'false' !# was TRUE
Uis.SystemVariable.installS100Displays 'false' !# was TRUE
Uis.SystemVariable.installS800Displays 'TRUE'
!#
!
Add new comment