- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Software Installation
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
05-10-2003 05:32 AM
05-10-2003 05:32 AM
I am trying to install SNAplus2 Link (J2720BA)
from March 2003 to Hp-ux11i. Always gives the following error in swagent.log
ERROR: Unknown owner and/or group for file "/opt/sna/bin/snap". SUID
and/or SGID bit was not set.
ERROR: Failed installing fileset
"SNAplus2-Common.SNAP2-CORE,r=R6.11.11.001". Check the above
output for details.
* Installing fileset "SNAplus2-Common.CORE-SLIB,r=R6.11.11.001"
(6 of 16).
ERROR: Unknown owner and/or group for file "/opt/sna/bin/snapdaemon".
SUID and/or SGID bit was not set.
ERROR: Failed installing fileset
"SNAplus2-Common.CORE-SLIB,r=R6.11.11.001". Check the above
output for details.
When I check those files it's group id is set to 21. (There is no such group in the system)
swverify: ERROR: Corrupt SNAplus2-Common.SNAP2-CORE,l=/,r=R6.11.11.001
ERROR: Corrupt SNAplus2-Common.CORE-SLIB,l=/,r=R6.11.11.001
I tried removing and reinstalling, installing from depot.. etc. Nothing helped.
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2003 05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2003 05:41 AM
05-10-2003 05:41 AM
Re: Software Installation
I already tried that, but still same error.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 08:30 AM
05-11-2003 08:30 AM
Re: Software Installation
$cat /etc/group |grep sna
sna::21:
$cat /etc/passwd |grep sna
sna:*:28:21:SNAplus2 User,,,:/home/sna:/sbin/sh
HTH
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 07:11 PM
05-11-2003 07:11 PM
Re: Software Installation
If one exists change
"owner 0" change to "owner root"
"group 0" change to "group root"
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 05:49 AM
05-13-2003 05:49 AM
Re: Software Installation
Thanks for the responses.
I manually made user/group and tried.
Installation went through succesfully.
I am still wondering whay it happens?
I tried in some other system, it went
smoothly without any of this issues!!
Regards
TT