Showing posts with label Windows 2003. Show all posts
Showing posts with label Windows 2003. Show all posts

Wednesday, October 17, 2012

Configuring Windows 7 for Internet Connection Sharing

Configuring your computer and device for Internet Connection Sharing takes a few minutes. You will, however, need to meet the following requirements.

System Requirements

· Your game console must have an Ethernet port. A LAN Adapter is required for connecting to

Michigan Tech’s network via ICS.

· The computer you use for ICS must have two viable network connections; one to connect to Michigan Tech’s network and another to share the Internet connection with your game console. These ports must be wired Ethernet ports.

· For connection sharing, you will need an Ethernet cable long enough to connect your game console to your connection sharing computer.

Configuring the Sharing Computer

1. Ensure you have an active internet connection.

2. Right-click your Network Configuration icon on System Tray.

3. Click Open Network and Sharing Center.

clip_image004

4. Click Change adapter settings located in the left navigation pane to open the Network

clip_image006Connections window.

clip_image0085. Right-click the network adapter that will be connected to the internet and select

Properties.

clip_image0106. Click on the Sharing tab of the network adapter Properties window.

7. Check the Allow other network users to connect through this computer’s Internet connection

box.

8. Select the connection you will be using to connect to your secondary device (e.g. Xbox, Ps3, Wii)

from the networking connection drop-down list.

9. Click OK on each open window to save your changes and close the windows.

Your computer is now configured for connection of the secondary device

Continue Reading »

Friday, January 7, 2011

Exchange Server 2007 File Structure

Exchange Server 2007 File Structure

Exchange Database Files:-

  • E00.chk checkpoint file marks up to where database has been committed to the database files
  • E00.log –the current log file with transactions waiting to be processed.
  • E00res00001.jrs
  • E00res00002.jrs
  • E00000000A.log
  • Mailbox Database.edb. EDB file is the one which stores all mailbox database information. The size of this file increases significantly since it stores rich text and attachement. .STM files are no longer in use.
  • tmp.edb
  • Enn000000000x.log logs that have already been processed (Max log file size is 1 MB, also maximum number of log files has been raised from 1 million to 2 billion)

http://www.techpeoples.net/

The other files are in the locations C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue are specified below:

  • Trn.chk - The checkpoint file.
  • Trn.log - The current transaction log file.
  • Trntmp.log - The next provisioned transaction log file that is created in advance.
  • Trnnnn.log - Other transaction log files that are created when Trn.log reaches its maximum size.
  • Trnres00001.jrs - The Reserve log file.
  • Trnres00002.jrs - The Second Reserve log file.
  • Temp.edb – Temp DB used to verify database schema on start-up.

http://www.techpeoples.net/

Requirements of Installing Exchange Server 2007 on Windows Server 2003

Follow below steps to install Exchange Server 2007 on Windows Server 2003

1.       Administrative rights

2.       Window 2003 service pack 1 or later

3.       Install MMC.

4.       Install Net Framework2.0

5.       Power Shell (exchange command based tool….new feature)

6.       Install .Net Framework Update (74469)

7.       IIS

8.       Active Directory (Functional level-Native Mode)

9.       Run Exchange Setup

10.   Install Exchange Server Service Pack

Read more: http://www.articlesbase.com/online-education-articles/exchange-server-2007-file-structure-2300119.html#ixzz1ALRCYOKD
Under Creative Commons License: Attribution

Continue Reading »