Sie sind auf Seite 1von 11

ROI-S06886-056E

P N M S

ASOLINK

ETWORK

PNMS (Java version) System Requirement and Configuration Manual

ANAGEMENT

YSTEM

NEC Corporation
Copyright 2010

ROI-S06886

Table of Contents
1 SYSTEM REQUIREMENT ................................................................................................................. 1 1.1 1.2 1.3 1.4 2 Solaris Server Requirement.......................................................................................................... 1 Windows Server Requirement...................................................................................................... 1 Solaris Client Requirement .......................................................................................................... 2 Windows Client Requirement ...................................................................................................... 2

CONFIGURATION .............................................................................................................................. 3 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 Swap Memory Configuration....................................................................................................... 3 Swap Memory Configuration for running PNMSj (Server or Client) on Solaris ..................... 3 Swap Memory Configuration for running PNMSj (Server or Client) on Windows ................. 3 Java Heap Memory Configuration ............................................................................................... 4 Java Heap Memory Configuration for PNMSj Server on Solaris............................................. 4 Java Heap Memory Configuration for PNMSj Server on Windows ........................................ 5 Java Heap Memory Configuration for PNMSj Client with JWS (in PNMSj Sever with Solaris) ................................................................................................. 6 2.2.4 Java Heap Memory Configuration for PNMSj Client with JWS (in PNMSj Sever with Windows) ............................................................................................. 7

APPENDIX A HOW TO CALCULATE BASE NE POINT................................................................. 9

-i-

ROI-S06886

1
1.1

System Requirement
Solaris Server Requirement
To use PNMSj Server on the Solaris OS, RAM and HDD device require the enumerated capacity in the following tables.

Base NE point (*1) More than 8,000 Less than or equal to 8,000 Less than or equal to 6,000 Less than or equal to 4,000 Less than or equal to 2,000 Less than or equal to 1,000

RAM Capacity [GB] HDD Capacity [GB] (*2) (Not Support) 10 90 8 80 6 70 4 60 3 50

NOTE *1: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>. *2: HDD capacity is the free space assigned the directory that is stored the log file by PNMSj. The default path is /var/opt/NEC/PNMSj. This capacity is calculated by stored 90 days log.

1.2

Windows Server Requirement


To use PNMSj Server on the Windows OS, RAM and HDD device require the enumerated capacity in the following tables.

Base NE point (*1) More than 8,000 Less than or equal to 8,000 Less than or equal to 6,000 Less than or equal to 4,000 Less than or equal to 2,000 Less than or equal to 1,000

RAM Capacity [GB] HDD Capacity [GB] (*2) (Not Support) 10 90 8 80 6 70 4 60 3 50

Recommended OS to be used with ADM Management tool are as follows:


Windows XP 32-bit Windows Vista 32-bit

-1-

ROI-S06886

NOTE *1: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>. *2: HDD capacity is the free space assigned the directory that is stored the log file by PNMSj. The default path is C:\PNMSj. This capacity is calculated by stored 90 days log.

1.3

Solaris Client Requirement


To use PNMSj Client on the Solaris OS, RAM and HDD device require the enumerated capacity in the following tables.

Base NE point (*1) More than 8,000 Less than or equal to 8,000 Less than or equal to 1,000

RAM Capacity [GB] HDD Capacity [GB] (Not Support) 4 20 2

NOTE *1: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>.

1.4

Windows Client Requirement


To use PNMSj Client on the Windows OS, RAM and HDD device require the enumerated capacity in the following tables.

Base NE point (*1) More than 8,000 Less than or equal to 8,000 Less than or equal to 1,000

RAM Capacity [GB] HDD Capacity [GB] (Not Support) 4 20 2

NOTE *1: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>.

Recommended OS to be used with ADM Management tool are as follows:


Windows XP 32-bit Windows Vista 32-bit

-2-

ROI-S06886

2
2.1

Configuration
Swap Memory Configuration
Swap Memory Configuration for running PNMSj (Server or Client) on Solaris The configuration value must be set twice or more the capacity of RAM.

2.1.1

2.1.2

Swap Memory Configuration for running PNMSj (Server or Client) on Windows The value allocated by Windows is recommended.

-3-

ROI-S06886

2.2
2.2.1

Java Heap Memory Configuration


Java Heap Memory Configuration for PNMSj Server on Solaris The heap memory (using by Java for running PNMSj Server on Solaris OS) size must be set to the enumerated value in the following tables. The configuration values are Xmx (maximum heap size) and -Xms (initial heap size) options of Lax.nl.java.launcher.main.method property in "Pnms.bin.lax" file (*1).

Base NE point (*2) More than 8,000 Less than or equal to 8,000 Less than or equal to 6,000 Less than or equal to 4,000 Less than or equal to 2,000 Less than or equal to 1,000

"-Xmx" value "-Xms" value (MAX Heap Size) (Initial Heap Size) (Not Support) 8192m 8192m 6144m 6144m 4096m 4096m 2048m 2048m 1024m 1024m

NOTE *1: The default path is /opt/NEC/PNMSj/bin. *2: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>.

To set heap memory configuration: (1) (2) (3) Open Pnms.bin.lax file with vi text editor application. Edit the options in lax.nl.java.launcher.main.method property. Save and close Pnms.bin.lax file.

-4-

ROI-S06886

e.g.) The case of using 4,000 NE point. (Default) lax.nl.java.option.additional=-d64 -Xms1024m -Xmx1024m -Djava.library.path=../lib -XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=8 -XX:PermSize=64m -XX:+UseParNewGC (After) lax.nl.java.option.additional=-d64 -Xms4096m -Xmx4096m -Djava.library.path=../lib -XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=8 -XX:PermSize=64m -XX:+UseParNewGC

2.2.2

Java Heap Memory Configuration for PNMSj Server on Windows The heap memory (using by Java for running PNMSj Server on Windows OS) size must be set to the enumerated value in the following tables. The configuration values are "-Xmx" (maximum heap size), "-Xms" (initial heap size) and other additional options of Lax.nl.java.launcher.main.method property in Pnms.lax file (*1).

Base NE point (*2) More than 8,000 Less than or equal to 8,000 Less than or equal to 6,000 Less than or equal to 4,000 Less than or equal to 2,000 Less than or equal to 1,000

"-Xmx" value "-Xms" value (MAX Heap Size) (Initial Heap Size) (Not Support) 8192m 8192m 6144m 6144m 4096m 4096m 2048m 2048m 1024m 1024m

NOTE *1: The default path is C:\PNMSj\bin. *2: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>.

To set heap memory configuration (1) (2) (3) Open Pnms.lax file with text editor. Edit the options in lax.nl.java.launcher.main.method property. Save and close Pnms.lax file.

-5-

ROI-S06886

e.g.) The case of using 4,000 NE point. (Default) lax.nl.java.option.additional=-Xms512m -Xmx512m -Djava.library.path=../lib (After) lax.nl.java.option.additional=-Xms4096m -Xmx4096m -Djava.library.path=../lib

2.2.3

Java Heap Memory Configuration for PNMSj Client with JWS (in PNMSj Sever with Solaris) The heap memory (using by Java for running PNMSj Client with JWS (Java Web Start)) size must be set to the enumerated value in the following tables. The configuration values are max-heap-size (maximum heap size) and initial-heap-size (initial heap size) options in Pnmsj.jnlp file (*1) in PNMSj Server.

Base NE point (*2) More than 8,000 Less than or equal to 8,000 Less than or equal to 1,000

"max-heap-size" value "initial-heap-size" value (Not Support) 2048m 512m 1024m 512m

NOTE *1: The default path is /opt/NEC/PNMSj in Server, not in Client. *2: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>.

-6-

ROI-S06886

To set heap memory configuration: (1) (2) (3) Open Pnms.jnlp file with text editor. Edit the value of max-heap-size option. Save and close Pnmsj.jnlp file.

e.g.) The case of using 4,000 NE point. (Default) <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="512m" max-heap-size="512m"/> (After) <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="512m" max-heap-size="2048m"/>

2.2.4

Java Heap Memory Configuration for PNMSj Client with JWS (in PNMSj Sever with Windows) The heap memory (using by Java for running PNMSj Client with JWS (Java Web Start)) size must be set to the enumerated value in the following tables. The configuration values are max-heap-size (maximum heap size) and initial-heap-size (initial heap size) options in Pnmsj.jnlp file (*1) in PNMSj Server.

Base NE point (*1) More than 8,000 Less than or equal to 8 ,000 Less than or equal to 1,000

"max-heap-size" value "initial-heap-size" value (Not Support) 2048m 512m 1024m 512m

-7-

ROI-S06886

NOTE *1: The default path is C:\PNMSj in Server, not in Client. *2: Base NE point is not real number of NE. Refer to <Appendix A. How to calculate Base NE point>.

To set heap memory configuration: (1) (2) (3) Open Pnms.jnlp file with text editor. Edit the value of max-heap-size option. Save and close Pnmsj.jnlp file.

e.g.) The case of using 4,000 NE point. (Default) <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="512m" max-heap-size="512m"/> (After) <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="512m" max-heap-size="2048m"/>

-8-

ROI-S06886

Appendix A How to calculate Base NE point


The necessary capacity of various memories is different depending on the NE type. Then, the necessary capacity of various memories is calculated based on "NEO STD" equipment. The number of other equipment is converted to the number of "NEO STD" equipment by using the enumerated coefficient in the following tables. This number of "NEO STD" equipment is called "Base NE Point".

NE Type PASOLINK Family PASOILNK+ Family V3 V4 MIU STM-1 PDH Mx STD NEO/c STD NODAL NEO/a HP 200 400 NLite NLite 155 NLite L NLite Lx NLite E NLite N 5000S

NEO Family

iPASOLINK Family

NLite Family

Long-haul

Coefficient 0.5 0.5 0.5 0.5 0.5 1 1 1 1 3 1 1 4 0.5 0.5 1 1 1 1 80

(Function) Base NE Point = number of NE of type A * coefficient of type A + number of NE of type B * coefficient of type B + number of NE of type C * coefficient of type C + ... e.g.) The case of using 1,000 NE (V4), 2,000 NE (NEO STD), 1000 NE (iPASOLINK 200) and 50 NE (5000S). Base NE Point = (1,000 * 0.5) + (2,000 * 1) + (1,000 * 1) + (50 * 80) = 7,500

-9-

Das könnte Ihnen auch gefallen