The Windows Installer Service could not be accessed.

The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance. kb315353 To resolve this issue, follow these steps: Log on to your computer as an administrator. Click Start, and then click Run. In the Open box, type cmd, and then click OK. At the command prompt, typemsiexec.exe /unregister, and then press ENTER. ...

9 October 2011 @ 03:07 · Updated: 30 June 2026 @ 03:28 · leo

AIX - DLPAR connection lost to HMC

Sometime during AIX migration/alt_clone or HMC upgrade, it can happen that RMC ID get lost or duplicated, the the rsct process is unable to re stabilize the connection. You can reset the key and restart that service as follows: Reset RMC unique ID: # /usr/sbin/rsct/install/bin/recfgct # /usr/sbin/rsct/bin/rmcctrl -z # /usr/sbin/rsct/bin/rmcctrl -A Then you can check the rmc status: # /usr/sbin/rsct/bin/rmcdomainstatus -s ctrmc

21 September 2011 @ 02:23 · Updated: 30 June 2026 @ 03:28 · leo

AS/400 - Change IP remote printer

For a network attached printer: WRKWTR and do a #4 to End the writer WRKCFGSTS *DEV *PRT and use #2 to vary off the device, then #8 to Work with description then #2 to change, then page/roll and change the IP Vary the device on WRKWTR and start the print writer

2 July 2011 @ 14:06 · Updated: 30 June 2026 @ 03:28 · leo

AIX - ODM Object Classes

AIX - ODM Device Configuration Object Classes A list of the ODM Device Configuration Object Classes follows: PdDv Predefined Devices PdCn Predefined Connection PdAt Predefined Attribute Config_Rules Configuration Rules CuDv Customized Devices CuDep Customized Dependency CuAt Customized Attribute CuDvDr Customized Device Driver CuVPD Customized Vital Product Data

2 July 2011 @ 14:00 · Updated: 29 June 2026 @ 04:47 · leo

Juniper - Netscreen upgrade via TFTP

fw01-> save software from tftp 10.255.4.210 ns50ns25.5.4.0r21.0 to flash Load software from TFTP 10.255.4.210 (file: ns50ns25.5.4.0r21.0). !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! tftp received octets = 5994268 tftp success! TFTP Succeeded Save to flash. It may take a few minutes ...platform = 14, cpu = 10, version = 18 update new flash image (01e97ddc,5994268) platform = 14, cpu = 10, version = 18 offset = 20, address = 3060000, size = 5994189 date = 4062f3e0, sw_version = 4062f3e4, cksum = f7522c46 Program flash (5994268 bytes) ... sec_size :131072 align_support 1 , mode 96028 ++++++++++++++++++++++++++++++++++++++++++++++done Done fw01-> reset System reset, are you sure? y/[n] y In reset ...

20 June 2011 @ 01:49 · Updated: 30 June 2026 @ 03:28 · leo

OpenVMS - SCSSYSTEMID

SCSSYSTEMID (G) Specifies a number that identifies the computer. This parameter is not dynamic. SCSSYSTEMID is the low-order 32 bits of the 48-bit system identification number. If the computer is in an OpenVMS Cluster, specify a value that is unique within the cluster. Do not use zero as the value. If the computer is running DECnet for OpenVMS, calculate the value from the DECnet address using the following formula: SCSSYSTEMID = ((DECnet area number) \* 1024) + (DECnet node number) ...

3 April 2011 @ 02:12 · Updated: 30 June 2026 @ 03:28 · leo

AIX - Mounting ISO images

There is a known problem with mounting ISO images on the AIX platform. To workaround the problem, complete the following instructions: Obtain the size of the image, then identify the nearest multiple of 128 MB that will provide enough space for the image. For example, the image of CD-ROM is approximately 650/700 MB, so use 768 MB as an image size. Make a logical volume of this size. Ensure that there is enough space on the physical volume. For example, hdisk0. ...

3 April 2011 @ 01:10 · Updated: 30 June 2026 @ 03:28 · leo

eToken PASS in open environment

I bought promo pack of 5 Aladdin eToken PASS units, the tokens comes with serial number in this format: XXXX-XXXX-XXXX-XXXX activated for free on the website of the manufacturer only one time of course, then used token purchased from ebay usually are unusable. The activation consists in a zip containing two ldif format dat files, you can extract the token key parsing the text from “importAlpine.dat” file: sccAuthenticatorId: (means token serial number) sccKey= (means token key) ...

23 January 2011 @ 21:00 · Updated: 29 June 2026 @ 04:47 · leo

AIX LPAR - CDROM device relase

When AIX will not release /dev/cd0 device (after umount any associted filesystems), and you get busy device error on dlpar operations, use this command to kill all processes that take busy resource: # fuser -k -x -u -c /dev/cd0 Usually in pSeries hardware configuration is connected to a scsi controller by scsi-to-ide/sas/sata or other terrible solution bridge. To made all this operation faster you can identify pci parent adapter and remove recursively all device. ...

23 January 2011 @ 20:17 · Updated: 30 June 2026 @ 03:28 · leo

Omikey Cardman 4040 - Linux FC14

In this post I describe how to get works OMNIKEY Cardman 4040, a pcmcia smartcard reader/writer under Linux Ferdora 14 using manufacturer PC/SC driver. Install the required packages: [root@thinkleo1 ~]# yum install pcsc-lite openct opensc Configure OpenSC With PC/SC cardbus access OpenCT is useless but without that daemon, on every smartcard operational commad you get lot of this erros: Error: can't open /var/run/openct/status: No such file or directory Then to avoid (openct/opensc/pcscd) conflicts I prefer to disable openct framework like this: ...

23 January 2011 @ 18:53 · Updated: 30 June 2026 @ 03:28 · leo