[Contents] [Prev] [Next] [Index] [Report an Error]

UI System Log Messages

This chapter describes messages with the UI prefix. They are generated by the JUNOS command-line interface (CLI) and management process (mgd), which together form the JUNOS user interface that accepts and processes input from users and client applications.

UI_AUTH_EVENT

System Log Message

Authenticated user 'username' at permission level 'authentication-level'

Description

The management process (mgd) authenticated the indicated user.

Type

Event: This message reports an event, not an error

Severity

info

UI_AUTH_INVALID_CHALLENGE

System Log Message

Received invalid authentication challenge for user 'username': response

Description

When a user logs onto the routing platform and attempts to authenticate, the CLI and management process (mgd) use a challenge-and-response system to limit the exposure of sensitive information such as passwords and keys. The format of the challenge generated by mgd was incorrect.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_BOOTTIME_FAILED

System Log Message

Unable to fetch boot time: error-message

Description

The management process (mgd) could not retrieve the system boot time from the kernel.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CFG_AUDIT_NEW

System Log Message

User 'username' action: pathname new-name

Description

The indicated user created a new configuration object by copying or renaming an existing object as indicated.

Type

Event: This message reports an event, not an error

Severity

info

UI_CFG_AUDIT_OTHER

System Log Message

User 'username' action: pathname delimitervalue

Description

The indicated user deleted, activated, or deactivated a configuration object, as indicated. The JUNOS configuration log facility logged the change.

Type

Event: This message reports an event, not an error

Severity

info

UI_CFG_AUDIT_SET

System Log Message

User 'username' action: pathname delimiterdata -> "value"

Description

The indicated user set a value for a configuration object, as indicated.

Type

Event: This message reports an event, not an error

Severity

info

UI_CFG_AUDIT_SET_SECRET

System Log Message

User 'username' action: pathname

Description

The indicated user set a value for a configuration object, as indicated. For security, the actual value (which might be an authentication key or password, for example) is not recorded.

Type

Event: This message reports an event, not an error

Severity

info

UI_CHILD_ARGS_EXCEEDED

System Log Message

Too many arguments for child process 'command'

Description

The management process (mgd) invokes some commands on behalf of users. It supplied more arguments than the command's syntax statement specifies.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CHILD_CHANGE_USER

System Log Message

Unable to switch to local user: username

Description

The management process (mgd) invokes some commands on behalf of users. Its attempt to adopt the UID of the indicated user failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CHILD_EXEC

System Log Message

Child exec failed for command 'command': error-message

Description

The management process (mgd) invoked the exec() system call while creating a child processes to execute the indicated command on its behalf. The system call failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CHILD_EXITED

System Log Message

Child exited: PID pid, status return-valuecore-dump-status, command 'command'

Description

The management process (mgd) created a child process to execute the indicated command for it. The child process exited unexpectedly with the indicated status code.

Type

Error: An error occurred

Severity

notice

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CHILD_FOPEN

System Log Message

Unable to append to log 'filename': error-message

Description

The management process (mgd) attempted to save the output from a command in the indicated log file, but could not open the file.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CHILD_PIPE_FAILED

System Log Message

Unable to create pipe for command 'command': error-message

Description

The management process (mgd) created a child process to execute the indicated command for it. Its attempt to create pipes for communication with the child process failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CHILD_STOPPED

System Log Message

Child stopped: PID pid, signal=signal-namecore-dump-status, command='command')

Description

The management process (mgd) created a child process to execute the indicated command for it. The child process received the indicated signal and stopped.

Type

Error: An error occurred

Severity

notice

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CHILD_WAITPID

System Log Message

waitpid failed: PID pid, rc return-value, status status-code: error-message

Description

The management process (mgd) created a child process to execute a command for it. It could not wait for the child process to finish.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_CMDLINE_READ_LINE

System Log Message

User 'username', command 'command'

Description

The indicated user typed the indicated command at the CLI prompt and pressed the Enter key, sending the command string to the management process (mgd).

Type

Event: This message reports an event, not an error

Severity

info

UI_CMD_AUTH_REGEX_INVALID

System Log Message

Invalid 'allow-deny' command authorization regular expression 'regular-expression': error-message

Description

An operation that attempted to set command or configuration authorization included the indicated regular expression. The operation failed because the expression syntax was invalid.

Type

Error: An error occurred

Severity

error

Action

Correct any errors in the regular expression.

UI_COMMIT

System Log Message

User 'username' requested 'command' operation (comment: message)

Description

The indicated user requested the indicated type of commit operation on the candidate configuration and added the indicated comment. The 'commit' operation applies to the local Routing Engine and the 'commit synchronize' operation to both Routing Engines.

Type

Event: This message reports an event, not an error

Severity

notice

UI_COMMIT_AT_ABORT

System Log Message

reason, will try again

Description

An attempt to complete a pending commit operation was cancelled for the indicated reason.

Type

Error: An error occurred

Severity

error

UI_COMMIT_AT_COMPLETED

System Log Message

'commit at' was successful

Description

Changes to the candidate configuration were activated at the time scheduled by a 'commit at' operation.

Type

Event: This message reports an event, not an error

Severity

notice

UI_COMMIT_AT_FAILED

System Log Message

reason, scheduled commit cleared

Description

A 'commit at' operation did not complete, for the indicated reason.

Type

Error: An error occurred

Severity

error

UI_COMMIT_COMPRESS_FAILED

System Log Message

Unable to compress file 'filename'

Description

As part of committing a new configuration, the management process (mgd) compresses and saves a copy of the configuration. mgd saved the configuration file in regular format because it could not compress it.

Type

Error: An error occurred

Severity

error

Cause

The Routing Engine is low on resources.

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_COMMIT_CONFIRMED_REMINDER

System Log Message

'commit confirmed' must be confirmed within duration minutes

Description

A 'commit confirmed' operation has activated the candidate configuration temporarily. If the commit is not confirmed within the indicated number of minutes (for example, by the command-line interface (CLI) 'commit' command), the management process (mgd) will roll back to the previous configuration.

Type

Event: This message reports an event, not an error

Severity

notice

UI_COMMIT_EMPTY_CONTAINER

System Log Message

Skipped empty object 'node-name'

Description

Some container objects are marked for automatic removal from the configuration hierarchy if they are empty when the user who created them changes to the top ([edit]) level of the hierarchy or exits configuration mode. While committing the candidate configuration, the management process (mgd) encountered such an object that was empty but not removed.

Type

Event: This message reports an event, not an error

Severity

info

Cause

When the commit operation began, the user who created the new container object had not populated it and was in configuration mode but not at the top level of the hierarchy.

Action

Populate or remove the empty object before committing the configuration. The user who created the object can remove it by exiting configuration mode or issuing the 'top' command to move to the top level of the hierarchy.

UI_COMMIT_NOT_CONFIRMED

System Log Message

Commit was not confirmed; message

Description

The 'commit confirmed' operation commits a configuration but requires confirmation within a defined number of minutes for the commit to become permanent. If the commit is not confirmed (by the 'commit' command, for example), the management process (mgd) automatically rolls back to the previously committed configuration. The automatic rollback restores management access to the routing platform in case an error in the configuration blocks access.

Type

Event: This message reports an event, not an error

Severity

notice

UI_COMMIT_PROGRESS

System Log Message

Commit operation in progress: message

Description

As it performed a commit operation, the management process (mgd) recorded its execution of the indicated step.

Type

Event: This message reports an event, not an error

Severity

info

UI_COMMIT_ROLLBACK_FAILED

System Log Message

Automatic rollback failed

Description

The 'commit confirmed' operation commits a configuration but requires confirmation within a defined number of minutes for the commit to become permanent. If the commit is not confirmed (by the 'commit' command, for example), the management process (mgd) automatically rolls back to the previously committed configuration. The 'commit confirmed' operation was not confirmed, but mgd could not roll back the configuration. The configuration might be in an indeterminate state.

Type

Error: An error occurred

Severity

error

Cause

The cause of the problem might be recorded in messages that precede this message in the system log.

UI_COMMIT_SYNC_FORCE

System Log Message

All logins to local configuration database were terminated because forced 'commit synchronize' operation was invoked on other Routing Engine

Description

The 'commit synchronize force' command was issued on the other Routing Engine on the router. All login sessions in the local configuration database were terminated and the configuration from the other Routing Engine was committed on the local Routing Engine.

Type

Event: This message reports an event, not an error

Severity

notice

UI_CONFIGURATION_ERROR

System Log Message

Process: process-name, path: pathname, statement: configuration-statement, error-message

Description

The indicated process found a problem in its configuration.

Type

Error: An error occurred

Severity

error

UI_CONFIGURATION_WARNING

System Log Message

Process: process-name, path: pathname, statement: configuration-statement, warning-message

Description

The indicated process found a problem in its configuration.

Type

Error: An error occurred

Severity

warning

UI_DAEMON_ACCEPT_FAILED

System Log Message

connection-type socket connection accept failed: error-message

Description

The management process (mgd) did not accept an incoming connection request.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_DAEMON_FORK_FAILED

System Log Message

Unable to create session child: error-message

Description

The management process (mgd) invokes the fork() system call to create a copy of itself for each CLI session. The system call failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_DAEMON_SELECT_FAILED

System Log Message

select failed: error-message

Description

The management process (mgd) uses the select() system call to listen for incoming connection requests on a socket. The system call failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_DAEMON_SOCKET_FAILED

System Log Message

connection-type socket create failed: error-message

Description

The management process (mgd) uses sockets to communicate with other JUNOS software processes running on the routing platform. It could not allocate a socket.

Type

Error: An error occurred

Severity

error

Cause

System resources are exhausted.

Action

Contact your technical support representative.

UI_DBASE_ACCESS_FAILED

System Log Message

Unable to reaccess configuration database file 'filename', address address, size size: reason

Description

To increase the size of the configuration database, the management process (mgd) must unmap the database from its address space, change the database size, and remap the database. The remapping operation failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_DBASE_CHECKOUT_FAILED

System Log Message

Database 'filename' is out of data and needs to be rebuilt

Description

When the routing platform boots, the management process (mgd) checks the configuration database for internal consistency. It found one or more inconsistencies.

Type

Event: This message reports an event, not an error

Severity

alert

Cause

mgd restarted after new JUNOS software was installed.

Action

None; mgd will rebuild the database.

UI_DBASE_EXTEND_FAILED

System Log Message

Unable to extend configuration database file 'filename' to size requested-size: reason

Description

The management process (mgd) could not increase the configuration database to the indicated size.

Type

Error: An error occurred

Severity

error

Cause

The hard disk is defective or is not installed in the routing platform.

Action

Repair or replace the hard disk.

Cause

There is insufficient disk space on the /var partition on the hard disk.

Action

Delete user files from the /var/homes directory to increase the available disk space.

UI_DBASE_LOGIN_EVENT

System Log Message

User 'username' entering configuration mode

Description

The indicated user entered configuration mode (logged into the configuration database).

Type

Event: This message reports an event, not an error

Severity

notice

UI_DBASE_LOGOUT_EVENT

System Log Message

User 'username' exiting configuration mode

Description

The indicated user exited configuration mode (logged out of the configuration database).

Type

Event: This message reports an event, not an error

Severity

notice

UI_DBASE_MISMATCH_EXTENT

System Log Message

Database header extent mismatch for file 'filename': expecting expected-value, got received-value

Description

The header in the configuration database records the highest address allocated in the database. The management process (mgd) discovered that the highest address actually allocated in the database does not match the header value.

Type

Error: An error occurred

Severity

error

Cause

The database file is corrupted.

Action

Contact your technical support representative.

UI_DBASE_MISMATCH_MAJOR

System Log Message

Database header major version number mismatch for file 'filename': expecting expected-value, got received-value

Description

For compatibility, the version number recorded in the header of the configuration database must match the version of JUNOS software running on the routing platform. The management process (mgd) discovered that the major parts (for example, '5' in '5.x') of the version numbers do not match.

Type

Error: An error occurred

Severity

error

Cause

A recent software upgrade did not complete successfully.

Action

Issue the 'show version' command to check the JUNOS version. If necessary, issue the 'request system reboot' command to reboot the routing platform and complete the software installation.

Cause

The database file is corrupted.

Action

Contact your technical support representative.

UI_DBASE_MISMATCH_MINOR

System Log Message

Database header minor version number mismatch for file 'filename': expecting expected-value, got received-value

Description

For compatibility, the version number recorded in the header of the configuration database must match the version of JUNOS software running on the routing platform. The management process (mgd) discovered that the minor parts (for example, '2' in 'x.2') of the version numbers do not match.

Type

Error: An error occurred

Severity

error

Cause

A recent software upgrade did not complete successfully.

Action

Issue the 'show version' command to check the JUNOS version. If necessary, issue the 'request system reboot' command to reboot the routing platform and complete the software installation.

Cause

The database file is corrupted.

Action

Contact your technical support representative.

UI_DBASE_MISMATCH_SEQUENCE

System Log Message

Database header sequence numbers mismatch for file 'filename'. If a package has just been added or deleted, please verify and commit the configuration.

Description

The header of the configuration database records the version number of the configuration schema (possible set of statements) used when the database was created. To prevent corruption, all JUNOS processes that access the database must use the same schema. The management process (mgd) discovered that the version number for the JUNOS software installed on the routing platform does not match the header value.

Type

Error: An error occurred

Severity

warning

Cause

A recent software upgrade did not complete successfully.

Action

Issue the 'show version' command to check the JUNOS version. If necessary, issue the 'request system reboot' command to reboot the routing platform and complete the software installation.

Cause

The database file is corrupted.

Action

Contact your technical support representative.

UI_DBASE_MISMATCH_SIZE

System Log Message

Database header size mismatch for file 'filename': expecting expected-value, got received-value

Description

The header of the configuration database records the database size. The management process (mgd) discovered that the size of the actual database file does not match the header value.

Type

Error: An error occurred

Severity

error

Cause

The database file is corrupted.

Action

Contact your technical support representative.

UI_DBASE_OPEN_FAILED

System Log Message

Database open failed for file 'filename': reason

Description

The management process (mgd) could not open the indicated configuration database file.

Type

Error: An error occurred

Severity

error

Cause

The database file does not exist.

Action

Select a different filename or create a new configuration.

Cause

The /config directory does not have sufficient space for a new database.

Action

Remove files from the /config directory to make more space available.

UI_DBASE_REBUILD_FAILED

System Log Message

modeusername rebuild of the database 'filename' failed

Description

The management process (mgd) could not rebuild the configuration database file.

Type

Error: An error occurred

Severity

alert

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_DBASE_REBUILD_SCHEMA_FAILED

System Log Message

Automatic rebuild of the database failed

Description

The management process (mgd) could not rebuild the schema for the configuration database.

Type

Error: An error occurred

Severity

alert

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_DBASE_REBUILD_STARTED

System Log Message

modeusername rebuild/rollback of the database 'filename' started

Description

The management process (mgd) began to rebuild the configuration database file or its schema because that object was not current. The operation will complete shortly.

Type

Event: This message reports an event, not an error

Severity

alert

UI_DBASE_RECREATE

System Log Message

User 'username' attempting database re-creation

Description

The management process (mgd) discovered that the version of JUNOS software running on the routing platform does not match the version of the current configuration database. In response to a prompt from mgd, the indicated user initiated a rebuilding of the database.

Type

Event: This message reports an event, not an error

Severity

notice

UI_DBASE_REOPEN_FAILED

System Log Message

Reopen of the database failed

Description

After rebuilding the schema file for the configuration database, the management process (mgd) closes the file and reopens it in read-only mode to prevent corruption. It could not reopen the file.

Type

Error: An error occurred

Severity

alert

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_DUPLICATE_UID

System Log Message

Users username1 and username2 have the same UID uid

Description

The JUNOS software allows multiple user login accounts to share the same UID. This message was logged in case site policy dictates that users should not share UIDs.

Type

Event: This message reports an event, not an error

Severity

notice

Action

Assign different UIDs to the affected users.

UI_FACTORY_OPERATION

System Log Message

Committing factory default configuration because CONFIG button was pressed and held

Description

The management process (mgd) began a commit operation to activate the factory default configuration, because the CONFIG button on the chassis was pressed and held for 15 seconds or more.

Type

Event: This message reports an event, not an error

Severity

notice

UI_INITIALSETUP_OPERATION

System Log Message

Committing EZsetup configuration as EZsetup option is chosen

Description

The management process (mgd) began a commit operation to activate the pre initial setup configuration, because the initial-setup option was selected from the LCD Menu.

Type

Event: This message reports an event, not an error

Severity

notice

UI_INVALID_REMOTE_PERMISSION

System Log Message

invalid permissions from authorization server: permission-name

Description

RADIUS and TACACS+ authorization servers use Juniper Networks vendor-specific attributes (VSAs) to specify user permissions. A VSA included the indicated permission name, which is invalid.

Type

Error: An error occurred

Severity

error

UI_JUNOSCRIPT_CMD

System Log Message

User 'username' used JUNOScript client to run command 'command'

Description

The indicated user ran the indicated command using the JUNOScript application programming interface (API).

Type

Event: This message reports an event, not an error

Severity

info

UI_JUNOSCRIPT_ERROR

System Log Message

JUNOScript error: error-message

Description

The management process (mgd) normally sends an error message to the JUNOS CLI or JUNOScript API client in an <xnm:error> tag. It could not send the tag, so it sent the indicated error message in an XML comment instead.

Type

Error: An error occurred

Severity

warning

UI_LCC_NO_MASTER

System Log Message

No master Routing Engine defined for LCClcc

Description

By default, the JUNOS software installed on the TX Matrix platform in a routing matrix is automatically copied to and installed on all T640 routing nodes in the routing matrix. The software was not installed on the indicated T640 routing node (line-card chassis, or LCC), because the management process (mgd) on the TX Matrix platform could not determine which Routing Engine on the LCC was the master.

Type

Error: An error occurred

Severity

error

Action

Resolve the mastership situation on the T640 routing node and install the software on its Routing Engines.

UI_LOAD_EVENT

System Log Message

User 'username' is performing a 'operation'

Description

The indicated user requested the indicated operation ('rollback, ' or 'load' or one of its variants) on the configuration database. The existing configuration database was deleted and a new database was created based on a text file.

Type

Event: This message reports an event, not an error

Severity

notice

UI_LOAD_JUNOS_DEFAULT_FILE_EVENT

System Log Message

Loading the default config from pathname

Description

The system is loading junos default configuration from file.

Type

Event: This message reports an event, not an error

Severity

info

UI_LOGIN_EVENT

System Log Message

User 'username' login, class 'class-name' local-peer[pid]

Description

The indicated user started a JUNOS CLI session.

Type

Event: This message reports an event, not an error

Severity

info

UI_LOGOUT_EVENT

System Log Message

User 'username' logout

Description

The indicated user exited from a JUNOS CLI session.

Type

Event: This message reports an event, not an error

Severity

info

UI_LOST_CONN

System Log Message

Lost connection to daemon 'process-name'

Description

The management process (mgd) uses sockets to communicate with other JUNOS software processes. The socket it was using for the indicated process closed prematurely.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_MASTERSHIP_EVENT

System Log Message

mastership-event card-name mastership by 'username'

Description

Some redundant routing platform components use a master/standby system in which the master component is active and the standby is inactive but ready to assume mastership. The indicated user performed the indicated operation to modify component mastership.

Type

Event: This message reports an event, not an error

Severity

warning

UI_MGD_TERMINATE

System Log Message

Terminating operation: exit status return-value

Description

The management process (mgd) encountered an error and exited, returning the indicated code as its exit status code.

Type

Error: An error occurred

Severity

error

Cause

The cause of the problem might be recorded in messages that precede this message in the system log.

UI_MOTD_PROPAGATE_ERROR

System Log Message

Unable to propagate login announcement (motd) to pathname

Description

The management process (mgd) could not create or write to the indicated file, which was the intended location for the message of the day (MOTD) configured at the [edit system login announcement] hierarchy level.

Type

Error: An error occurred

Severity

error

UI_NETCONF_CMD

System Log Message

User 'username' used NETCONF client to run command 'command'

Description

The indicated user ran the indicated command using the NETCONF application programming interface (API).

Type

Event: This message reports an event, not an error

Severity

info

UI_NETCONF_ERROR

System Log Message

NETCONF error: error-message

Description

The management process (mgd) normally sends error messages to the NETCONF client in the <rpc-error> tag element. It could not send that tag element, and instead sent the indicated error message in an XML comment.

Type

Error: An error occurred

Severity

warning

UI_PARSE_JUNOSCRIPT_ATTRIBUTES

System Log Message

Error parsing attributes in client junoscript tag

Description

The management process (mgd) encountered an error and exited while attempting to parse the XML attributes in the <junoscript> tag submitted by a client application.

Type

Error: An error occurred

Severity

error

UI_READ_FAILED

System Log Message

read failed for peer peer-name: error-message

Description

The management process (mgd) uses the read() system call to access data sent by other JUNOS processes running on the routing platform (referred to as its peers). The system call failed for the indicated process.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_READ_TIMEOUT

System Log Message

Timeout on read of peer 'peer-name'

Description

When communicating with other JUNOS processes running on the routing platform (referred to as peers), the management process (mgd) waits only a defined period for responses to arrive. The timeout period passed for the indicated process.

Type

Event: This message reports an event, not an error

Severity

notice

UI_REBOOT_EVENT

System Log Message

System halt-reboot by 'username'

Description

The indicated software process restarted as requested by the indicated user.

Type

Event: This message reports an event, not an error

Severity

warning

UI_RESCUE_OPERATION

System Log Message

Committing rescue configuration because CONFIG button was pressed

Description

The management process (mgd) began a commit operation to activate the rescue configuration, because the CONFIG button on the chassis was pressed.

Type

Event: This message reports an event, not an error

Severity

notice

UI_RESTART_EVENT

System Log Message

User 'username' restarting daemon 'process-name'description

Description

The indicated software process restarted as requested by the indicated user.

Type

Event: This message reports an event, not an error

Severity

warning

UI_SCHEMA_CHECKOUT_FAILED

System Log Message

Schema is out of date and needs to be rebuilt

Description

The JUNOS user interface schema file records all CLI commands and configuration statements available in the JUNOS software. While initializing, the new management process (mgd) determined that the schema's sequence number means that the schema is incompatible with the JUNOS software installed on the routing platform.

Type

Error: An error occurred

Severity

alert

Cause

The schema is out of date.

Action

None; mgd will rebuild the schema based on the current JUNOS version.

UI_SCHEMA_MISMATCH_MAJOR

System Log Message

Schema major version mismatch for package package-name (expected-value vs. received-value)

Description

The JUNOS user interface schema file records all CLI commands and configuration statements available in the JUNOS software. While initializing, the management process (mgd) discovered that the major part (for example, '5' in '5.x') of the schema version number does not match the major version number of the JUNOS software installed on the routing platform. The mismatch could lead to corruption of the configuration database.

Type

Error: An error occurred

Severity

error

Cause

The schema is incompatible with the installed JUNOS software.

Action

None; mgd will rebuild the schema based on the current JUNOS version.

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_SCHEMA_MISMATCH_SEQUENCE

System Log Message

Schema header sequence numbers mismatch for package package-name

Description

The JUNOS user interface schema file records all CLI commands and configuration statements available in the JUNOS software. Schema sequence numbers serve as a checksum of the configuration data schema and ensure that the software used to access the database understands the data. The value in the database file did not match the expected value.

Type

Error: An error occurred

Severity

error

Cause

The JUNOS software installation did not succeed, possibly because of an internal software error.

Action

Contact your technical support representative.

UI_SCHEMA_SEQUENCE_ERROR

System Log Message

Schema sequence number mismatch

Description

The JUNOS user interface schema file records all CLI commands and configuration statements available in the JUNOS software. The management process (mgd) rebuilds the schema as necessary to be compatible with the JUNOS software installed on the routing platform. A sequence number in the schema acts as a checksum that represents its content and format. A JUNOS process attempted to access the schema but determined that the schema's sequence number means that it is incompatible with the process.

Type

Error: An error occurred

Severity

alert

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

UI_TACPLUS_ERROR

System Log Message

TACACS+ failure: error-message

Description

The management process (mgd) failed to send a record to TACACS+.

Type

Error: An error occurred

Severity

notice

UI_VERSION_FAILED

System Log Message

Unable to fetch system version: error-message

Description

The management process (mgd) could not retrieve version information from the kernel.

Type

Error: An error occurred

Severity

error

Action

Contact your technical support representative.

UI_WRITE_RECONNECT

System Log Message

Re-establishing connection to peer 'peer-name'

Description

The management process (mgd) reconnected to the indicated JUNOS process running on the routing platform.

Type

Event: This message reports an event, not an error

Severity

notice


[Contents] [Prev] [Next] [Index] [Report an Error]