|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
when there is any newer program or pakage installed which your exsiting kernel does not support then u need kernel rebuild or u can do whenver there is problem occuring with existing applications.
Create Date
:
Wednesday, March 19, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
check the system CPU utilization of server.
--> prstat -s cpu -n 5
Take the output and check the maximum utilization process,kill which not required.
--> pkill <process name>
--> kill -9 <PID>
If the process is zombie you are not able to kill up.use solaris 9+ preap command
--> preap -F processID
Create Date
:
Wednesday, March 19, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
pkgadd -m /directory <patch one> <patch two>
Create Date
:
Wednesday, March 19, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
RPC - Remote Procedure call. The application will cause the code to be executed in remote host and return
the value back to the application. Until that time, the application will be suspended. The RPC is
synchronous kind.
JASS- The Solaris Security Toolkit, formerly known as the JumpStart Architecture and Security Scripts
(JASS) toolkit, provides a flexible and extensible mechanism to harden and audit Solaris Operating
Systems (OSs).
Create Date
:
Wednesday, March 19, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
VTS - is nothing but Validation Test Suite
LOM - is Monitor tool in Sun Fire System
OBP- Open boot Prom this is 0 run level in solaris stop+A or in command mode init 0
Create Date
:
Wednesday, March 19, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
NIS+ means to control centralized and multiple domains like ADS.
NIS means it is a centralized domain used as single domain.
Create Date
:
Wednesday, March 19, 2008
Click here
to improve the Interview Question, Answer and other fields.