Skip to content

Commit b813fc2

Browse files
committed
Fix code blocks
1 parent 227600d commit b813fc2

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

articles/sap/workloads/lama-installation.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: timlt
66
ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: how-to
9-
ms.date: 03/24/2026
9+
ms.date: 03/25/2026
1010
ms.author: sedusch
1111
ms.custom:
1212
- subject-rbac-steps
@@ -243,7 +243,7 @@ Before you start the SAP Software Provisioning Manager (SWPM), you need to mount
243243

244244
![Windows logo.][Logo_Windows] Windows
245245

246-
```bash
246+
```cmd
247247
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
248248
C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i "Ethernet 3" -h ah1-ascs -n 255.255.255.128
249249
```
@@ -370,7 +370,7 @@ Before you start SWPM, you need to mount the IP address of the virtual host name
370370

371371
![Windows logo.][Logo_Windows] Windows
372372

373-
```bash
373+
```cmd
374374
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
375375
C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i "Ethernet 3" -h ah1-di-0 -n 255.255.255.128
376376
```
@@ -399,7 +399,7 @@ Back up SYSTEMDB and all tenant databases before you try to copy a tenant, move
399399
400400
### Microsoft SQL Server
401401
402-
The following examples assume that you install the SAP NetWeaver system with SID *AS1*. The virtual host names are:
402+
The following examples assume that you install the SAP NetWeaver system with SID **AS1**. The virtual host names are:
403403
404404
* *as1-db* for the SQL Server instance that the SAP NetWeaver system uses
405405
* *as1-ascs* for SAP NetWeaver ASCS
@@ -409,7 +409,7 @@ The following examples assume that you install the SAP NetWeaver system with SID
409409
410410
Before you start SWPM, you need to mount the IP address of the virtual host name of ASCS. We recommend using SAPACEXT. If you mount the IP address by using SAPACEXT, make sure that you remount the IP address after a reboot.
411411
412-
```bash
412+
```cmd
413413
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
414414
C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i "Ethernet 3" -h as1-ascs -n 255.255.255.128
415415
```
@@ -420,7 +420,7 @@ Run SWPM. For **ASCS Instance Host Name**, use **as1-ascs**.
420420
421421
Before you start SWPM, you need to add the IP address of the virtual host name of the database to a network interface. We recommend using SAPACEXT. If you mount the IP address by using SAPACEXT, make sure that you remount the IP address after a reboot.
422422
423-
```bash
423+
```cmd
424424
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
425425
C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i "Ethernet 3" -h as1-db -n 255.255.255.128
426426
```
@@ -433,7 +433,7 @@ Make sure that the user *NT AUTHORITY\SYSTEM* has access to the SQL Server insta
433433
434434
Before you start SWPM, you need to mount the IP address of the virtual host name of the application server. We recommend using SAPACEXT. If you mount the IP address by using SAPACEXT, make sure that you remount the IP address after a reboot.
435435
436-
```bash
436+
```cmd
437437
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
438438
C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i "Ethernet 3" -h as1-di-0 -n 255.255.255.128
439439
```
@@ -448,17 +448,15 @@ In the **Primary Application Server Instance** dialog, for **PAS Instance Host N
448448
449449
* **Error**:
450450
451-
```
452-
[Microsoft][ODBC SQL Server Driver][SQL Server]The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'. [SOAPFaultException]
453-
454-
The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'.
455-
```
451+
> [Microsoft][ODBC SQL Server Driver][SQL Server]The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'. [SOAPFaultException]
452+
>
453+
> The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'.
456454
457455
* **Solution**: Make sure that *NT AUTHORITY\SYSTEM* can access the SQL Server instance. See SAP Note [2562184].
458456
459457
### Errors and warnings during instance validation
460458
461-
* An exception was raised in the validation of *hdbuserstore*. See Log Viewer.
459+
* An exception was raised in the validation of *hdbuserstore*. See **Log Viewer**.
462460
463461
* **Caused by**: `com.sap.nw.lm.aci.monitor.api.validation`
464462

0 commit comments

Comments
 (0)