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

show system commit

Syntax

show system commit

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display the pending commit operation (if any) and the commit history.

Options

This command has no options.

Required Privilege Level

view

Related Topics

clear system commit

List of Sample Output

show system commit
show system commit (At a Particular Time)
show system commit (At the Next Reboot)
show system commit (Rollback Pending)

Output Fields

Table 121 describes the output fields for the show system commit command. Output fields are listed in the approximate order in which they appear.

Table 121: show system commit Output Fields

Field Name

Field Description

Commit History

Displays the last 50 commit operations listed, most recent to first. The identifier rescue designates a configuration created for recovery using the request system configuration rescue save command.

Timestamp

Date and time of the commit operation.

User name

User who executed the commit operation

Commit method

Method used to execute the commit operation:

  • cli—CLI interactive user performed the commit operation.
  • junoscript—JUNOScript client performed the commit operation.
  • synchronize—Thecommit synchronize command was performed on the other Routing Engine.
  • snmp—An SNMP SET request caused the commit operation.
  • button—A button on the router was pressed to commit a rescue configuration for recovery.
  • autoinstall—A configuration obtained through autoinstallation was committed.
  • other—A method other than those identified was used to perform the commit operation.

Sample Output

show system commit

user@host> show system commit
0   2003-07-28 19:14:04 PDT by root via other
1   2003-07-25 22:01:36 PDT by regress via cli
2   2003-07-25 22:01:32 PDT by regress via cli
3   2003-07-25 21:30:13 PDT by root via button
4   2003-07-25 13:46:48 PDT by regress via cli
5   2003-07-25 05:33:21 PDT by root via autoinstall
...
rescue  2002-05-10 15:32:03 PDT by root via other

show system commit (At a Particular Time)

user@host> show system commit
commit requested by root via cli at Tue May  7 15:59:00 2002 

show system commit (At the Next Reboot)

user@host> show system commit
commit requested by root via cli at reboot

show system commit (Rollback Pending)

user@host> show system commit
0 2005-01-05 15:00:37 PST by root via cli commit confirmed, rollback in 3mins 

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