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

how we can create user in solaris?

6 Answers   Tech Mahindra,


How will see the kernel version

5 Answers  


If a main.cf files corrupted how will you rectify

3 Answers  


Explain about init phases

4 Answers  


After first installation of Solaris 10, what and all the Securities We need to set and how ?

0 Answers   Microland,






What are configuration files and to configure it in VCS

2 Answers  


how to view how many samba user in solaris

4 Answers   3i Infotech,


In solaris while patching why should we break the mirroring?

1 Answers   Wipro,


How will compare 2 host patches

1 Answers  


What command can be used in running a background process?

2 Answers  


How to start one node cluster.

5 Answers  


How to Create a snapshot volume

2 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)