Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
Question
What's the meaning of a Yellow colored Drive icon in the GUI? And what if the icon is striped?
Answer
A yellow icon means the drive has been disabled automatically after a defined number of unknown errors. The number is configurable through the following global parameter:
# SmDeviceErrorThreshold=MaxNumberOfUnknownErrors # default: 5 # SmDeviceErrorThreshold >0 is used by session managers to # define the upper limit of unknown device errors. The device # will be disabled when number of unknown device errors reaches # specified value. All other values will disable functionality.
Obviously, event logs should be verified to understand what the root cause has been.
The easiest way to re-enable the device is by disabling and enabling the device from the GUI or CLI (omnimm). Another way is to use omnidownload, edit the device specification and remove the "ERROR_COUNT" line and upload (modify) the specification again with the omniupload command.
The striped icon will apear when the device has been disabled manually (GUI or CLI). In that case the device specification (received with omnidownload) would show a "-disbable" identifier.
You may be interested to some of my other Support Tips too: Support Tips listed per category.