• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • Discover DevOps Tools
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • DevOps Instructor-led Training
  • Contact

Solaris 10

How to change the Solaris host name on fly

July 31, 2012 By Cloud_Devops Leave a Comment

All the hosts which are in same network should have unique hostname.In this post,we will see that how to change the hostname of the Solaris machine. To change the hostname on fly . (Applicable for Global & local zone)(Not recommend while running applications) bash-3.00# hostname node2 To make this change persistent you have to modify the below mentioned three files. Cause:Don’t rename […]

Filed Under: Solaris 10

How to install vmware tools on Solaris guest OS

July 31, 2012 By Cloud_Devops Leave a Comment

VMware tools are required to share the directory from base operating system to guest operating system.It also provide the option to drag files from base OS to guest OS to copy the files. The another important feature is cursor release on the guest operating system. You no need to press cntrl+alt to release the cursor from guest OS.   […]

Filed Under: Solaris 10, VMWARE-WORKSTATION

How to create sparse root zone in Solaris

July 30, 2012 By Cloud_Devops 9 Comments

Solaris 10 offers many virtualization technologies and zones are one among them.Here we are going to see about sparse root zone.Sparse root zone shares as a read-only file system from the global zone of the /usr, /lib, /sbin and /platform directories.So compare to whole to root zone ,it will consume very less disk space.But you can’t […]

Filed Under: Solaris 10, Zones

How to create new CPU resource pool in Solaris

July 30, 2012 By Cloud_Devops 3 Comments

Solaris 10 has many resource control model. Here we are going to see how to create new processor pool and how to associate processor set to it.Resource pools enable you to separate workloads so that workload consumption of certain resources does not overlap.For an example, specific user process or specific application  process are consuming high CPU usage […]

Filed Under: Resource Management, Solaris 10

How to configure password less authentication using ssh

July 30, 2012 By Cloud_Devops 2 Comments

Password less authentication may required in various setup and we need to configure password less authentication for root user in cluster setup in order to install cluster software on both the machine simultaneously. Here we will see how to configure password less authentication using ssh on Solaris nodes. Login to node1.Create a new ssh keygen .Here i have used RSA keygen. If you […]

Filed Under: Only for Unix Dummies, Solaris 10

Performance issues -Network

July 25, 2012 By Cloud_Devops Leave a Comment

Network Statisticsnetstat displays the contents of various network-related data structures in depending on the options selected.This command is very useful during the network troubleshooting. In Solaris we can monitor the packets using snoop command.There are other third party tools like sniffer can used for deep level troubleshooting. Syntax:netstat <option/s>multiple options can be given at one time.Options-a – […]

Filed Under: Performance issues, Solaris 10

Live upgrade patch installation before OS patching

July 25, 2012 By Cloud_Devops Leave a Comment

Live upgrade Patch Search MOS

If you want to use Liveupgrade feature on oracle Solaris 10, Oracle recommends to patch the Liveupgrade packages to the latest version since lot of bugs with old patch versions. For me Liveupgrade patch (121431-54) gave lot of trouble after booting from alternative boot environment. I have used the patch version 121431-74  which worked like charm.The logs below will show you that how […]

Filed Under: Live upgrade Tagged With: Live upgrade, solaris 10

cfg2html on Solaris – OS configuration Backup

July 18, 2012 By Cloud_Devops 1 Comment

cfg2html is very use full script to take all the system configuration backup in text format and html format.This script is available for Solaris,various Linux flavors and HP-Unix. For more information about the script,please visit  http://groups.yahoo.com/group/cfg2html. Once you run the script by default it will generate three files.  1. System configuration in text format   2. System configuration in […]

Filed Under: Solaris 10 Tagged With: cfg2html

Performance issues-Solaris Part2-CPU

July 18, 2012 By Cloud_Devops 2 Comments

If its comes to performance issue in Unix operating systems, everybody will be behind on CPU.But not all the time CPU will cause for the performance problem. Because sometimes CPU may waiting for resources like Disk I/O, Swapping ,Network.As sysadmin you should able to pin point where the problem.vmstat is very useful command to determined where it the problem. After introduction Solaris zones, […]

Filed Under: Performance issues, Solaris 10

How to concatenate two tar files in Solaris

July 17, 2012 By Cloud_Devops 1 Comment

TAR binary is used to combine multiple files in to single archive with extension of “.tar” file.But using Solaris in-built tar utility, you can not combine two previously created tar files.If you want combine tar file then you have to install GNU-TAR binary.This concatenate feature is available in GNU tar which is freely available in sunfreeware website.Experiment :Here i am trying to […]

Filed Under: Solaris 10

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2026 · UnixArena ·