1.To start HANA Database
Logon Linux server with GISADM user id then go to
usr/sap/<sid>/HDB00/
Now in terminal type
./HDB start
2.To check the SLD status
/etc/init.d/sapb1servertools status
3.To Start the SLD
/etc/init.d/sapb1servertools start
4.To stop the SLD
/etc/init.d/sapb1servertools stop
5.To Start the Service layer
/etc/init.d/b1s start
6.To stop the Service layer
/etc/init.d/b1s stop
7.Install a RPM package
rpm –ivh packagename.rpm
8.Verify a RPM package was installed
rpm -qa | grep packagename
locate packagename
9.To find a file location
find . -name <file name>
10.To confirm Business One is installed
rpm -q -a | grep B1
11.To remove Business One
rpm -q -a | grep B1 | xargs rpm -e
No comments:
Post a Comment