phani


{ City }
< Country > india
* Profession *
User No # 4954
Total Questions Posted # 0
Total Answers Posted # 6

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

Users Marked my Answers as Correct # 36
Users Marked my Answers as Wrong # 12
Questions / { phani }
Questions Answers Category Views Company eMail




Answers / { phani }

Question { WNS, 24585 }

If you mistype a password, how do you clear it out to
retype the password again?


Answer

Press the CRTl+u Means Press the CTrl key + u at a time.

Is This Answer Correct ?    5 Yes 1 No

Question { Wipro, 7674 }

If you try to send an e-mail to someone and the following
message appear
"Message Undeliverable", what could be wrong?


Answer

1) ps -ef |grep sendmail

2) check the network connectivity between server and
mail-relay server.

3) Find the mail relay server name in sendmail.cfg file

4) restart the send mail service

5) check the status of sendmail service port
netstat -rna |grep 25

Is This Answer Correct ?    4 Yes 1 No


Question { 9242 }

How do you get system diagnostics information?


Answer

ptdiag -v -- It will show all devices info and Obp version

Is This Answer Correct ?    8 Yes 2 No

Question { Satyam, 7301 }

How to repalce a failed disk?


Answer

1) echo |format

check the all disks and find out the failed disk

2) check the dick is configured in veritas or meta

3) remove the disk from veritas or meta controller

4) insert a new disk

5) run devfsadm -c disk
or

devfsadm

format c0t0dx

6) configure the disk

Is This Answer Correct ?    8 Yes 2 No

Question { HCL, 11508 }

How to set a passord without expiration?


Answer

1) passwd -x -0 username

x= Non expiry

0= never expiry

Is This Answer Correct ?    3 Yes 5 No

Question { 3742 }

If a users is logged in to your system, and now you want to
restrict that user what will you do?


Answer

1) who -a |grep username

2) get the process id

3)kill -9 pid

4)passwd -l username

5)passwd username --change the user password

Is This Answer Correct ?    8 Yes 1 No