03-09-2020 04:18 AM
[nsoadmin@etc-emix-nso ncs]$ ncs_load -l -m devices.xml
ncs_load: 618: maapi_load_config(sock, tid, flags, abspath(argv[0])) failed: system call failed (24): couldn't open file /var/opt/ncs/devices.xml: no such file or directory
I created the file manually using `touch devices.xml` then I got the following error:
[nsoadmin@etc-emix-nso ncs]$ ncs_load -l -m devices.xml
ncs_load: 618: maapi_load_config(sock, tid, flags, abspath(argv[0])) failed: external error (19): Error on line 1: End-of-file reached in XML stream
Solved! Go to Solution.
03-09-2020 04:30 AM
Are you trying to load netsim devices into NSO or something like that?
If so, before you try to use the file, it needs to be generated with: ncs-netsim ncs-xml-init > devices.xml
Refer to the procedure on the user guide under "Using Netsim".
03-09-2020 04:30 AM
Are you trying to load netsim devices into NSO or something like that?
If so, before you try to use the file, it needs to be generated with: ncs-netsim ncs-xml-init > devices.xml
Refer to the procedure on the user guide under "Using Netsim".
03-09-2020 04:33 AM
Oops, I forgot that.
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide