General customizing for N1 AA
Administration ⇒ Customizing
Mandatory

General customizing for N1 AA is done here. The following parameters are supported:
Table 2–1 General Customizing Parameters|
Parameter |
Description |
N1 AA Module |
Value |
|---|---|---|---|
|
none.general.auth.analyzer |
Determines if the Analyzer menu is available in the GUI or not |
Mandatory for: Analyzer |
Insert this parameter with any value to make the menu available |
|
none.general.auth.builder |
Determines if the Builder menu is available in the GUI or not |
Mandatory for: Builder |
Insert this parameter with any value to make the menu available |
|
none.general.auth.deployment |
Determines if the Deployer menu is available in the GUI or not |
Mandatory for: Deployer |
Insert this parameter with any value to make the menu available |
|
none.general.n1aa.communication |
Defines the communication from the N1 AA Server to the N1 AA Clients.
The Analyzer uses simple OS commands on the N1 AA Clients to import the Performance Collector data:
Configure this parameter with the prefix to use in front of the fixed coded part. See examples. Note – You can add an additional parameter servergroup.general.n1aa.communication. For example, if there is a server group DEV configured, than you can overwrite the value customized by parameter none.general.n1aa.communication specifically in the server group DEV by adding the parameter dev.general.n1aa.communication. This overwrites the parameter none.general.n1aa.communication within this dedicated server group. You could configure the communication type server group dependently. This parameter must be in line with the configured communication method OS level. This is normally done during the installation process of N1 AA. For more information see the Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide. |
Mandatory for: Analyzer |
Examples: Value = /opt/SUNWn1aa/aasap/bin/aasap Command, that is used within N1 AA: /.../aasap remotehost command Value = rsh Command that is used within N1 AA: rsh remotehost command Value = ssh Command that is used within N1 AA: ssh remotehost command Value = ssh -p 5122 Command that is used within N1 AA: ssh -p 5122 remotehost command |
|
none.general.n1aa.logfile |
Defines the location of the N1 AA logfile. Note – Make sure that the OS user noaccess has the rights to create the file in the target directory or create an empty log file manually. If you create the log file manually, make sure that the OS user noaccess has the rights to write to the file. |
Mandatory for all modules |
Example: /var/opt/SUNWn1aa/n1aa.log |
|
none.general.n1aa.loglevel |
Defines the log level to be used. |
Mandatory for all modules |
Available levels are: DEBUG, INFO, SUCCESS, WARNING, ERROR, FATAL, PANIC |
|
none.general.sps.installpath |
Installation path to the SPS Java API Note – N1 AA has to be restarted for changes on none.general.sps.installpath to take effect. |
Mandatory for: Builder Deployer |
Example: /opt/SUNWn1sps/N1_Service_Provisioning_System_5.2.1/cli |
|
none.general.sps.user |
Specifies the user that N1 AA uses to log in to SPS. |
Mandatory for: Builder Deployer |
Example: spsusr |
|
none.general.sps.password |
Specifies the password, that N1 AA uses to log in to SPS. |
Mandatory for: Builder Deployer |
Example: spspw |