SUMMARY: Solaris 9 and Ultra 5 issue
2007-12-25 0:17:00
The problem was with a couple of setting in OpenBoot. Upon doing a
printenv, I found out that the following were set to false:
ttyb-ignore-cd
ttya-ignore-cd
This was causing the Ultra to wait for carrier detect, and it wasn't
getting it. So, the following command entered in OB fixed this:
setenv ttyb-ignore-cd true
And
setenv ttya-ignore-cd true
I then did a reset-all and everything worked great.
Once again, thanks to all that helped - I really appreciate it.
- pete
-----Original Message-----
From: codeprof-admin at codeprof.com
[mailto:codeprof-admin at codeprof.com] On Behalf Of Bibhas Kumar
Samanta
Sent: Thursday, December 26, 2002 09:15
To: codeprof at codeprof.com
Subject: NIS and passwd expiry
Hi Gurus,
I understand that solaris NIS does not support password expiry.
But I was looking for some scripts/hacks which can help me in doing
that as there is problem in moving to NIS+ .We are having Nis master
on Solaris 5.5.1 ,clients are solaris/Linux boxes and yppasswd is used
for changing passwd.
Essentially I am looking for the following
- auto password expiry after centain interval and prompt for passwd.
- Notifying users say before 7 days of expiry.
- Declining to take used passwds.
Any help/pointers would be welcome.
Thanks,
Bibhas
_______________________________________________
codeprof mailing list
codeprof at codeprof.com
http://www.codeprof.com/execute/ask/?codeinfoid=19432
Comments
Got something to say?
You must be logged in to post a comment.

