Skip to content

Commit 9ee9b9b

Browse files
authored
Replaced EOL'd linux version distros
1 parent 632171b commit 9ee9b9b

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

articles/virtual-machines/extensions/update-linux-agent.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,16 @@ To enable run:
6464
sudo sed -i 's/# AutoUpdate.Enabled=n/AutoUpdate.Enabled=y/g' /etc/waagent.conf
6565
```
6666

67-
Restart waagengt service for 14.04
67+
Restart waagent service for 22.04
6868

6969
```bash
70-
initctl restart walinuxagent
70+
sudo service walinuxagent restart
7171
```
7272

73-
Restart waagent service for 16.04 / 17.04
74-
75-
```bash
76-
systemctl restart walinuxagent.service
77-
```
7873

7974
## Red Hat / CentOS
8075

81-
### RHEL/CentOS 6
76+
### RHEL/CentOS 7.9
8277

8378
Check your current package version
8479

@@ -167,12 +162,12 @@ sudo sed -i 's/# AutoUpdate.Enabled=n/AutoUpdate.Enabled=y/g' /etc/waagent.conf
167162
Restart the waagent service
168163

169164
```bash
170-
sudo systemctl restart waagent.service
165+
sudo systemctl restart waagent
171166
```
172167

173168
## SUSE SLES
174169

175-
### SUSE SLES 11 SP4
170+
### SUSE SLES 15 SP4
176171

177172
Check your current package version
178173

@@ -215,7 +210,7 @@ Restart the waagent service
215210
sudo /etc/init.d/waagent restart
216211
```
217212

218-
### SUSE SLES 12 SP2
213+
### SUSE SLES 12 SP5
219214

220215
Check your current package version
221216

@@ -262,7 +257,7 @@ sudo systemctl restart waagent.service
262257

263258
## Debian
264259

265-
### Debian 7 “Jesse”/ Debian 7 "Stretch"
260+
### Debian 11 "bullseye"
266261

267262
Check your current package version
268263

@@ -285,7 +280,7 @@ sudo apt-get install waagent
285280
Enable agent auto update
286281
This version of Debian does not have a version >= 2.0.16, therefore AutoUpdate is not available for it. The output from the above command will show you if the package is up-to-date.
287282

288-
### Debian 8 “Jessie” / Debian 9 “Stretch
283+
### Debian 9 “Stretch” / Debian 10 “buster
289284

290285
Check your current package version
291286

0 commit comments

Comments
 (0)