Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

hotfix install

control db

HostName:0> lock database override

Import the package from the hard disk:

HostName:0> installer import local /<Full_Path>/<Package_File_Name>.TGZ_or_TAR

Show the imported packages:

HostName:0> show installer packages imported

Verify that this Jumbo Hotfix Accumulator package can be installed:

HostName:0> installer verify <Package_Number>

Install the imported package:

HostName:0> installer install <Package_Number>
installer delete <tab>
show installer packages imported
show installer packages installed
installer import local /path/to
installer verify <tab>
installer upgrade <tab> or installer install <tab>