Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Administration Guide


1.7.2 List of shared built-in service properties

The following shared built-in service properties are defined in advance, and can be used as common properties in a JP1/AO system.

Table 1‒16: Shared built-in service properties

Item

Description

Required

Property key name#1

Email notification function ON/OFF

Turns the email notification function on (true) or off (false).

The default is false (off).

Yes

com.hitachi.software.dna.sys.mail.notify

SMTP server address

Specifies the address of the SMTP server. You can specify a host name or an IP address in IPv4 or IPv6 format.

--

com.hitachi.software.dna.sys.mail.smtp.server

SMTP server port number

Specifies the port number of the SMTP server.

The default is 25.

--

com.hitachi.software.dna.sys.mail.smtp.port

SMTP server user ID

Specifies the user ID of the user account for logging in to the SMTP server.

Specify domain user accounts in one of the following formats:

  • domain-name\user-name

  • user-name@domain-name

--

com.hitachi.software.dna.sys.mail.smtp.userid

SMTP server password

Specifies the password of the user account for logging in to the SMTP server.

--

com.hitachi.software.dna.sys.mail.smtp.password

Notification email sender

Specifies the sender of notification emails.

--

com.hitachi.software.dna.sys.mail.from

Notification email recipients (TO)#2

Specifies the recipients (TO field) of notification emails. You can specify multiple email addresses separated with commas.

--

com.hitachi.software.dna.sys.mail.to

Notification email recipients (CC)#2

Specifies the recipients (CC field) of notification emails. You can specify multiple email addresses separated with commas.

--

com.hitachi.software.dna.sys.mail.cc

Notification email recipients (BCC)#2

Specifies the recipients (BCC field) of notification emails. You can specify multiple email addresses separated with commas.

--

com.hitachi.software.dna.sys.mail.bcc

JP1 user name#3

Specifies the JP1 user who submits the service.

The default is the value specified by the user at installation.

Yes

com.hitachi.software.dna.sys.jp1.username

JP1 user password#3

Specifies the password of the JP1 user who submits the service.

The default is the value specified by the user at installation.

Yes

com.hitachi.software.dna.sys.jp1.password

Task logging level

Specifies the logging level for tasks.

The default is 10.

Yes

com.hitachi.software.dna.sys.task.log.level

Pass phrase of the private key (for SSH public key authentication)

Specifies the passphrase for the private key when using the public key authentication for SSH connection.

--

com.hitachi.software.dna.sys.ssh.privatekey.passphrase

Legend:

Yes: Indicates a mandatory property. --: Indicates an optional property.

#1

At JP1/AO installation, services are not automatically able to reference shared built-in service properties. To allow services to reference a shared built-in service property, specify the property key of the desired shared built-in service property as the service property when you create the service template.

#2

Make sure the email addresses you specify are valid. If even one address is invalid, the notification email will not be sent to any recipients.

#3

Specify the account information for a JP1 user who meets both of the following criteria:

  • The user has JP1_AJS_Manager or JP1_JPQ_Admin permission for resource group *.

  • The user is mapped to an OS user with Administrators permission.

Related topics