Title: IT Briefing
1IT Briefing
2IT Briefing Agenda 5/18/06
- EOL Updates
- WebTalk
- IT Website
- AAIT Video Services
- Oracle Updates
- eSubmissions
- NetCom QA
- Karen Jenkins
- Lee Clontz
- Norman Hulme
- Brenda Rockswold Jim Kruse
- Evan Ehrenhalt
- Graydon Kirk
- Paul Petersen
3EOL Fall 2006
- Given CAT, NetReg, and Software Express new
goal for EOL - Prepare Student computers for connectivity to
Emory networks - EOL functionality
- Install Symantec
- Install Spybot
- Turn on Windows firewall
- Configure for Emory UnPlugged (new)
- Test for recent Windows updates/patches (and
hopefully install) (new) - Prompt user to plug into the wired network (new)
- Run the CAT executable (new)
- Screen shot demo in August
- Invite testing participants (john.maxwell_at_emory.ed
u)
4WebTalk Demo
5IT Website
6AAIT Video Services
- Brenda Rockswold
- Jim Kruse
7Mission Statement
- The goals of the Video Services team are to
enhance communication, collaboration, and
information access through a wide range of
services including videoconferencing, cable
television, audio/video streaming, and
webcasting. The team offers consulting, research,
and support for these services to members of the
Emory academic, research, and healthcare
communities.
8Customers
- Vary by service
- Emory Faculty and Staff
- Emory Students
- Emory Affiliates
- Emory Healthcare
9Streaming Content Support
- Streaming within ECIT
- Streaming outside of ECIT
10Streaming Content Support
- Streaming server capacity
- Supported media formats
11Live Event Broadcasting
- Webcasting
- Cable television
12Live Event Broadcasting
- Commencement
- Orientation
- Town Halls
13Video Conferencing
- IP ISDN
- Consult on desktop solutions
- Single and Multi-site support (MSU)
14Cable Television
- 78 Channels
- Unified Channel Lineup
- Cable Broadcast of Special Events
- Satellite Downlinking
15Video Editing and Production
- Centers support iMovie and Final Cut
- Class support for video production
- Independent projects faculty/students
- AAIT production - Africa
16For More Information
- media.service.emory.edu
- Brenda Rockswold
- brenda.rockswold_at_emory.edu
- 7-5233
- Jim Kruse
- james.kruse_at_emory.edu
- 7-7656
- Jack McKinney
- jack.mckinney_at_emory.edu
- 404-272-1945
17Video Services
18Oracle Lets Talk
19Talk About 10g
- The new 10g version of WEB/EBO
- Oracle Internet Directory (OID)
- Advance Security Option (SSL ?)
2010g
- The new environment for the WEB/EBO databases
will be more robust. - 10g allows us to add processing power during
heavy use periods. - When a box fails, the database will not fail. It
just moves to another box. - This feature is available with 10g clients using
OID.
21Who is Moving?
- Most developers who use the WEB and EBO databases
are AAIT. - This does not address developers using SLF1,
SLF2, DPT1 or DPT2. - If you are not sure which database you are
attaching to, contact your web admin or the help
desk.
22WEB/EBO DBs go 10g
- Please start testing the 10g version of the
database now. - Oracle 9i clients will work, but
- Install the 10g client to use the advanced
features, such as failover. - Use OID to access the AAITWEBD service.
23Talk about OID
- The new 10g version of WEB/EBO
- Oracle Internet Directory
- Advance Security Option (SSL ?)
24 OID How do I get there from here?
Any_DB
1784 N. Decatur RD
TNS Old, lists machine
1784 N. Decatur Rd, luna.cc.emory.edu
TNS - Manual Change
1762 Clifton Rd Triton.cc.emory.edu
OID
OID - Do Nothing, let us work for you!
Web Server
25 OID vs TNS How do I get there from here?
TNSNAMES requires you to specify the database
server, the port, and the database name. If
anything changes, then you must manually change
the file. How many PCs do you support? How do
you know about every change?
OID puts the burden on the DBAs. They make the
changes when a database moves. You dont have
to. There is no reason not to move to OID as soon
as you can.
26 So How Do I Switch to OID?
- First we will add a few lines to your sqlnet.ora
file in your network admin folder. Then we create
a new file, the ldap.ora in the same folder.
First lets add lines to sqlnet.ora Naming
entries for sqlnet.ora NAMES.DIRECTORY_PATH
(TNSNAMES, LDAP)NAMES.DEFAULT_DOMAIN
cc.emory.eduNAME.DEFAULT_ZONE cc.emory.edu
Oracle Home/network/admin/sqlnet.ora
Both files are available on the web.
27 So How Do I Switch to OID?
Now we place a new file, ldap.ora in the same
directory.
DEFAULT_ADMIN_CONTEXT "dcemory,dcedu" DIRECTO
RY_SERVERS(oranamesrvr0.cc.emory.edu389636,
oranamesrvr2.cc.emory.edu389636) DIRECTOR
Y_SERVER_TYPE OID
Oracle Home/network/admin/ldap.ora
Both files are available on the web.
28 Can I Copy the Files From Somewhere?
Sure! Go to http//it.emory.edu/ and search for
database. The Self Service Database FAQ has
examples for both ldap.ora and sqlnet.ora. Or go
to http//www.it.emory.edu/showdoc.cfm?docid1547
fr1086faqs
29Talk About ASO
- The new 10g version of WEB/EBO
- Oracle Internet Directory
- Advance Security Option (SSL ?)
30What is the problem?
Database Server
ASO
Web Server or Your PC
Bounce
Hackers
Unprotected connection
Sniff
31What about the Core?
- The Administrative Core is a good concept. It
keeps out most of the hackers. - The core does not protect against staff members
(or student workers) with curiosity or malice.
32So what is the solution?
- Implement ASO, which is the Oracle equivalent to
SSL. - We will start requesting use of ASO.
- Over time we may move to requiring it, depending
on our security needs.
33How to use ASO
- Oracle Advance Security is configured in the
sqlnet.ora file. - Most machines already have what they need. If not
one module (ASO) may need to be installed. - Changing a few lines in the sqlnet.ora file
should do it.
34 Can I Copy the Files From Somewhere?
Sure! Go to http//it.emory.edu/ and search for
database. The Self Service Database FAQ has
examples for both ldap.ora and sqlnet.ora. Or go
to http//www.it.emory.edu/showdoc.cfm?docid1547
fr1086faqs If you dont write at 90 MPH, the
slides will be available.
35SQLNET.ORA
- The security portion of the SQLNET.ORA looks like
this - SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT (MD5)
- SQLNET.ENCRYPTION_TYPES_CLIENT (RC4_40, RC4_56)
- SQLNET.CRYPTO_SEED qwertyuiop1234567890
- .ORA .ora
- SQLNET.CRYPTO_CHECKSUM_CLIENT requested
- SQLNET.ENCRYPTION_CLIENT requested
36The Future
- Over time we would like all communication to be
encrypted. - All servers will be set to required if possible,
or to requested for servers with unusual clients. - There is no timeline at this point.
37Questions about any of this
- The new 10g version of WEB/EBO
- Oracle Internet Directory
- Advance Security Option (SSL ?)
http//www.it.emory.edu/showdoc.cfm?docid1547fr
1086faqs or http//it.emory.edu/ then search
for database to find the self service FAQ.
38eSubmissions
39Emory Backbone Upgrade Status and Timeline
- July 20, 2006
- Paul Petersen
- Director, Architecture/Engineering
- Network Communications
40Agenda
- Preparation Work
- Creating Router Redundancy
- Engineering VLANs
- Replacing Routers
- Timelines
- LAN Migrations
- Border Firewall
- Challenges Unknowns
41Creating Router Redundancy
42Engineering VLANs
43Replacing Routers
Replacement Schedule 6/15 Cox Hall 7/05
North 7/10 NDB 7/13 Clairmont 7/24 EUH 8/14
- Crawford
44Timeline Router Migration
45Timeline Firewall Migration
46Challenges Unknowns
- LAN Challenges
- Fast Ethernet LANs
- Multi-net LANs/Default Gateway Changes
- Custom Configurations
- Data Center/DMZ
- Communication
47NetCom