You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/workloads/lama-installation.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,15 +296,15 @@ Azure NetApp Files requires a delegated subnet, which must be part of the same v
296
296
297
297

298
298
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.
300
300
301
301

302
302
303
303

304
304
305
305
1. Define the NFS volumes.
306
306
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.
308
308
309
309
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.
310
310
@@ -367,7 +367,7 @@ Add another virtual host name and IP address for the name that the application s
367
367
/usr/sap/hostctrl/exe/sapacext -a ifup -i eth0 -h ah1-db -n 255.255.255.128
368
368
```
369
369
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**.
371
371
372
372
#### Install SAP NetWeaver Application Server for SAP HANA
373
373
@@ -419,7 +419,7 @@ The following examples assume that you install SAP NetWeaver with system ID AS1.
419
419
420
420
#### Install SAP NetWeaver ASCS for SQL Server
421
421
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.
423
423
424
424
```bash
425
425
# 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
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*.
441
441
442
442
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].
443
443
@@ -456,7 +456,7 @@ In the **Primary Application Server Instance** dialog, for **PAS Instance Host N
456
456
457
457
### Errors and warnings during discovery
458
458
459
-
* The SELECT permission was denied.
459
+
* The *SELECT* permission was denied.
460
460
* **Error**:
461
461
462
462
`[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
* **Solution**: Back up all databases in source HANA system.
488
+
* **Solution**: Back up all databases in the source HANA system.
489
489
490
490
* An error occurred in the system copy step **Start** of the database instance.
491
491
* **Error**:
@@ -495,7 +495,7 @@ In the **Primary Application Server Instance** dialog, for **PAS Instance Host N
495
495
496
496
### Errors and warnings during a system clone
497
497
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.
499
499
* **Error**:
500
500
501
501
`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