Friday, October 10, 2008

?Check Scheduled Tasks log

1) Start>> Programs >> Accessories >> System Tools >> Scheduled Tasks

2) Advanced >> View log




3) OR!
Start >> Run..

.......
"Task Scheduler Service"
Started at 8/16/2008 12:17:39 AM
"MineJOB.job" (schedule.exe)
Started 8/17/2008 10:00:00 PM
"MineJOB.job" (schedule.exe)
Finished 8/17/2008 10:00:00 PM
Result: The task completed with an exit code of (0).
"Task Scheduler Service"
Exited at 8/18/2008 9:11:55 AM
......

Thursday, October 9, 2008

Root Password Recovery on Solaris

**This will reset the password for root and you will be able to login to the box using this password.
1)
Pressing Stop +A
go to ok prom
ok
2) Put the 1st cd for Solaris in the cdrom.
3) ok boot cdrom -s
4) check boot device you can use df command.
#df -k /dev/dsk/c0t0d0s0
5) mount to /a
#mount /dev/dsk/c0t0d0s0 /a
6) Open the password file and remove the password entry.
#vi /a/etc/shadow
....
root:XXXXXXXXXXXXXX.:13063:0:99999:7::: <---dd
....
:wq!
7) #umount /a
8) #init s
9) ok boot -s
10) Give a new password for root.
#passwd
New Password:
Verify Password: