- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var/adm/sw/patch
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
06-28-2002 12:42 PM
06-28-2002 12:42 PM
/var/adm/sw/patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 12:50 PM
06-28-2002 12:50 PM
Re: /var/adm/sw/patch
Have any patches EVER been installed on these machines? What happens if you do an swlist? How about 'swlist -l product | grep PH'?
Do you have any backups of these machines? Do those directories exist on the backups?
I guess if all else fails you can try creating the /var/adm/sw/patch directory and try installing your patches. I don't have much confidence in that working though.
I would say restoring from backup, if available, would be your best bet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 12:52 PM
06-28-2002 12:52 PM
Re: /var/adm/sw/patch
It is not neccessary to have /var/adm/sw/patch directory to install patches. If you are installing patch from a media then just select source as cdrom or if you have patch bundle in a local directory then select local directory while running swinstall.
-Good luck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 12:55 PM
06-28-2002 12:55 PM
Re: /var/adm/sw/patch
Chances are whoever was administrating these boxes before you, removed this directory to save space in /var. This directory doesn't contain acutal patches, but rathter the uninstall information for the patches that are installed.
You MUST keep '/var/adm/sw' directory as the Software Distributor requires this directory to function properly.
What does your '/var' directory currently look like? Please post an output of:
bdf /var
You may want to look into breaking /var into a few seperate mount points to meet the growth needs as /var is very important to all your applications.
If I were you, I would start by taking a detailed look at what '/var' currently looks like and ensure I had enough free space to work with. Then I would create the '/var/adm/sw/patch' directory and install the patches, leaving the newly created directories there, in the event that you need to remove any of these newly installed patches.
You may want to think about making each of the following a different mount point:
/var/adm
/var/adm/sw
/var/mail
/var/spool
/var/tmp
Depending on what each of these directories look like as it will make life easier when you need to expand if you have free disk space to do so.
Hope that helps.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 12:58 PM
06-28-2002 12:58 PM
Re: /var/adm/sw/patch
I forgot to mention to checkout:
man cleanup
As I believe that this is the proper way to remove superseded patches from '/var/adm/sw/patch' to free up some disk space when '/var' is running tight.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 01:08 PM
06-28-2002 01:08 PM
Re: /var/adm/sw/patch
This directory needs to be there and I think that somebody might have accidently removed it. Find out if there are patches installed by
swlist -l product | grep PH*
If not then you need to install the patches.
happy patching time !!!
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 04:05 AM
07-01-2002 04:05 AM
Re: /var/adm/sw/patch
Confused,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 04:17 AM
07-01-2002 04:17 AM
Re: /var/adm/sw/patch
I assume that all the patches are commited and now it is located at
/var/adm/sw/save directory.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 05:57 AM
07-01-2002 05:57 AM
Re: /var/adm/sw/patch
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 06:09 AM
07-01-2002 06:09 AM
Re: /var/adm/sw/patch
11.0 does not use /var/adm/sw/patch. Instead, /var/adm/sw/products is used.
/var/adm/sw/save is used to store filesets that are superseeded by patches. That's so they can be restored when you backout a patch. Once the patch is committed, the files in /var/adm/sw/save superseeded by the patch committed are removed.
To get a list of patches and their state, I use:
swlist -l patch \*.\*,c=patch >swlist.patches
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 08:52 AM
07-01-2002 08:52 AM
Re: /var/adm/sw/patch
swinstall -p -s machine:/path/to/depot \*