• 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

RHEL 6 – ISCSI Administration Series – ISCSI Lun resize

Ramdev
3 Comments

This is second post from the ISCSI administration series ( you can refer the first post here RHEL 6 – ISCSI Administration Series – Configuring ISCSI Server and Client ) . In this post, I will be showing you an hands-on exercise to expand a ISCSI LUN which is already configured from the client and actively in use.

 

ISCSI LUN RESIZE

 

Before going for Actual Task,  Just want to show my current configuration both from server side and client side:

  Read Full

RHEL 6 – ISCSI Administration Series – Configuring ISCSI Server and Client

Ramdev
7 Comments

iscsi-title-1 

ISCSI Server Configuration on RHEL 6

 

Overall Steps :

  1.  Install the RPM required for ISCSI Target Administration
  2.  Enable the ISCSI Target Services
  3.  Configure the ISCSI target to share the storage
  4.  Attach Luns to the ISCSI Target
  5.  Share the ISCSI Target to specific Client Machines
  6.  Add CHAP user authentication ISCSI target
  7.  Save the configuration to /etc/tgt/targets.conf , so that configuration won’t last after reboot
  8.  Make rules for IPTABLES to accept iscsi client connection on port 3260

 

 

ISCSI Administration

  Read Full

SAN Storage Migration – Solaris with VxVM

Ramdev
7 Comments

This is a following post for my previous SAN migration post  Solaris host level SAN migration (with SVM) from Clariion to VMAX.   As discussed earlier in my previous post,  many organisations started migrating their Server storage from Old legacy SAN devices ( e.g. EMC Clariion )  to new  powerful SAN storage ( e.g. EMC Symetrix VMAX) because of the low performance and maintenance costs involved with legacy storage.  

                           Depending on the budget allocated for the Storage Migration projects, some organisations  prefer the migration by “direct storage level data replication  using expensive migration tools”,  while the other companies ( who are with limited budget) prefer to do the migrations by host level data replication. In the later method,  the success rate of the migration project directly depends on the skill level and expertise of the  unix administrator who is implementing the migration project.  I believe this hands-on post will give some idea for the Solaris admins whoever responsible for the Storage migrations. Before going to this post you might want to refer this post for the pre-planning tasks. 

Read Full

RHEL 6.3 – LDAP Series – Part 4 : Troubleshooting

Ramdev
2 Comments

 
RHEL 6.3 - LDAP Troubleshooting
 
This is  my fourth post in RHEL 6.3 LDAP implementation Series. And the purpose of this post is to give extra extra muscle to troubleshoot the issues that you encounter during or after the LDAP implementation. In this post i am documenting the troubleshooting tips that i used to solve various questions that I encountered during the LDAP configuration.
 
For successful LDAP encryption configuration, the following command from the client should show the server’s configuration without any errors. 
 
# ldapsearch -x  -b ‘dc=gurkulindia,dc=com’
 
Sometimes, we see that test fails with different errors . And in many cases the command hangs without any error. Troubleshooting at this level is very difficult because we will have no related logs neither at the server nor at the client. This Section I will be explaining the procedure to troubleshoot the connection issues between ldap client and server. 
 
 
 
  Read Full
Tagged with: [ ldap, linux, redhat, rhel6.3 ]

RHEL 6.3 – LDAP Series – Part 3 : LDAP Configuration With Encrypted Communication using TLS/SSL

Ramdev
Comment

RHEL 6.3 - LDAP encrypted communication with TLS

 

 

LDAP server authentication without encrypted communication is not recommendable for any organization.  In this Post,  I will be discussing the procedure to configure LDAP server and client to use encrypted authentication and communication. This is third  Post  in LDAP implementation Series.

Previous posts for your reference

 

  •  RHEL 6.3 – LDAP Series – Part 1 : Implementation of LDAP Authentication
  •  RHEL 6.3 – LDAP Series – Part 2 : Configuration of Certification Authority for LDAP encryption.

 

 

 

Before proceeding to actual configuration, I want to explain few details about the procedures to modify the  LDAP configurations.

  Read Full

Tagged with: [ ldap, linux, redhat, rhel6.3 ]

RHEL 6.3 – LDAP Series – Part 2 : Configuration of Certification Authority for LDAP encryption.

Ramdev
2 Comments

Rhel6.3 - CA Configuration

In this post, i will be explaining about necessary Certificate authority operations, to continue our actual task i.e. LDAP Configuration with encrypted communication. And this is Second post of LDAP Implemenation Series.  For quick recap you can refer the first post  ” RHEL 6.3 – LDAP Series – Part 1 : Implementation of LDAP Authentication without encryption “

 

Server Information 

 
  • LDAP SERVER   : gurkulrhel1  - alias ldapserver ( 192.168.1.31)
  • LDAP CLIENT   : gurkulrhel2  ( 192.168.1.32)
  • CA SERVER       :  gurkulrhelca   (192.168.1.33)
 Stage 1: Create Self Signed Certificates for CA
 
  • CA Self signed Certificate  :  cacert.pem
  • CA Private Key :  cakey.pem
 Stage 2: Create CA signed certificate for LDAP Server
 
  • LDAP SERVER Private Key:  gurkulrhel1.gurkulindia.com.key
  • CA Signed LDAP SERVER Certificate :  gurkulrhel1.gurkulindia.com.crt 
 Stage 3 : Copy the  CA  Certificates, CA signed Server certificates  and Server Keys to LDAP Server’s  certification repository.
 
  Read Full
Tagged with: [ ldap, linux, redhat, rhel6.3 ]

  • 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

    • 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...
    • Laxxi commented :: Hi Ram, Please guide me how can I provide Read write access to a Fs...
  • 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 12 3 4 5 6 7 8 9 10 20 25 30 35»»
Copyright © 2009 unixadminschool.com. All rights reserved.