Starting
a
./sm_server --name=<server_name> --config=<config_directory> --port=0 --ignore-restore-errors --output
For RHEL/CentOS, to run the program in the background, use the daemon option.
Service Assurance Manager
Console
crashes when running commands on a Linux platform since the FIPS library
fails to load. SELinux prevents the shared libraries, libcryptocme2.so
and libccme_base.so from loading because of the existence of text
relocation in the library.The following workarounds
are available to avoid the SAM Console crash:
- Run the following commands to change the file context for the shared libraries, libcryptocme2.so and libccme_base.so totextrel_shlib_t:chcon -t textrel_shlib_t libcryptocme2.so chcon -t textrel_shlib_t libccme_base.so
- Set the parametersetenforceto 0 to run SELinux in permissive mode.
- Navigate to Edit/etc/selinux/configand set the parameterSELINUXtoDisabled.