• 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 March 2014

Solaris Volume Manager (SVM) : Growing RAID 5 metadevices online

by admin

Solaris Volume Manager (SVM) : Growing mirrored metadevices online Solaris Volume Manager (SVM) : Growing concat metadevice In the example below, we have a 3 column RAID5 metadevice d10 [ size – 1GB ] with 3 disks – c5t23d0s1, c5t24d0s1, c5t25d0s1. The high level steps to grow the RAID 5 metadevice d10 are : 1. […]

Filed Under: SVM

Solaris Volume Manager (SVM) : Growing mirrored metadevices online

by admin

Solaris Volume Manager (SVM) : Growing RAID 5 metadevices online Solaris Volume Manager (SVM) : Growing concat metadevice The example shown below uses metadevice d3, which is a 33Gb mirror with a mounted file system. The high level steps to grow the mirrored metadevice d3 includes : 1. Attaching 2 more sub-mirrors (bigger ones – […]

Filed Under: SVM

Troubleshooting Oracle Solaris Zones (containers) installation issues

by admin

Below are some troubleshooting tips when the command # zoneadm -z install fails to install the non-global zone. Verify the configuration before install Make sure the configuration of the zone is correct using the verify sub-command. global # zonecfg -z zone01 zonecfg:zone01> verify zonecfg:zone01> —- No error should be reported here. Verify proper privileges Check […]

Filed Under: Zones

The ultimate Solaris zones (containers) interview questions

by admin

Basics Whats the difference between a whole root zone and a sparse root zone ? Whole root zone – Gets its own writable copy of all file systems. Thus installation takes longer time than the sparse root zone. – Also called as big zone. – Bigger disk footprint, thus consumes more disk space – To […]

Filed Under: Interview Questions, Zones

The ultimate Solaris networking interview questions

by admin

Basics What are the files required for a persistent IP address configuration ? To be able to have a persistent IP address configuration across reboots, make sure you edited the mentioned file below : /etc/hostname.[interface] — Add IP address/hostname for interface /etc/netmasks — add netmasks for the networks being used to configure IP address /etc/hosts […]

Filed Under: Interview Questions, Solaris

The ultimate Veritas Cluster Server (VCS) interview questions

by admin

Basics What are the different service group types ? Service groups can be one of the 3 type : 1. Failover – Service group runs on one system at a time. 2. Parallel – Service group runs on multiple systems simultaneously. 3. Hybrid – Used in replicated data clusters (disaster recovery setups). SG behaves as […]

Filed Under: Interview Questions, VCS

How to find Number of Physical/Logical CPUs, cores and memory in Solaris

by admin

Sometimes it becomes a bit tricky to gather CPU and memory information, especially with t-series hardware with LDOMs installed on it. The article takes an example of T5240 server to gather hardware information like physical/logical CPUs and memory. T5240 that I use, have the following specs : CPU type Physical CPUs Virtual/logical CPUs (threads) Memory […]

Filed Under: Solaris

How to dynamically replace CPU/memory board (dynamic reconfiguration) on SunFire s6800/e12K/e15K/e25K

by admin

Whats a dynamic reconfiguration? On s6800/e12K/e15K/e25K systems we may dynamically reconfigure CPU/memory boards, I/O boards and PCI on I/O boards with dynamic reconfiguration. The process is on-line and there is no interruption in the OS during this reconfiguration. This is useful when you want to replace a faulty system board on the system or configuring […]

Filed Under: Hardware, Solaris

How to enable/disable SELinux Modes in RHEL/CentOS

by admin

SELinux modes SELinux gives that extra layer of security to the resources in the system. It provides the MAC (mandatory access control) as contrary to the DAC (Discretionary access control). Before we dive into setting the SELinux modes, let us see what are the different SELinux modes of operation and how do they work. SELinux […]

Filed Under: Linux

How to identify the HBA cards/ports and WWN in Solaris

by admin

A system administrator must know some of the basic concepts of storage systems. In this post I will try to explain some of the concepts and useful commands related to identifying HBA cards, WWN numbers and fiber channel paths. Before we start with the commands let us get acquainted with some of the storage related […]

Filed Under: Solaris

Next Page »

Primary Sidebar

Recent Posts

  • ncat Command Examples in Linux
  • ncat: command not found
  • nautilus Command Examples in Linux
  • namei: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright