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 review multiple MAC Addess in Solaris?
What is the protocol supported by NFS
Options in ufsdump
Which command to lock the user Account?
How ill you remove the subdisk and plexus
How to change the hostname and Ethernet address in single command
What command can be used in running a background process?
How will you ad new aliases name
how to install a patch in solaris 10( step by step details)?
How many controllers in 3510 storage.
How can u make file system of 65 GB if u get new disk of 80 GB? (U have to fix the disk and make the file system of 65 GB)
My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?