User Profile
tonnybabs
Copper Contributor
Joined Aug 20, 2019
User Widgets
Recent Discussions
SQL CLUSTER ON MSA 1050
Hello Everyone, I need your support on the below configuration. I have a guest operating system installed on Esxi 6.5 (node1) and node 2 on a separate Esxi 6.5. Also, on the same ESXi, I have MSA 1050 connected to the physical servers where the VM windows server 2016 were installed. I want to install a SQL failover cluster on the guest operating system. And I want to make sure that the SQL failover cluster is configured using the HP MSA 1050 storage directly. Nodes 1 would be installed Esxi 1 Nodes 2 would be installed on Esxi 2 How can I do this? Regards, Samuel790Views0likes0CommentsPowershell
Hello everyone, I have been trying to create a PowerShell script to zip some files that are eating up my disk space, but the script keeps giving an error. If someone could help me to check this script I would quite appreciate this. Function Zip { Param ( [string]$zipFile , [string[]]$toBeZipped ) $CurDir = Get-Location Set-Location "C:\Program Files\7-zip\" .\7z.exe A -tzip $zipFile $toBeZipped Set-Location $CurDir } $Now = Get-Date $Days = "1" $TargetFolder = "C:\Program Files\PPContoso\ContoDev\Logs\*.*" $LastWrite = $Now.AddDays(-1) $Files = Get-Childitem $TargetFolder -Recurse | Where {$_.LastWriteTime -le "$LastWrite"} $Files Zip C:\Program Files\PPContoso\ContoDev\Logs\*.log $Files #If(Test-Path C:\Program Files\PPContoso\ContoDev\Logs\Logs.zip) #{ # Remove-Item $files #} But the above keeps giving error.612Views0likes0CommentsIncrease user's logon name in windows 10
Hello Team, can anybody help me on how to increase the maximum length of the user's login name in windows 10? The issue is that I was trying to create a local user account that contains 22 characters in windows 10, but it was refused by the windows. is there any way to remove this restriction or to workaround this? Thanks1.9KViews0likes0CommentsSQL SERVER IPs
Hello Team, I have SQL and windows failover cluster configured, my manager now asked me to change both the IP and the mask address. The IP is quite easy to change but the network mask address is quite hard to change. I would like to know step by step to do this for both my windows failover and the SQL failover cluster. Thanks598Views0likes0CommentsHigh Availability configuration in windows server 2016
Hello Team, I have been having an issue configuring HA in windows server 2016. I have the two servers configured The SQL Express is installed on both servers as a requirement But there was no success in configuring this. If anyone could help me on how to set up high availability "HA" in windows server 2016. Regards11KViews0likes5CommentsFailover Cluster
Hello all, after finishing configuring a 2 nodes failover cluster, the disks are not comming up. The disk is a SAN storage this which was added to the Esxi 6.5 additional storage. see the error below: No disks suitable for cluster disks were found. For diagnostic information about disks available to the cluster, use the Validate a Configuration Wizard to run Storage tests. I will be greatful if someone could help with this. thanks953Views0likes1CommentCluster Configuration
Hello everyone, I need someone to help me with the below: I have an HP MSA storage connected and configured with RAID 10, the disk is now visible on the ESXI 6.5. But I am having an issue to create and include it on a failover cluster. I will quite appreciate it,if someone could help me with an information on how to add an additional storage to the failover cluster. Also, a step by step to install and configure cluster on windows server 2016.Although, the OS was installed on ESXI 6.5. Thanks991Views0likes1CommentLicence key
Hello everyone, I have 3 windows servers installed on one ESXi Host. Can I use one licence key to activate the licence for the three servers on the same host? The OS version is windows server 2016 standard edition. I already called Microsoft for the enquiry, but there was no concrete answer for this. I will quite appreciate if anyone can help with this question1.2KViews0likes1Comment
Recent Blog Articles
No content to show