- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Novice trying to install patches
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-16-2000 04:21 PM
11-16-2000 04:21 PM
Novice trying to install patches
Whenever I try to install PHCO_13411 (my first patch) I get an error message referring to a depot.
The sequence of commands and the error message from /var/adm/sw/swagentd.log is attached.
Can anyone tell me what I am doing wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 04:26 PM
11-16-2000 04:26 PM
Re: Novice trying to install patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 04:46 PM
11-16-2000 04:46 PM
Re: Novice trying to install patches
Hi John,
Are you logged in as root? Are you using NFS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 05:44 PM
11-16-2000 05:44 PM
Re: Novice trying to install patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 06:34 PM
11-16-2000 06:34 PM
Re: Novice trying to install patches
It looks as if the depot is not registered with SD-UX. Even though the depot is on the disk, the SD-UX system is not aware of it. To register the depot, use the swreg command. I don't remember the exact syntax but the man page should help.
If you still need help, I can get more details tomorrow at work.
BTW, if you are moving a depot off of a cd, you can use swcopy to both copy the depot and register it at the same time.
If you want to become a SD-UX guru, there is a 400 page whitepaper at docs.hp.com on SD-UX that covers just about everything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 09:40 PM
11-16-2000 09:40 PM
Re: Novice trying to install patches
Your question about NFS... from 'man nfs'
----
The Network File System (NFS) allows a client node to perform
transparent file access over the network. By using NFS, a client node
operates on files residing on a variety of servers and server
architectures, and across a variety of operating systems. File access
calls on the client (such as read requests) are converted to NFS
protocol requests and sent to the server system over the network. The
server receives the request, performs the actual file system
operation, and sends a response back to the client.
------
Type 'man nfs' for more information.
If your depot directory is NFS mounted, it could be that root access is disallowed. In that case, root user is mapped to 'nobody'. This would prevent you from reading it.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2000 06:54 AM
11-17-2000 06:54 AM
Re: Novice trying to install patches
swinstall -x autoreboot=true -x patch_match_target=true \\ -s /tmp/PHCO_13411.depot
Possibly you have type the \\ within your line but this char is used for line continue and you have to hit [Return] after that.
Simpy use
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHCO_13411.depot