Unix, Linux, DevOps , Cloud computing and BigData Knowledge-Base
In the global zone view the SMCsudo and SMCtop packages: cd /export/home/student/zones pkginfo -d sudo-1.6.8p4-sol10-zones-sparc-local application SMCsudo sudo # pkginfo -d top-3.5.1-sol10-zones-sparc-local application SMCtop top # Notice the “false” setting for SUNW_PKG_ALLZONES variable: pkgparam -d sudo-1.6.8p4-sol10-zones-sparc-local SMCsudo SUNW_PKG_ALLZONES false # pkgparam -d top-3.5.1-sol10-zones-sparc-local SMCtop SUNW_PKG_ALLZONES...
This procedure demonstrates how to easily use the “luxadm” command to set the “boot-device” Open Boot Prom (OBP) parameter from a system booted from cdrom or in single user mode. The command will change the “boot-device” setting at the OS level and at the same time, change the “boot-device”...
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
To find out which systems on the local network are NIS servers, run the following command:
Step1 : Collect the information about Unstartable Volumes: i) List the Unstartable volumes # vxinfo –g mydg
Memory errors are quite common hardware related errors in enterprise environment, here we are going to discuss about two common types of errors ….
Memory usage checking and troubleshooting First you’ll need to check how much Memory is used in Kernel and how much is used in User Memory. This is important to decide, what troubleshooting steps are required.
Generally a problem is identified when an application is not performing as expected. The above is a very general statement and the best method is to clearly define what is it that is not performing as expected and then work out if the expectation is...
There are times when you want to split a mirror created using the Veritas Volume manager. This document describes one way to do it. Below Instructions describes how to split a Veritas mirror so that the sub-mirrors can be associated with new volumes, and hence be accessed...
In Solaris versions prior to Solaris 8, you can use the crash utility to view the ptys on a system. To use crash you must be root.