solaris kernel name
Answers were Sorted based on User's Feedback
Answer / vns
/platform/'uname -m'/kernel/unix - platform dependent kernel
(for 32 bit)
/platform/'uname -m'/kernel/genunix - platform independent
kernel (for 32 bit)
/platform/'uname -m'/kernel/sparcv9/unix - platform
dependent kernel (for 64 bit)
/platform/'uname -m'/kernel/sparcv9/genunix - platform
independent kernel (for 64 bit)
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / kkk
kernel name in solaris is SUN4U
Kernel Path is /kernel/unix , /kernel/genunixan
if u want to find out the kernel architecture tyhen u can
use #isainfo -v
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / stratovarius
For 32 bit:
The Kernel is made up of two core files.
1. "genunix" which is platform independent, location:
/kernel/genunix
2."unix" the platform dependent version of the kernel,location
/platform/'uname -m'/kernel/unix
The two files are combined in mem at bootime to form the Kernel.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / bipin bapurao sautadekar
# isainfo
is the command to find exact version of the solaris if it
shows if it shows sparcv9 sparc then it is supporting 64bit.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kuchipudi
/kernel/unix - platform dependent kernel (for 32 bit)
/kernel/genunix - platform independent kernel (for 32 bit)
/kernel/sparcv9/unix - platform dependent kernel (for 64
bit)
/kernel/sparcv9/genunix - platform independent kernel (for
64 bit)
Using the following commands we will get solaris kernel name
#isainfo -v
#uname -a
#isainfo -b - it shows kernel bit
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / manas behera
#uname -a
this would also work fine as it would give all the details
of the m/c.
| Is This Answer Correct ? | 2 Yes | 5 No |
How to configure the network card
When user logging in which file will take place
how to now the network speed, whether it is a full duplex or half duplex? and what is full duplex and half duplex
What are the daemons in VERITAS?
What are printer daemon
where we find bp.conf file? which path?
How to find & replace bad disks in solaris & VXVM?plz explain step by step?
What is difference between g G while creating useradd?
If the root disk is failed how can change it?
please post few interview questions ? or any url related to solaris
what is a solaris toolkit
After creating swap file update the same to /etc/vfstab what will be the fstype.