- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bastille Error Message
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-02-2004 02:46 AM
11-02-2004 02:46 AM
ERROR: You are not authorized to perform the requested operation on the "host" ACL at "
I was running bastille as root and the id command output:
uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7
(lp),20(users)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:52 AM
11-02-2004 02:52 AM
SolutionLooks like it is an SD/UX problem rather than Bastille. Can you just bring up 'swinstall' window without any issues?. If not, then try the following.
1. kill -9
swagentd -r
2. Make sure your 'hostname' is resolvable and pingable. Check the entries in your /etc/hosts file and /etc/nsswtich.conf file.
3. Run 'swacl -l root' and see if it returns permissions for this host.
Once your 'swinstall' works, then your bastilly should work.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:20 AM
11-02-2004 03:20 AM
Re: Bastille Error Message
I did as you suggested and the swacl output produced the following:
root@vspftp2:[/root]:=>swacl -l root
#
# swacl Installed Software Access Control List
#
# For host: vspftp2:/
#
# Date: Tue Nov 2 11:15:44 2004
#
WARNING: An attempt to get the network host entry for "vspsmtp2"
failed. This may result in denial of access to users and
agents at this host. Check the spelling of this name, then
your "/etc/hosts" file, or your "/etc/resolv.conf" file and
DNS resolver configuration. The nslookup program may be
helpful in isolating this problem.
# Object Ownership: User= root
# Group=sys
# Realm=vspsmtp2
#
WARNING: An attempt to get the network host entry for "vspsmtp2"
failed. This may result in denial of access to users and
agents at this host. Check the spelling of this name, then
your "/etc/hosts" file, or your "/etc/resolv.conf" file and
DNS resolver configuration. The nslookup program may be
helpful in isolating this problem.
# default_realm=vspsmtp2
object_owner:crwit
any_other:-r---
root@vspftp2:[/root]:=>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:25 AM
11-02-2004 03:25 AM
Re: Bastille Error Message
checklist:
hostname in /etc/rc.config.d/netconf
/etc/hosts
fully qualified domain name on any DNS server thats listed in /etc/resolv.conf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:28 AM
11-02-2004 03:28 AM
Re: Bastille Error Message
1. Make sure your 'hostname' (command hostname) is correctly resolvable. If you need to, edit /etc/hosts and add 'hostname IP Address'. Make sure the entry 'files' comes first in your /etc/nsswitch.conf file for 'hosts'.
2. Restart swagentd. "kill -9
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:30 AM
11-02-2004 03:30 AM
Re: Bastille Error Message
root@vspftp2:[/root]:=>nslookup vspsmtp2
Using /etc/hosts on: vspftp2
looking up FILES
Trying DNS
*** cvgdns3.convergys.com can't find vspsmtp2: Non-existent domain
root@vspftp2:[/root]:=>nslookup vspftp2
Using /etc/hosts on: vspftp2
looking up FILES
Name: vspftp2
Address: 172.17.101.106
Aliases: vspftp2.dcd.convergys.com
root@vspftp2:[/root]:=>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:36 AM
11-02-2004 03:36 AM
Re: Bastille Error Message
Since you are using default ACLs, I suggest you re-initialize the ACL entries. To do it, do
#/sbin/init.d/swagentd stop
Make sure you have no 'swagent' process running "ps -ef|grep sw". Kill them if you see them running.
#mv /var/adm/sw/security /var/adm/sw/security.old
#cp -Rp /usr/newconfig/var/adm/sw/security /var/adm/sw/security
#/sbin/init.d/swagentd start
Try again.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 04:49 AM
11-02-2004 04:49 AM
Re: Bastille Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 04:57 AM
11-02-2004 04:57 AM
Re: Bastille Error Message
If the first thing is not set, the second will be an issue.
Also, what is your patch state?
June 2004 Quarterly release?
Also search the patch database, build a depot and install ALL SD/UX patches.
Patch analysis?
http://www6.itrc.hp.com/service/patch/mainPage.do
Good ideas all.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 01:15 AM
11-03-2004 01:15 AM