Fail Over clustering

  • Getting the following error "Adminstrative Shares must be enabled inorder to let setup access remote nodes" when configuring SQL SERVER 2005 Fail over clustering

  • Hi,

    The sqlstp.log should tell you exactly which share it is looking for on the remote node (to place the setup files). Can't remember off the top of my head if it is looking for \\machinename\admin$ or \\machinename\c$ but check if you can access the shares on Node2 from Node1:

    Start/Run

    \\machinename\admin$

    (c$ or d$).

    You can manage your shares in Administrative Tools/Computer Management/Shares.

    /Elisabeth

    elisabeth@sqlserverland.com
    MCITP | MCT
    http://sqlblog.com/blogs/elisabeth_redei/
    http://linkedin.com/in/elisabethredei

  • Administrative shares are the ones set up for disks and have the name of the drive letter and a $ sign. So for example c$ is an admin share on the c: drive. These can be disabled by adminstrators - do you know if they have been disabled on the nodes of your cluster?

Viewing 3 posts - 1 through 2 (of 2 total)

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