- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.11 patch installations (failing)
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
01-07-2003 07:44 AM
01-07-2003 07:44 AM
HP-UX 11.11 patch installations (failing)
I am trying to install two patches on an 11.11 box (9000/800/N4000-44). I didn't install this box, it is stand alone at the moment. Only put online to ftp patches down.
I'm trying to use swinstall to install the patch depot but I keep getting permsision related errors (telling me to use swacl). I'm doing this as root.
Is there something else I need to do first. My HP-UX is a little rusty, but with 10.20 and 11.00 recall being able to just download a patch, and fire swinstall up and away it goes.
I've done some searching but not coming up with much. Any/all pointers, suggestions, doc, is most appreciated.
Thanks,
Gene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 08:12 AM
01-07-2003 08:12 AM
Re: HP-UX 11.11 patch installations (failing)
I remember having swacl errors in the past and most of them being fixed by simply restarting the swagentd daemon
swagentd -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 08:21 AM
01-07-2003 08:21 AM
Re: HP-UX 11.11 patch installations (failing)
general perm issues can normally be resolved by the following actions :
Login as root
Move the directory /var/adm/sw/security and its contents to /var/adm/sw/security.old
mv /var/adm/sw/security /var/adm/sw/security.old
Make an new /var/adm/sw/security directory
mkdir /var/adm/sw/security
Change the owner of the /var/adm/sw/security directory
chown bin:bin security
Change the mode of the /var/adm/sw/security directory
chmod 755 security
If installing from a cdrom unmount the cd.
umount /cdrom
Change the mode of the cdrom mount direcotry.
chmod 777 /cdrom
Stop the swagentd daemon.
/sbin/init.d/swagentd stop
NOTE: Execute this command on both local and remote machines, if applicable.
Restart the swagentd daemon.
/sbin/init.d/swagentd start
NOTE: Execute this command on both local and remote machines, if applicable.
Register the source as a depot:
If the file is on the local machine:
swreg -l depot /tmp/PHxx_yyyy.depot
If the cdrom is on local machine:
swreg -l depot /cdrom
If the cdrom is on remote machine:
swreg -l depot @ "hostname":/cdrom
If installing from a cdrom remount the cd.
mount /cdrom
Now re-install the software. swinstall
BUT !!!!!
At HP-UX 11i, there is new functionality that could also result in this
error message.
At 11i multiple targets can be managed from a single server for remote
operations. If remote operations is enabled, then each of the remote targets
and the desired depots will have to be added so that there is access to them.
The user interface will automatically come up asking you to choose the target
if the /var/adm/sw/.sdkey file exists. If this file exists and there
are no targets added to the server, this problem can happen. The solution
would be to either add the desired targets and depots or remove the
/var/adm/sw/.sdkey file. The file could either be manually created or it could
be created by the Service Control Manager product.
More information can be found in the Remote Operation section of
the swinstall man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 08:27 AM
01-07-2003 08:27 AM
Re: HP-UX 11.11 patch installations (failing)
Here's a couple of thoughts:
First, try stopping and restarting the swagentd -
/sbin/init.d/swagent stop
/sbin/init.d/swagent start
Second, it might be a host name resolution issue. Does the hostname command come up with the correct name? How about nslookup?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 01:43 PM
01-07-2003 01:43 PM
Re: HP-UX 11.11 patch installations (failing)
Thanks,
Gene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 03:39 PM
01-07-2003 03:39 PM
Re: HP-UX 11.11 patch installations (failing)
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 09:00 AM
01-08-2003 09:00 AM
Re: HP-UX 11.11 patch installations (failing)
I have another problem but will start a new thread (can't get the N4000 to recognize the FC60 array).
Thanks,
Gene