Update Serial Number on Terminal

Update Serial Number on Terminal

Objectives


Assign serial number to terminal when it is either not assigned or the wrong serial number is assigned.

Prerequisites


  1. Serial number to assign to machine.
  2. SSH access to machine that does not have the correct serial number.

Instructions


  1. If you do not know the serial number, you can try running the following command to find the serial number on the machine. This may or may not work.

dmidecode -s system-serial-number

  1. Use vi to edit the serial number file.

#vi /etc/sysconfig/fullcount_serial_number

  1. Press i to be able to edit the file.
  1. Type in the correct serial number. If the file is blank, no serial number has been assigned to the file.
  1. Press the Esc key to quit insert mode.
  1. Exit and save your work.

#:wq

 


    • Related Articles

    • Troubleshoot Terminal Not Registered Error Message

      Troubleshoot Terminal Not Registered Error Message Objectives Troubleshoot situation where customer calls to say they have received a message on the terminal of ‘Your terminal is not currently registered with FullCount. Please contact FullCount to ...
    • Submit an RMA Form for a Pioneer Terminal

      Submit an RMA Form for a Pioneer Terminal Objectives Submit an RMA form for a Pioneer terminal. Prerequisites Serial number of the terminal. Customer's shipping address. Detailed description of the problem with the terminal. Instructions Submit a RMA ...
    • Change Community Name/Abbreviation

      Usage: Search and replace COMMUNITY_ID Search and replace COMMUNITY_NAME Search and replace billing abbrev Adjust descriptions as needed and follow instructions --*** DEVELOPMENT 1. Select from FC_OBJ_OWNER.COMMUNITIES table to identify community for ...
    • How Magic Wand Works

      How Magic Wand Works On boot and if enabled in the fullcount config file, the fullcount-checkforupdates.service runs update_checker.sh, which pulls down the latest current_release file and updateos.sh script. update_checker.sh checks whether ...
    • Use PuTTY to log into a Server or Terminal

      Objectives Log into a server or terminal via SSH. Prerequisites A copy of the PuTTY program installed on your computer. Your computer is powered on and connected to the network. Server or terminal is powered on and connected to the network. Username ...