• 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

Solaris 10 : Configuring Resource Controls with zones

Ramdev
2 Comments

On a system with 2 non-global zones running, we’ll use a program called “hog” to demonstrate a cpu intensive program within the zones.

# zoneadm list -vc
ID NAME STATUS PATH
0 global running /
1 zone2 running /export/zone2
2 zone1 running /export/zone1 # pwd
/export/home/student/zones Read Full

Tagged with: [ containers, creation, resource control, Solaris 10, Solaris Troubleshooting, Zones ]

Solaris DNS : Types of DNS Servers

Ramdev
Comment

Types of DNS servers

1. Root Servers:

Root servers are positioned at the top or root of the DNS hierarchy, and maintain data about each of the top-level zones. The root servers are maintained by the NIC and have been moved to a common domain for consistent naming purposes. The root servers are named as A.root-servers.net., B.root-servers.net., and so on.

Read Full

Tagged with: [ cache only, forward, master, slave, Solaris DNS, solaris learning, types ]

Solaris Troubleshooting NIS: How do you list NIS servers on a network?

Ramdev
Comment

To find out which systems on the local network are NIS servers, run the following command: Read Full

Tagged with: [ nis, NIS server, solaris learning ]

Solaris Troubleshooting : how Solaris assigns controller numbers

Ramdev
2 Comments

In this post I am talking about  some of the observations on  how Solaris determines  the controller numbers Read Full

Tagged with: [ control numbers, Solaris Troubleshooting, storage ]

Solaris : find command without traversing NFS

Ramdev
Comment

The following is the proper syntax to exclude traversal of nfs mounts for the find command

# find / -name somefile -print -o -fstype nfs -prune

Or, use the following command to exclude traversal of nfs, autofs and cachefs filesystems:

# find / -name somefile -print -o -fstype nfs -prune -o -fstype autofs -prune -o -fstype cachefs -prune
Tagged with: [ Find, Solaris NFS, Solaris Troubleshooting ]

Veritas Volume Manager – 'vxdisk list' Shows Disk(s) as "online failing" and 'vxprint -th" Shows Disk(s) as "FAILING"

Ramdev
Comment

Occasionally, for various reasons, a disk, or disks, may get marked by Volume Manager as “failing”. This can be seen by doing ‘vxdisk list’ and ‘vxprint -th’: Read Full

Tagged with: [ disk, failed, failing, recovery, replacement, troubleshooting, vxvm troubleshooting ]

  • 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 :: 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
    • 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 15 20 53 54 55 5657 58 59 60 61 62»»
Copyright © 2009 unixadminschool.com. All rights reserved.