Article 0
Welcome to my blog!This blog is intended for anyone working with AIX and encountered problems and looking for fast solutions or just want to study about AIX. This is not a usual blog, because it is not...
View ArticleArticle 4
Syntax recommendations in general:- Donʼt forget commas and colons. (Forgetting them causes parsing errors.)- The resource type and the attribute names should always be lowercase.- The values used for...
View ArticleArticle 2
ClassA class is a code block in Puppet, which can be created in one place and invoked elsewhere. Using classes allows to reuse Puppet code. Defining a class makes it available by name, but doesnʼt...
View ArticleArticle 1
PuppetPuppet is a configuration management tool, which automates the configuration of servers. Puppet follows client-server model (Puppet Agents are connected to a Puppet Master), and agents are...
View ArticleArticle 2
FacterIn Puppet, facter is a standalone tool that holds the environment level variables. In can be considered similar to env variable. In Puppet, the key-value pair is known as “fact”. We can list...
View ArticleArticle 1
HieraHiera is a "Hierarchical Database" to store values for variables (key/value pair). It provides to Puppet a separation between the code and the data. With Hiera it is possible to write Puppet code,...
View ArticleArticle 1
RSCT (Reliable Scalable Cluster Technology)RSCT (as its name says) is a sort of Cluster Technology. It comes with AIX by default (no additional installation is needed) and it consists of several...
View ArticleArticle 3
NFSPowerHA provides highly available NFS services, which allows the backup NFS server to recover the current NFS activity if the primary NFS server fails. This feature is available only for two-node...
View ArticleArticle 2
Resource, Resource Group Resources: File systems, service IPs, applications... which are highly available (These can be moved from one node to another.)Resource Group (RG): Those resources which are...
View ArticleArticle 1
SMUI (System Mirror User Interface)PowerHA V7.2 includes a browser-based GUI to monitor cluster environments, which is called PowerHA SMUI.SMUI provides following functions:- Monitors the status for...
View ArticleArticle 1
PowerVC Upgrade/InstallBasically these are the same, the same install script is used for both.0. Backup - vmware snapshot1. Red Hat update if needed (for PowerVC 1.4.4 minimum RHEL 7.7. is needed):...
View ArticleArticle 1
HMC Install, ConfigHMC network types:HMC has 2 different networks:- private network: for accessing/managing Power servers through the FSP- open network: this network used for user logins, and each LPAR...
View ArticleArticle 1
VIO Install, Config (VIO Build)These main steps will be followed:- VIO Server creation on HMC- VIO Server installation- VIO Server configuration- Network configuration (SEA, VLANs)- Performance Tuning-...
View ArticleArticle 1
QEMU - AIX on x86QEMU (Quick EMUlator) is a machine emulator program, which is capable to create VMs with different processor architectures. For example if we want to test a Solaris (with RISC...
View ArticleArticle 2
SSP AdministrationPowerVC and SSPSSP is a fully supported storage provider in PowerVC. SSP was developed much earlier than PowerVC, but its shared setup can fit very well to the cloud nature of...
View ArticleArticle 1
YUM (Yellowdog Updater Modified)https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/README-yumYUM is package manager for RPM packages, which allows automatic updates, package and...
View ArticleArticle 2
Red Hat - Netboot and Install from NIM serverA NIM server can boot up and install AIX servers from network using TFTP, BOOTP protocols. As other operating systems are using these same protocols for...
View ArticleArticle 1
Git BasicsThe purpose of Git is to keep track of the changes, which have been made on files. In more official wording: Git is a distributed version control system. Version Control System can be any...
View ArticleArticle 1
NovalinkNovalink is a sort of "replacement" of the HMC. In a usual installation all Openstack services (Neutron, Cinder, Nova etc.) were running on the PowerVC host. For example the Nova service...
View ArticleArticle 3
Oracle BasicsOracle ServerIt is an Oracle instance + an Oracle databaseOracle InstanceIt consists of memory and process structures to provide access to the databaseOracle DatabaseIt consists of data-,...
View ArticleArticle 2
Oracle ASM, RAC, Data GuardASM (Automatic Storage Management)ASM is Oracle's recommended storage management solution. Oracle ASM uses disk groups to store data files. A disk group consists of multiple...
View ArticleArticle 1
Oracle - TuningResource Limitsulimits (smit chuser or edit /etc/security/limits to create a stanza for Oracle/grid user and set -1 (unlimited) for everything except core.oracle: data = -1 stack = -1...
View ArticleArticle 1
fcstatThe fcstat command reports statistics directly from the FC adapter firmware and the FC driver. Protocols such as TCP/IP are designed to tolerate packet loss and out-of-order packets with minimal...
View ArticleiSCSI (NetApp)
iSCSIiSCSI (Internet SCSI) provides access to storage devices by carrying SCSI commands over a TCP/IP network. iSCSI was developed by IBM and Cisco in 1998 and submitted as a draft standard in March...
View ArticleRPM - DNF
DNF (Dandified YUM)DNF is the next version of YUM (YUM is a package manager for RPMs). dnf roughly maintains CLI compatibility with yum and existing AIX Toolbox repositories created for yum are...
View Article