beautypg.com

Ssf configuration – Artesyn System Services Framework Installation and Use (November 2014) User Manual

Page 64

background image

SSF Configuration

System Services Framework Installation and Use (6806800S58E)

64

New Device Firmware Upgrade Support:

To add firmware upgrade support to any new device through SSF interface, user can add the
device details to the FUF.conf file and then restart the BCSIM TLServer.

To add firmware upgrade support to a new device:

1. Open the FUF.conf file

$vim /opt/ssf/etc/config/bcsim/FUF.conf

2. Add new device details at the end of the file, and save the changes to the file.

%DEVICE:
{
%DIRNAME:
%FILENAME:
%COMMAND:
%UPGRADE: fcu --upgrade -f
%VERIFY: fcu --verify -f

%QUERY: fcu --query -d

%MARK: fcu --mark -b -d

}

3. Restart the BCSIM TLServer on the blade.

$/opt/ssf/etc/config/S99SsfBcsimRun.sh restart

Note: Blank spaces and tabs at the end of the line should be removed.