If you are getting below error in Rocky Linux check you version. procps package removed with Rocky Linux 8.5.
ps: command not found
You can use below address for Oracle linux online installation.
http://public-yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/index.html
An example FQDN: myserver.mkysoft.com
Add computer name to /etc/hostname file.
myserver
Add you domain to /etc/resolv.conf.
domain mkysoft.com
Add host name and domain with IP to /etc/hosts.
10.10.1.5 myserver.mkysoft.com myserver
You can check yor configuration with niping tool. This tool can be found n SAPRouter package.
niping -v -H myserver.mkysoft.com
Hostname/Nodeaddr verification:
===============================
Hostname of local computer: myserver (NiMyHostName)
FQHN of local computer: myserver.mkysoft.com (NiGetOwnFQDN)
Lookup of hostname: myserver (NiHostToAddr)
--> IP-Addr.: 10.10.1.5
Lookup of IP-Addr.: 10.10.1.5 (NiAddrToHost)
--> Hostname: myserver.mkysoft.com
Lookup of hostname: myserver.mkysoft.com (NiHostToAddr)
--> IP-Addr.: 10.10.1.5
Lookup of IP-Addr.: 10.10.1.5 (NiAddrToHost)
--> Hostname: myserver.mkysoft.com
You can find great documentation for installing SAP Netware ABAP 7.51 SP02 at Julie blog post. I didn’t use shared OS because of huge disk/ram usage.
Install nano, vim, etc with yum.
yum install nano
You can open multiple terminal and make copy paste with ssh to your server.
nano /etc/ssh/sshd_config
Remove # for uncomment line “PermitRootLogin yes” or add it if missing.
service sshd restart
You need to open a lot of port for SAP Netware in firewall. You can disable firewall instead of configuring it.
service firewalld stop
systemctl disable firewalld
SAP Netware using uuidd library for generating GUID, install it.
yum install uuidd
SAP Netware using sch command in installation step, install it.
yum install tcsh
Install open-vm-tools.
yum install open-vm-tools
You can find vmware tools in VMWare Virtual Machine menu as Install VMware Tools. Then you can check /mnt folder for CD which including tools. Copy it to your temp.
cp VMwareTools-10.x.tar.gz /tmp
tar -zxvf VMwareTools-10.x.tar.gz
Install python for tools installer.
yum install python
Change directory to extracted folder then run tools installer.
phyton install vmware-install.pl
Start installation script with below arguments.
./install.sh -g -s