Installation Manual

HP StorageWorks File System Extender Software installation guide for Linux 47
Checking Firebird SuperServer on Red Hat Enterprise Linux
You can check if the FirebirdSS process is running with the command below. This example also
displays its output with FirebirdSS running.
If the reported line is:
you need to start Firebird manually using the following command. This command also displays its output
when FirebirdSS is successfully started:
If this does not resolve the problem, consult Firebird SuperServer documentation for alternative
troubleshooting steps.
Checking the omniNames daemon
You can check the status of the omniNames daemon with the omninames --status command. If you
followed the steps in section ”Modifying the PATH environment variable on page 39, the omninames
location should be in the command search path. Enter the following:
The command should generate an output similar to the following example:
If the reported line is:
you need to start omniNames manually using the following command. This command also displays its
output when the omniNames daemon is successfully started:
Checking FSE Processes
The status of FSE daemons can be monitored using the fse command. Apart from checking the status, this
command is also used for starting and stopping the FSE daemons. Starting and stopping actions are only
allowed to be executed by an FSE administrator, but all users can do a status check.
You can check the status of locally running FSE daemons by running the fse command with the
--status option:
The output of this command depends on the type of FSE implementation.
The next section contains outputs of the fse --status command when it is run on a particular
component of the FSE implementation. You should check the status of the FSE daemons and verify that the
output you get corresponds to the appropriate example.
Checking FSE daemons is the last step of the basic installation process. However, it is strongly
recommended that you also perform the post-installation steps described in the next section.
For a description of configuration procedures, see the FSE user guide.
# /etc/init.d/firebird status
ibserver (pid 2260) is running...
ibserver is stopped
# /etc/init.d/firebird start
Starting ibserver: [ OK ]
# omninames --status
omniNames ( pid 842 ) is running...
omniNames is stopped
# omninames --start
Starting omniORB Naming Service: [ OK ]
# fse --status