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 |
What command can be used in running a background process?
How to remove the volume
If plex is failed then how can you recover it?
Which file will take place while booting
What is the nature of VCS?
In veritas: which is the file to keep the information of subdisks, disk groups name, plex and volumes?
How many fields in passwd, shadow and group files
solaris network daemon
How to create swap file
What are the configuration files in VxVm?
What are the service group dependence?
How can youy check the disk status in , is it locally connected or remotely connected?