Availability Group Listener Port

  • Hi,

    So I have Availability groups configured as well as the Availability Group Listener, what I would like to know if anyone has had any experience with it is if I want to change the port that the listener is listening on, do I need to reboot the server or is it dynamic across the board ?

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • after a port change i would restart the listener using

    ALTER AVAILABILITY GROUP group_name RESTART LISTENER β€˜dns_name’

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Thank you for the reply !!

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • Please excuse my newbie question....

    ALTER AVAILABILITY GROUP N'Microsoft SQL Server (CLIENT-AGL-SOSS)' RESTART LISTENER 'RHSPSQLOC00-001'

    Msg 102, Level 15, State 1, Line 1

    Incorrect syntax near 'Microsoft SQL Server (CLIENT-AGL-SOSS)'.

    How would I reference the group name then ???

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • Resolved..

    ALTER AVAILABILITY GROUP [Microsoft SQL Server (CLIENT-AGL-SOSS)] needed [ ]

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • πŸ˜‰

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply