Tags: kernel
May
19
Generally speaking, information on setting kernel parameters in Solaris 10 is limited. There is a new project file that is used to set kernel parameters (or more generally 10 Operating System.
Basics on /etc/projects =================== 1. Specifying a… more »
Dec
09
How to Check Solaris Kernel bit (32 bit/64 bit) To check if Solaris kernel is running in 32 bit mode or 64 bit from command line run the following:# /usr/bin/isainfo –kv64-bit sparcv9 kernel modulesThe output "64 bit sparcv9" indicates that Solaris k… more »
Sep
22
Checking the UNIX Kernel
You can check the UNIX kernel with the following UNIX commands:sysconfig -q ipcsysconfig -q procsysconfig -q vmCompare the output of these commands with the values in the list below.Corrections of the kernel parameters are publ… more »
Sep
17
Manual Configuration of the Kernel 1. Change the kernel parameters according to the table Recommended Kernel Parameters for HP-UX in the file /stand/system 2. Generate a new kernel after making the changes using the following comm… more »
Jul
10
Action
Command Line
Create a disk group
vxdg init diskgroup diskname=device
Add a disk to disk group
vxdg -g diskgroup adddisk
diskname=device
Remove a… more »
Recent comments