close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Common/aNetspan


Ignore:
Timestamp:
Oct 7, 2016, 8:39:41 PM (8 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Common/aNetspan

    v1 v1  
     1=== Netspan Installation Instructions ===
     2
     3Follow directions for pre-reqs on NS.pdf
     4
     51. Install SQL 2008 SP1 Standard edition available at http://www.microsoft.com/en-us/download/details.aspx?id=26729
     6
     72. Install .NET framework 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=17851
     8
     93. After Installing .Net Framework open cmd prompt on windows machine to register ASP.Net with IIS
     10
     11{{{
     12cd %windir%\Microsoft.NET\Framework\v4.0.30319
     13aspnet_regiis.exe -i
     14}}}
     15
     164. Install IIS as shown in the document
     17
     185. Try running "InstallNetspanUSA.exe" to verify if database instance is visible to netspan
     19
     206. If database is not available, check your SQL installation again.
     21
     227. if database is visible in the dropdown menu, Choose
     23
     24{{{
     25SQLEXPRESS2008 or whatever you named your instance
     26}}}
     27
     288. At this point the "Installer" will complain that IIS management compatibility module is not installed". This is because Netspan is not able to read the system registry values.
     29
     309. Modify system registry to allow netspan to read variables
     31
     32
     33{{{
     341.  Open regedit from dos prompt.
     352. In case of any unforeseen corruption issues, export the entire registry by
     36selecting the top node and using File->Export to export to a .reg file. Keep
     37it safe.
     383. Navigate to SOFTWAREMicrosoftInetStpComponents node.
     394. Use File->Export to export to another .reg file.
     405. Modify this .reg file using notepad and replace
     41?SOFTWAREMicrosoftInetStpComponents? to
     42?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
     436. Save the file.
     447. Now navigate to the node ?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
     458. Use right click menu and select permissions.
     469. Click on ?Advanced? button.
     4710. Select the owner tab. You would notice current owner is TrustedInstaller.
     4811. Change the owner to Administrator, apply and click OK to close.
     4912. Select Administrator, and check ?Full Control?, click OK to close the
     50dialog.
     5113. Use File->Import to import the modified .reg file.
     5214. Verify the Components folder has registry entries now.
     5315. Make sure you are on the node
     54?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
     5516. Use right click menu and select permissions.
     5617. Click on ?Advanced? button.
     5718. Select Administrator, and uncheck Full Control, click OK to close the
     58dialog.
     59
     60}}}
     61
     62
     6310. Launch the "Installer". The Pre-reqs should pass now. Follow the instructions on Page 20-21 to finish the installation.
     64
     65After Installing Netspan, import the license file provided by Airspan into the NMS software
     66
     67Open a web browser and go to "localhost/netspan"
     68
     69Enter " username :admin;password: password"
     70
     71[[Image(a-lic-1.jpg, width=300)]]
     72[[Image(a-lic-2.jpg, width=300)]]
     73[[Image(a-lic-3.jpg, width=300)]]