• 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

Linux Samba Server integration with Windows Active Directory – Part 1

Samba is an opensource suite that provided file and printer services in a  heterogeneous environment ( with  Windows , Unix and Linux). The key advantage of samba service is, it’s ability to provide file and print shares for both Windows and Unix clients equally. My main focus of this post is how to configure samba services integrated with Windows active directory services, so that samba user authentication will be performed by Windows Active Directory Services.

 

  

 

 

 

  Full Story

Ramdev
2 Comments
Tagged with: [ configuration, linux, linux error, linux learning, linux samba, linux training, linux troubleshooting, Redhat linux, samba ]

Understanding Network VLANs

Virtual LANs or VLANs are virtual separations within a switch that provide distinct logical LANs that each behave if there were configured on a separate physical switch. Some Important points about VLANS.

  •  All the servers connected with in a VLAN will have same broadcasting domain, and can connect to each other directly
  •  Servers belongs to different VLANs has to communicate with each other using external Routing device.  
  •  To Expand the VLAN across multiple physical switches, physical switches needs to be interconnected using links called Trunks

 

  Full Story

Ramdev
Comment
Tagged with: [ linux learning, linux network, networking, solaris learning, solaris network, vlan ]

Linux Network Troubleshooting

Network connection problems include slow connections, as well as complete loss of connectivity. Factors that may cause slow connectivity include incorrectly configured domain name system (DNS) settings, inefficiently configured routing tables, inferior cabling, overloaded servers, and network congestion. The same set of factors, as well as power or server failures, may result in complete loss of connectivity.

To troubleshoot a network connectivity problem, you should first check for the presence of a physical connection. If the network interface card (NIC) link light on a system is off, it indicates that no physical connection exists. This may result from

the use of incompatible or damaged cables
loose or unplugged cables
loss of power to a network switch or router
Troubleshooting interface problems

Linux tools you can use to troubleshoot network interface problems include

  • ifconfig -  Used to determine the status of NICs.Without arguments, this command returns the status of all active interfaces. If you specify the name of an interface, it returns the status only of that interface. With the -a argument, the command displays the status of all interfaces on a computer, including any that may be inactive. This is the basic syntax for using the ifconfig command: ifconfig [interface] [options]
  • mii-tool – The mii-tool utility enables you to display and manipulate the media-independent interface status. In its simplest form, you can use it to display the status of the interface’s link. This is the basic syntax for using the mii-tool command: mii-tool [options] [interface]
  • ethtool – The ethtool utility is a diagnostic tool that enables you to configure and diagnose problems with NICs. However, not all NICs support its use. This is the basic syntax for using the ethtool command: ethtool [options] interface Full Story

Ramdev
7 Comments
Tagged with: [ linux, linux learning, linux network, linux network error, linux troubleshooting, Redhat linux ]

Network Physical Connectivity Check for Solaris and Linux

Network connectivity checks For the server without OS  ( just Racked hardware and powered up)

 

For X86 Hardware

We have to make LED checks – like when we disconnect the cable at the server side / switch side the Link / Act LEDs should lit up on powered on machines.

For Sparc based Servers:

We can watch individual interfaces to see if they have a connection and can ‘see’ the network. At the OBP prompt on the client, use the “watch-net-all” command to test and see the network devices.

Full Story

Ramdev
11 Comments
Tagged with: [ linux error, linux networking, linux trooublesthooing, solaris error, solaris networking, Solaris Troubleshooting ]

Ten most frequently used Linux networking services, in enterprise unix networks

 

In this post I am just talking about top 10 networking services that are commonly used in enterprise linux networks. Below are the top 10 Services, and it is worthwhile to know for the beginners to understand the purpose of each service, procedure to manage this service and the corresponding configuration files for each service.

  •  ntpd – Network Time Protocol Daemon
  • httpd – Hyper Text Transfer Protocol Daemon
  • sshd – Secure SHell Daemon
  • sendmail – Mail Server Daemon
  • snmpd – Simple Network Management Protocol Daemon
  • iptables – Network Filtering Protocol Service
  • nfsd – Network File System Server Daemon
  • nscd – Name Service Cache Daemon
  • named – Dynamic Naming Service Server Daemon
  • smbd -  Simple Message Block Server Daemon

  Full Story

Ramdev
4 Comments
Tagged with: [ autofs, ftp, http, linux learning, linux networking, linux troubleshooting, nscd, samba, smtp, ssh ]

VMWARE Linux – Adding a Second NIC for a Guest Linux VM – With No Service Disruption

This is post is to explain the  configuration of  a linux VM with a secondary NIC  without reboot or restart network services. This is fairly simple and straight forward task, but I am just posting it for the folks who are new for the Linux VM on Vmware.

 

Unlike physical systems you don’t need to shutdown the box to add new physical NIC card ( just in case if you don’t have enough on board interface) . Once the VMWARE engineer creates a Virtual NIC on Hypervisor and attach it to our system, linux will automatically recognize the new device and will show you in the ifconfig output.

In the blow example, the scenario is we are actually configuring a secondary interface and attaching a network IP to it, and then we are adding additional static routes for the secondary IP.
Full Story

Ramdev
Comment
Tagged with: [ hardware, linux learning, linux training, linux virtual machine, nic, vmware ]
Pages 12 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

  • Advertise Here Your Video Ad Here
  • Recent Comments

    • Ramdev commented :: Hi Ellumalai,  Thanks you. I got that fixed now, can you check. As i m...
    • Elumalai M commented :: Please see the below output... Welcome to Unixadminschool.c...
    • Ramdev commented :: Hi elumalai, yeah I have noticed it. Some browsers misinterpreting the...
    • Elumalai M commented :: Hi Ramdev, Appreciate your effort on research...  I have execute...
    • Ramdev commented :: Hi alok, there is no user authentication setup for this post. you can ...
    • Alok Kumar commented :: Hi  Dear Ramdev, your guide is awesome. I hav recently subscribed...
    • 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 :)...
  • Latest Posts

    • Virtual Lab : Get Your hands dirty with grep & RegEx
    • Quiz – Redhat Linux Intermediate Skills
    • Solaris Quiz – Managing Filesystems and Disk Devices
    • Test Your Understanding about Linux Fundamentals
    • Solaris Quiz – System Startup and Shutdown
    • Solaris Quiz – Software Management
    • 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
    • Happy New Year 2013, Thank You. >
    • 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
  • Site Members

    • Log in
Copyright © 2009 unixadminschool.com. All rights reserved.