Showing posts with label SUSE Linux. Show all posts
Showing posts with label SUSE Linux. Show all posts

Friday, March 25, 2022

SUSE Linux Firewall [Status, Enable, Disable] Command

Firewall Status checking

sudo firewall-cmd --stat







Start and Stop Firewall Service

sudo systemctl stop firewalld
sudo systemctl start firewalld



Disable and Enable Firewall Service

sudo systemctl disable firewalld
sudo systemctl enable firewalld








Sunday, October 3, 2021

Transfer Installation Files from Window Instance to SUSE Linux Instance

  • First login to the SUSE server using root user and its credential. 
  • After login check the partition whether it's correct and have enough space.

  • Before doing anything ensure all this in check.


  • First create the folder software using command mkdir



  • Install WinSCP to transfer installation files from windows instances to SLES instance. Then login as root and transfer the installer.



  • Use command chmod -R 777 to give the access permission to the folder and subfolder.



Tuesday, September 28, 2021

useful SUSE Linux command

 

1. How to check the version of SUSE  and Status

SUSEConnect --status-text







2.Make a directory(Folder) 
    =>mkdir testabc

 3.Listing Directory
     =>ls

4.Delete direcotory
   =>rmdir testabc

5.Navigate to folder
   =>cd testabc     =>cd ..           =>cd  \     navigate to root directory

--------------------------------------------------------------------------------------------

6.copy files to same directory
   =>testabc# cp testfile testfilecopy 

7.copy files to another directory
   =>cp testfile /home/software

8.pwd (print view directory)


2315907 - Starting HANA automatically after Host has been started

  Symptom By default the SAP HANA database is configured so that it is not started automatically when the SAP HANA host is rebooted. Environ...