Release Notes

ID Issue Description Workaround/Solution
15275 Windows OST plug-in install fails on a DC. Installing the OST plug-in
on a DC fails.
The code now supports this
option.
15067 Handle the ‘.’ as part of the NETBIOS name. Domain join to the AD
domain controller is ok
but access to DR4000
share fails. Handle/allow
'.' in NETBIOS name.
Access from windows
client using test.com
\administrator.
smb.conf:
workgroup =
TEST.COM realm =
ad.test.com
administrator@sws
ys-84 >
authenticate --
show Domain:
ad.test.com Login
group: test.com
\domain users
administrator@sws
ys-84 >
Corrected the code path to
allow '.' for domain login
groups.
14959 System did not come to operational state after
upgrade due hardware monitor failing to start.
Intermittently after an
upgrade the unit does not
come into an operational
state and remained in
maintenance mode.
Added code to check the
status of the SNMPD before
starting the hardware
monitor which resolves this
issue.
14957 Support bundles can be large. We need to
support options to gather more specific info in
these special situations.
Add following new
options for diagnostics
collection.
--logs — Collect
only logs and system
configuration.
—cores —Collect
only cores
--auto_diags
<#> — Collect only
specified number of
previous auto
diagnostics.
--tcp_dump
Collect tcp dump
report.
The auto_diags option
is hidden since this is a
very special use case.
diagnostics --help
collect Usage:
diagnostics --
collect [--name
<name>]
[--reason
<reason>]
[--force] [--dset]
[--logs] [--cores]
[--tcp_dump] [--
all]
33