Sysads Gazette

Linux tutorials, howtos and step by step guides

Error: Cannot use file for clustered server

Recently I was trying to restore 100 databases into a newly provisioned shared clustered disks and ran into this error message using Commvault: [code language=”SQL”] ERROR CODE: Query Result [Cannot use file ‘G:\Data\database1.mdf’ for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it.

Creating a WordPress Child Theme

/* Theme Name: Swift-Basic Child ThemeTheme URI: http://example.com/swift-theme-child/Description: Swift Basic Child ThemeAuthor: Author URI: http://example.comTemplate: swift-basic Version: 1.0.0 */ @import url(“../swift-basic/style.css”); /* =Theme customization starts here ————————————————————– */ Note: The following lines needs to match and its case sensitive: – Template: The name must be exact name of the parent theme folder – @import url: the path must be exact same name as parent theme folder – Its also worth checking the parent theme folder and confirm the name of the css style is same as you have above

Installing the Amazon EMR Command Line Interface for Windows

I was working on a simple project on how to manage my Amazon EC2 and S3 buckets from my local machine and decided to document how to achieve this using the Amazon EMR CLI for Windows. There are several tools and options how there that you can also use to manage your Amazon EC2 and S3 buckets, for instance Windows PowerShell. For the purpose of this post, I will focus mainly on Amazon EMR CLI.