...
Once the picos_start.conf file has been updated, user needs to restart the picos service by using the /etc/init.d/picos restart the sudo systemctl restart picos command, or rebooting the switch.
Code Block |
---|
admin@LEAF-A$sudo /etc/init.d/picossystemctl restart Stopping: PicOS L2/L3.picos ............... Stopping enhanced syslogd: rsyslogd. Starting enhanced syslogd: rsyslogd. Stopping internet superserver: xinetd. Restarting OpenBSD Secure Shell server: sshd. Starting: PicOS Open vSwitch/OpenFlow. Starting web server: lighttpd. admin@LEAF-A$ |
User is in PicOS OVS mode now.
The following example shows an excerpt from the picos_start.conf file. If value of picos_start is xorpplus, PicOS will run in L2/L3 mode after the next PicOS restart.
Code Block |
---|
picos_start=xorpplusxorplus |
Once the picos_start.conf file has been updated, user needs to restart the picos service by using the /etc/init.d/picos restart command sudo systemctl restart picos command or by rebooting the switch.
Code Block |
---|
admin@LEAF-A$sudo /etc/init.d/picossystemctl restart Stopping web server: lighttpd. Stopping: PicOS Open vSwitch/OpenFlow. Starting: PicOS L2/L3...........picos ................ admin@LEAF-A$ |
...