SAP
3 min read
54

How to configure X11 Display in LINUX or UNIX & troubleshoot DISPLAY variable issues?

October 27, 2021
0

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

Continue Reading
SAP
1 min read
3

How to Start/Stop/Restart SSH Service in HPUX?

October 21, 2021
0

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

Continue Reading
SAP
1 min read
3

How to Start / Stop SAPOSCOL?

October 21, 2021
0

What is SAPOSCOL: The SAPOSCOL (Operating System Collector) is a services/program runs on OS Level. It collects the data about operating system resources i.e. Utilization of Virtual / Physical Memory, CPU, Disk & resources of running processes. The SAPOSCOL collects the current data every 10 seconds and records it, and

Continue Reading