Installation Manual
46 Installing FSE software
FSE server
External FSE client
Checking the status of a running FSE implementation
After you have started the FSE daemons (services) on all machines that are part of the FSE implementation,
you can verify that the Firebird SuperServer and the omniNames daemon are running on the consolidated
system or the FSE server, and that the FSE daemons (services) are running on all FSE hosts.
FSE systems require the Firebird SuperServer (FirebirdSS) to be running on the consolidated FSE system
or the FSE server in order to manage the Resource Management Database (RMDB). Firebird SuperServer is
started automatically at the end of the Firebird's RPM package installation.
omniNames is the CORBA Naming Service daemon that allows FSE daemons (services) to communicate
with each other. It must be running on the system that hosts the FSE server, that is, on the consolidated FSE
system or the FSE server system.
Checking Firebird SuperServer
Checking Firebird SuperServer on SUSE Linux Enterprise Server
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.
# fse --restart
Stopping FSE Management Interface: [ OK ]
Stopping FSE Resource Manager: [ OK ]
Stopping FSE Service: [ OK ]
Starting FSE Service: [ OK ]
Starting FSE Resource Manager: [ OK ]
Starting FSE Management Interface: [ OK ]
# fse --restart
Unmounting HSM File Systems: [ OK ]
Stopping HSM FS Event Manager: [ OK ]
Unloading HSMFS Filter module: [ OK ]
Stopping FSE Service: [ OK ]
Starting FSE Service: [ OK ]
Loading HSMFS Filter module: [ OK ]
Starting HSM FS Event Manager: [ OK ]
Mounting HSM File Systems: [ OK ]
# /etc/init.d/firebird status
Checking for Firebird: running
Checking for Firebird: unused
# /etc/init.d/firebird start
Starting Firebird [ OK ]