Skip to content

{ Monthly Archives } July 2010

Mounting ISO images on AIX

Mounting ISO images on AIX There is a known problem with mounting ISO images on the AIX platform. To workaround the problem, complete the following instructions: 1. Obtain the size of the image. For example: # ls -al total 731594 drwxr-xr-x 2 root system 512 Aug 18 11:33 . drwxr-xr-x 6 root system 512 Aug […]

Tagged

dshvio script – Run VIOS command remotely

Purpose This script is to perform VIOS command as user ID padmin on one or multiple VIO servers remotely. It is very useful for managing several VIO servers and submitting batch job remotely. Prerequisite: 1. Install the following packages from AIX Toolbox CD on the AIX server where you will run the dshvio script. tcl-8.4.7-3.aix5.1.ppc.rpm […]

Tagged , ,

which hmc use my LPAR

# lssrc -s ctrmc (subsystem ctrmc have to activ) Subsystem Group PID Status ctrmc rsct 262308 active # /usr/sbin/rsct/bin/rmcdomainstatus -s ctrmc (Then we can get the IP-Adress) Management Domain Status: Management Control Points I a 0x3b5c031df1d6c92f 0001 192.XXX.XXX.XXX

Tagged , ,

problem with manaul editing config files and suSEconfig

here is example: after running suSEconfig.. Executing /sbin/conf.d/SuSEconfig.postfix… *** WARNING *** Found /etc/postfix/main.cf.SuSEconfig, exiting… *** WARNING *** Solution: delete the file /etc/postfix # rm -rf main.cf.SuSEconfig and then run # cat /etc/postfix/main.cf | grep -v ‘^#’ | md5sum >/var/adm/SuSEconfig/md5/etc/postfix/main.cf run again suSEconfig /etc/postfix # SuSEconfig you can see …. Executing /sbin/conf.d/SuSEconfig.postfix… Setting up postfix local […]