#metabd –a –f c0t0d0s1
Labels
- news (101)
- Linux (72)
- tips (36)
- ubuntu (32)
- hardware (24)
- videos (24)
- howtos (21)
- kde (20)
- open source (20)
- solaris (18)
- solaris interview questions (18)
- external links (10)
- fedora (10)
- windows (10)
- debian (8)
- kernel (8)
- solaris interview questions and answers (8)
- MCSE Videos (6)
- commands (6)
- sun (6)
- linus torvalds (5)
- Sun Solaris 10 CBT (4)
- network administration (4)
- web design (4)
- solaris-express (3)
- backup (2)
- virtualization (1)
SSA - what are raid0,raid1 and raid5
Q) what are raid0,raid1 and raid5
A) Raid 0 is concatenation or stripping
Concatenation means writing data in disk one after another
Stripping means writing data of 32kbs interlease value in to disk
Raid 1 – mirroring that means writing data on two disk parallely or duplicatiung the data on two disk.
Raid 5 – stipping with parity the data of 2 disk is duplicated in the third disk with parity information
SSA - How to set environment variable in NVRAM
# nvalias /pci---/rarp – to set scsi for booting of client
# nvalias net dhcp – to boot from dhcp
# nvunalias net – remove the alias
SSA - How to see all the informations of the hardware related from bootprom (OBP)
# banner
or
# prtconf
Labels: solaris interview questions
SSA - How do you set a default boot device from the boot prom
# setenv boot-device disk
Boot-device=disk
# reset - To make the changes.
Labels: solaris interview questions
SSA - How to see the default boot device from the boot prom or OBP
ok> prtenv boot-device
Labels: solaris interview questions
SSA How to see which kernel version and artitecture used by the system.
# isainfo -v :- To see kernal version and 32 bit or 64 bit system and artictect
Labels: solaris interview questions
SSA How to make processor 4 number offline when you have more then 4 processors.
# psrinfo –V :- To check the status and then
# psradm –f 4 offline - To make processor number 4 offline
Labels: solaris interview questions
SSA How to change processor operation status in solaris
# psradm –a –n :- To set all processor available on the system to online
# psradm –f 2 3 :- To make processor 2 and 3 offline, if you have multiple processors
Labels: solaris interview questions
How do you set a deafaulr boot device from the boot prom
# setenv boot-device disk
Boot-device=disk
# reset - To make the changes.
Tags : solaris interview questions and answers
Labels: solaris interview questions
2203 How to see the physical disk connected to the system from Open Boot Command OBP
ok>probe-scsi
Labels: solaris interview questions
2203 How to see all the informations of the hardware related from bootprom(OBP)
# banner
or
# prtconf
Labels: solaris interview questions
