-
March 19th, 2003, 06:23 PM
#1
Junior Member
Can't Log Into My Server
Would appreciate direction.
While disabling some services, I apparently turned off something that allows me to log in as administrator. After I rebooted, it won't let me log in but the webserver and websites are running fine.
I also tried to log in as the sql server admin and others with no progress.
What should I do next? I have physical access to the server and all original installation discs.
Thanks,
msk
-
March 19th, 2003, 06:31 PM
#2
What OS are you running, Windows NT 4, NT5??
[shadow]There is no right and wrong, only fun and boring...
Formatting my server because someone hacked into it sounds pretty boring to me...
That\'s why it\'s all about AntiOnline.com![/shadow]
-
March 19th, 2003, 09:00 PM
#3
Some suggestions:
- Try safe mode / recovery mode or last known good boot
- If you're unable to log on locally, maybe you can connect over the network. If you have terminal services (Win2k server), try that.
- Alternatively try connecting with Windows File Sharing. If you can get in over that, establish a session as administrator (try net use q: \\machinename\c$ /user:administrator or something), then maybe you can use "Computer Management" (Win2k) or "Server Manager" (NT4) to remotely restart whatever services you've shut down accidentally.
- If that fails, maybe you can log into SQL server as "sa" (Assuming you've got mixed-mode authentication on SQL 2000) and the using xp_cmdshell you can run "net start" to start the appropriate services?
- If that fails too, but you still have some way of getting files in, you could write a CGI program, CGI script or ASP page (possibly?) which runs "net use", then connect to the IIS web server, login as administrator as a web login and run that script (which should then run as administrator, hence be able to start services)
- If that fails too, things are getting a little tricky
- I will come up with some more ideas if those all fail ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|