- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SWINSTALL
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
02-23-2001 04:50 PM
02-23-2001 04:50 PM
I get an error "You do not have the right to do SD operation. Please see if you have the required permission using swacl". I don't understand this since I should have all permission. Can you help me out??
Thx,
Jade
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 05:09 PM
02-23-2001 05:09 PM
SolutionYou'll need to check if your using dns/nis and then check that info with what's in you /etc/hosts file (this must be right for you machine even if using dns etc).
I would recommend doing :-
nslookup `hostname`
hostname
the name returned by both commands should be the same.
If your not using DNS/NIS may sure that the entry in /etc/hosts is correct. ipaddr hostname alias
The 'hostname' is the short version. so it should be of the format :-
123.34.56.78 machine machine.company.com
SD hates it if the FQDN is first!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2001 07:59 PM
02-24-2001 07:59 PM
Re: SWINSTALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 10:37 AM
02-26-2001 10:37 AM
Re: SWINSTALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 10:57 AM
02-26-2001 10:57 AM
Re: SWINSTALL
Does that resolve correctly?
if your not using dns, post your /etc/hosts file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:07 PM
02-26-2001 01:07 PM
Re: SWINSTALL
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:43 AM
02-27-2001 09:43 AM
Re: SWINSTALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 11:16 AM
02-27-2001 11:16 AM
Re: SWINSTALL
can you post your /etc/hosts file and the output from the following command :-
nslookup localhost
nslookup `hostname`
uname -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:25 PM
02-27-2001 12:25 PM
Re: SWINSTALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:27 PM
02-27-2001 12:27 PM
Re: SWINSTALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 12:42 PM
02-27-2001 12:42 PM
Re: SWINSTALL
If you've never used swacl, then the problem is always networking incorrectly setup. posting the info I asked for will help.
That said, it's probably worth checking /var/adm/sw/security (cat all the files) and ensure that the hostname there is actually your new machines hostname).
If not, stop swagentd, rename the directory and re-create the directory with the correct permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2001 09:16 AM
03-01-2001 09:16 AM
Re: SWINSTALL
THANKS EVERYBODY.....