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

The Geek Diary

CONCEPTS | BASICS | HOWTO

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

Archives for October 2013

VxVM tutorials : Volume resize with vxassist and vxresize

By admin

VxVM Tutorials Installing VxvM in VMware virtual machine Creating Basic volume and file system Volume layouts and layered volumes Comparing layered and non-layered Volumes Root disk Encapsulation and Mirroring Replacing a failed disk under VxVM It is very common now a days to increase the size of mount point or the volume being used in the production without any downtime. Veritas volume manager provides this facility with vxassist and vxresize commands. … [Read more...] about VxVM tutorials : Volume resize with vxassist and vxresize

Filed Under: VxVM Tagged With: solaris, VxVM

VxVM tutorials : Root disk Encapsulation and Mirroring

By admin

VxVM Tutorials Installing VxvM in VMware virtual machine Creating Basic volume and file system Volume layouts and layered volumes Comparing layered and non-layered Volumes Volume resize with vxassist and vxresize Replacing a failed disk under VxVM One of the best feature of VxVM or any volume manager for that matter is redundancy of data. Root disk is one of the most important disk as it contains the complete OS. So it is very important to mirror the root … [Read more...] about VxVM tutorials : Root disk Encapsulation and Mirroring

Filed Under: VxVM Tagged With: solaris, VxVM

VxVM tutorials : Comparing layered and non-layered volumes

By admin

VxVM Tutorials Installing VxvM in VMware virtual machine Creating Basic volume and file system Volume layouts and layered volumes Root disk Encapsulation and Mirroring Volume resize with vxassist and vxresize Replacing a failed disk under VxVM You must have thought that, when we can create a simple RAID 1+0 or RAID 0+1 volume, why we go for layered volumes with complicated structure and sub volumes?! The answer is simple. The main reason behind using … [Read more...] about VxVM tutorials : Comparing layered and non-layered volumes

Filed Under: VxVM Tagged With: solaris, VxVM

VxVM tutorials : Volume layouts and layered volumes

By admin

VxVM Tutorials Installing VxvM in VMware virtual machine Creating Basic volume and file system Comparing layered and non-layered Volumes Root disk Encapsulation and Mirroring Volume resize with vxassist and vxresize Replacing a failed disk under VxVM Let us now see different volume layouts that can be created in veritas volume manager. Before diving deep into the RAID levels first create a Disk group with 4 disks. To do this we have to initialize 4 disks … [Read more...] about VxVM tutorials : Volume layouts and layered volumes

Filed Under: VxVM Tagged With: solaris, VxVM

VxVM Tutorials : Creating Volume and file system

By admin

VxVM Tutorials Installing VxvM in VMware virtual machine Volume layouts and layered volumes Comparing layered and non-layered Volumes Root disk Encapsulation and Mirroring Volume resize with vxassist and vxresize Replacing a failed disk under VxVM VxVM allows a system administrator to configure various volume layouts for the volume thus allowing high redundancy and high performance. Let us see how we can create a basic volume and a file system with … [Read more...] about VxVM Tutorials : Creating Volume and file system

Filed Under: VxVM Tagged With: solaris, VxVM

VxVM Tutorials : Installing VxVM in a VMware Workstation virtual machine

By admin

VxVM Tutorials Creating Basic volume and file system Volume layouts and layered volumes Comparing layered and non-layered Volumes Root disk Encapsulation and Mirroring Volume resize with vxassist and vxresize Replacing a failed disk under VxVM For this and all the future tutorials I will be using a test box created in VMware workstation. Let us see how you can install VxVM in a solaris 10 virtual machine. To start with prepare a solaris 10 virtual machine … [Read more...] about VxVM Tutorials : Installing VxVM in a VMware Workstation virtual machine

Filed Under: VxVM Tagged With: Solaris, VxVM

How to create an I/O domain

By admin

An I/O domain has a direct access to the underlying hardware devices. It is used generally in a case where you want performance improvements avoiding the overheads to access the hardware indirectly through control domain. You can create I/O domain is 2 ways: 1. Using the entire PCIe BUS 2. Using a PCIe end point device Creating I/O domains using PCIe buses Now as shown in ther digram we can assign a complete PCI bus(pci_1) to the I/O domain assuming there are no disk or network devices on … [Read more...] about How to create an I/O domain

Filed Under: LDOMs Tagged With: IO domain, LDOMs, solaris

How to save LDOM configuration and restore from xml file

By admin

It is necessary to save LDOM configuration to rebuild it in future in case of a hardware failure on the physical server. Now every LDOM has constraints defined which can be saved as xml file. This file will contain all the resource allocation to a LDOM. Saving LDOM configuration To save constraints of a single domain : # ldm list-constraints -x ldom_name > ldom_name.xml To save constraints of all the domains : # ldm list-constraints -x > all_ldoms.xml Restoring LDOM configuration There … [Read more...] about How to save LDOM configuration and restore from xml file

Filed Under: LDOMs Tagged With: LDOMs, Oracle VM for SPARC, SP config

How to reset LDOM configuration to factory default

By admin

The factory-default configuration is the configuration when you first time install the Oracle VM Server for SPARC software on to a fresh Solaris OS. To set the physical server to factory-default configuration : 1. Remove all the guest LDOMs 2. Remove all the saved LDOM configurations 3. Restore the factory default configuration a. from command line b. from service processor Stop all the ldoms, unbind and delete them First step is to stop all the domains, unbind them and remove … [Read more...] about How to reset LDOM configuration to factory default

Filed Under: LDOMs Tagged With: factory-default configuration, LDOMs, Oracle VM for SPARC, solaris

ZFS Tutorials : Creating ZFS snapshot and clones

By admin

ZFS snapshots zfs snapshot is a read-only copy of zfs file system or volume. They consume no extra space in the zfs pool and can be created instantly. They can be used to save a state of file system at particular point of time and can later be rolled back to exactly same state. You can also extract some of the files from the snapshot if required and not doing a complete roll back. Let us take a look at the steps involved in creating a snapshot of zfs file system. Creating and destroying … [Read more...] about ZFS Tutorials : Creating ZFS snapshot and clones

Filed Under: ZFS Tagged With: solaris, zfs

Next Page »

Primary Sidebar

Recent Posts

  • How to disable ICMP redirects on CentOS/RHEL
  • What are Oracle Key Vault Roles
  • What Is Oracle Key Vault
  • Auditing with Oracle Database Vault Reports
  • Archives
  • Contact Us
  • Copyright

© 2021 · The Geek Diary