|
1. What is a device in terms of OpStor?
2. Can I configure the port in which OpStor server starts?
3. If port 80 (or the user specified port) is used by other application. Will the OpStor server start?
4. I have a supported device in my environment. It is not showing up in client. What is the problem?
5. How does OpStor collect data?
6. How is data stored in OpStor?
7. Does OpStor server listen for SNMP Traps?
8. Does OpStor have the capability of forwarding the SNMP Traps to a specific host?
|
Note : For more FAQ's, please refer to our website, www.opstor.com |
2. Can I configure the port in which OpStor server starts?
Yes. During installation, OpStor prompts the user to specify a port in which the server must start. By default it shows 80. If you want to change the port, you can specify a different port number and proceed with the installation.
If you want to change the port after installation, please follow the procedure given below :
ChangeWebServerPort.bat <port number> (In Windows)
sh ChangeWebServerPort.sh <port number> (In Linux)
Example : ChangeWebServerPort.bat 9070
sh ChangeWebServerPort.bat 9070
3. If port 80 (or the port that I specified) is used by other application, will the OpStor server start?
No, when ever the specified port is used by other application, OpStor server fails with the following message :
OpStor as a Standalone Application :
"Failed to establish connection with web server, Gracefully shutting down Web NMS
Trying to Shutdown OpStor Server"
OpStor as a Service :
A message box appears.. "Could not start the ManageEngine OpStor service on Local Computer.
Error 1068: The dependency service or group failed to start."
In this case you need to either free the corresponding port or configure OpStor server to start in another port.(For the procedure refer FAQ 1)
4. I have a supported device in my environment. It is not showing up in client. What is the problem?
OpStor is by default configured to discover supported devices on their default port and community. SNMP enabled devices, default port is 161 and the community is 'public'. Check if your device SNMP agent runs on different port or the community string is other than 'public'. Re-configure device discovery via Admin UI.
5. How does OpStor collect data?
OpStor uses different Management Interfaces like SMI-S Provider, SNMP MIB and CLI for monitoring the devices and for collecting the data.
6. How is data stored in OpStor?
Data is stored in PostgreSQL database that is installed as part of OpStor Server.
7. Does OpStor server listen for SNMP Traps?
Yes. OpStor server receives SNMP Traps on Port 162. Ensure that OpStor is configured as manager for your device SNMP agents. Refer Prerequisites For Device Discovery under 'Discovering Storage Devices' section for more information.
Yes. OpStor does have the capability of forwarding the SNMP traps to a specific host. This is configurable.
Steps for configuring :
|