JNBSA

Section: NetBackup Commands (1M)
Updated: 2017-05-23
Index
 

NAME

jnbSA - start NetBackup Administration Console on Java-capable UNIX machines  

SYNOPSIS

jnbSA [ -d | -display] [-D prop_filename] [-h | -help] [-H host] [-l debug_filename] [-lc] [-ms nnn] [-mx xxx] [-r version]

The directory path to this command is /usr/openv/netbackup/bin/  

DESCRIPTION

This command operates only on UNIX systems.

jnbSA starts the NetBackup Administration Console on Java-capable UNIX machines.  

OPTIONS

-d | -display
Display the environment variable. For example:

-d eagle:0.0
-D prop_filename
Indicate the debug properties file name. The default name for this file is Debug.properties.
-h | -help
Displays the possible options for the jnbSA command.
-H host
Specifies the host system that appears by default in the jnbSA logon dialog. May be an unqualified host name or a fully qualified host name. No default.
-l debug_filename
Indicates the debug log file name. The default name is unique to this startup of jnbSA and written in /usr/openv/netbackup/logs/user_ops/nbjlogs.
-lc
Prints the command lines that the application uses to its log file.
Note: The application does not always use the command lines to get or update data. It has some protocols that instruct its application server to perform tasks using NetBackup and Media Manager APIs. The application evolves and fewer command lines are used.
-ms nnn
Allows memory usage configuration for the Java Virtual Machine (JVM) where nnn is the megabytes of memory available to the application. Default: 36 MB

Run jnbSA on a machine with 512 MB of physical memory with 128 MB of memory available to the application.

The -ms command specifies how much memory is allocated for the heap when the JVM starts. This value may not require changes since the default is sufficient for quickest initialization of jnbSA on a machine with the recommended amount of memory.

Example:

jnbSA -ms 36M
The memory that is allocated can be specified by using the jnbSA command or by setting the INITIAL_MEMORY option in /usr/openv/java/nbj.conf.
-mx xxx
Allows memory usage configuration for the Java Virtual Machine (JVM). The xxx value is the maximum heap size (in megabytes) that the JVM uses for dynamically-allocated objects and arrays. Default: 512 MB.

This option is useful if the amount of data is large (for example, a large number of jobs in the Activity Monitor).

Example:

jnbSA -mx 512M
The maximum heap size can be specified by using the jnbSA command or by setting the MAX_MEMORY option in /usr/openv/java/nbj.conf.
-r version
Specifies which version of the NetBackup Administration Console to run. NetBackup includes an administration console for all the supported versions of NetBackup. If the -r option is not specified, the default is the latest version of NetBackup.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS

This document was created by man2html, using the manual pages.
Time: 14:51:33 GMT, September 20, 2022