Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

iSCSI Service Won't Start?

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 02-09-2008
Julian
 

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 http://berossus,blogspot.com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-09-2008
Mark L. Ferguson
 

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.
http://www.microsoft.com/wn3/locales....htm#RateAPost

Mark L. Ferguson

..
"Julian" <msforums@tiger2.notthisbit.demon.co.uk> wrote in message
news:%23I1SDy0aIHA.356@TK2MSFTNGP03.phx.gbl...
> [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 http://berossus,blogspot.com


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-10-2008
the wharf rat
 

Posts: n/a
Re: iSCSI Service Won't Start?
In article <#I1SDy0aIHA.356@TK2MSFTNGP03.phx.gbl>,
Julian <msforums@tiger2.notthisbit.demon.co.uk> wrote:
>
>Can it be fixed??
>


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 (permalink)  
Old 02-11-2008
Julian
 

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


Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
StarPort Windows iSCSI Initiator 3.5.4 Netsoft Internet & Network Software Feed 0 01-22-2008 15:30
iSCSI Shutdwon Issues fr4nk1yn microsoft.public.windows.vista.general 5 12-07-2007 13:14
Article ID: 941144 Error message when you try to manually start the Telephony service: "Windows could not start the Telephony service on Local Computer" KBArticles English 0 10-22-2007 20:00
Cannot Complete Install on iSCSI v2.04 Jason microsoft.public.windows.vista.installation setup 0 07-29-2007 02:24
Superfetch Service Won't Start =?Utf-8?B?U3RldmUgRm94b24=?= microsoft.public.windows.vista.performance maintenance 8 04-01-2007 01:16




All times are GMT +1. The time now is 21:38.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119