- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall / swacl problem
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
07-02-2001 03:20 AM
07-02-2001 03:20 AM
When I try to "swinstall" the interface comes up but I get a message that I (as root) have no permissions. Reading the sw* man pages has not enlightened me. What am I missing and how do I fix this?
Thanks in advance,
Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 03:31 AM
07-02-2001 03:31 AM
Re: swinstall / swacl problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 03:37 AM
07-02-2001 03:37 AM
Re: swinstall / swacl problem
Go to the directory /var/adm/sw/security and control the content of the file _OWNER.
And replace any existing user with root.
exempleof file _OWNER :
# default realm=node1
num_entries=2
user:toto:2
group:sys:0
will be :
# default realm=node1
num_entries=2
user:root:0
group:sys:0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 05:36 AM
07-02-2001 05:36 AM
Re: swinstall / swacl problem
Magdi: the _OWNER file already looks exactly like your corrected version - the owner is root
ALL: The message I'm getting is from the swinstall interface when I try to specify the source is as follows:
"hrp_db1:/SD_CDROM": You do not have the required permissions to perform this SD operation. Please check to see that you have the required permissions using the "swacl" command or see your system administrator for assistance.
The output of the "swacl -l host" command is:
# swacl -l host
#
# swacl Host Access Control List
#
# For host: hrp_db1
#
# Date: Mon Jul 2 09:29:11 2001
#
# Object Ownership: User= root
# Group=sys
# Realm=hrp_db1.wiremoldco.com
#
# default_realm=hrp_db1.wiremoldco.com
group:swadm:crwit
any_other:-r--t
I am suspicious of that "swadm" group since there is no such group defined on these servers but am reluctant to fiddle at random.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 08:26 AM
07-02-2001 08:26 AM
Re: swinstall / swacl problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 08:47 AM
07-02-2001 08:47 AM
Re: swinstall / swacl problem
Doing a "swagentd -r" worked on 4 of 7 servers.
Any further thoughts?
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 03:17 PM
07-02-2001 03:17 PM
Re: swinstall / swacl problem
There was an issue on earlier released
versions of HP-UX 11 where the root
user needed to be added to further groups
for 'sw' to work correctly.
Check the /etc/group file for differences
for the root account. If you make any
changes you should restart 'swagentd' again.
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 12:56 AM
07-03-2001 12:56 AM
SolutionShow the right of van root
swacl -l root
If your SD-OV machine is not present in the swacl add it to it:
Give root@
swacl -l root -M user:root@
Give the group swadm rights to
swacl -l root -M group:swadm@
I think this will help you.
Further,
If You are not installing as root but as a other user, be shure to add this user also to the swacl the same way as You add root tot it. Just adding the group swadm is not enough.
Greetings,
Wim Alsemgeest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2001 03:33 AM
07-03-2001 03:33 AM
Re: swinstall / swacl problem
Michael, I've added your comments to my collection of notes about the sw* utilities.
My thanks to all who replied!
Paul