- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 07:18 AM
Hi everyone,
I've worked with NSO 5.3 in the past but starting up NSO 6.2 (trail version) is proving to be a bit of a mission.
Once I go through the installation steps outlined here, I get the following error whenever I try to start it
root@linux-xrd:/home/user1# ncs-setup \
> --package ncs-6.2/packages/neds/cisco-asa-cli-6.6 \
> --package ncs-6.2/packages/neds/cisco-ios-cli-3.0 \
> --package ncs-6.2/packages/neds/cisco-ios-cli-3.8 \
> --package ncs-6.2/packages/neds/cisco-iosxr-cli-3.0 \
> --package ncs-6.2/packages/neds/cisco-iosxr-cli-3.5 \
> --dest nso-instance
root@linux-xrd:/home/user1#
root@linux-xrd:/home/user1#
root@linux-xrd:/home/user1# source ncs-6.2/ncsrc
root@linux-xrd:/home/user1# cd nso-instance/
root@linux-xrd:/home/user1/nso-instance# ncs
NCS package upgrade failed with reason 'User java class "com.tailf.packages.ned.asa.UpgradeNedSettings" exited with status 1'
Daemon died status=13
root@linux-xrd:/home/user1/nso-instance#
I'm aware I'm running this as root. I get the same problem either way.
Can anyone assist?
Network Engineer
CCIE SP #69245
Solved! Go to Solution.
- Labels:
-
Other NSO Topics
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 08:39 AM
This seems to have been fixed by making sure java was correctly installed.
apt install openjdk-17-jdk openjdk-17-jre
I've since done this and reinstalled everything and it is working.
Sorry I should have checked for this.
Network Engineer
CCIE SP #69245
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 08:39 AM
This seems to have been fixed by making sure java was correctly installed.
apt install openjdk-17-jdk openjdk-17-jre
I've since done this and reinstalled everything and it is working.
Sorry I should have checked for this.
Network Engineer
CCIE SP #69245
