[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference tape::infoserver

Title:InfoServer (Ethernet System Server)
Notice:Much more than just a CD Servere TAPE::
Moderator:TAPE::STONEHAM
Created:Wed Mar 21 1990
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2223
Total number of notes:9773

2193.0. "Client for WNT okay! but..." by BRSTR2::SYSMAN (Dirk Van de moortel) Tue Feb 11 1997 13:03

Hi...

just installed InfoServer Client for WNT V1 on top of NT-server 4.0 (sp2)
==> works just fine!

We have a plextor CD-server (7 Cd's) connected to an infoserver 1000 (V3.4)

Now a question:

   On the NT-server we connect to the shared CD's on the infoserver but
   we had the plan to create services on the NT-server (for the win-95
   clients) that are independant of the labels of the CD's.

   So I created 7 services: CD0 for DK0:, CD1 for DK1:, ... CD6 for DK6:
   but these services are not shown in the Map Network Drive dialog box
   on the NT-server: we only see the labels of the CD's...

   On VMS we see:
   --------------

   Disk services offered by node INFO1 (LAD V3.1, Address: 08-00-2B-A1-41-2E)
                                                           Current   Writes
   Service:                           Device:      Rating: Connects: Allowed?:
   OFFICE97PRO                        CD-ROM       65272       0     No
   NTWKS40                            CD-ROM       65272       0     No
   NTSRV40A                           CD-ROM       65272       0     No
   CD2                                CD-ROM       65272       0     No
   CD1                                CD-ROM       65272       0     No
   CD0                                CD-ROM       65272       0     No

On the NT-server there is no sign of the CDn-services...

So... When a CD is replaced with another one (with another label), we must:

    1) go to the NT-server,
    2) un-share the service for the win-95 clients,
    3) disconnect form the infoserver,
    4) reconnect to the infoserver,
    5) re-share the service for the win-95 clients,
    6) go back to where-ever it was that we came from.

Because our end-users should be able to mount and dismount CD's and because
I don't like to give them full access to the NT-server, I wonder if there's
a way around this?

Thanks in advance for hints & tips...
Dirk Van de moortel
T.RTitleUserPersonal
Name
DateLines
2193.1See relnotes - not all services appear...TAPE::ROURKETue Feb 11 1997 16:0026
    Here's what I think is happening. Under shared directories in the
    Map Network Drive dialog box, we have a bug (see details in the
    relnotes.txt on \INFOSRV) in that not all services appear. Typically,
    about 7 services (max) appear, which, by coincidence is what you have
    before you created the new services at the InfoServer. We advise
    you go to top level of explorer and browse from there (click Network
    Neighborhood, Entire Network, DIGITAL InfoServer Network, CD-ROM
    services). My bet is that you will see your newly created services
    there.
    
    You can then go back to Map Network Drive and connect to your
    new service using the UNC (\\SERVER\SERVICE) format. Yep, it's
    a nuisance to type it, but you'll probably only need to type
    it once. After the first time, you can click the arrow to the right
    of Path and find the UNC name still there and just click
    on it.....
    
    Let me know if you can't see those services from the top level of
    Explorer.....
    
    BTW, fixing this bug is high on our priority list for next release.
    
    
    - jack
     
    
2193.2Or is it a service class issue?WAYLAY::GORDONResident Lightning DesignerTue Feb 11 1997 16:216
	Also, make sure you're creating the service names in a service class
for which the NT client solicits.  VMS solicits in the ODS_2 service class.
I'd bet NT is solicition in the ISO_9660 service class. 


						--Doug
2193.3TAPE::ROURKETue Feb 11 1997 18:073
    re: -.1
    
    Correct. It has to be ISO 9660 (default if you don't specify anything).
2193.4It's magicWAYLAY::GORDONResident Lightning DesignerTue Feb 11 1997 19:0157
>    Correct. It has to be ISO 9660 (default if you don't specify anything).

	Well, sort of.  The "true default" is always ODS_2 -- that's if you're
creating a service for a partition or if it can't determine a file format.

	If you're creating a service for a CD, it attempts to use the file
system on the CD as a guide.  For example:


Gumby> sh dev dk4 f

Device Name:          DK4:
State:                  On             Device Size:         601800
Device:       Compact Disc             Volume Name:    ALPHA0621H3
Device Type:         RRD45             SCSI Bus/Id:          A/004

Device Characteristics:
   Automount enabled.
   ODS-2 file system on device.

Services bound to Port:
   ALPHA0621H3          [ODS_2]         DK4:


Gumby> create service nervous dk4
%ESS-I-CREATED, Created service NERVOUS [ODS_2].
%ESS-I-CREATED, Create service completed successfully.



Here's a dual format CD:

Gumby> sh dev dk4 f

Device Name:          DK4:
State:                  On             Device Size:        1201808
Device:       Compact Disc             Volume Name:     UPDATE_V38
Device Type:         RRD45             SCSI Bus/Id:          A/004

Device Characteristics:
   Automount enabled.
   ODS-2 file system on device.
   ISO-9660 file system on device.

Services bound to Port:
   UPDATE_V38           [V2.0]          DK4:
   UPDATE_V38           [ODS_2]         DK4:
   NERVOUS              [ODS_2]         DK4:
   UPDATE_V38           [ISO_9660]      DK4:


Gumby> create service pervis dk4
%ESS-I-CREATED, Created service PERVIS [ODS_2].
%ESS-I-CREATED, Created service PERVIS [ISO_9660].
%ESS-I-CREATED, Create service completed successfully.

2193.5Okay! Thanks!BRSTR2::SYSMANDirk Van de moortelThu Feb 13 1997 07:4115
re .1,2,3,4

Thanks... I have re-created the services on the infoserver as class iso_9660
and now I see the CDn-services on the NT-server (in Network Neighborhood)
and I can connect to them.

And now, when I for example physically swap 2 of the CD's, the win-95
clients see the contents of the shared-shared CD's swapped too.
On the NT-server we just have to refresh (f5) My Computer and the labels are
swapped... 

Just what we wanted!

Thanks x 1024!!!
Dirk