Wednesday, February 29, 2012
nfs on redhat
service portmap start
service nfs start
add entry to /etc/exports
/share/software/ppc/was7/ *(ro,insecure)
have to add insecure for some aix security issues
service nfs start
add entry to /etc/exports
/share/software/ppc/was7/ *(ro,insecure)
have to add insecure for some aix security issues
Wednesday, February 22, 2012
mksysb
http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.cmds%2Fdoc%2Faixcmds3%2Fmksysb.htm
mksysb -i /tmp/aix.mksysb
mksysb -i /tmp/aix.mksysb
Sunday, February 12, 2012
aix ipfilter rules
http://www.darklab.net/resources/aix-ipsec-filtering.html
http://www.nic-nac-project.de/~jose/135/kludges/nfs-mount-from-an-aix-client-reprise/
genfilt -v 4 -a P -s 0.0.0.0 -m 0.0.0.0 -d 0.0.0.0 -M 0.0.0.0 -c all -o any -p 0 -O any -P 0 -w B -l N -i all
mount wzxdcc022.cdbt.wcdc.kp.org:/share/software/ppc/was7 /WAS7Install
http://www.nic-nac-project.de/~jose/135/kludges/nfs-mount-from-an-aix-client-reprise/
genfilt -v 4 -a P -s 0.0.0.0 -m 0.0.0.0 -d 0.0.0.0 -M 0.0.0.0 -c all -o any -p 0 -O any -P 0 -w B -l N -i all
mount wzxdcc022.cdbt.wcdc.kp.org:/share/software/ppc/was7 /WAS7Install