0% found this document useful (0 votes)
33 views18 pages

PAS-PIDS Installation - Central Server - Issue 1.0

It contains the details of the parameters and configuration used to determine the installation procedure for the Elno puds pas server.

Uploaded by

Satish Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views18 pages

PAS-PIDS Installation - Central Server - Issue 1.0

It contains the details of the parameters and configuration used to determine the installation procedure for the Elno puds pas server.

Uploaded by

Satish Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Ref: PAS-PIDS Installation - Central

PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

☐DEFENSE & SECURITY TRANSPORT ☐AIRCRAFT & INDUSTRY

Index Date Nature of the modification


0.1 03/01/2017 Document creation

Writer Checker Approver


Name Romain Goessens Bertrand COUROUBLE
Position Software Manager Project Manager
Date 03/01/2017 01/02/2017

Visa

This document is the property of ELNO and may not be shared or reproduced without written approval. 1 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

CONTENTS

1 Purpose .......................................................................................................................................... 3
2 Field of application ........................................................................................................................ 3
3 Abbreviations ................................................................................................................................ 3
4 Input elements ............................................................................................................................... 3
5 Central Server preparation ........................................................................................................... 4
5.1 SQL database preparation ..................................................................................................... 4
5.2 FTP server configuration........................................................................................................ 5
5.3 Dongle ................................................................................................................................... 5
6 Central Server installation ............................................................................................................ 6
6.1 PIS database creation ........................................................................................................... 6
6.2 Central Server software installation (start) ............................................................................. 6
6.3 Injector installation (start) ....................................................................................................... 8
6.4 Injector configuration ............................................................................................................. 9
6.5 Injector installation (completion)........................................................................................... 17
6.6 Central Server software installation (completion) ................................................................. 18

This document is the property of ELNO and may not be shared or reproduced without written approval. 2 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

1 PURPOSE
This document describes the different steps for installing the software applications, as well as the IT
hardware components, related to the PAS/PIDS system on a prepared IT environment.
It focuses on the PAS/PIDS system installation for a Central Server.

2 FIELD OF APPLICATION
This document applies to the IT equipment of PAS/PIDS system for DMRC Phase-III project.

3 ABBREVIATIONS

DMRC Delhi Metro Rail Corporation


NTP Network Time Protocol
PAS Public Address System
PIDS Passenger Information Display System

4 INPUT ELEMENTS
CS-15 tender and the associated contract.

Reference Revision

CS15-Instructions to tender NA

CS15-Instructions to tender-Appendix 3 NA

General Condition of Contract (GCC) NA

CS15-Special Condition of contract (SCC) NA

CS15 Employer’s Requirement-General


NA
Specifications

CS15-Particular specification-General Requirements NA

CS15-Particular specification-Public Address System NA

Tender technical proposal 1

MQ01-Quality manual F2

This document is the property of ELNO and may not be shared or reproduced without written approval. 3 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

5 CENTRAL SERVER PREPARATION

5.1 SQL database preparation


Create an SQL user:
 Launch “SQL Server Management Studio”
 Login, then right click on “Security” folder (tree view), select “New/ Login”
 Set a login name (“elnosql” for instance)
 Check the option “SQL Server authentication”
 Set a password (“Elno_Sql” for instance)
 Uncheck the option “Enforce password policy”
 Validate

Authorize the SQL user for the SQL server:


 Right click on the root item in the tree view (the SQL server), then “Properties”
 Open “Security” tab, and check “SQL Server and Windows Authentication mode”
 Open “Permissions” tab, select the created SQL user in the list, then check all boxes in “Grant”
column (you can use “space” key to check)
 Validate

This document is the property of ELNO and may not be shared or reproduced without written approval. 4 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

5.2 FTP server configuration


FTP server creation, in IIS (Start/ All Programs/ Administrative Tools/ IIS Manager; or Start/ Control Panel/
System and Security/ Administrative Tools/ Internet Information Services (IIS) Manager):
 Right click on the main server in the tree view, then “Add FTP server” (or right click on the existing
“Default Web Site” and select “Add FTP Publishing”)
 Define the FTP home directory ( “D:\CentralServerFTP\” for a Central Server)
 SSL: No SSL
 Authentication: Basic
 Authorization: Allow access to “All users”
 Permissions: Read & Write

FTP user creation, in Server Manager (Start/ All Programs/ Administrative Tools/ Server Manager):
 “Configuration/ Local Users and Groups/ Users”, right click on “Users/ New User”
 Set a User name (“elnoftp” for instance)
 Set a Full name: same as User name
 Set a Description: same as User name
 Set a password (“Elno_Ftp” for instance)
 Uncheck the option “User must change password at next logon”
 Check the option “User cannot change password”
 Check the option “Password never expires”

Share the FTP home directory with the FTP user:


 Right click on the FTP home directory, then “Properties”:
o In “Security” tab, click on “Edit” and add the FTP user with Permission as “Full Control”

Check the smooth running of FTP service via a Web browser:


 In the address bar, type “ftp://[IP address of the server]”
 The page should prompt the FTP credentials
 After login, you should see a tree view of the FTP root folder content

5.3 Dongle
Dongle Driver:
 Install “Sentinel System Driver Installer 7.5.7.exe”

This document is the property of ELNO and may not be shared or reproduced without written approval. 5 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

6 CENTRAL SERVER INSTALLATION

6.1 PIS database creation


First, create the PIS database into Microsoft SQL Server Management Studio:
- Open Microsoft SQL Server Management Studio
- In the Object Explorer, right-click on “Databases” > New Database…
- Set the Database name as “PIS”, then validate

Then, run the script for creating all tables:


- Open the “Sources\ Central Server - Create empty db tables for 1.6.2.sql” file into Microsoft SQL
Server Management Studio
- Execute the query

6.2 Central Server software installation (start)


Right-click on the Central Server installer file > Run as Administrator, in order to launch the Central Server
Setup Wizard:

1. Click on Next. 2. Click on Next.

This document is the property of ELNO and may not be shared or reproduced without written approval. 6 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

3. Click on Next. 4. Click on Install.

This document is the property of ELNO and may not be shared or reproduced without written approval. 7 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

6.3 Injector installation (start)


Once the Injector Setup Wizard is launched, proceed as described below:

1. Click on Next. 3. Click on Next.

2. Click on Next. 4. Click on Next.

This document is the property of ELNO and may not be shared or reproduced without written approval. 8 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

6.4 Injector configuration


When the extraction of the Injector is complete, the following configuration page appears:

In the first list box, select the “Central Server” as Local Host Type:

Then click on Define button.

This document is the property of ELNO and may not be shared or reproduced without written approval. 9 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

The configuration page regarding the Central Server software management appears:

Click on the related Get buttons to indicate the different required paths. By default, set the different
information as shown in the picture above.
Note: the pre-written information may be different from the picture above. In this case, modify
the values as shown in the picture above.

Then click on Ok button to validate.

This document is the property of ELNO and may not be shared or reproduced without written approval. 10 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

The configuration page regarding the ModuleHardware software management appears:

Click on the related Get buttons to indicate the different required paths. By default, set the different
information as shown in the picture above.
Note: the pre-written information may be different from the picture above. In this case, modify
the values as shown in the picture above.

Then click on Ok button to validate.

This document is the property of ELNO and may not be shared or reproduced without written approval. 11 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

Note: the information in the picture above are provided as example only.

Fill-in the required fields of this configuration page, using the corresponding information from site.
 Periodicity of the control to detect a new delivery of kits (in minutes) = 1
 Primary FTP server’s IP address = IP address of this Central Server (either Main or Redundant)
 FTP User account = FTP User’s name for this Central Server
 User account’s password = FTP User’s password for this Central Server
 Secondary FTP server’s IP address = IP address of the other related Central Server (either Main
or Redundant)
 FTP User account = FTP User’s name for the other related Central Server
 User account’s password = FTP User’s password for the other related Central Server
 IP address of the NMS server = IP address of the NMS server related to this Metro Line

Check the checkbox related to the NTP time reference, then click on the associated Define button.
Leave all the other checkboxes unchecked.

This document is the property of ELNO and may not be shared or reproduced without written approval. 12 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

Then click on the associated Define button for the NTP time reference.
The configuration page regarding the NTP Client Service software management appears:

Click on the related Get buttons to indicate the different required paths. By default, set the different
information as shown in the picture above.
Note: the pre-written information may be different from the picture above. In this case, modify
the values as shown in the picture above.

Then click on Ok button to validate.

This document is the property of ELNO and may not be shared or reproduced without written approval. 13 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

Click on the Set button, located at the bottom-right side of the window, for configuring the different paths
leading to the templates, audio files, images files and video files.

This document is the property of ELNO and may not be shared or reproduced without written approval. 14 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

The configuration page regarding the paths management appears:

Click on the related Set buttons to indicate the different required paths. By default, set the different
information as shown in the picture above.
Note: the pre-written information may be different from the picture above. In this case, modify
the values as shown in the picture above.

Then click on Ok button to validate.

This document is the property of ELNO and may not be shared or reproduced without written approval. 15 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

Leave all the other checkboxes unchecked.

Click on OK button to validate.

This document is the property of ELNO and may not be shared or reproduced without written approval. 16 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

6.5 Injector installation (completion)


After validating the Injector configuration, an information page appears:

Click on OK.

A console window appears:

Press any key when requested.

This document is the property of ELNO and may not be shared or reproduced without written approval. 17 / 18
Ref: PAS-PIDS Installation - Central
PAS-PIDS INSTALLATION – LOCAL SERVER Server - Issue 1.0.docx

Delhi Metro Rail Corporation Project Version: 1.0

Click on Close button to exit the Injector Setup Wizard.

6.6 Central Server software installation (completion)


Once the installation of the Injector is complete, the final window of the Central Server Setup Wizard
appears:

Click on Finish to exit the Local Server Setup Wizard.

This document is the property of ELNO and may not be shared or reproduced without written approval. 18 / 18

You might also like