Azure VM (linux centos 8) cannot mount disks

mmac 71 Reputation points
2024-11-14T20:18:17.8066667+00:00

Getting this message when trying to mount restore points. Turned off firewall, selinux - nothing seems to be using the port.

We are unable to communicate via the port 3260 on this machine since it is being used by ISCSI target server or any other application. Please unblock the port or use another machine where the port is open for communicatoin

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

Accepted answer
  1. Nikhil Duserla 7,935 Reputation points Microsoft External Staff Moderator
    2024-11-25T18:18:28.7566667+00:00

    Hi @mmac,

    Thank you for reaching out to us again and confirming that the issue has been resolved.

    As an original poster cannot accept their own answer, I am reposting it so that you can accept it an answer. Accepted answer will help other community members navigate to the appropriate solutions.

    Issue: We are unable to communicate via the port 3260 on this machine since it is being used by ISCSI target server or any other application. Please unblock the port or use another machine where the port is open for communication.

    Solution: Go into system delete all of the targetcli/iscsi entries i had made, save config.

    targetcli /iscsi delete targetname targetcli save

    targetcli ls

    located some of the old python scripts- ran them with the 'clean' option. rebooted. explicitly stopped and started the the service 'systemctl stop target.service' & 'systemctl start target.service'. Confirmed the deletion was still there 'targetcli ls'

    Ran a download script and it magically worked.

    Random guess - the server was holding on to an older recovery and the steps above cleared something.

    User's image

    0 comments No comments

6 additional answers

Sort by: Most helpful
  1. mmac 71 Reputation points
    2024-11-25T16:31:59.88+00:00

    Hello,

    I appreciate the prompt responses and the detailed explanations. None of it seems to help. I actually had to go into system delete all of the targetcli/iscsi entries i had made, save config.

    targetcli /iscsi delete targetname
    targetcli save

    targetcli ls

    located some of the old python scripts i had - ran them with the 'clean' option. rebooted. explicitly stopped and started the the service 'systemctl stop target.service' & 'systemctl start target.service'. Confirmed the deletion was still there 'targetcli ls'

    Ran a download script and it magically worked.

    Random guess - the server was holding on to an older recovery and the steps above cleared something.

    0 comments No comments

  2. mmac 71 Reputation points
    2024-11-25T16:47:02.4933333+00:00

    Hello,

    I appreciate the prompt responses and the detailed explanations. None of it seems to help. I actually had to go into system delete all of the targetcli/iscsi entries i had made, save config.

    targetcli /iscsi delete targetname targetcli save

    targetcli ls

    located some of the old python scripts i had - ran them with the 'clean' option. rebooted. explicitly stopped and started the the service 'systemctl stop target.service' & 'systemctl start target.service'. Confirmed the deletion was still there 'targetcli ls'

    Ran a download script and it magically worked.

    Random guess - the server was holding on to an older recovery and the steps above cleared

    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.