• Learning Map
  • Unix Quiz Center
  • Unix Professional Network
  • Just-Unix-No-Noise FB Group

unixadminschool.com

  • Home
  • Announcements
    • Feed
    • MISC
  • Beginners zone
    • Beginners Lessons
    • Career Guidance
  • Experts Zone
    • Cloud Computing
    • Configuration Solutions
    • Migrations
    • Network Design
    • Scripting
    • Server Security
    • SUN CLUSTERS
    • SUN LDOMS
    • Tools & Applications
    • Veritas Cluster Services ( VCS ) Learning
  • Intermediate Zone
    • Linux Learning
      • Linux Booting
      • Linux Disk Management
      • Linux LVM
      • Linux Networking
      • Linux Performance
      • Linux Troubleshooting
      • Linux YUM/RPM
      • Performance Analysis
      • Redhat Linux Kernel
      • RHEL 6
        • RHEL LDAP
        • Rhel6 Storage
      • Web Servers
    • Solaris Admin
      • Blog for Unix Admin
        • Storage Administration – SAN
      • Oracle Hardware
      • Reference Docs
      • Solaris 10 Zones & LDOMs
      • Solaris 11
      • Solaris Access Control
      • Solaris Best Practices
      • Solaris Booting
      • Solaris Disk Management
      • Solaris DNS
      • Solaris How-to
      • Solaris Installation
      • Solaris Kernel
      • Solaris Networking
      • Solaris NFS
      • Solaris NIS
      • Solaris Packages & Patching
      • Solaris Performance
      • Solaris Tips
      • Solaris Troubleshooting
      • Solaris User Authentication
      • solaris X86
      • Solaris ZFS and Boot Environment
      • Storage Configurations
      • SUN Hardware
      • Troubleshooting Flow charts
    • Veritas Admin
      • Veritas Netbackup
      • VxVM Learning
      • VxVM Troubleshooting
  • QUIZ Center
  • Vlabs

Subscribe

Automation in System Administraton – are you a middle level unix admin? it is for you.

Ramdev
20 Comments

What is Automation?

Automation is nothing but performing system administration tasks without manual interventions, and complete the operations using specific tools/programs/scripts.

Example: Writing a script to backup the data from one server and run it using cron scheduler on every night.

Why the Automation is important for System Administrators?

My experience says ” if you ask a system admin to delete a single file from a set of 100 servers by login into each server one by one, he will be having 90% chances to make at least one human mistake during his task. And the mistake is not because of the person’s technical incompetence but it is because of natural human behavior called fatigue”.  The Sysadmins are more prone to this fatigue when they are involved in such manual repeated work during their routine job. Read Full

Solaris Troubleshooting : How DNS Name Resolution works

Ramdev
% Comments

In this post, I’m just trying to travel with the server to know how it resolves a hostname using the DNS name resolution. Read Full

Tagged with: [ Solaris DNS, solaris learning, solaris training, Solaris Troubleshooting ]

Know about Disksets

Michael
4 Comments

Before going to the basic understanding of the disksets let us first know the necessity for disksets in solaris there are many prime reasons people prefer for going into disksets

  1. Availability
  2. Redundancy
  3. Efficiency

Availability: Disksets are more reliable under sun cluster environment but not limited to HA they are even highly available out of the HA concept as well (Fail over Configuration)

Redundancy: Always a first and foremost term when it comes to disk management .this can be achieved via disksets with RAID being built over the disks from the disksets

Efficiency:  This can be spoken in two terms  on the aspect of system administration ,with help of disksets we can efficiently organize the metadevices under diskgroups   ,reuse the same metadevices on the different host(metaimport) , same diskset could be reused on another node via metaimport ,provided if the disk are externally connected (storage).This sometimes happens in cases like if the RAIDs are needed to be maintained and used on a diifernt system in other words if we want to use the same LUNS on other system . So far, I have not tried but will be doing this very soon, we will share the same as soon as possible  on gurkulindia

Requirement:

If availability comes as a first choice as a sys admin then the prime requirement for an disksets to be created under solaris volume manager is this ,The disk used should be visible on two hosts with the same device number and the shared disk should always use the same device driver by this is not applicable when the disksets are not multiowned by the hosts Read Full

VXVM : Booting from an alternate boot disk

Ramdev
Comment

Below procedure explains you about ‘ booting from an alternate boot disk’

Read Full

Tagged with: [ boot error, boot from alternate disk, disk failure, torubleshooting, VxVM Learning ]

Pre-Planning/Pre-work required for Storage Migrations in Unix.

Yogesh.Raheja
% Comments

In this post I will try to make a base which is used in Storage Migrations in Unix. I will be taking this post as a base and will post the storage migrations posts with reference to this one. Here I will be considering Solaris OS and EMC Storage (DMX). We will see how to move older storage DMX to newer EMC storage VMAX.

 

Before proceeding with the Storage Migrations from Storage side we have to make our OS at best acceptable level so that new storage will be completely compatible with the OS levels. Below are the steps which we have to follow in order to find our OS specifications w.r.t new storage.

  Read Full

Solaris DNS : chroot the BIND DNS server

Ramdev
Comment

The idea behind running BIND in a chroot jail is to limit the amount of access any malicious individual could gain by exploiting vulnerabilities in BIND. It is for the same reason that we run BIND as a non-root user. This should be considered as a supplement to the normal security precautions (running the latest version, using access control, etc.), certainly not as a replacement for them. Read Full

  • About Author : My name is Ramkumar Ramadevu ( Ramdev ). I have started writing about enterprise unix system administration since 2009 just for my own knowledge reference, and then later I have made this site available for everyone, for better purpose. ... read more

  • Recent Comments

    • Erlis commented :: Nice article. :)...
    • Ramdev commented :: Rahul, welcome to unixadminschool.Thanks for the message....
    • Rahul commented :: Awesome Ram, i came to know about this Blog 2 days and go through a...
    • Ramdev commented :: Hi Prajwala, I am glad that you like it :)...
    • Ramdev commented :: Pavan, the below command mentioned in this doc to show how much pemlen...
    • Ramdev commented :: pleae try      --             share -F nfs -o rw=oracle:root /filesyst...
    • Ramdev commented :: Hi Jack, the cfgadm you have to do it anyway to  make sure the disk i...
    • Maniswara Pavan commented :: Nice Post .........
    • Maniswara Pavan commented :: Hi Ram, I have a doubt here .. Lets think we have disk and its pr...
    • jack commented :: Do we need to initialize and configure the replaced disk in this proce...
  • Latest Posts

    • Virtual Lab : Get Your hands dirty with grep & RegEx
    • RHEL 6 – ISCSI Administration Series – ISCSI Lun resize
    • RHEL 6 – ISCSI Administration Series – Configuring ISCSI Server and Client
    • SAN Storage Migration – Solaris with VxVM
    • RHEL 6.3 – LDAP Series – Part 4 : Troubleshooting
    • RHEL 6.3 – LDAP Series – Part 3 : LDAP Configuration With Encrypted Communication using TLS/SSL
    • RHEL 6.3 – LDAP Series – Part 2 : Configuration of Certification Authority for LDAP encryption.
    • RHEL 6.3 – LDAP Series – Part 1 : Implementation of LDAP Authentication
    • [ Updated with Analysis ] – Finding the Linux Performance Bottleneck !!!
    • VxVM Troubleshooting – Increasing the Size of Veritas Disk Private Region
    • Virtualization for Unix Administrators
    • VCS Learning – I/O Fencing In action [ Video ]
    • VCS Learning : Learn about Cluster Hearbeats
    • Storage Operations – VxVM vs RHEL LVM2
    • Veritas Netbackup : Unable to detect Robot from master server after Veritas Netbackup upgrade to 7.1.0.4.
    • A tool that changes the way of system administration – PUPPET ( from puppetlabs)
    • Redhat Enterprise Linux : Yum Quick Reference
    • Redhat Enterprise Linux – Network Bonding – Quick Reference ( RHEL5 / RHEL6)
    • Redhat Enterprise Linux Networking Troubleshooting – Quick Reference
    • RedHat Linux Grub Loader – FAQ and Quick Reference
    • Redhat Linux LVM – FAQ & Quick Reference
    • RedHat Linux Kernel – FAQ and Quick Reference
    • Solaris host level SAN migration from Clariion to VMAX – Hands on Lab
    • Linux Samba Server integration with Windows Active Directory – Part 2
    • Linux Samba Server integration with Windows Active Directory – Part 1
    • Hands on LAB – Configuring LAMP STACK for Web Applications- cookbook
    • Hands on Lab – Replacing Failed Disks from ZFS Pools ( RaidZ2 / RaidZ3 ) – Part2
    • Enabling SVM in Failsafe and password recovery in Solaris.
    • Hands on Lab – Replacing Failed Disks from ZFS Pools ( Simple / Mirrored / RaidZ )
    • Oracle Server Hardware Reference ( 3D View)
  • Site Members

    • Log in


Pages «« 5 10 16 17 18 1920 21 22 23 24 25 35 40 45 50»»
Copyright © 2009 unixadminschool.com. All rights reserved.