07
Dec
How to Add Systems in HANA Studio and Check Backup Status
0
1. Add Systems using Landscape File File >> Import Select Path for Landscape file >> Next Browse the landscape file from your system landscape.xml Click on Finish and Restart Hana Studio After restart below systems will come. 2. Add System Manually Right-click and create a new folder. Give folder Name Right Click on that folder... Read More
26
Nov
How to Add Clients System’s in SAP GUI
A) With the help of SAPUILandscape file Step I: Open SAPGui >> Go to Menu Go to Options Go to SAP Logon Options >> Local Configuration Files Go to the path highlighted and Delete these 2 older landscape files and add a new one for SAPUILandscape Then select the path now and click OK Click... Read More
12
Nov
How to get ASE online after it goes under suspect mode?
We are getting the below error in ASE while trying to load the Full DB backup of the ASE Step 1: Log in to ASE then check ASE status. Step 2: After that update status of ASE is in master mode. Step 3: Check ASE status again now ASE status is changed. Step 4: After... Read More
27
Oct
How to configure X11 Display in LINUX or UNIX & troubleshoot DISPLAY variable issues?
If you are using Windows Desktop / Laptop and wanted to run a GUI application on LINUX or UNIX System then you need to use X11. The X11 allows taking GUI access over SSH to any of the LINUX or UNIX systems to run any application/program in GUI. There are few things that needs to... Read More
21
Oct
How to Start/Stop/Restart SSH Service in HPUX?
If you have made any changes in SSH config (sshd_config) file then to take the effect its necessary to restart the SSH Service. The script resides in ” /sbin/init.d ” directory Use the below command to Stop the SSH Service in HP-UX: /sbin/init.d/secsh stop (This will not disconnect your SSH Session) Use the below command... Read More