I've been searching the internet for a tool which converts from .XML back to .EVTX I was given .XML output from the EventViewer and I wish to convert it back.
I've seen two posts about this tool. It this tool available to the general public? If not how could I evaluate this tool (with intent to purchase if it works)?
Thanks
-Brian
... View more
Hi, I am trying to use Ansible with Yaml to set quota rules with type 'tree'. But, I seem unable to set the default quota_target value to "". Any help on how to get this done would be appreciated. Here is my Ansible code snippet: - name: run ontap na_ontap_quotas
netapp.ontap.na_ontap_quotas:
state: "{{ item.state | default('present') }}"
vserver: "{{ item.vserver }}"
volume: "{{ item.volume }}"
quota_target: "{{ item.quota_target | default('""') }}"
type: "{{ item.type | default('tree') }}"
disk_limit: "{{ item.disk_limit | default('200GB') }}"
threshold: "{{ item.threshold | default('180GB') }}"
soft_file_limit: "{{ item.soft_file_limit | default('160GB') }}"
policy: "{{ item.policy | default(omit) }}"
set_quota_status: "{{ item.set_quota_status | default('on') }}"
<<: *login
with_items: "{{ qtrees }}" I tried several combinations of double quotes and single quotes and escaping them and each time getting either a linter error or a syntax error (because I seem unable to pass in "" as a literal value for the target). Thanks!
... View more
secd.netlogon.noServers: None of the Netlogon servers configured for Vserver
This was an easy fix, scouring the web for answers made it more difficult.
Scenario- Transition from 2012 Active Directory to 2019 Active Directory.
Run this command #vserver cifs security show -vserver servername
Vserver: image1
Kerberos Clock Skew: - minutes Kerberos Ticket Age: - hours Kerberos Renewal Age: - days Kerberos KDC Timeout: - seconds Is Signing Required: - Is Password Complexity Required: - Use start_tls for AD LDAP connection: false Is AES Encryption Enabled: false LM Compatibility Level: lm-ntlm-ntlmv2-krb Is SMB Encryption Required: - Client Session Security: none SMB1 Enabled for DC Connections: system-default SMB2 Enabled for DC Connections: system-default
If you see system-default for the SMB1 and SMB2 settings SMB2 is disabled
This is why your Netapps will not communicate with Active Directory.
Run this command****
vserver cifs security modify -vserver servername -smb1-enabled-for-dc-connections false -smb2-enabled-for-dc-connections true
Output should show
Vserver: image1
Kerberos Clock Skew: - minutes Kerberos Ticket Age: - hours Kerberos Renewal Age: - days Kerberos KDC Timeout: - seconds Is Signing Required: - Is Password Complexity Required: - Use start_tls for AD LDAP connection: false Is AES Encryption Enabled: false LM Compatibility Level: lm-ntlm-ntlmv2-krb Is SMB Encryption Required: - Client Session Security: none SMB1 Enabled for DC Connections: false SMB2 Enabled for DC Connections: true
... View more
I'm using XCP FSA and have a Windows SMB agent installed on a Windows 2019 server so that I can trawl my FC-Mode CIFS shares. How can I configure the credentials it uses to trawl the Filer Shares? Is it simply the case that I need to run the xcp.exe in listen mode under that account?
... View more
Hi Experts,
Could you help to explain what 'S3_SMIRROR_PERP' stands for?
Customer have some QA about this license:
1. What is it used for?
2. Is it a ONTAP select license?
3. Is it paid?
Thanks.
... View more