• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Archives for October 2015

Solaris 11 : Setting user and group quota for ZFS datasets

by admin

As a part of new features in Solaris 11, you can set a limit on the amount of space consumed by a specific group. The command to set quota on specific group is : # zfs set groupquota@[group]=[size] [dataset] Note : The groupquota value only applies to the owning group of a file as reflected […]

Filed Under: Solaris, Solaris 11

CentOS / RHEL : How to identify/match LUN presented from SAN with underlying OS disk

by admin

The post mentions few ways to exactly identify/match the LUN presented from SAN with underlying OS disk. Method 1 Execute command below command to obtain Vendor, Model and Port, Channel, SCSI-ID, LUN # cat /proc/scsi/scsi Host: scsi2 Channel: 00 Id: 00 Lun: 29 Vendor: EMC Model: SYMMETRIX Rev: 5874 Type: Direct-Access ANSI SCSI revision: 05 […]

Filed Under: Linux

Replacing a Failed Mirror Disk in a Software RAID Array (mdadm)

by admin

The post describes the steps to replace a mirror disk in a software RAID array. In this example, we have used /dev/sda1 as the known good partition, and /dev/sdb1 as the suspect or failing partition. Before proceeding, it is recommended to backup the original disk. Before removing raid disks, please make sure you run the […]

Filed Under: Linux

CentOS / RHEL 5 : How to Configure kdump

by admin

Kdump is an advanced crash dumping mechanism. When enabled, the system is booted from the context of another kernel. This second kernel reserves a small amount of memory, and its only purpose is to capture the core dump image in case the system crashes. Since being able to analyze the core dump helps significantly to […]

Filed Under: Linux

« Previous Page

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright