solaris kernel name

Answers were Sorted based on User's Feedback



solaris kernel name..

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

solaris kernel name..

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

solaris kernel name..

Answer / rajasekar

kernel/sparcv9/unix

Is This Answer Correct ?    13 Yes 4 No

solaris kernel name..

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

solaris kernel name..

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

solaris kernel name..

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

solaris kernel name..

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

Post New Answer

More Solaris Commands Interview Questions

What is default permission of files and directory?

4 Answers  


How to start / stop the nfs server

2 Answers  


How far VCS supports?

1 Answers  


How to do the disk cloning on solaris

1 Answers  


How to add a root dg?

3 Answers  






how to recover a server/system backup?

1 Answers   Wipro,


Difference between ufs and tar commnad

1 Answers  


What is nslookup

2 Answers  


how will you execute backup and restore using the tar command in a single command

1 Answers   CMS,


In solaris while patching why should we break the mirroring?

1 Answers   Wipro,


Where the ip address will be stored

4 Answers  


Which file will take place while booting

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)