How to check if I am running a uniprocessor kernel or a multiprocessor kernel?

/unix is a symbolic link to the booted kernel. To find out what kernel mode is running, enter ls -l /unix and see what file /unix it links to.
The following are the three possible outputs from the ls -l /unix command and their  corresponding kernels:

/unix -> /usr/lib/boot/unix_up                                                            # 32 bit uniprocessor kernel
/unix -> /usr/lib/boot/unix_mp                                                           # 32 bit multiprocessor kernel
/unix -> /usr/lib/boot/unix_64                                                            # 64 bit multiprocessor kernel

Comments

Popular posts from this blog

Understanding How ZFS Calculates Used Space

Restart autosys agent

How To Verify Remote System Controller (RSC) is Configured and Current on Sun Fire[TM] 280R/V480/V490/V880/V890 servers