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


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

Legend:

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

    v25 v26  
    4646
    4747
    48 ===== Site Software Installation Instructions =====
    49    
    50 The Instructions in the Airspan Installation Guide (shipped with airspan BS) talk about the process of Installation.
    51 The components for the software installation are:
    52 
    53     1. Netspan Management Software
    54     2. Netspan Software License
    55     3. Windows server SP2 2008 Edition License to run the Netspan software
    56     4. Server/laptop to run Windows machine
    57 
    58 The Airspan BS ''' does not power ON by default '''.
    59 
    60 Refer to Page 56 of Installation Guide in conjunction to these instructions.
    61 
    62 
    63 Change the management IP and VLAN configuration to your site addressing scheme.
    64 
    65 Contact seskar (at) winlab (dot) rutgers (dot) edu to initiate license acquisition for netspan.
    66 
    67 Place the GPS device connected to Air4G-W24 in an area where it can obtain a Lock.
    68 
    69 
    70 ===== Netspan Installation Instructions =====
    71 
    72 Follow directions for pre-reqs on NS.pdf
    73 
    74 1. Install SQL 2008 SP1 Standard edition available at http://www.microsoft.com/en-us/download/details.aspx?id=26729
    75 
    76 2. Install .NET framework 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=17851
    77 
    78 3. After Installing .Net Framework open cmd prompt on windows machine to register ASP.Net with IIS
    79 
    80 {{{
    81 cd %windir%\Microsoft.NET\Framework\v4.0.30319
    82 aspnet_regiis.exe -i
    83 }}}
    84 
    85 4. Install IIS as shown in the document
    86 
    87 5. Try running "InstallNetspanUSA.exe" to verify if database instance is visible to netspan
    88 
    89 6. If database is not available, check your SQL installation again.
    90 
    91 7. if database is visible in the dropdown menu, Choose
    92 
    93 {{{
    94 SQLEXPRESS2008 or whatever you named your instance
    95 }}}
    96 
    97 8. 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.
    98 
    99 9. Modify system registry to allow netspan to read variables
    100 
    101 
    102 {{{
    103 1.  Open regedit from dos prompt.
    104 2. In case of any unforeseen corruption issues, export the entire registry by
    105 selecting the top node and using File->Export to export to a .reg file. Keep
    106 it safe.
    107 3. Navigate to SOFTWAREMicrosoftInetStpComponents node.
    108 4. Use File->Export to export to another .reg file.
    109 5. Modify this .reg file using notepad and replace
    110 ?SOFTWAREMicrosoftInetStpComponents? to
    111 ?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
    112 6. Save the file.
    113 7. Now navigate to the node ?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
    114 8. Use right click menu and select permissions.
    115 9. Click on ?Advanced? button.
    116 10. Select the owner tab. You would notice current owner is TrustedInstaller.
    117 11. Change the owner to Administrator, apply and click OK to close.
    118 12. Select Administrator, and check ?Full Control?, click OK to close the
    119 dialog.
    120 13. Use File->Import to import the modified .reg file.
    121 14. Verify the Components folder has registry entries now.
    122 15. Make sure you are on the node
    123 ?SOFTWAREWow6432NodeMicrosoftInetStpComponents?
    124 16. Use right click menu and select permissions.
    125 17. Click on ?Advanced? button.
    126 18. Select Administrator, and uncheck Full Control, click OK to close the
    127 dialog.
    128 
    129 }}}
    130 
    131 
    132 10. Launch the "Installer". The Pre-reqs should pass now. Follow the instructions on Page 20-21 to finish the installation.
    133 
    134 After Installing Netspan, import the license file provided by Airspan into the NMS software
    135 
    136 Open a web browser and go to "localhost/netspan"
    137 
    138 Enter " username :admin;password: password"
    139 
    140 [[Image(a-lic-1.jpg, width=300)]]
    141 [[Image(a-lic-2.jpg, width=300)]]
    142 [[Image(a-lic-3.jpg, width=300)]]
    143 
    144 ===== Configuring Base station profile =====
    145 
    146   After uploading the license,
    147   - Create a discovery task: Server -> Discovery parameters -> Add
    148 (the form fields should match the BS configuration)
    149   - Wait for the discovery to take place
    150   - After a while, the BS should be visible under Configuration
    151 management -> Node -> Node
    152   - Select it and click on Edit
    153   - Configure everything according to the "golden config" (basically
    154 the default settings), except for the IP address and RF profile which
    155 are site-specific
    156   - Make sure that the form field "Ready for service" says "Ready for service"
    157   - Click OK
    158   - Wait for the provisioning to complete (it takes a couple of minutes)
    159   - If the provisioning fails, the BS is probably in "maintenance"
    160 mode and must be switched to "out of service" with the
    161 following steps, if needed:
    162   - Select the BS and click on Manage
    163   - Go to the "State and control" page
    164   - Under "16e BS service state" select "Set out of service"
    165   - Click OK and wait, now the provisioning should take place
    166 
    167   - Switch the "16e BS service state" to "in service", following the
    168 above procedure
    169   - Now netspan should report all green and the BS should be fully up
    170 and running
    171 
    172 ''' Note ''' that the BS cannot be moved from "maintenance" to "in service"
    173 directly , so it must be put first into "out of service" state, and then finally "in
    174 service".
    17548
    17649