
Solarflare
Server
Adapter
User
Guide
Solarflare
Adapters
on
FreeBSD
Issue
20
©
Solarflare
Communications
2017
296
6.7
FreeBSD
Utilities
Package
The
Solarflare
FreeBSD
Utilities
package
is
supplied
as
a
source
package
or
a
64
bit
binary
package,
and
is
available
from
https://support.solarflare.com/
.
It
contains
the
following
utilities:
By
default,
sfboot
and
sfupdate
are
installed
to
/usr/local/sbin
,
and
sfreport
is
installed
to
/usr/local/bin
.
Building
and
installing
the
source
package
To
build
and
install
the
source
package:
1
Unpack
the
source
package:
tar
‐
xf
<source
package
name>
2
Go
to
its
directory:
cd
<source
package
dir>
3
Build
and
install
a
binary
package
from
the
source:
make
install
Alternatively,
to
build
and
install
in
separate
steps:
a)
Build
a
binary
package
from
the
source:
make
package
b)
Install
the
resulting
binary
package:
pkg
install
./work/pkg/sfutils
‐
<version>.txz
Installing
the
64
bit
binary
package
1
Install
the
binary
package:
pkg
install
<path
to
package
file>
Table
69:
Utilities
Package
Utility
File
Description
sfupdate
A
command
line
utility
that
contains
an
adapter
firmware
version
which
can
update
Solarflare
adapter
firmware.
sfboot
A
command
line
utility
for
configuring
Solarflare
adapter
Boot
ROM
options,
including
PXE
and
UEFI
booting.
sfreport
A
command
line
utility
that
generates
a
diagnostic
log
file
providing
diagnostic
data
about
the
server
and
Solarflare
adapters.