• 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

NFS (Network File System) for Beginners

NFS (Network File System) for Beginners: In this post I am trying to build a base for the beginners. This post will help to proceed further with NFS complex tasks.

What is NFS?

NFS —> Network File System —> The Network File System (NFS) is a client-server service that enables users to view, store, and update files on a remote server as though they were on the their own local server. In Simple layman language NFS provides a “Centralized File Access”.

Example: Suppose you have a 100 users in a company. Out of which 50 require complete access to 10 files/softwares etc. for there daily day to day work and other 50 require access to other commonly used 15 files/softwares etc. for there work. Now instead of placing individual files/softwares on each users server (computer) you should keep the files/softwares in a common shared place which users would have access to. Now each user can access (read/write/modify –> depending upon access provided) those commonly used files/softwares remotely without having them on his/her local server/computer. This will help to save the diskspace as well on all users server. Full Story

Yogesh.Raheja
10 Comments

Linux – Online configuration of new SAN disks to create new sybase raw volumes, using LVM.

 

As part of regular System Admin task we were asked to configure new storage to an existing sybase server without disturbing the existing storage and expecting no downtime for the existing production server. All necessary storage LUNS were already allocated by the Storage team as mentioned below


LUNS allocated by storage Team

Lun 011D
Lun 011E
Lun 011F
Lun 0167
Lun 017E
Lun 01F0

DBA team requested System Admin team to create below raw volumes in an existing Volume Group named sybasevg.

Raw – Volumes To be created in SybaseVG volume Group:

data01-new-rawvol
data02-new-rawvol
data03-new-rawvol
logs01-new-rawvol
master-new-rawvol
procs-new-rawvol

In SybaseVG there are already some old volumes exist and we have to configure the new volumes without disturbing below existing volumes in Sybase VG:

data01-old-vol
data02-old-vol
data03-old-vol
data04-old-vol
data05-old-vol
data06-old-vol
data07-old-vol
log01-old-vol
master_old_vol
procs_old_vol Full Story

Ramdev
5 Comments

How to do MIRRORING under SVM (Solaris Volume Manager) in Solaris.

How to do MIRRORING under SVM (Solaris Volume Manager) in Solaris.

In this post I will be showing how to do mirroring (RAID1) in Solaris OS.

Server availabilty is one of the major requirement in any environment. To achive this we used to do Mirroing in OS which protects single disk failure and indeed our server downtime.

Here in my server I have two disks c1t3d0 & c1t1d0.

c1t3d0 —> Root disk
c1t1d0 —> Root-mirror disk
Submirrors for Root disk —> d10, d20, d50
Submirrors for Root-mirror disk —> d11, d21, d51
Mirror name would be —> d0, d1, d5

Note: Make sure that the mirror-disk should be of equal size or greater than your rootdisk, it would be preferred if both disks should have same size. Full Story

Yogesh.Raheja
33 Comments

General Procedure for Kernel Patching in Solaris.

 

 

General Procedure for Kernel Patching in Solaris:

We are getting multiple requests for Solaris Kernel Patching procedure from many of your Gurkul Followers. Here we go with all the steps for all of them.

I am trying to present the simple patching procedure (when our disks are under Solaris Volume Manager Control, SVM). No zones, No clusters considered in this example. Basic procedure for Zones/Clusters will also remain the same but some additional outputs needs to be taken in that case.

 

1.) Download the bundle patch (Recommended Solaris Cluster Patch) from www.support.oracle.com (It need your login credentials for Oracle site).

This cluster patch will be in zip form, copy it on your server and unzip it where you have sufficient space.

2.) Take necessary backups of the server. (make one directory under /var/tmp and put the outputs in the server also).

Take backup of uname -a –>(will give your current Kernel Patch Level), df -k , metastat -p, metadb -i, netastat -nr, ifconfig -a, prtconf, prtdiag -v, metastat -ac (sol. 10), metastat -t, eeprom, echo | format etc.

[better make one script for youself and run that before proceeding with any activity on any server  --> I used to follow this as my best practice :) ]

Make a habbit of Running Sun Explorer before proceeding with any of the activity in Solaris. Full Story

Yogesh.Raheja
88 Comments

Solaris Performance Monitoring – Finding CPU / IO / Memory Bottlenecks – Demo Video

 

 

This Video presents you the procedure to investigate various  performance bottlenecks related to Memory, CPU and IO  using the commands iostat, vmstat and prstat.

 

 

 


 

 

 

Ramdev
34 Comments

Solaris Hostname / IP rename Procedure

In enterprise network environment, the life time of any server will be decided by the lifetime of the application that is running on top of Operating System. In case if the application was retired / decommissioned then that server can be utilized for the different applications.

Before using the existing servers for different application, the most common task to system admin is change the hostname of the server to reflect the new application. And sometimes, the server may have to move physically to different subnet to support the new application.

Below instructions will give you quick Idea on the procedures to change Hostname and IP address of a server. Full Story

Ramdev
4 Comments
Pages «« 5 14 15 16 1718 19 20 21 22 23 30 35 40 45»»

  • 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 :: 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 :)...
    • Ramdev commented :: Pavan, the below command mentioned in this doc to show how much pemlen...
  • 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.