OS Patch


 
Thread Tools Search this Thread
Operating Systems HP-UX OS Patch
# 1  
Old 11-04-2002
Network OS Patch

Hello,

I have to apply the patch PHSS_24302 on HPUX B.11.11 os version. When i look at the /var/adm/sw/swagentd.log it mentions that "this is not a valid depot". I downloaded the patch from HP web site. Please get back to me at the earliest as I'm dead in the water. Thanks,

Balaji K
# 2  
Old 11-04-2002
Patches downloaded from the HP website are usually in shar format. Attempt to register the depo:

swreg -l depot /full/path/to/file

If it registers now attempt to install from it:

swinstall -s /full/path/to/file \*

If it does not register it may be in shar format. View the file and if it contains stanzas informing the user of "cutting" below a specified line, then execute:

sh [file]

This should build the depot and an installation text file.

If all this fails then execute a checksum on the file and compare it with the checksum listed for the file on the HP website:

cksum [file]

If the checksums do not match the file is corrupt and requires re-downloading.
# 3  
Old 11-04-2002
use the TUI for swinstall

Use the TUI, for swinstall. At the prompt, just type swinstall. It will invoke the TUI and you can then locate the local directory and load it this way. It makes it much easier to use the TUI. Or if you can export your display, use the GUI.

export DISPLAY=192.1.1.1:0 (your IP ending with ":0" )

swinstall &


Also, its possible that your download is bad. I would download it again just to be sure.

Smilie
# 4  
Old 11-04-2002
I see that this is a superceded patch, but I'll ignore that. To patch a system, don't guess around at the commands. Follow the instructions...

An excerpt from PHSS_24302.txt
Quote:
Patch Package Size: 670 KBytes

Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.

2. Login as root.

3. Copy the patch to the /tmp directory.

4. Move to the /tmp directory and unshar the patch:

cd /tmp
sh PHSS_24302

5. Run swinstall to install the patch:

swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_24302.depot

By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_24302. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:

-x patch_save_files=false

WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.

For future reference, the contents of the PHSS_24302.text file is
available in the product readme:

swlist -l product -a readme -d @ /tmp/PHSS_24302.depot

To put this patch on a magnetic tape and install from the
tape drive, use the command:

dd if=/tmp/PHSS_24302.depot of=/dev/rmt/0m bs=2k

Special Installation Instructions: None
After step 4 you will a copy of text file that you have been ignoring. I suggest that you read it.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Patch Installation

Dear All, I have some 6 RedHat Servers ( 5.4 ) tikanga connected to the Intranet. Some are Database Servers and application servers. For the past 1.5 years , we have not installed any patches.. Is there any way to find out , whether these systems needs patches and where to... (5 Replies)
Discussion started by: jegaraman
5 Replies

2. Solaris

Solaris Patch

Hi, I installed Solaris 11 and I want to upgrade. I am doing this in by the documentation for pkg update. I read about the patch for solaris. Where and how to download and install this patch? (2 Replies)
Discussion started by: PtaQ
2 Replies

3. Ubuntu

Patch Administration

Hi, I want to set upa centralised server for downloading patches from the internet and all my clients should use that central server to download patches and upgrade. Could someone please help me in doing this. Thanks, Trimu (2 Replies)
Discussion started by: ktrimu
2 Replies

4. Solaris

DST Patch

How to update DST patch. Whatat are the necessary steps that have to be taken on the servers to update this patch?. (1 Reply)
Discussion started by: sandeepkv
1 Replies

5. Solaris

Patch date

Hello everyone What command I need to use for to know the date about install some patch. For example I was looking the patch 102530-01 I use the command patchadd -p (the number of the patch) or the command pkginfo -p (the number of the patch) but what command I need to use to know about the... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

6. Solaris

Patch help?

Hello... I'm looking for latest patch for automount and what it does on Solaris8, Thanks! :confused: (2 Replies)
Discussion started by: catwomen
2 Replies

7. IP Networking

Patch-o-matic (patch for iptable) for linux2.4.08 & iptable1.2.7a

Hello friends I'm running Redhat 9.0 with linux kernel 2.4.20-8 & have iptables version 1.2.7a & encountering a problem that I narrate down. I need to apply patch to my iptable and netfilter for connection tracking and load balancing that are available in patch-o-matic distribution by netfilter.... (0 Replies)
Discussion started by: Rakesh Ranjan
0 Replies

8. UNIX for Dummies Questions & Answers

patch

Dear All , I have Sun Solaries 7 sparc server ... am runing perl , CGI , MD5 ... etc for new web mail am setting up . now i have to install the patch ( xyz.pl.patch ) against a perl file for ex. xxx.pl what exact command i have to use ,,, also i do not want to make damage for my system... (6 Replies)
Discussion started by: tamemi
6 Replies

9. Shell Programming and Scripting

patch

Dear Guys , I use Linux Red Hat 9 .. i installed a patch for a web mail i use , and i think it make a damage for my web mail i cannot see it anymore . i get so many error messages . what i want to ask is there any command on linux i can use to remove the patch !!! i want to remove the... (1 Reply)
Discussion started by: tamemi
1 Replies
Login or Register to Ask a Question