- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swcopy problem in nonprivileged mode
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
10-17-2008 07:28 AM
10-17-2008 07:28 AM
swcopy problem in nonprivileged mode
ERROR: Internal error. Unexpected failure in file open, lstat,chown, or chmod. Permission denied (13).
This error occurred in function "UTIL_RpcSetClientForLocalServer", source file "r_client.c", line 994. Please give this information to your Hewlett-Packard support contact.
Can you help me?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:33 AM
10-17-2008 07:33 AM
Re: swcopy problem in nonprivileged mode
Are you looking to allow non-root users the ability to copy depots into a repository ? If so why ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 08:10 AM
10-17-2008 08:10 AM
Re: swcopy problem in nonprivileged mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 04:29 PM
10-17-2008 04:29 PM
Re: swcopy problem in nonprivileged mode
>but the command swcopy doesn't work
It's probably time to contact the Response Center as the message says.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 02:11 AM
10-21-2008 02:11 AM
Re: swcopy problem in nonprivileged mode
OK, this is a good idea.
I copied my files outside clearcase, but I don't use root for SD commands.
I tried to change the ACL entries and permission.
I asked to my administrator to change the ACL of my user with this command:
swacl -l host -M user:
This command work with root, and I cannot use the superuser root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 02:16 AM
10-21-2008 02:16 AM
Re: swcopy problem in nonprivileged mode
>We don't use SD commands on files in clearcase, we copy them outside to an NFS mount with root as root.
OK, this is a good idea.
I copied my files outside clearcase, but I don't use root for SD commands.
I tried to change the ACL entries and permission.
I asked to my administrator to change the ACL of my user with this command:
swacl -l host -M user:
This command work with root, and I cannot use the superuser root.
After this command the command swpackage and swcopy work, but I can not remove files that are produced by these commands.
Only user root is able to remove it.
Can I remove these files using my user?
Regards
Roberto.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 01:18 AM
10-22-2008 01:18 AM
Re: swcopy problem in nonprivileged mode
You should be able to use swremove for the swcopy directory depot. (Perhaps leaving only a swagent.log that root needs to remove?) For tape depots, you should be able to do a rm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 01:27 AM
10-22-2008 01:27 AM
Re: swcopy problem in nonprivileged mode
The option remove_empty_depot_directory=true is necessary in order to remove the swagent.log.
After this command the directory is empty and the simple command rm -rf works.