Showing posts with label AgilePoint Server (WCF). Show all posts
Showing posts with label AgilePoint Server (WCF). Show all posts

Thursday, December 22, 2011

How to set up Virtual Network

 

Domain Controller Machine

  1. Set up domain controller
  2. Enable DHCP
  3. Set VMWare Network Adaptor to Host-Only
  4. Set IPv4 Info:
    • IP: 10.0.0.2
    • Subnet mask: 255.0.0.0
    • Default gateway: 10.0.0.1
    • DNS: 10.0.0.2

Other Machine

  1. Set VMWare Network Adaptor to Host-Only
  2. Set IPv4 Info:
    • IP:  Anything starting from 10.0.0.3
    • Subnet mask: 255.0.0.0
    • Default gateway: 10.0.0.1
    • DNS: 10.0.0.2
  3. Join to the domain (My Computer > Property > Computer name)

Related Articles

How to Create a Domain Account in Active Directory

Saturday, September 17, 2011

How to check the physical path of Enterprise Manager for WCF AgilePoint Server

 

1. In AgilePoint Server Manager, check what is the web site associate with Enterprise Manager. In this case, the web site is call AgilePoint. Take note of the value of virtual directory. In this case, it is EM4.

 clip_image001

2. Go to IIS Manager, right click on ‘AgilePoint’ site > Manage Web Site > Advance Setting, check the value for Physical Path. In this case, it is C:\Program Files\AgilePoint. So, the physical path for Enterprise Manager virtual directory is C:\Program Files\AgilePoint\EM4

clip_image002