srinivas


{ City } hyd
< Country > india
* Profession * system administrator
User No # 53436
Total Questions Posted # 0
Total Answers Posted # 34

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 76
Users Marked my Answers as Wrong # 19
Questions / { srinivas }
Questions Answers Category Views Company eMail




Answers / { srinivas }

Question { HP, 14395 }

how to stop the process using process name


Answer

#pstop pid : for stop the process

#pstart pid
or #prun pid : for start the process

Is This Answer Correct ?    0 Yes 1 No

Question { HP, 12059 }

solaris network daemon


Answer

inetd

Is This Answer Correct ?    2 Yes 0 No


Question { HP, 11428 }

How to review multiple MAC Addess in Solaris?


Answer

dmesg|grep -i mac
prtconf|grep -i mac
ifconfig -a

Is This Answer Correct ?    0 Yes 0 No

Question { 8544 }

how to configure ethernet card.


Answer

first we need findout the nic :-
#grep -i network /etc/path_to_inst
then
#ifconfig nicname plumb ip subnet subnet-ip up

#ifconfig -a (for Checking ip)
ofter we need edit two file for making ip perminent
1)/etc/hosts
2)/etc/inet/ipnodes

Is This Answer Correct ?    0 Yes 0 No

Question { 20191 }

How to find & replace bad disks in solaris & VXVM?plz
explain step by step?


Answer

Hi Rohitrwx,

Q1)find the failed disk:-

Failed disk information automatically update in log file
with physical path
then run below commands
#format :here we can see like "" Drive not available""
#cfgadm -al
#iostat -en
With these commands we can find disks status.

Q-2) Repalce the failed disks.

If you create non-availablity raid on the disk,No need to
disk replacement
if the disk you using in Availability volume like :
-->RAID-1: first we need to remove plex which is on failed
disk. and recreate plex on newdisk.

-->RAID-5 :Spare disk will palce,
Now we need repalce the failed disk
#vxdiskadm
Select-- 4
Select -- 5
the failed disk will replace
--------------
remove failed disk from veritas

#vxdiskunsetup -C diskpath

Thanks
Srinivas

Is This Answer Correct ?    4 Yes 0 No

Question { IBM, 13964 }

how to use the command "top" in solaris 10


Answer

top for checking the current system status like process,cpu
and memory...
if you want to run in Solaris.we need add the pkg.
the pkg is "SUNW SMCtop".

Is This Answer Correct ?    14 Yes 1 No

Question { Wipro, 6358 }

How to configure mirror with hot spare in vxvm

I know how to create mirror with vxassist:
#vxassist -g make
layout=mirror

I know how to create hot spare with vxedit

#vxedit -g set spare=on diskname

but i don't how to attach hot spare to mirror? can some one
plz help in this issue..

Thanks & Regards,

SaiKrishna.
kanuparthi_sai@yahoo.com
my alternate E-Mail id: ksaikrishna7@gmail.com


Answer

What is need spare disk for mirror volume.It is having
availablity...rt?
ok..any way ...In veritas we can't make spare disk for
specified volume.we can make spare disk for entire group..

Is This Answer Correct ?    0 Yes 2 No

Question { 3983 }

how to add the more than one number of pkg at a time in
solaris


Answer

yes|pkgadd -d . Pkg1 pkg2 ....

Is This Answer Correct ?    0 Yes 0 No

Question { 10394 }

How to find the boot path in solaris


Answer

# prtconf|grep -i bootpath
#df -h :we can see if not mirror the disk

Is This Answer Correct ?    2 Yes 3 No

Question { 5040 }

In which file port No’s are defined


Answer

/etc/services

Is This Answer Correct ?    2 Yes 0 No

Question { Wipro, 5234 }

How will you check the disk performance?


Answer

#iostat xntc 1 5

Is This Answer Correct ?    1 Yes 1 No

Question { 6162 }

How to find the kernel bit version or architecture


Answer

kerbit :#iosainfo -b
Archi #prtdiag -v

Is This Answer Correct ?    1 Yes 0 No

Question { 4772 }

How to delete “abc” files using find command


Answer

$find / type f -name "abc' -exec rm {} \;

Is This Answer Correct ?    0 Yes 0 No

Question { 5378 }

How to boot the solaris system in 64 0r 32 bit kernel


Answer

boot the int0 32bit
printenv boot-file
settenv boot-file kernel/unix

boot the into 64bit
ok>settenv boot-file /kernel/sparcv9/unix

Is This Answer Correct ?    1 Yes 0 No

Question { 5188 }

Disaster recovery steps if OS corrupted


Answer

Hi,

you said OS corrupted mean what is system status ...?

Is This Answer Correct ?    0 Yes 0 No

 [1]   2   3    Next