Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna



Reply
 
LinkBack Thread Tools
  #1  
Old 02-09-2008, 10:00 AM
Julian
Newsgroup Contributor
 
Posts: n/a
iSCSI Service Won't Start?

[Vista HP] It used to; now it says (manual start attempt) "Error 1717: the
interface is unknown"

Can it be fixed??

TIA

--
Julian I-Do-Stuff

Some Vista stuff, but mostly just Stuff at [url]http://berossus,blogspot.com[/url]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 02-09-2008, 10:00 AM
  #2  
Old 02-09-2008, 10:10 AM
Mark L. Ferguson
Newsgroup Contributor
 
Posts: n/a
Re: iSCSI Service Won't Start?

Most often, failure for a service is that it is 'disabled' (instead of
manual or auto) in the services app, or some dependant service is disabled.
This script will tell you about the dependant services for iSCSI. (in
c:\service_dependencies.csv) open in notepad.
--dependency.vbs--
Const ForAppending = 8
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objLogFile = _
objFSO.OpenTextFile("c:\service_dependencies.csv", _
ForAppending, True)
objLogFile.Write("Service Dependencies")
objLogFile.Writeline

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set colListOfServices = objWMIService.ExecQuery _
("Select * from Win32_Service")

For Each objService in colListofServices
objServiceRegistryName = objService.Name
objServiceDisplayName = objService.DisplayName

Set colServiceList = objWMIService.ExecQuery("Associators of " _
& "{Win32_Service.Name='" & objServiceRegistryName & "'} Where
AssocClass=Win32_DependentService Role=Antecedent" )


If colServiceList.Count = 0 then
objLogFile.Write(objServiceDisplayName) & ", None"
objLogFile.Writeline
Else
For Each objDependentService in colServiceList
objLogFile.Write(objServiceDisplayName) & ","
objLogFile.Write(objDependentService.DisplayName)
Next
objLogFile.WriteLine
End If
Next
objLogFile.Close
--end file--
--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
[url]http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPost[/url]

Mark L. Ferguson

..
"Julian" <msforums@tiger2.notthisbit.demon.co.uk> wrote in message
news:%23I1SDy0aIHA.356@TK2MSFTNGP03.phx.gbl...[color=blue]
> [Vista HP] It used to; now it says (manual start attempt) "Error 1717: the
> interface is unknown"
>
> Can it be fixed??
>
> TIA
>
> --
> Julian I-Do-Stuff
>
> Some Vista stuff, but mostly just Stuff at [url]http://berossus,blogspot.com[/url][/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3  
Old 02-09-2008, 05:20 PM
the wharf rat
Newsgroup Contributor
 
Posts: n/a
Re: iSCSI Service Won't Start?

In article <#I1SDy0aIHA.356@TK2MSFTNGP03.phx.gbl>,
Julian <msforums@tiger2.notthisbit.demon.co.uk> wrote:[color=blue]
>
>Can it be fixed??
>[/color]

Have you created the target using the iscsi initiator applet?
You're not trying to get vista to function as the *target* are you?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4  
Old 02-11-2008, 07:10 AM
Julian
Newsgroup Contributor
 
Posts: n/a
RE: iSCSI Service Won't Start?

Thanks Mark & WharfRat -

I've since restored the whole system from an Acronis disk image, but I can
add the following - just in case it ever leads to some understanding.

Yes, the target was set up (Thecus N5200) and it was all working fine until
Something Happened... I checked the iSCSI service dependencies at the time
and it doesn't depend on anything and nothing depends on it.

Wish I could have replied earlier but after the restore Windows Mail refused
to download the messages between the restored date and today for vista
general, so I had to come via the web interface.

Mark - you clearly know a lot about services - thanks for the script... and
thanks for the input on the Event Log issue... (more in that thread)

Again, many thanks guys
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
iSCSI Shutdwon Issues fr4nk1yn Windows Vista 5 12-07-2007 03:20 AM
ehRecvr Service Won't Start VistaMang Windows Vista 11 05-30-2007 01:10 PM
Could somebody please explain to me what the following error in event viewer means? Event ID 7000, The Active Common Service service failed to start due to the following error: Bill.Canfield@gmail.com Windows XP 5 01-20-2007 08:15 PM
Can somebody please explain to me what this error in event viewer means? Event ID 7000, The Active Common Service service failed to start due to the following error: Bill.Canfield@gmail.com Windows XP 1 01-19-2007 08:45 PM
Service won't start !!! addy Windows XP 10 01-04-2007 02:37 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 01:05 PM.


2003 - 2010 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0