Siemens SIMATIC NET APE1402 Manual de configuração - Página 28
Procurar online ou descarregar pdf Manual de configuração para Equipamento industrial Siemens SIMATIC NET APE1402. Siemens SIMATIC NET APE1402 36 páginas. Application processing engine
5.
6.
7.
8.
9.
10. Reboot the system again by executing the following command:
Upgrading from Debian v7 (Wheezy) to Debian v8 (Jessie)
To upgrade from Debian v7 (Wheezy) to Debian v8 (Jessie), do the following:
1.
RUGGEDCOM APE (Application Processing Engine)
Configuration Manual, 12/2019, C79000-G8976-1121-05
Set up the apt sources list. Using vi, open the file /etc/apt/sources-list
and add the following lines:
deb http://deb.debian.org/debian {release} main
deb-src http://deb.debian.org/debian {release} main
deb http://deb.debian.org/debian {release}-updates main
deb-src http://deb.debian.org/debian {release}-updates main
deb http://deb.debian.org/debian-security/ {release}/updates main
deb-src http://deb.debian.org/debian-security/ {release}/updates main
Where:
{release} is the development codename for the Debian release the
•
RUGGEDCOM APE is currently running (e.g. wheezy, jessie, etc.).
When done, save and close the file.
Update the RUGGEDCOM APE's knowledge of the new software available on the
upgrade server by executing the following command:
apt-get update
Ignore any errors about public keys.
Upgrade previously installed packages by executing the following command:
apt-get-V upgrade
If prompted, select /dev/sda as the device path.
Reboot the system by executing the following command:
reboot
Upgrade the Linux kernel by executing the following command:
apt-get install linux-image-686-pae
reboot
In the apt sources list, point all repositories to Debian v8 (Jessie). Using vi, open
the file /etc/apt/sources.list and replace all instances of "wheezy" with
"jessie." For example:
deb http://deb.debian.org/debian jessie main
deb-src http://deb.debian.org/debian jessie main
deb http://deb.debian.org/debian jessie-updates main
deb-src http://deb.debian.org/debian jessie-updates main
deb http://security.debian.org/debian-security/ jessie/updates main
Configuring and Using the RUGGEDCOM APE
2.14 Updating Linux Software
19