Location: List Archives

List Archives

This forum is an archive of all posts to our mailing list over the past few years.  The forum is set read only therefore to contribute you will need to join our list community.  See more info about this here.

 

When subscribed to the list you should use your standard email client to send your posts to ActiveDir@mail.activedir.org.

List Archives

Subject: [ActiveDir] OT: File Share
Prev Next
You are not authorized to post a reply.

AuthorMessages
mohanravUser is Offline

Posts:82

07/28/2010 9:26 AM  
Hi Team,

We have some file servers available in our environment. Because of the poor
documentation in early days, we could not locate where exactly this file
share is hosted.

Suddenly some user says tht the share is not working, if we go to our domain
say, \\sample\ <file://sample/> im able to see the share.When i browse
through that folder i could not locate.It says no network connectivity
available for this path.

How do i know in which file server the share ex:-
\\sample\devteam<file://sample/devteam>is hosted? is ther any commands
to check that?


Thanks for your time.
--
Regards,
Mohan R
Level2-Server support Engineer.

bijubabukUser is Offline

Posts:109

07/28/2010 9:40 AM  
Ping sample



Or



nslookup sample



it should give you the ip address or computername



Regards





Disclaimer: All postings are provided "AS IS" with no warranties, and
confer no rights.





P Please consider our environmental responsibility before printing this
e-mail



From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of
mohan.activedirectorysupport@gmail.com
Sent: Wednesday, July 28, 2010 1:55 PM
To: ActiveDir@mail.activedir.org
Subject: [ActiveDir] OT: File Share



Hi Team,



We have some file servers available in our environment. Because of the
poor documentation in early days, we could not locate where exactly this
file share is hosted.



Suddenly some user says tht the share is not working, if we go to our
domain say, \\sample\ <file:///\\sample\> im able to see the share.When
i browse through that folder i could not locate.It says no network
connectivity available for this path.



How do i know in which file server the share ex:- \\sample\devteam
<file:///\\sample\devteam> is hosted? is ther any commands to check
that?




Thanks for your time.
--
Regards,
Mohan R
Level2-Server support Engineer.




andrewUser is Offline

Posts:77

07/28/2010 10:23 AM  
Unless they're using DFS in which case *sample* doesn't have to be the
hostname of a server.

Andrew

On 28 July 2010 17:39, <Biju_babu@cargill.com> wrote:

> Ping sample
>
>
>
> Or
>
>
>
> nslookup sample
>
>
>
> it should give you the ip address or computername
>
>
>
> Regards
>
>
>
>
>
> *Disclaimer: *All postings are provided "AS IS" with no warranties, and
> confer no rights.**
>
>
>
>
>
> *P **Please consider our environmental responsibility before printing this
> e-mail*
>
>
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *
> mohan.activedirectorysupport@gmail.com
> *Sent:* Wednesday, July 28, 2010 1:55 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] OT: File Share
>
>
>
> Hi Team,
>
>
>
> We have some file servers available in our environment. Because of the poor
> documentation in early days, we could not locate where exactly this file
> share is hosted.
>
>
>
> Suddenly some user says tht the share is not working, if we go to our
> domain say, \\sample\ im able to see the share.When i browse through that
> folder i could not locate.It says no network connectivity available for this
> path.
>
>
>
> How do i know in which file server the share ex:- \\sample\devteam is
> hosted? is ther any commands to check that?
>
>
>
>
> Thanks for your time.
> --
> Regards,
> Mohan R
> Level2-Server support Engineer.
>
>

Thomas VuylstekeUser is Offline

Posts:207

07/28/2010 10:27 AM  
Shouldn't dfsutil be able to give you the content of the referral list? And thus showing you to what \\sample<file:///\\sample> refers to?

If DFS is being used ofcourse.. Else the ping would do I think.

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Andrew Levicki
Sent: woensdag 28 juli 2010 11:23
To: activedir@mail.activedir.org
Subject: Re: [ActiveDir] OT: File Share
Sensitivity: Confidential

Unless they're using DFS in which case sample doesn't have to be the hostname of a server.

Andrew
On 28 July 2010 17:39, <Biju_babu@cargill.com<mailto:Biju_babu@cargill.com>> wrote:
Ping sample

Or

nslookup sample

it should give you the ip address or computername

Regards


Disclaimer: All postings are provided "AS IS" with no warranties, and confer no rights.


P Please consider our environmental responsibility before printing this e-mail

From: activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org> [mailto:activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org>] On Behalf Of mohan.activedirectorysupport@gmail.com<mailto:mohan.activedirectorysupport@gmail.com>
Sent: Wednesday, July 28, 2010 1:55 PM
To: ActiveDir@mail.activedir.org<mailto:ActiveDir@mail.activedir.org>
Subject: [ActiveDir] OT: File Share

Hi Team,

We have some file servers available in our environment. Because of the poor documentation in early days, we could not locate where exactly this file share is hosted.

Suddenly some user says tht the share is not working, if we go to our domain say, \\sample\<file:///\\sample\> im able to see the share.When i browse through that folder i could not locate.It says no network connectivity available for this path.

How do i know in which file server the share ex:- \\sample\devteam<file:///\\sample\devteam> is hosted? is ther any commands to check that?


Thanks for your time.
--
Regards,
Mohan R
Level2-Server support Engineer.


kbatkbslpcomUser is Offline

Posts:194

07/28/2010 2:20 PM  
DFSUTIL would (at least, under Win2000) show you this - even if the root
targets were unavailable. However, as I found out just yesterday, if
the root target is down (in my case, there was only 1 root target)
DFSUTIL (from Win2008) failed to show the targets.

I used ADSIEDIT to look at the DFS object itself to determine the server
it was pointing to.

This is the basic syntax - replace domain and share with the appropriate
names
DFSUTIL /root:\\domain\share /view

If you had Win2000, the syntax is different...Win2003, I think, uses the
above syntax

Win2000: dfsutil /view:\\domain\share (I think this is the syntax
for Win2000 - its been awhile)


-----Original Message-----
From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of Thomas
Vuylsteke
Sent: Wednesday, July 28, 2010 5:27 AM
To: activedir@mail.activedir.org
Subject: RE: [ActiveDir] OT: File Share
Sensitivity: Confidential



Shouldn't dfsutil be able to give you the content of the
referral list? And thus showing you to what \\sample <file:///\\sample>
refers to?



If DFS is being used ofcourse.. Else the ping would do I think.



From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of Andrew Levicki
Sent: woensdag 28 juli 2010 11:23
To: activedir@mail.activedir.org
Subject: Re: [ActiveDir] OT: File Share
Sensitivity: Confidential



Unless they're using DFS in which case sample doesn't have to be
the hostname of a server.



Andrew

On 28 July 2010 17:39, <Biju_babu@cargill.com> wrote:

Ping sample



Or



nslookup sample



it should give you the ip address or computername



Regards





Disclaimer: All postings are provided "AS IS" with no
warranties, and confer no rights.





P Please consider our environmental responsibility before
printing this e-mail



From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of
mohan.activedirectorysupport@gmail.com
Sent: Wednesday, July 28, 2010 1:55 PM
To: ActiveDir@mail.activedir.org
Subject: [ActiveDir] OT: File Share



Hi Team,



We have some file servers available in our environment. Because
of the poor documentation in early days, we could not locate where
exactly this file share is hosted.



Suddenly some user says tht the share is not working, if we go
to our domain say, \\sample\ <file:///\\sample\> im able to see the
share.When i browse through that folder i could not locate.It says no
network connectivity available for this path.



How do i know in which file server the share ex:-
\\sample\devteam <file:///\\sample\devteam> is hosted? is ther any
commands to check that?




Thanks for your time.
--
Regards,
Mohan R
Level2-Server support Engineer.




mohanravUser is Offline

Posts:82

07/28/2010 2:57 PM  
Hi team,

Sorry sample is domain name and '//sample//devteam is the share name.

Sample is also a DC. if i ping sample/nslokup it gives me only the dc's IP
address not the devteam share where it is hosted.



On 7/28/10, Brown, Ken F. <Ken.Brown@kbslp.com> wrote:
>
> DFSUTIL would (at least, under Win2000) show you this - even if the root
> targets were unavailable. However, as I found out just yesterday, if the
> root target is down (in my case, there was only 1 root target) DFSUTIL (from
> Win2008) failed to show the targets.
>
> I used ADSIEDIT to look at the DFS object itself to determine the server it
> was pointing to.
>
> This is the basic syntax - replace domain and share with the appropriate
> names
> DFSUTIL /root:\\domain\share /view
>
> If you had Win2000, the syntax is different...Win2003, I think, uses the
> above syntax
>
> Win2000: dfsutil /view:\\domain\share (I think this is the syntax for
> Win2000 - its been awhile)
>
>
> -----Original Message-----
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *Thomas Vuylsteke
> *Sent:* Wednesday, July 28, 2010 5:27 AM
> *To:* activedir@mail.activedir.org
> *Subject:* RE: [ActiveDir] OT: File Share
> *Sensitivity:* Confidential
>
> Shouldn’t dfsutil be able to give you the content of the referral list?
> And thus showing you to what \\sample refers to?
>
>
>
> If DFS is being used ofcourse.. Else the ping would do I think.
>
>
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *Andrew Levicki
> *Sent:* woensdag 28 juli 2010 11:23
> *To:* activedir@mail.activedir.org
> *Subject:* Re: [ActiveDir] OT: File Share
> *Sensitivity:* Confidential
>
>
>
> Unless they're using DFS in which case *sample* doesn't have to be the
> hostname of a server.
>
>
>
> Andrew
>
> On 28 July 2010 17:39, <Biju_babu@cargill.com> wrote:
>
> Ping sample
>
>
>
> Or
>
>
>
> nslookup sample
>
>
>
> it should give you the ip address or computername
>
>
>
> Regards
>
>
>
>
>
> *Disclaimer: *All postings are provided "AS IS" with no warranties, and
> confer no rights.
>
>
>
>
>
> *P **Please consider our environmental responsibility before printing this
> e-mail*
>
>
>
> *From:* activedir-owner@mail.activedir.org [mailto:
> activedir-owner@mail.activedir.org] *On Behalf Of *
> mohan.activedirectorysupport@gmail.com
> *Sent:* Wednesday, July 28, 2010 1:55 PM
> *To:* ActiveDir@mail.activedir.org
> *Subject:* [ActiveDir] OT: File Share
>
>
>
> Hi Team,
>
>
>
> We have some file servers available in our environment. Because of the poor
> documentation in early days, we could not locate where exactly this file
> share is hosted.
>
>
>
> Suddenly some user says tht the share is not working, if we go to our
> domain say, \\sample\ im able to see the share.When i browse through that
> folder i could not locate.It says no network connectivity available for this
> path.
>
>
>
> How do i know in which file server the share ex:- \\sample\devteam is
> hosted? is ther any commands to check that?
>
>
>
>
> Thanks for your time.
> --
> Regards,
> Mohan R
> Level2-Server support Engineer.
>
>
>
>


--
Regards,
Mohan R
Level2-Server support Engineer.

RobSilverUser is Offline

Posts:0

07/28/2010 6:37 PM  
Ping to find the subnet.

Then, remote desktop and right click the CD ROM. EJECT :)

Look for the server with the coffee cup holder ready.

rob silver | managing director | infraspec | cell: +26774212064 | mail: rob@infraspec.net | skype: rob.silver.botswana | msn: rob@infraspec.net
[Description: cid:image001.png@01CA217D.7937A940]
It's not a Bug -It's a Feature!

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Andrew Levicki
Sent: 28 July 2010 10:10 AM
To: activedir@mail.activedir.org
Subject: Re: [ActiveDir] OT: File Share

Unless they're using DFS in which case sample doesn't have to be the hostname of a server.

Andrew
On 28 July 2010 17:39, <Biju_babu@cargill.com<mailto:Biju_babu@cargill.com>> wrote:
Ping sample

Or

nslookup sample

it should give you the ip address or computername

Regards


Disclaimer: All postings are provided "AS IS" with no warranties, and confer no rights.


P Please consider our environmental responsibility before printing this e-mail

From: activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org> [mailto:activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org>] On Behalf Of mohan.activedirectorysupport@gmail.com<mailto:mohan.activedirectorysupport@gmail.com>
Sent: Wednesday, July 28, 2010 1:55 PM
To: ActiveDir@mail.activedir.org<mailto:ActiveDir@mail.activedir.org>
Subject: [ActiveDir] OT: File Share

Hi Team,

We have some file servers available in our environment. Because of the poor documentation in early days, we could not locate where exactly this file share is hosted.

Suddenly some user says tht the share is not working, if we go to our domain say, \\sample\<file:///\\sample\> im able to see the share.When i browse through that folder i could not locate.It says no network connectivity available for this path.

How do i know in which file server the share ex:- \\sample\devteam<file:///\\sample\devteam> is hosted? is ther any commands to check that?


Thanks for your time.
--
Regards,
Mohan R
Level2-Server support Engineer.


RobSilverUser is Offline

Posts:0

07/28/2010 6:43 PM  
Alternately, if it is an HP, open SmartStart and access the ACU. Don't change anything in the ACU!!!

Look for the server with blue lights on the HDs.

Rob Silver<http://robsilver.org/>

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of [Infraspec] Rob Silver
Sent: 28 July 2010 6:24 PM
To: activedir@mail.activedir.org
Subject: RE: [ActiveDir] OT: File Share

Ping to find the subnet.

Then, remote desktop and right click the CD ROM. EJECT :)

Look for the server with the coffee cup holder ready.

rob silver | managing director | infraspec | cell: +26774212064 | mail: rob@infraspec.net<mailto:rob@infraspec.net> | skype: rob.silver.botswana | msn: rob@infraspec.net<mailto:rob@infraspec.net>
[Description: cid:image001.png@01CA217D.7937A940]
It's not a Bug -It's a Feature!

From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Andrew Levicki
Sent: 28 July 2010 10:10 AM
To: activedir@mail.activedir.org
Subject: Re: [ActiveDir] OT: File Share

Unless they're using DFS in which case sample doesn't have to be the hostname of a server.

Andrew
On 28 July 2010 17:39, <Biju_babu@cargill.com<mailto:Biju_babu@cargill.com>> wrote:
Ping sample

Or

nslookup sample

it should give you the ip address or computername

Regards


Disclaimer: All postings are provided "AS IS" with no warranties, and confer no rights.


P Please consider our environmental responsibility before printing this e-mail

From: activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org> [mailto:activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org>] On Behalf Of mohan.activedirectorysupport@gmail.com<mailto:mohan.activedirectorysupport@gmail.com>
Sent: Wednesday, July 28, 2010 1:55 PM
To: ActiveDir@mail.activedir.org<mailto:ActiveDir@mail.activedir.org>
Subject: [ActiveDir] OT: File Share

Hi Team,

We have some file servers available in our environment. Because of the poor documentation in early days, we could not locate where exactly this file share is hosted.

Suddenly some user says tht the share is not working, if we go to our domain say, \\sample\<file:///\\sample\> im able to see the share.When i browse through that folder i could not locate.It says no network connectivity available for this path.

How do i know in which file server the share ex:- \\sample\devteam<file:///\\sample\devteam> is hosted? is ther any commands to check that?


Thanks for your time.
--
Regards,
Mohan R
Level2-Server support Engineer.


You are not authorized to post a reply.
Forums >ActiveDir Mail List Archive >List Archives > [ActiveDir] OT: File Share



ActiveForums 3.7
Friends

Friends

VisualClickButoton
Members

Members

MembershipMembership:
Latest New UserLatest:MrPTSai
New TodayNew Today:0
New YesterdayNew Yesterday:0
User CountOverall:5234

People OnlinePeople Online:
VisitorsVisitors:32
MembersMembers:0
TotalTotal:32

Online NowOnline Now:

Ads

Copyright 2009 ActiveDir.org
Terms Of Use