- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAP and ROOT
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 12:32 AM
11-08-2005 12:32 AM
SAP and ROOT
Can anyone please confirm that to install SAP the administrator needs to use "root". Is there another ID that we can use/create
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 12:42 AM
11-08-2005 12:42 AM
Re: SAP and ROOT
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 12:43 AM
11-08-2005 12:43 AM
Re: SAP and ROOT
You should have an "admin" id...
prdadm for Prod
qaadm for QA
devadm for Dev
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 12:43 AM
11-08-2005 12:43 AM
Re: SAP and ROOT
Thanks for the reply, I was hoping we may find another way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 12:46 AM
11-08-2005 12:46 AM
Re: SAP and ROOT
You maynot need root for installing. But for certain SAP installation task , you need to have root authority. As my SAP team , many times asks for root access ,and we removes root access after the work has been done.
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 05:02 AM
11-08-2005 05:02 AM
Re: SAP and ROOT
strongly spoken, as of release 6.20 the installer does not need root himself, but an install-programm that is run as root.
The installation software is client-server, so usually, the installation can be set up in a wrapper script of some 5 to 10 lines to set required environments and then call "sapinst". If you do not set a DISPLAY variable the tool will run in install-server mode and wait for an install-gui connect which can be done without even having os-acces to the unix-box i.e. from a windows PC. (well, the sap-admins need os-access for having a better life, but they do not really need root).
No need to give root-account, -password or -shell to the SAP-Installer.
Tell them to set up the wrapper script, which will usually contain some line like:
DIR_LIBRARY=
JAVA_HOME=
SAPINST_INSTDIR=
...
....../sapinst
Review it, revoke write access from it and add to unset DISPLAY variable. Then run the script yourself. If all requirements have been fullfilled and the installer does not do any mistakes, you will need to call it only twice (for Central Instance and DB-Instance) on the main server and may be one time on additional application servers.
Let them handle the rest through the gui. At least you are now sure that only the things required for the installation are done by the installation-software, not what the installer thinks needs to be done in addition.
An other thing that often requires root permissions ist the script saproot.sh, which sets some s-bits for db-admin programs and the performance collector.
This is a single shellscript.
Do a copy of /sapmnt/???/exe/saproot.sh to a safe and writeprotected location of your choice, review the script install "sudo" and give acces to the copy via sudo.
This script rarely changes, so if the SAP-Admin needs to install a patch for the db-admin tools, he can remove them (he has write access to /sapmnt/???/exe (!!!), install the new executables and do a sudo of the saproot.sh-copy to regain the s-bits.
In addition, if you are unlucky with the suid-bit for root of the saposcol program, you might be interested to review oss-note 726094 which describes to install saposcol without beinig run as root at least for the operating systems HP-UX, SUN, AIX, OS390.
... :-) It is (!) possible to keep root out of sap-admins hands (allthough I have to say, I myself allways like to have it for being more flexible).
Happy SAP-securing
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:35 AM
11-08-2005 09:35 AM
Re: SAP and ROOT
You require root access to install or remove any software.
I recommend you utilize sudoers access and include those commands which is to be run by sap admin to install the sap.
The sudoers will allow a normal user to exceute the commands with super user permission.
U need to load sudo package and should customise the /etc/suoders files for your purpose.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 02:25 PM
06-04-2007 02:25 PM