Вы находитесь на странице: 1из 9

1/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

Ui5 ASW installation with


FEWS PC

2/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

1. Installing the operating system with the FEWS installer


Steps
1. Insert RHEL4.7 DVD and boot from the CD-ROM.
Insert the first RHEL4.7 bootable DVD in the FEWS CD-ROM drive. Enter the BIOS (F12) and
change the boot order to Boot from CD.
2. Install in graphical mode.
When you are prompted to select installing in graphical or text mode, select Install in graphical
mode and press ENTER.
3. Test the DVD, if needed.
This step is optional. If you do not want to test the media, select Skip and proceed to the next step.
To begin testing the DVD media before installation, select OK.
a. Follow the instructions on screen.
b. When you are prompted to continue the installation process, select Continue.
c. When you are prompted to select installing in graphical or text mode, select Install in graphical
mode and press ENTER.
4. Select a language.
Select the English language and select Next.
5. Configure the keyboard.
Select the appropriate keyboard and select Next.
7. Define the disk partitioning setup.
Select Automatically partition and select Next.
8. Initialise the hard drive, if needed.
If the FEWS hard disk is empty, this window does not appear. proceed to the next step. If the
FEWS hard drive is not empty, you are prompted with the following: Would you like to initialize this
drive, erasing ALL DATA?. Select Yes.
a. Select Remove all partitions on this system and select Next.

3/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

b. You are prompted with the following: Are you sure you want to do this? Select Yes.
9. At disk setup, select Next.
10. Check the boot loader configuration.
Do not change the default settings (automatic boot loader). Select Next.
11. Configure the eth0 interface for commissioning interface:
a. Select eth0 and select Edit.
b. Remove Configure using DHCP -preselection
c. Select Activate on boot.
d. Enter network IP address: 192.168.0.2/16

| Any free addr. in 192.168.0 subnet

e. Select OK.
f. Select Next
12. Configure the firewall.
a. Select No firewall.
b. For disable SELinux, select Disabled.
c. Select Next.
d. A warning appears, select Proceed.
13. Define additional language support.
Select Next.
14. Select the time zone.
Choose the correct time zone according to your location and select Next.
15. Set the root password.
Type the root user password: newroot and select Next.
16. Select package group.
Select Customize software packages to be installed and select Next.

4/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

17. Select all packages.


Scroll down to the end of the list and select Everything. Select Next, Next, and Continue.
Note that you must select all packages, or installation will fail.
18. Wait for Linux to be installed.
Packages are installed. This step takes several minutes.
19. Reboot Linux.
When installation is complete, select Reboot.
After the reboot, the system welcomes you and prompts you for additional configuration.
20. Accept the Licence Agreement.
When you are prompted with the Licence Agreement, select Yes, I Agree and select Next.
21. Configure the settings.
a. Set the date and time and select Next.
b. Choose the correct display, resolution and color depth or use defaults. Select Next.
c. At the RedHat login, select Tell me why I need to register and select Next.
d. Select I cannot complete registration this time. Remind me later and select Next.
e. When you are prompted with System User, use the default settings (root) and select Next
Continue.
f. Select a sound card if needed, or skip. Select Next.
g. You are prompted with the following: Additional CDs. Do not select additional CDs. Select Next.
22. Wait for setup to complete.
When setup is completed, select Next.
RHEL4.7 operating system is installed to the field engineering workstation.

2. Installing the commissioning tools

5/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

Steps
1. Remove the old SS_FEWS rpm package (if existent).
Check whether there already is an older version of SS_FEWS installed using command:
rpmqa|grepSS_FEWS
If an older version exists, delete it using command:
rpmeSS_FEWS<version>
2. Copy the new SS_FEWS rpm package to the FEWS.
Copy SS_FEWS-<version>.rpm to FEWS.
Execute the following command:
cp/<sourcepath>/SS_FEWS<version>.WR.noarch_rw.rpm<targetpath>
For example:
cp/media/Kingston/SS_FEWS1.16R_FSPR5LYNX_1.21.1.22.WR.noarch_rw.rpm
/tmp
3. Install the package.
Navigate to the directory where SS_FEWS<version>.WR.noarch_rw.rpmislocated and
execute the following command:
rpmihvnodepsignorearchSS_FEWS<version>.WR.noarch_rw.rpm
4. Add the fsetupcli command to the $PATH environmental variable.
The fsetupclicommand can be added in the $PATHenvironmental variable of the
operating system. Otherwise the full path
/opt/nokiasiemens/SS_FEWS/bin/fsetupclineeds to be included in the
command when executing it.
To add the fsetupclicommand in the $PATHenvironmental variable for the current
session only, enter the following command:
exportPATH=$PATH:/opt/nokiasiemens/SS_FEWS/bin
To add the fsetupclicommand to the $PATHenvironmental variable permanently,
add the line presented above in the /root/.bash_profilefile using for example vi -editor.
Remember to perform Linux logout ->login to activate the new setting.

6/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

3. Preparing the software


1. To save FEWS disc space remove the old ASW build package (if existent).
Check whether there already is an older version of SW build installed using command:
ls/opt/nokiasiemens/fews/deliveries
If an older version (R_UI50_<version>.iso) exists, delete it using command:
rmrf/opt/nokiasiemens/fews/deliveries/R_UI50_<version>
2. Copy the new ASW build package to the FEWS.
Copy ASW build to FEWS. Log in FEWS pc with user root/newroot.
Execute the following command:
cp/<sourcepath>/R_UI50_<version>.iso<targetpath>
For example:
cp/media/Kingston/R_UI50_3.1.1.1.WR.64.20110202T100947.iso/tmp
3. Go to the build directory and extract the deliveries.
Change the directory to the one where the software delivery reside - for example - /tmp:
cd/tmp
To extract the SW delivery to /opt/nokiasiemens/fews/deliveries -directory, enter the following
command:
fsetupcli --delivery --patch <delivery>
For example:
fsetupclideliverypatch/tmp/
R_UI50_3.1.1.1.WR.64.20110202T100947.iso
Extracting the deliveries takes some minutes. A successful extraction produces four
image files: *WRmips.img, *WRppc.img, * WRppc-scnam.img, and *WRx86_64.img.
The original software delivery images are not needed after the extraction is completed. To
save disk space, you may delete the images by entering, for example, the following
command:
rm/tmp/R_UI50_3.1.1.1.WR.64.20110202T100947.iso

7/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

4. Create session
Create /opt/ui50_conf directory in FEWS:
mkdir/opt/ui50_conf
Copy ui50.conf file to /opt/ui50_conf directory.
In ui50.conf file edit COMM_IFACE and COMM_FEWSIP to match your FEWS PC settings.
Check whether a session with the desired name already exists using command:
ls/opt/nokiasiemens/fews/sessions
In such case delete it using command:
fsetupclisessionremove<sessionname>
(Re)create session:
fsetupclisessioncreate<sessionname>/opt/ui50_conf/ui50.conf
For session name it is recommended to refer to cluster deployment type for example 1shelf,
2shelf, or 3shelf.
Session creation script is started respond to following questions:
-select the installed ASW build
-set root password for every user
-select the most suitable deployment type (mgw_xshelf.sh).
Example execution:
[root@localhost tmp]# fsetupcli --session --create 1shelf
/opt/ui50_conf/ui50.conf
Q:Please select delivery (1-1)
1) R R_UI50_3.1.1.2.WR.64.20110216T153159
2) <cancel>
#? 1
creating session "1shelf"
Q: Please enter password for user 'root' :root
Q: Please verify password :root
Q: Please enter password for user '_nokfsoperator' :root
Q: Please verify password :root
Q: Please select deployment script (1-55)
1) create_1chassis_bcn_6wind_ref.sh
2) create_1chassis_bcn_6wind_SGU.sh
3) create_1chassis_bcn_mctc_bp.sh
4) create_1chassis_bcn_mctc_ref.sh
5) create_1node_64vmware_full.sh

8/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

6) create_1node_64vmware.sh
7) create_1node_filb_bp.sh
8) create_1node_filb.sh
9) create_1node_vmware_bp.sh
10) create_1node_vmware_full.sh
11) create_1node_vmware.sh
12) create_1shelf_nsnatca_mgw_2adsp_4acar_ab3.sh
13) create_1shelf_nsnatca_mgw_4adsp_2acar_ab3.sh
14) create_1shelf_nsnatca_mgw_ab3_max.sh
15) create_1shelf_nsnatca_mgw_ab3_ref.sh
16) create_1shelf_nsnatca_mgw_dsprolemgr_ab3.sh
17) create_1shelf_nsnatca_mgw_isu_ab3.sh
18) create_2chassis_bcn_6wind_ref.sh
19) create_2nodes_64vmware_bp.sh
20) create_2nodes_bcn_6wind.sh
21) create_2nodes_vmware_bp.sh
22) create_3shelf_nsnatca_mgw_6adsp_12acar_ab3.sh
23) create_3shelf_nsnatca_mgw_ab3_max.sh
24) create_3shelf_nsnatca_mgw_ab3_ref.sh
25) create_4chassis_bcn_6wind_nm.sh
26) create_4chassis_bcn_6wind_ref.sh
27) create_4nodes_adsp_vmware.sh
28) create_4nodes_vmware_bp.sh
29) create_4nodes_vmware_full.sh
30) create_4nodes_vmware_routing.sh
31) create_4nodes_vmware_sgu_full.sh
32) create_4nodes_vmware.sh
33) create_4nodes_vmware_sln_bp.sh
34) create_8chassis_bcn_6wind_max_ref.sh
35) create_advantechfwa5510_2nodes_6wind_cc_bp.sh
36) create_advantechfwa5510_2nodes_routing_6wind_cc.sh
37) create_advantechfwa5510_2nodes_ss7_6wind_cc.sh
38) create_advantechfwa5510_3nodes_6wind_bp.sh
39) create_advantechfwa5510_3nodes_6wind.sh
40) create_bcn_6wind_bp.sh
41) create_bcn_6wind.sh
42) create_filb_6wind_bp.sh
43) create_filb_6wind_ref.sh
44) create_il_mgw_ab3_ci.sh
45) create_il_mgw_ab3_release_test.sh
46) create_il_mgw_ampp_adsp_tdmamc.sh
47) create_mgw_1shelf_max.sh
48) create_mgw_1shelf.sh
49) create_mgw_2shelf_max.sh
50) create_mgw_2shelf.sh
51) create_mgw_3shelf_max.sh
52) create_mgw_3shelf.sh
53) create_nsnatca_acpi4_adsp_ampp_ab3.sh
54) create_nsnatca_acpi4.sh
55) create_nsnatca_nm_ipa.sh
56) <cancel>
#? 48
Please remember to start the session by executing
fsetupcli --session --start 1shelf

9/9

Document Type
Author
Unit/Dept.

Document Title
Date, Version
For internal use

Вам также может понравиться