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 Version 8 and Version 9 of aWiMAX/cHardware/aBS/cAirspan/cInstallation


Ignore:
Timestamp:
May 23, 2012, 2:37:05 AM (12 years ago)
Author:
agosain
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • aWiMAX/cHardware/aBS/cAirspan/cInstallation

    v8 v9  
    6161
    6262
    63 === 3.4  Base Station Server ===
     63=== 3.4 Netspan Installation Instructions ===
     64
     65Follow directions for pre-reqs on NS.pdf
     66
     671. Install SQL 2008 SP1 Express edition available at http://www.microsoft.com/en-us/download/details.aspx?id=26729
     68
     692. Install .NET framework 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=17851
     70
     713. After Installing .Net Framework open cmd prompt on windows machine to register ASP.Net with IIS
     72
     73{{{
     74cd %windir%\Microsoft.NET\Framework\v4.0.30319
     75aspnet_regiis.exe -i
     76}}}
     77
     784. Install IIS as shown in the document
     79
     805. Try running "InstallNetspanUSA.exe" to verify if database instance is visible to netspan
     81
     826. If database is not available, check your SQL installation again.
     83
     847. if database is visible in the dropdown menu, Choose
     85
     86{{{
     87SQLEXPRESS2008 or whatever you named your instance
     88}}}
     89
     908. 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.
     91
     929. Modify system registry to allow netspan to read variables
     93
     94
     95{{{
     961.  Open regedit from dos prompt.
     972. In case of any unforeseen corruption issues, export the entire registry by
     98selecting the top node and using File->Export to export to a .reg file. Keep
     99it safe.
     1003. Navigate to SOFTWAREMicrosoftInetStpComponents node.
     1014. Use File->Export to export to another .reg file.
     1025. Modify this .reg file using notepad and replace
     103?SOFTWAREMicrosoftInetStpComponents? to
     104?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
     1056. Save the file.
     1067. Now navigate to the node ?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
     1078. Use right click menu and select permissions.
     1089. Click on ?Advanced? button.
     10910. Select the owner tab. You would notice current owner is TrustedInstaller.
     11011. Change the owner to Administrator, apply and click OK to close.
     11112. Select Administrator, and check ?Full Control?, click OK to close the
     112dialog.
     11313. Use File->Import to import the modified .reg file.
     11414. Verify the Components folder has registry entries now.
     11515. Make sure you are on the node
     116?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
     11716. Use right click menu and select permissions.
     11817. Click on ?Advanced? button.
     11918. Select Administrator, and uncheck Full Control, click OK to close the
     120dialog.
     121
     122}}}
     123
     124
     12510. Launch the "Installer". The Pre-reqs should pass now. Follow the instructions on Page 20-21 to finish the installation.
     126
     127=== 3.5  Base Station Server ===
    64128
    65129Linux server, equipped with two Ethernet NICs.
    66130
    67131
    68 == 3.5  Virtual Machine Server ==
     132== 3.6  Virtual Machine Server ==
    69133
    70134Linux server, equipped with two Ethernet NICs, each with two Ethernet interfaces.
     
    72136KVM VMs installed.
    73137
    74 === 3.6  OMF/OML Server ===
     138=== 3.7  OMF/OML Server ===
    75139
    76140Linux server, equipped with two Ethernet NICs, each with two Ethernet interfaces.
     
    79143Ubuntu VMs installed?
    80144
    81 ==== 3.6.1  Aggregate Manager VM ====
     145==== 3.7.1  Aggregate Manager VM ====
    82146
    83147
    84 ==== 3.6.2  Experiment Controller VM ====
     148==== 3.7.2  Experiment Controller VM ====
    85149