Installation Manual

HP StorageWorks File System Extender Software installation guide for Linux 43
The following is an example excerpt from the local /etc/hosts file that matches the above
services.cfg and omniORB.cfg files:
NOTE: SUSE Linux Enterprise Server 9 (SLES 9) systems only: Do not run YaST2 after you have configured
this FSE host to use a private network for the FSE interprocess communication. Running YaST2 modifies
/etc/hosts in such a way that subsequent FSE system startups will fail.
Alternatively, you can modify /etc/sysconfig/suseconfig by changing the line
CHECK_ETC_HOSTS="yes" to CHECK_ETC_HOSTS="no". You can then run YaST2 without affecting
the FSE system operation, but you cannot modify host names with it.
Starting the FSE implementation
After installing the required FSE packages and performing the environment preparation tasks, you need to
start the FSE daemons manually for the first time. Note that the installation process modifies the startup
scripts so that the FSE processes are started automatically after each restart of the system.
The startup procedure depends on the particular FSE implementation configuration:
Starting the FSE processes in a consolidated FSE implementation, page 43
Starting FSE processes in a distributed or mixed FSE implementation, page 44
Starting the FSE processes in a consolidated FSE implementation
In a consolidated FSE implementation that consists only of an FSE server and FSE client on the same
system, proceed as follows:
1. Start the CORBA Naming Service daemon and the FSE processes by entering:
endPoint = giop:tcp:fseclient.fsenet:
# The order of network interfaces to use for accepting connections:
# Only localhost and private network. Others are denied.
clientTransportRule = localhost tcp
clientTransportRule = 192.168.240.0/255.255.255.0 tcp
clientTransportRule = * none
# The order of network interfaces to use for opening new server connections:
# Only localhost and private network. Others are denied.
serverTransportRule = localhost tcp
serverTransportRule = 192.168.240.0/255.255.255.0 tcp
serverTransportRule = * none
123.45.67.89 fse-server1.company.com fse-server1
192.168.240.1 fseserver.fsenet fseserver
123.45.67.90 fse-client1.company.com fse-client1
192.168.240.2 fseclient.fsenet fseclient
# fse --start