464
Views
0
Helpful
2
Replies
Linux Release in IOS XR
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 05:32 AM
I am curious if there is a command on the NCS5500 Platform that I can do to see what the Linux Release is? We will be upgrading code to a newer release and understand that we need to do an interim XR release to get the Linux Release changed. I'd like to confirm that after the interim step.
Labels:
- Labels:
-
XR OS and Platforms
2 Replies 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 06:15 AM
hi @Daniel Smith you can use bash commands in IOS XR
Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB
Good luck
KB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 08:59 AM
You can issue 'run uname -a' to get the information you are looking for as well as 'run cat /etc/os-release'.
Examples
RP/0/RP0/CPU0:8808-A#run uname -a
Mon May 5 15:53:09.694 UTC
Linux node0_RP0_CPU0 5.4.251-yocto-standard #1 SMP Mon Sep 16 18:45:16 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
RP/0/RP0/CPU0:8808-A#run cat /etc/os-release
Mon May 5 15:57:01.343 UTC
ID=lnt
NAME="Linux Distro for XR"
VERSION="11.1.2 (dunfell)"
VERSION_ID=11.1.2
PRETTY_NAME="Linux Distro for XR 11.1.2 (dunfell)"
DISTRO_CODENAME="dunfell"
Sam
Examples
RP/0/RP0/CPU0:8808-A#run uname -a
Mon May 5 15:53:09.694 UTC
Linux node0_RP0_CPU0 5.4.251-yocto-standard #1 SMP Mon Sep 16 18:45:16 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
RP/0/RP0/CPU0:8808-A#run cat /etc/os-release
Mon May 5 15:57:01.343 UTC
ID=lnt
NAME="Linux Distro for XR"
VERSION="11.1.2 (dunfell)"
VERSION_ID=11.1.2
PRETTY_NAME="Linux Distro for XR 11.1.2 (dunfell)"
DISTRO_CODENAME="dunfell"
Sam
