1.Login from pub3 to olserver13 using one single interface (authentication with ActiveDirectory and through the firewall) 2.A possible changing of strategy.

Slides:



Advertisements
Similar presentations
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Advertisements

SSH Operation and Techniques - © William Stearns 1 SSH Operation and Techniques The Swiss Army Knife of encryption tools…
Insider Access Behavior Team May 06 Brandon Reher Jake Gionet Steven Bromley Jon McKee Advisor Client Dr. Tom DanielsThe Boeing Company Contact Dr. Nick.
Secure Shell – SSH Tam Ngo Steve Licking cs265. Overview Introduction Brief History and Background of SSH Differences between SSH-1 and SSH- 2 Brief Overview.
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
User logging into Facebook’s interface. Running the application from FaceBook applications.
Chipotle Gets an A An iPhone Development Experience RC Johnson Nick Niehoff Kim-Lan Tran Ryan Thomas.
A complete web app using flex. You can use the flex builder to generate the php (server side) code for a flex-php application. As before, Php connects.
Lecture 4: Introduction to PHP 3 PHP & MySQL
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
INTRO TO MAKING A WEBSITE Mark Zhang.  HTML  CSS  Javascript  PHP  MySQL  …That’s a lot of stuff!
Asynchronous Web Services Approach Enrique de Andrés Saiz.
Setting Up a Development Server Once you have your own development server, you’ll wonder how you ever managed without one, and it’s easy to set one up!
Chapter 2: Installing and Upgrading to Windows Server 2008 R2 BAI617.
WIFI USABILITY Reg Arvidson. Idea  Track signal variances throughout the day  Get a feel for the “usability” of a WiFi access point (or location) 
Trouble History Database of HIMAC ~ Current Status and Future Plan ~ T.Kadowaki (Accelerator Engineering Corporation) 28.SEP.2007
INTERNET APPLICATION DEVELOPMENT For More visit:
SWIS Digital Inspections Project (SWIS DIP) Chris Allen, Information Management Branch California Integrated Waste Management Board November 5, 2008 The.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Bryce Rodgers Kent Warner Matt Heckman.
Remote Desktop Services Remote Desktop Connection Remote Desktop Protocol Remote Assistance Remote Server Administration T0ols.
Group Three. Goals and Objectives  The goals and objectives will be to provide the non-faculty staff users with access they need in order to successfully.
Web Application Development. Define ER model in QSEE Generate SQL Create Database mySQL Write Script to use TableEditor class Process to create A simple.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
Web Application Development. Tools to create a simple web- editable database QSEE MySQL (or PHPMyAdmin) PHP TableEditor.
October 3, 2010 Mobile Patrons: Better Services on the Go Vincci Kwong and Gary Browning Indiana University South Bend 13 th Annual LITA National Forum.
Global Customer Partnership Council Forum | 2008 | November 18 1IBM - GCPC MeetingIBM - GCPC Meeting IBM Lotus® Sametime® Meeting Server Deployment and.
Web Based Inventory Site Building Room Asset Number Category Type Description Serial Number Manufacturer Model Vendor Name Acquired Date P O Number Budget.
WaveMaker Visual AJAX Studio 4.0 Training Authentication.
Maintaining a Mirrored Database Tips and Tricks by Paul G. Hiles.
Dream Report: Secure and Reliable Reporting Renee Sikes Applications Engineer Dream Report Brand Manager.
Using PDAs to Automate Vital signs Acquisition and Storage (UPAVAS) Sponsor: Dr. Paul Harris, GCRC Informatics Director Members: Chris Heath, BME/EE Adam.
Student registers to the website Student login Student views current courses Register for available courses View the first course item. with order number.
Service Computation 2010November 21-26, Lisbon.
Statistics Monitor of SPMSII Warrior Team Pu Su Heng Tan Kening Zhang.
A Universal Framework for Data Validation Giovanni Organtini INFN-Sez. di Roma.
Wyoming Online Career and Technical Assessment System Student Registration Training.
Computer Emergency Notification System (CENS)
Grid Chemistry System Architecture Overview Akylbek Zhumabayev.
Alarm Network System Supervised by: Dr. Luai Malhis. Prepared by: Mahmoud Musa & Mustafa Assaf.
Syllabus Management System. The Problem There is need for a management system for syllabi that: Provides a simple and effective user interface Allows.
Creating PHPs to Insert, Update, and Delete Data CS 320.
Sonic EventMonitor Monitoring your Sonic environment Tako Grijpma Progaia Resource Solutions 09 november 2006.
Login to a Database (from a Webpage), Inserting data into a database from a form, getting data from database and display on Webpage Done by: Mashail Alsolamy.
ProjectManager Plugin. Objective Enable web-based storage for construals – Save construals without having to copy script generator text to notepad – Load.
SSH Operation The Swiss Army Knife of encryption tools…
Project Launch Presentation. Overview  Group Members: Joshua Booth Jiajia Jiang Weijuan Shi  Client: G & T Security.
Procedures System Overhaul Gary Hemming. 07/12/ Procedures System Overhaul Objectives Centralise proceduresCentralise procedures Facilitate easier.
Configuring and Troubleshooting Identity and Access Solutions with Windows Server® 2008 Active Directory®
Facebook is a social utility that connects you with the people around you. Use Facebook to…  Keep up with friends and family  Share photos and videos.
Distributed Time Series Database
Syllabus Management System Matt Bernstein, Paul Capelli, Jared Segal.
Server-Side Solutions Steve Perry
How Web Database Architectures Work CPS181s April 8, 2003.
Display Page (HTML/CSS)
Configuring Drupal Information Systems 337 Prof. Harry Plantinga.
Engineering Practices for Continuous Delivery:
Software support for TTOs
Task Management System (TMS)
Web Browser server client 3-Tier Architecture Apache web server PHP
Web Systems Development (CSC-215)
Accessing Your MySQL Database from the Web with PHP (Ch 11)
TJHSST Website Redesign
WHAT IS WINDOWS MULTIPOINT SERVER 2012?
Tutorial 6 PHP & MySQL Li Xu
First Level Incident Handling FAQ (For EAL)
Agricultural Data Collection System
NetChat Communications Framework
Presentation transcript:

1.Login from pub3 to olserver13 using one single interface (authentication with ActiveDirectory and through the firewall) 2.A possible changing of strategy in collecting data from the Alp servers Many WEB applications use data which are generated by ALP (ALPGuard, ALPDMS). from Alp we send a system command in which we perform a “rsh” in background on olserver13; than on olserver13 a specific PHP script is being launched for each application. Many limitations: the rsh command cannot be controlled at any level the amount of uncontrolled rsh on olserver13 has grown in a considerable way Moreover the rsh is performed as “virgorun” An alternative strategy AlpDMS and Alpguard run on olserver2 which is equipped with basic version of PHP from the two Alp servers we can perform a system command in which we launch a specific PHP script. than the PHP script (launched on olserver2) can build a MySQL connection and than write into the MySQL db hosted on olserver13. Solution already implemented for the scripts launched by AlpDMS since 22 November.

3.New intercaes * Interface to set user rights to shelve/mute flags * Interface to set notification about shelving/muting changes 4. AoB 4.1 log of the flag (different and alternative to the “DMSLog”): Rough proposal to better define; From a subflag and after authentication possibility to add comment (i.e. sensor broken, expert has been informed); Log of the subflag automatically created superposing automatic message (i.e. at xx subflag is red, at xx subflag shelved, etc..) with manual added comment; Seek examples in commercial alarm system to get more ideas; “brms(TCS_NI_Power)” LOG 99988xxxx Flag unshelved 99988xxxx Flag green 99988xxxx comment added: sensor repaired 99988xxxx Flag shelved 99988xxxx comment added: expert informed 99988xxxx comment added: sensor broken 99988xxxx Flag red