Sponsored Content
Operating Systems AIX Cannot uninstall powerpath - bosboot issues Post 302371407 by zxmaus on Saturday 14th of November 2009 02:53:22 PM
Old 11-14-2009
Hi,

the solution I put in place was just create a file and copy the content of the original license file in - when you extract it, you can read it - and no I could not install the original license file back - that was part of the problem Smilie

Code:
cat << _EOF_ >> /etc/emcp_registration
# DO NOT EDIT!  EMC PowerPath Registration data. VER 100
xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
_EOF_

After putting this in place, I had no more issues to drop the packages and install new ones. BTW - after patching about 300 AIX boxes by now I was running into this issue exactly 4 times - this helped each and every time.

Kind regards
zxmaus
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

bosboot problem please help!

each time I try to do a bosboot or a mksysb the cpu says that he doesn't find /unix... I don't understand cause the kernel is here on the computer and at this exact place with the right name. I tried to force with -k /unix but it doesn't do anything. He doesn't find it and it is here... Do you... (6 Replies)
Discussion started by: jericho
6 Replies

2. Solaris

Perl - How to uninstall? Will pkgrm uninstall all versions?

Hello, I'm working on a Solaris 9/Sparc machine and it has the Solaris 10 version of Perl (5.8.8) installed on it, which always requires all kinds of library files that Solaris 9 doesn't come with. I think the best way to do is to uninstall this wrong version and install the correct Solaris 9... (1 Reply)
Discussion started by: alanlh
1 Replies

3. AIX

installp -C error: 'bosboot verification failed'

Hi, I'm a noob with AIX, can anybody help me solve this issue I'm stuck with on an 5.3 box. bash# installp -C 0503-409 installp: bosboot verification starting... 0503-497 installp: An error occurred during bosboot verification processing. Thanks. (4 Replies)
Discussion started by: thebytegrill
4 Replies

4. AIX

has bosboot command changed characteristics of boot image?

hi all i just found one of my p650 server showing a warning message when i tried to run bosboot command after upgrading TL to AIX 530803. i also tried to run chpv -c hdisk0 and chpv -c hdisk1 to clear out the old boot info in hdisk0 and hdisk1 and rerun bosboot -a. it still showed... (0 Replies)
Discussion started by: rs6000er
0 Replies

5. AIX

bosboot issue

bosboot -ad hdisk0 give the following error .. malloc failed 0301-177 A previous bosdebug command has changed characteristics of this boot image. Use bosdebug -L to display what these changes are. 0301-106 /usr/lib/boot/bin/mkboot_chrp: The malloc call failed for size: 216174592 ... (1 Reply)
Discussion started by: b_manu78
1 Replies

6. Solaris

change SP value in powerpath

How to change the following values in power path from SP B to SP A ? Owner: default=SP B, current=SP B this is excerpt from powermt display dev=all (3 Replies)
Discussion started by: fugitive
3 Replies

7. Solaris

Solaris 10 with Veritas and PowerPath

Hello, I have an issue with veritas volume manager version 5.0 in combination with EMC powerpath version 5.2.0 running on Solaris10(Sparc). This server is fiber connected to a EMC Clariion CX3-40 SAN. This is the situation : Server is a SUN Enterprise M5000 OS = Solaris10 Sparc Veritas... (1 Reply)
Discussion started by: chipke2005
1 Replies

8. AIX

bosboot issue

Hi i wanted to know for what reasons, bosboot fails with the error below.? # /usr/sbin/bosboot.dp -a -p /usr/lib/boot/chrp.disk.proto -d /dev/ipldevice dd: 0511-053 The write failed. : There is a request to a device or address that does not exist. 65893+1 records in. 1029+1 records out. ... (1 Reply)
Discussion started by: gnakul
1 Replies

9. Solaris

One emc powerpath failed

It seems like I lost one path on my Solaris-11 box. But I want to make sure before going to Storage team, if issue is from OS side or Storage side. Storage team is able to see that only one wwwn is looged in their switch. I am not at server's physical location. What does below output says ? I... (0 Replies)
Discussion started by: solaris_1977
0 Replies

10. AIX

Problem with bosboot

This is my problem: I couldn't create boot image for hdisk7 test02:/]lspv hdisk2 00c8ac36cfdf99b4 old_rootvg hdisk5 00c8abd6d05f83ca newvg active hdisk6 00c8abd6d4ad141f rootvg active... (4 Replies)
Discussion started by: bobochacha29
4 Replies
XUninstallColormap()													      XUninstallColormap()

Name
  XUninstallColormap - uninstall a colormap; install default if not already installed.

Synopsis
  XUninstallColormap(display, colormap)
	Display *display;
	Colormap colormap;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  colormap  Specifies the colormap to be uninstalled.

Description
  If colormap is an installed map for its screen, it is uninstalled.  If the screen's default colormap is not installed, it is installed.

  If  colormap	is an installed map, a ColormapNotify event is generated on every window having this colormap as an attribute.	If a colormap
  is installed as a result of the uninstall, a ColormapNotify event is generated on every window having that colormap as an attribute.

  At any time, there is a subset of the installed colormaps, viewed as an ordered list, called the required list.  The length of the required
  list	is  at most the min_maps specified for each screen in the Display structure.  When a colormap is installed with XInstallColormap() it
  is added to the head of the required list and the last colormap in the list is removed if necessary to keep  the  length  of	the  list  at
  min_maps.   When a colormap is uninstalled with XUninstallColormap() and it is in the required list, it is removed from the list.  No other
  actions by the server or the client change the required list.  It is important to realize that on all  but  high-performance	workstations,
  min_maps is likely to be one.

  For more information on installing and uninstalling colormaps, see Volume One, Chapter 7, Color.

Errors
  BadColor  Invalid colormap.

See Also
  XDefaultColormap(),  XDisplayCells(),  XCopyColormapAndFree(),  XCreateColormap(),  XFreeColormap(),	XGetStandardColormap(),  XInstallCol-
  ormap(), XListInstalledColormaps(), XSetStandardColormap(), XSetWindowColormap().

Xlib - Colormaps													      XUninstallColormap()
All times are GMT -4. The time now is 01:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy