Skip to content

Commit 83a3839

Browse files
committed
edit pass: sap-workloads-articles
1 parent d656c58 commit 83a3839

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/sap/workloads/lama-installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,15 @@ Azure NetApp Files requires a delegated subnet, which must be part of the same v
296296

297297
![Screenshot that shows a created LaMa NetApp account.](media/lama/sap-lama-netappaccount.png)
298298

299-
Within the NetApp account, the capacity pool specifies the size and type of disks for each pool:
299+
Within the NetApp account, the capacity pool specifies the size and type of disks for each pool.
300300

301301
![Screenshot that shows selections for creating a NetApp capacity pool.](media/lama/sap-lama-capacitypool-50.png)
302302

303303
![Screenshot that shows a created NetApp capacity pool.](media/lama/sap-lama-capacitypool-list.png)
304304

305305
1. Define the NFS volumes.
306306

307-
Because there might be volumes for multiple systems in one pool, choose a self-explaining naming scheme. Adding the SID helps to group related volumes together.
307+
Because one pool might contain volumes for multiple systems, choose a self-explaining naming scheme. Adding the SID helps to group related volumes together.
308308

309309
For the ASCS and AS instances, you need the following mounts: */sapmnt/\<SID\>*, */usr/sap/\<SID\>*, and */home/\<sid\>adm*. Optionally, you need */usr/sap/trans* for the central transport directory, which is at least used by all systems of one landscape.
310310

@@ -367,7 +367,7 @@ Add another virtual host name and IP address for the name that the application s
367367
/usr/sap/hostctrl/exe/sapacext -a ifup -i eth0 -h ah1-db -n 255.255.255.128
368368
```
369369

370-
Run the database instance installation of SWPM on the application server virtual machine, not on the HANA virtual machine. In the **Database for SAP System** dialog, for **Database Host**, use **ah1-db**.
370+
Run the database instance installation of SWPM on the application server VM, not on the HANA VM. In the **Database for SAP System** dialog, for **Database Host**, use **ah1-db**.
371371

372372
#### Install SAP NetWeaver Application Server for SAP HANA
373373

@@ -419,7 +419,7 @@ The following examples assume that you install SAP NetWeaver with system ID AS1.
419419
420420
#### Install SAP NetWeaver ASCS for SQL Server
421421
422-
Before you start SWPM, you need to mount the IP address of the virtual host name of the ASCS. The recommended way is to use SAPACEXT. If you mount the IP address by using SAPACEXT, be sure to remount the IP address after a reboot.
422+
Before you start SWPM, you need to mount the IP address of the virtual host name of ASCS. The recommended way is to use SAPACEXT. If you mount the IP address by using SAPACEXT, be sure to remount the IP address after a reboot.
423423
424424
```bash
425425
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
@@ -437,7 +437,7 @@ Before you start SWPM, you need to add the IP address of the virtual host name o
437437
C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i "Ethernet 3" -h as1-db -n 255.255.255.128
438438
```
439439
440-
Run the database instance installation of SWPM on the SQL server virtual machine. Use `SAPINST_USE_HOSTNAME=as1-db` to override the host name that's used to connect to SQL Server. If you deployed the virtual machine by using the Azure Resource Manager template, set the directory that's used for the database data files to *C:\sql\data*, and set the database log file to *C:\sql\log*.
440+
Run the database instance installation of SWPM on the SQL Server virtual machine. Use `SAPINST_USE_HOSTNAME=as1-db` to override the host name that's used to connect to SQL Server. If you deployed the virtual machine by using the Azure Resource Manager template, set the directory that's used for the database data files to *C:\sql\data*, and set the database log file to *C:\sql\log*.
441441
442442
Make sure that the user *NT AUTHORITY\SYSTEM* has access to the SQL Server instance and has the server role *sysadmin*. For more information, see SAP Notes [1877727] and [2562184].
443443
@@ -456,7 +456,7 @@ In the **Primary Application Server Instance** dialog, for **PAS Instance Host N
456456
457457
### Errors and warnings during discovery
458458
459-
* The SELECT permission was denied.
459+
* The *SELECT* permission was denied.
460460
* **Error**:
461461
462462
`[Microsoft][ODBC SQL Server Driver][SQL Server]The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'. [SOAPFaultException]`
@@ -485,7 +485,7 @@ In the **Primary Application Server Instance** dialog, for **PAS Instance Host N
485485
`HAOperationException`
486486
487487
`Calling '/usr/sap/hostctrl/exe/sapacext -a ShowHanaBackups -m HN1 -f 50 -h hn1-db -o level=0\;status=5\;port=35013 pf=/usr/sap/hostctrl/exe/host_profile -R -T dev_lvminfo -u SYSTEM -p hook -r' | /usr/sap/hostctrl/exe/sapacext -a ShowHanaBackups -m HN1 -f 50 -h hn1-db -o level=0\;status=5\;port=35013 pf=/usr/sap/hostctrl/exe/host_profile -R -T dev_lvminfo -u SYSTEM -p hook -r`
488-
* **Solution**: Back up all databases in source HANA system.
488+
* **Solution**: Back up all databases in the source HANA system.
489489
490490
* An error occurred in the system copy step **Start** of the database instance.
491491
* **Error**:
@@ -495,7 +495,7 @@ In the **Primary Application Server Instance** dialog, for **PAS Instance Host N
495495
496496
### Errors and warnings during a system clone
497497
498-
* An error occurred in trying to register an instance agent in the step *Forced Register and Start Instance Agent* of the application server or ASCS.
498+
* An error occurred in trying to register an instance agent in the step **Forced Register and Start Instance Agent** of the application server or ASCS.
499499
* **Error**:
500500
501501
`Error occurred when trying to register instance agent. (RemoteException: 'Failed to load instance data from profile '\\as1-ascs\sapmnt\AS1\SYS\profile\AS1_D00_as1-di-0': Cannot access profile '\\as1-ascs\sapmnt\AS1\SYS\profile\AS1_D00_as1-di-0': No such file or directory.')`

0 commit comments

Comments
 (0)