Viewing 15 posts - 2,581 through 2,595 (of 9,241 total)
what happens if you try connecting with
computername, portnumber
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 18, 2014 at 2:16 pm
did you ensure to install to a subfolder under each mount point?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 18, 2014 at 7:31 am
see the section on quorum at this link[/url]
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 18, 2014 at 5:06 am
what is it you are trying to achieve?
Are you trying to setup a clustered instance of sql server or an alwayson availability group?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 18, 2014 at 5:04 am
try this[/b[/url] for starters, it references sql 2008 but the priniciples are the same to configure the iSCSI LUNs
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 18, 2014 at 5:03 am
sej2008 (12/18/2014)
Hi all I would like to know whether you can configureHAGAlwayson without wfc shared storage???
what quorum type setting is needed???
To configure a Windows Server Failover Cluster using a disk...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 18, 2014 at 5:00 am
you've setup a heartbeat network which you don't actually require, but where is your iSCSI NIC to segregate the iSCSI network traffic?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 17, 2014 at 5:55 am
could you confirm the Operating System version on the 2 cluster nodes?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 17, 2014 at 5:51 am
snomadj (12/15/2014)
Log is quite big due to not correctly mirroring for a few days.
My plan is:
a) break mirror.
b) backup log - to...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 17, 2014 at 5:49 am
i seem to remember this was an issue in 2008.
The quick fix is to stop the sql server services on the mirror and remove the database files (or rename...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 17, 2014 at 4:23 am
you didnt use the "Remove secondary database" option then?
Haver you tried this on the secondary where the database was deleted from?
ALTER DATABASE thedb SET HADR OFF
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 17, 2014 at 4:20 am
attaching new LUns to a Windows server 2008 on will automatically offline the disks as part of the Diskpart offline policy. This is mainly to avoid the situation where more...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 17, 2014 at 4:14 am
jayoub (12/12/2014)
I get the following error when i try to add a database or make a backup or attach...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 15, 2014 at 9:43 am
Can you post the results of the following, replace "yourdb" with the name of the principal database names that have the issue
SELECTDB_NAME(database_id)
, mirroring_safety_level_desc
, mirroring_witness_state_desc
FROM [sys].[database_mirroring]
WHERE database_id IN (DB_ID('yourdb'),DB_ID('yourdb'),DB_ID('yourdb'))
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 15, 2014 at 9:24 am
snomadj (12/15/2014)
Thanks. I don't fully understand what restarting the end points does. Could it affect any of my other correctly mirroring live DBS?
So you have multiple Principal servers?
Are all the...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
December 15, 2014 at 5:59 am
Viewing 15 posts - 2,581 through 2,595 (of 9,241 total)