Skip to content

Instantly share code, notes, and snippets.

@nmicic
Last active November 27, 2024 11:47
Show Gist options
  • Select an option

  • Save nmicic/cdd271592d9d73e36e84b07c3677d4dc to your computer and use it in GitHub Desktop.

Select an option

Save nmicic/cdd271592d9d73e36e84b07c3677d4dc to your computer and use it in GitHub Desktop.
RJIO MOP 698327065

First execute

  1. prior MOP commands
  2. debug shell card4 ipsecmgr task kill
  3. if no progress then excute: dcardmgr task kill ( NOTE: here execute again 2 after)
  4. after MOP commands
  5. if no change then reboot card 4 ( not migration )
  6. run one more time after MOP commands ( this has to be done anyways )
  7. if there are any issue alert the TAC
# prior MOP
show support details to file /sftp/698327065_SSD_NM_001_prior compress -noconfirm
#
show demux-mgr statistics ipsecdemux all
show task table card 4 facility ipsecmgr all
show task resources card 4 facility ipsecmgr all
show task info card 4 facility ipsecmgr all
show crypto process slot 4
show crypto managers summary demux-stats
show crypto managers summary distribution
show crypto managers summary npu-stats
show crypto managers summary checkpoint-stats
show crypto managers summary dpath
show crypto managers summary handoff-stats
show crypto managers summary ikev2-stats
show crypto managers summary policy-stats
show crypto managers summary wmn-data-stats
# the following take 2-3 minutes - collect if you have time:
show crypto managers summary ike-stats
cli show task table card 4 facility sessmgr all | grep sessmgr | awk '{exec="cli show session disconnect-reasons smgr-instance "$3" verbose";print exec;system(exec)}'
cli show task info card 4 facility ipsecmgr all
cli show task resources card 4 facility ipsecmgr all
cli show task table card 4 facility ipsecmgr all | grep ipsecmgr | awk '{exec="cli show crypto managers instance "$3;print exec;system(exec)}'
sleep 1
cli show task table card 4 facility ipsecmgr all|grep ipsecmgr| awk '{exec="cli task kill facility ipsecmgr instance "$3" clean;sleep 1";print exec;system(exec)}'
sleep 10
cli show task info card 4 facility ipsecmgr all
cli show task resources card 4 facility ipsecmgr all
cli show task table card 4 facility ipsecmgr all | grep ipsecmgr | awk '{exec="cli show crypto managers instance "$3;print exec;system(exec)}'
cli show task table card 4 facility sessmgr all | grep sessmgr | awk '{exec="cli show session disconnect-reasons smgr-instance "$3" verbose";print exec;system(exec)}'
show task info card 4 facility dcardmgr all
show task resources card 4 facility dcardmgr all
sleep 1
task kill facility dcardmgr instance 40 clean
sleep 5
show task info card 4 facility dcardmgr all
show task resources card 4 facility dcardmgr all
NOTE: We should repeat here all from step: debug shell card4 ipsecmgr task kill
show task resources card 4 facility ipsecmgr all
show task resources card 4 facility sessmgr all
show crypto managers summary demux-stats
show crypto managers summary distribution
show crypto managers summary dpath
# after MOP
show support details to file /sftp/698327065_SSD_NM_002_after compress -noconfirm
# NOTE change file name everytime!
show demux-mgr statistics ipsecdemux all
show task table card 4 facility ipsecmgr all
show task resources card 4 facility ipsecmgr all
show task info card 4 facility ipsecmgr all
show crypto process slot 4
show crypto managers summary demux-stats
show crypto managers summary distribution
show crypto managers summary npu-stats
show crypto managers summary checkpoint-stats
show crypto managers summary dpath
show crypto managers summary handoff-stats
show crypto managers summary ikev2-stats
show crypto managers summary policy-stats
show crypto managers summary wmn-data-stats
# the following take 2-3 minutes - collect if you have time:
show crypto managers summary ike-stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment