Users Guide
Table Of Contents
- Dell Edge Gateway 3001 Installation and Operation Manual
- Overview
- System views
- Installing your Edge Gateway
- Safety and regulatory information
- Setting up your Edge Gateway
- Activating your mobile broadband service
- Mounting your Edge Gateway
- Mounting the Edge Gateway using the standard-mount bracket
- Mounting the Edge Gateway using quick-mount bracket
- Attaching the cable control bars to the standard-mount bracket
- Mounting the Edge Gateway on a DIN rail using the DIN-rail bracket
- Mounting the Edge Gateway using the perpendicular mount
- Mounting the Edge Gateway using a VESA mount
- Setting up the ZigBee dongle
- Setting up the operating system
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Overview
- Boot up and log in – Remote system configuration
- Updating operating system and applications
- Additional Ubuntu commands
- Ubuntu Network Manager
- Serial ports
- Minicom
- GPIO
- Security
- Watchdog Timer (WDT)
- Cloud LED On/Off
- Global Positioning Systems (GPS)
- Snappy auto update/Autopilot
- Accessing Snappy Store/Snapweb
- Sensors
- Ignition Pin
- System Power Management
- Restoring Ubuntu Core 16
- Flashing a new OS image
- Ubuntu Server
- Overview
- Login to the Edge Gateway using Ethernet Port 1
- Installing or configuring Dynamic Host Configuration Protocol (DHCP) daemon
- Ubuntu Server driver information
- Firmware management on Ubuntu Server
- Configure Watchdog Timer (WDT)
- Trusted Platform Module (TPM)
- Cloud LED On/Off
- Advanced Linux Sound Architecture (ALSA)
- Global Positioning Systems (GPS)
- Serial ports
- GPIO
- Sensors
- Ignition Pin
- System Power Management
- Ubuntu Network Manager
- Restoring Ubuntu Server
- Creating the OS recovery USB flash drive
- Accessing and updating BIOS
- References
- Appendix
- Contacting Dell
Table 12. Basic commands (continued)
Action Ubuntu Core 16
returns:
System reboot successfully
Shutting down the system Run the command:
admin@localhost:$ sudo poweroff
The system shuts down successfully.
Add a new user if libnss-extrausers is pre-installed
$sudo adduser --extrausers testuser
Change a user’s password
$sudo passwd <user-name>
Re-mount the Ubuntu Snappy 16 root-file system as read only
Snappy 16 rootfs is Read-Only
Accessing the built-in help
admin@localhost:~$ sudo snap --help
Listing the installed snaps
admin@localhost:~$ sudo snap list
Updating the system name
admin@localhost:$ network-manager.nmcli
general hostname <NAME>
Changing the time zone When the system arrives from the factory, the operating
system is usually set to the UTC time zone.
To change the time zone to your location, run the command:
admin@localhost:~$ sudo timedatectl --help
Root-user credential Run the command:
admin@localhost:$ sudo su -
Returns:
$ admin@localhost:~# sudo su –
$ root@localhost:~#
Identifying the System Service Tag Run the command:
admin@localhost:$ cat /sys/class/dmi/id/
product_serial
The system tag is printed.
Identifying the system vendor Run the command:
admin@localhost:$ cat /sys/class/dmi/id/
board_vendor
returns
Dell Inc.
The system tag is printed.
52 Setting up the operating system