cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1291
Views
5
Helpful
1
Replies

After installing NSO via system install, unable to execute ncs start in centos7 docker image

saumdube
Cisco Employee
Cisco Employee

I installed via following command in centos 7 

 

sudo sh nso-5.2.0.1.linux.x86_64.installer.bin --system-install --install-dir /opt/ncs --config-dir /etc/ncs --run-dir /opt/ncs/ncs-run  --log-dir /var/log/ncs --run-as-user nsoadmin

which doesn't have ncs start

-bash-4.2$ /etc/init.d/ncs start                                                                           
/etc/init.d/ncs: line 49: /etc/rc.d/init.d/functions: No such file or directory                            
Starting ncs: Password:                                                                                    
1 Accepted Solution

Accepted Solutions

saumdube
Cisco Employee
Cisco Employee

Problem with CentOS7 Docker image. Which doesn't have initscripts

yum install -y initscripts 

 

View solution in original post

1 Reply 1

saumdube
Cisco Employee
Cisco Employee

Problem with CentOS7 Docker image. Which doesn't have initscripts

yum install -y initscripts