- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Problems changing permissions to link
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
09-08-2006 12:32 AM
09-08-2006 12:32 AM
Problems changing permissions to link
I'm installing SAP in a Suse Linux 9 64 bits. During installation process it tries to change permissions to link but it failed (SAP log error is MOS-01085).
link has permissions for everybody and owner is SIDadm and sapsys.
Soft link is pointing to nfs in HP-UX system, but permissions there are granted (read-write) for any user from my Linux system.
I already opened a case in SAP, but as it seems a OS issue I open a thread in ITRC forums too.
Do you have any idea why it failed?
Thanks in advance for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 01:25 AM
09-08-2006 01:25 AM
Re: Problems changing permissions to link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 01:30 AM
09-08-2006 01:30 AM
Re: Problems changing permissions to link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 01:56 AM
09-08-2006 01:56 AM
Re: Problems changing permissions to link
You could get errors only if the UID that tries to change the permissions is not the owner of the soft link. The owner of the soft link is the user that creates the soft link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 05:18 PM
09-10-2006 05:18 PM
Re: Problems changing permissions to link
Is the NFS exported directory is mounted locally in linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 06:36 PM
09-10-2006 06:36 PM
Re: Problems changing permissions to link
(The same for chown: it changes the owner of the target.) So softlinks are transparant.
Of course, one needs to have permission on the target of the softlink.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2006 07:52 AM
09-23-2006 07:52 AM
Re: Problems changing permissions to link
/etc/exportfs file
/home 192.168.0.2(rw,root_squash)
I think that you try toinstall with root and root by default haven't RW access toNFS shares