How to fix Error code: 0x3335

Alphy 0 Reputation points
2023-08-11T15:43:18.8866667+00:00

VM is locked. ran support & troubleshooting. found out is due to low available memory instances. However, doesnt give me an answer on how to unlock VM.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,014 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Dr. S. Gomathi 710 Reputation points MVP
    2023-08-12T07:30:09.6666667+00:00

    Hi Alphy,

    When a VM is locked due to low available memory, it's usually because the system is running out of memory resources to operate effectively. To potentially unlock the VM, here are a few steps you could try:

    1. Reboot the VM.
    2. Monitor resource usage to identify the cause.
    3. Optimize applications and processes for efficient memory usage.
    4. Consider resizing the VM to a higher memory configuration.
    5. Check Azure subscription limits for resource allocations.
    6. Review and optimize custom application code for memory efficiency.
    7. Ensure operating system and software are up to date.
    8. If the issue persists, contact support again with detailed information.

    Regards,

    Dr. Gomathi S

    1 person found this answer helpful.
    0 comments No comments

  2. Anupam Singh 0 Reputation points
    2025-01-09T07:04:57.9066667+00:00

    used to get this (3335 error ) often on a newly provisioned AWS ec2. turns out, it was due to RDP port being open to 0.0.0.0 ( anyIP) and there were a lot of attempted logons from ip addresses from netherland / china. All trying to login using administrator account, trying different passwords.

    When there is a lot of failed RDP login attempts, system locks the Administrator account and results in error 3335.
    Once i added IP filtering in my firewall ( security group) to my subnet only . it was all fine.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.