Searching: firmware - 177 Results Found

VESS A2000 Series After updating the firmware on a Vess R2000 series system, VMWare will not see the datastore.
Ken Chou posted this 09 September 2015

After updating the firmware on a Vess R2000 series system, VMWare will not see the datastore.

ESXi will report the error - Host does not support ATS or ATS initialization has failed

When ESXi creates a VMfs filesystem with storage that supports VAAI, ATS file locking will be used. If VAAI support is removed from the storage, ATS file locking no longer works. This means that ESXi will see the LUN, but not the datastore. 

In this case, the pre-update Vess firmware supported VAAI. It is enabled by default and it cannot be disabled. The latest Vess firmware has a softswitch for VAAI support and VAAI can be enabled or disabled but VAAI support is disabled by default. 

The solution is to re-enable VAAI support.

In the Vess R2000 series, VAAI can be enabled from WebPAM PROe.

Open WebPAM PROe and go to Device -> Controller -> Settings and click the check-box enable VAAI support


After enabling VAAI support the Vess R2000 series must be rebooted to take effect. The ESXi server will also need to be rebooted as it does not expect VAAI suppport status of a storage subsystem to change.


The reason why VAAIsupport can be disabled is because VAAI is a VMware specific hardware extension, it is not needed in any other environment. It is only needed with VMware and VMfs v5+. ESXi will also work without VAAI. If a datastore is created with VAAI disabled, ATS file locking will not be used and the datastore will be visible whether VAAI is enabled or disabled. But if a datastore is created with VAAI enabled, ESXi will only be able to see the datastore if VAAI is enabled.

VTrak A-Class What forms of BindDN can be used when binding the A-class to Active Directory?
Ken Chou posted this 13 August 2015

I’m receiving an Error in the VTrak A-Class GUI under Status“LDAP Connection Failure” on my NAS G1100. What’s going on?


First make sure you are running the latest firmware andsoftware for both the VTrak A-Class and NAS G1100. We recommend SR3 A-Classfirmware and client or later. Also make sure the NAS Gateway has SR1 firmware orgreater.

 

Please note: In our example our Windows LDAP server does nothave DNS set. Likely your LDAP will be configured. In the example below weused the IP of the LDAP server since no DNS was configured on our LDAP server.

 

Example:

 


 

Example settings:

 

Response TimeOut: 10 sec

LDAD Server <IP Address>

LDAP Port 389

Server Type: Windows Active Directory

DNS: 10.0.0.76

Base DN: dc=aclass,dc=test,dc=com

Anonymous bind: unchecked

Bind DN: aclass\administrator

Bind Password: (password)

UID Attribute: cn

Object Class: user

Group ID Attribute: cn

Object Class of Group

Email notification for Event: unchecked

Full Name Attribute: displayName

Email Address Attribute: n/a

Privilege Settings: “Using Default Privilege

 

 

There threeforms of BindDN that can be used when binding the A-Class to Active Directory:

 

1.  <DomainName>\<Username>

Example: example.com\Administrator

2. <Username>@<DomainName>

Example: Administrator@example.com

3. CN=<Username>,CN=users,DC=<Domain_name>

Example: CN=Administrator,CN=users,DC=example,DC=com

 



Close