3 bsf service rpm – Artesyn ViewCheck on ATCA-7370 Installation and Use (April 2014) User Manual

Page 32

Advertising
background image

Installation of ViewCheck

ViewCheck on ATCA-7370 Installation and Use (6806800S48B)

32

#destination

destination diag_pipe { pipe(/opt/diagnostics/var/log/diagpipe);

};#filter

filter f_crit { level(err..crit); };#Log path

log { source(s_sys); filter(f_crit); destination(diag_pipe); };

4.3

BSF Service RPM

BSF service is distributed as 3 RPM packages namely eMIND, BSFCore and Diagnostics
Transport layer service. Following are the list of RPM:

ssf_main_rel-<BLADE>-<DIST>-<RELEASEBUILD>.<ARCH>.rpm

ssf_csim_rel-<BLADE>-<DIST>-<RELEASEBUILD>.<ARCH>.rpm

ssf_diagnosticsTLS_rel-<BLADE>-<DIST>-<RELEASEBUILD>.<ARCH>.rpm

You should install BSF RPMs in the following sequence:

1. ssf_main

2. ssf_csim

3. ssf_diagnosticsTLS

You can install the BSF using the following RPM commands:

rpm -iv --nodeps --force ssf_main_rel-<BLADE>-<DIST>-

<RELEASEBUILD>.<ARCH>.rpm

rpm -iv --nodeps --force ssf_csim_rel-<BLADE>-<DIST>-

<RELEASEBUILD>.<ARCH>.rpm

rpm -iv --nodeps --force ssf_diagnosticsTLS_rel-<BLADE>-<DIST>-

<RELEASEBUILD>.<ARCH>.rpm

So even if user modifies the syslog.conf, these entries should not be removed, else it would
impact the inService functionality of diagcore daemon.

Advertising