Solaris System Calls

  Home  OS Solaris  Solaris System Calls


“Solaris System Calls frequently Asked Questions in various Solaris System Calls job Interviews by interviewer. The set of Solaris System Calls interview questions here ensures that you offer a perfect answer to the interview questions posed to you. Get preparation of Solaris System Calls job interview”



14 Solaris System Calls Questions And Answers

3⟩ when iam loging in to my system as a normal user through the telnet i am not able to login, the message appears on the screen is unable to connect the hostthe connection is refused. please tell me the answers as soon as possible?

Telnet is enabled only when u enable the option

CONSOLE=/dev/console in /etc/default/login. By default the

file is not commented . You have to comment the file

CONSOLE=/dev/console by #sign.

 197 views

4⟩ How to set dedicated IP in Zoning?

Each zone has one or several dedicated IP addresses. Zone

cannot share IP with the "mothership" (global zone) or other

zones.

By using zonecfg command we can set dedicated IP for any

child zone

 191 views

6⟩ Fast I Install red hat Linux 4.0 and again I install Sun Solaris 10 after install Solaris I got problem I am not able to see Red Hat Linux what was the problem, I need to Edit something, So tell me step by step configuring?

It's not working properly,If u edited grub working only few

days.

Better than Solaris OS install first then u can install

Redhat after u follow step by step for running both OS at

single machine at a time single os:

After install redhat now u can able see linux os only,after

login linux

1. Edit /boot/grub/grub.conf # end of this file add some lines

2. title Sun Solaris

root (hd0,0) or root (sd0,0) # This for primary

partition otherwise which partition did u install mention

here like (hd0,2)

chainloader +1

Then save & exit now shutdown ur pc (don't reboot)

3. Now poweron ur pc now press arrow key then u can u able

see the solaris os will be list.Now select this enjoy

 199 views

7⟩ Solaris Server is not running in multi level? Continuously restarting after installing the package?

While installing the package, use pkgadd -d <package name>

this will have impact only in running state once you resated

the system will be back to normal state as it was before

installing a package.

If no error is generated use pkgadd <package name>

Also you can use ok prompt or EEPROM to set the environment

variable auto-boot?=false.This will prevent the automatic

reboot of systems

 231 views

8⟩ How to check damaged Scsi Disk?

1)check the errot messages like kernel and I/O related

errors in /var/adm/messages file.if any disk having 2 write

errore and 10 read errors it is supposed toe Bad disk.

2)check logical and phsical path of that bad hard disk

using the command eeprom show-devs.

3)after that we have to genetae the ticket to the concern

team

4)take the full backup of that disk.

5)After taking the permission we need to change the disk

with timestamps.

 196 views

11⟩ Tell me From where swap read the swap -l?

swap is the command related to swaparea, present in

usr/sbin/swap.

-l option is to long list the content of swap.

-a to add blocks

-d to delete blocks

-s option for summary of the swap area.

 183 views