Sponsored Content
Operating Systems AIX If the AIX need reboot after install fix pack or APAR? Post 302155256 by rainbow_bean on Thursday 3rd of January 2008 09:50:25 AM
Old 01-03-2008
If the AIX need reboot after install fix pack or APAR?

After install fix pack or APAR, if aix need reboot? if not, do we need stop database and all applications before we install fix pack or APAR?
 

9 More Discussions You Might Find Interesting

1. AIX

Aix - Service Pack

I've recently installed ServicePack1 for Tecnology_Level 9 of AIX 5.2 . The result of installation is "OK" but with oslevel -s i dont see the service pack installed .... after many research i try (with many luck!!) instfix -i|grep SP and the result : All filesets for 5200-08-01_SP... (1 Reply)
Discussion started by: BabylonRocker
1 Replies

2. UNIX for Dummies Questions & Answers

Maintenace Pack 3 Install on UNIXWARE

Hello, I just re-installed the MP3 for UNIXWARE on our system for the second time due to upper management decision and I received this message pasted below. The following packages were installed successfully: UnixWare 7.1.4 Maintenance Pack 3 <uw714mp3> Updated Base System Guides... (0 Replies)
Discussion started by: Yorgy
0 Replies

3. AIX

install apar on aix53

Hi All, I was installing apar CVE-2008-0122 on my freshly test aix53. I followed the ibm site and run this 'installp -a -d libc_ifix -X all' and got this +-----------------------------------------------------------------------------+ Pre-installation... (1 Reply)
Discussion started by: itik
1 Replies

4. AIX

IY17981 fix required for aix 4.3.3 to aix 5L migration but not found

Hi, redbook documentation is telling that IY17981 fix is required for aix 4.3.3 to aix 5L migration. But there is no mention about that fix in any ML installation packages. - My system is ML11 : oslevel –r 4330-11 - But xlC.rte is on wrong version : lslpp -L xlC.rte xlC.rte ... (3 Replies)
Discussion started by: astjen
3 Replies

5. AIX

Latest AIX Service Pack

Hello, I am trying to install Oracle 11g on my AIX server and it requires at a minimum OS level 5300-05-06. I am currently at 5300-05-01. What do I need to upgrade this? Where can I get this sp? What are the step to install this? I am a DBA not sysadmin. We no longer have a sysadmin. Lucky... (4 Replies)
Discussion started by: dkranes
4 Replies

6. AIX

Remove APAR number from aix 5.3

Hi... Can i remove one APAR number from aix5.3.. If it is possible how to do.. Thanks.. (3 Replies)
Discussion started by: sumathi.k
3 Replies

7. AIX

How to install AIX Fix Pack 5300-06-06-0811

Hi All, I have this fix for AIX (5300-06-06-0811) and i need to install it. How can i do this? What are the prerequisites for this fix? Thanks (1 Reply)
Discussion started by: lucaxvu
1 Replies

8. AIX

APAR fix on AIX 53tl9

We have tried to install an APAR fix IZ20298 on a AIX test server. It is requiring a base level of bos.adt.prof of 5.3.0.0 I cannot find this file anywhere. I fould 5.3.0.1 and it still will not install without the base install. Any ideas where I can find bos.adt.prof 5.3.0.0? (1 Reply)
Discussion started by: daveisme
1 Replies

9. AIX

AIX Fix Pack update

Hi All, i'm try to update my aix 6100.06.05 to 6100.07.00. i download the 4,5 GB of FixPack buy i don't have a required package (devices.chrp.pci.rte 6.1.7.0) This package does not exist on the fix pack (i've check in the .toc file and in the .bff files) On ibm website i see that this... (0 Replies)
Discussion started by: Zio Bill
0 Replies
GIT-VERIFY-PACK(1)                                                  Git Manual                                                  GIT-VERIFY-PACK(1)

NAME
git-verify-pack - Validate packed Git archive files SYNOPSIS
git verify-pack [-v|--verbose] [-s|--stat-only] [--] <pack>.idx ... DESCRIPTION
Reads given idx file for packed Git archive created with the git pack-objects command and verifies idx file and the corresponding pack file. OPTIONS
<pack>.idx ... The idx files to verify. -v, --verbose After verifying the pack, show list of objects contained in the pack and a histogram of delta chain length. -s, --stat-only Do not verify the pack contents; only show the histogram of delta chain length. With --verbose, list of objects is also shown. -- Do not interpret any more arguments as options. OUTPUT FORMAT
When specifying the -v option the format used is: SHA-1 type size size-in-packfile offset-in-packfile for objects that are not deltified in the pack, and SHA-1 type size size-in-packfile offset-in-packfile depth base-SHA-1 for objects that are deltified. GIT
Part of the git(1) suite Git 2.17.1 10/05/2018 GIT-VERIFY-PACK(1)
All times are GMT -4. The time now is 07:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy