Sponsored Content
Full Discussion: weblogic Maintenance pack
Operating Systems Solaris weblogic Maintenance pack Post 302493753 by gaurav183 on Thursday 3rd of February 2011 04:02:16 PM
Old 02-03-2011
weblogic Maintenance pack

Hi ALL,

I am running weblogic portal(9.2.2) on solaris and i wanted to apply maintenance pack and upgrade it to 9.2.3. Without using
x-windows system how can i apply maintenance pack.?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

HP-UX UNIX Software v.10.20 Pack

What are the requirements for this software? Intel, or other. Can I use this os as a dual boot with win 2000 pro? Thanks in advance. (1 Reply)
Discussion started by: normreeves
1 Replies

2. Programming

How use #pragma pack() in HP unix ?

hello. i use follow sentences in include files in SCO unix is ok. #pragma pack(1) struct dddd { int iD1; char cCh1; ... }; #pragma pack() but in hp-9000 unix , not ok when compiling, cc not support #pragma pack(1) how to settle the question ? ... (1 Reply)
Discussion started by: bdyjm
1 Replies

3. Shell Programming and Scripting

Perl help!! (pack()?)

Hello everyone. I wrote a perl script to get the two answers from a value: x. By this, I want to do sqrt($x) in different precision. #!/usr/bin/perl print "Input the initial value x:\n"; chomp($x=<STDIN>); $comp=sqrt($x); $float_value=pack("f", $comp); $double_value=pack("d", $comp);... (2 Replies)
Discussion started by: Euler04
2 Replies

4. 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

5. 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

6. UNIX for Dummies Questions & Answers

Gold Pack and Java patch !

hi ! i have the following gold pack installed,on Hp-ux 11.23 on IA64 # /usr/sbin/swlist | grep -e QPK -e GOLD -e BUNDLE11i BUNDLE11i B.11.23.0409.3 Required Patch Bundle for HP-UX 11i v2 (B.11.23), September 2004 QPKAPPS B.11.23.0609.053a Applications Quality... (0 Replies)
Discussion started by: ayazanjum
0 Replies

7. UNIX for Dummies Questions & Answers

Pack current folder

How do I pack (using tar zcvf ?) the current folder inluding all files and folders ?? I need to be sure to get all files and folders/subfolders... Later I will unpack into a new folder on a new server.. Appreciate any help.. (3 Replies)
Discussion started by: WebWatch
3 Replies

8. Solaris

Is there any freeware codec pack available on OpenSolaris?

Today I installed OpenSolaris on my laptop , everything works fine just I can not listen MP3 music and I can not watch any videos :confused: I looked , and found Codeina , it is not freeware (except MP3) ! I installed some plugins I found on net (from sunfreepacks.com | Free Archives &... (0 Replies)
Discussion started by: solaris_user
0 Replies

9. Programming

Python, struct.pack

Hello, I found some code on line. Is a python function that bring up an Internet interface, here the code: # Get existing device flags ifreq = struct.pack('16sh', 'wlan0', 0) flags = struct.unpack('16sh', fcntl.ioctl(sockfd, SIOCGIFFLAGS, ifreq)) I'm starting... (1 Reply)
Discussion started by: Dedalus
1 Replies

10. SCO

Linking of Maintenance Pack 4 Fails

Ah yes, a link_unix failure. I don't have MP5 but I do have MP4, from which I previously extracted the updated graphics drivers. Today I decided I might as well install the whole service pack, in preparation for switching to a new motherboard, host adapter, etc. I got the following message... (1 Reply)
Discussion started by: Transpower
1 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 06:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy