How to Move a Node from one machine to another

From AllStarLink Wiki
Revision as of 00:02, 16 May 2018 by imported>KB9LFZ
Jump to navigation Jump to search

if you are not going to use first-time.sh (and it's name derivatives)

Do the following


copy some shit from the original WORKING ASL node machine

paste some shit to the new ALS node machine

perform side-by-side comparisons to make confirm correct file copy

restart asterisk

plug in the URI

restart asterisk again

check for errors

if: you get this message: WARNING[23791]: chan_simpleusb.c:2149 setformat: Unable to re-open DSP device 2 (usb28569): No such file or directory then: echo snd_pcm_oss >>/etc/modules and either modprobe snd_pcm_oss and check for /dev/dsp or reboot. ls -la /dev/dsp


if /dev/dsp is something like this: crw-rw---- 1 root audio 14, 3 May 15 18:49 /dev/dsp then: chmod 775 /dev/dsp

systemctl status check to see if any process have failed usually restarting Asterisk will cause the update node list service to fail. In this case, you may see something such as: State: degraded

    Jobs: 0 queued
  Failed: 1 units

systemctl --failed

UNIT                   LOAD   ACTIVE SUB    DESCRIPTION

● updatenodelist.service loaded failed failed AllStar NodeList updater


systemctl restart updatenodelist.service

if that does not work, then: service updatenodelist restart