• 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

Are you ready to encounter a complete Datacenter power failure ?

 The role of system administration involves three different responsibilities.

1. Be ready to Prevent the issues which are Expected to Arise

2. Be ready to Resolve the issues which are already Expected but couldn’t prevent from occurring.

3. Be Ready to Resolve the issues which are unexpected in nature.

We all are very well trained to fulfill the  first two responsibilities in most efficient manner. But, very few of us are actually ready to deal with the third responsibility, and the reason is not the technical capability but it is because of  ” lack of visibility on how our servers, that we are managing, are connected with other IT infrastructure components ( like networks / storage / power supply ) “.  In this post I am going  shed some light on this third responsibility of the system administrator.

The most unexpected and major outage for any IT infrastructure could happen due to the complete power supply failure in a Data center with some technical / human error. When the power supply fails, it is not only the servers that are going down but also the other major components, like network devices  and Storage devices, will also go down. You can look at the below figure to understand how the components in a data center are interconnected to each other. Full Story

Ramdev
14 Comments

Root / User not able to change the user passwords using passwd command

 

 

 

 

 

This problem is not common to all the versions and releases but specific to the released of Solaris 8 and 9 ( I am not able to get those number clearly to mention here)

 

 

Full Story

Ramdev
3 Comments

Solaris : Configure to network service ( e.g. telnet) to listen different port other than default one

If you want to make a TCP application bind to a different port instead of standard port then here is what you do.  This will enable to telnet to a machine only if you know the port number.

1. vi /etc/services file and edit the line for telnet

telnet          23/tcp

change this line to

telnet          12121/tcp

where 12121 is port number that it is going to listen for telnet requests.Make sure that you use port number bigger than 1k (1024 bytes) as the ports less than 1K are reserved ports.

2.  Kill inetd daemon and restart it or do HUP on it.

% ps -ef | grep inetd

% kill -HUP

3. Telnet to the client by specifying port number to connect to this machine.

% telnet hostname 12121

Ramdev
Comment
Tagged with: [ configure, different port, network service, Solaris Admin ]

System admin Best Practices: Procedure to Install a New Server in a Datacenter and installing the Operating system remotely

Below are the steps commonly followed for the most of the enterprise networks where the data center located remotely and support performs build procedures remotely.

1. Procuring Hardware

2.  Allocate DC space and Racking Hardware

3.  Allocating network ports

4.  Configuring remote consoles

5.  Gather System Basic information for remote installation

6.  Installing the operating system remotely using Jumpstart Full Story

Ramdev
7 Comments

Solaris : Standard file descriptors

There are three standard file descriptors:

 

  • stdin 0 – Standard input to the program.
  • stdout 1 – Standard output from the program.
  • stderr 2 – Standard error output from the program.

 

Normally, input is from the keyboard or a file. Output, both stdout and stderr, normally goes to the terminal, but a user can redirect one or both of these to a file or multiple files. “2>&1″ means “take the standard error output from the program and send it to the same place that standard output is going”. In addition to file redirection symbols, there are a number of special symbols you can use at the command line.

 Full Story

Ramdev
Comment

Solaris Troubleshooting DNS : Checking DNS settings to troubleshoot sendmail

In this post we will discuss about the commands to check DNS configuration and functions for sendmail.

Follow these steps to:

  • ensure dns client configuration is in place and enabled;
  • verify mail exchanger lookups are successful (if using DNS for mail exchanger lookups).
  • To resolve error conditions, consult your DNS or Sendmail administrator for proper configuration parameters for your environment.

Is system configured as a DNS client:

Solaris 8, 9 and 10:

/etc/nsswitch.conf  “hosts:” line contains “dns” keyword
/etc/resolv.conf exists with a minimum configuration of at least 2 (3 preferred) nameserver IP addresses

Full Story

Ramdev
% Comments
Pages «« 3 4 5 67 8 9 10 11 12 20 25 30 35»»

  • 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

    • 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 :)...
    • 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...
  • 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.