PTF
Program Temporary Fix. A temporary solution or by-pass of a problem diagnosed by IBM as resulting from a defect in a current unaltered release of the program. A report of a problem caused by a suspected defect in a current unaltered release of a program.
APAR
Authorized Program Analysis Report. A report of a problem caused by a suspected defect in a current unaltered release of a program.
Saturday, October 31, 2009
Wednesday, October 28, 2009
nfs
/etc/hosts
/etc/exports
(/testnfs -rw,root=p630,access=p630)
mknfs -N
exportfs -a
/etc/hosts
mount host:/mp /mp
showmount -e host
http://www.l-penguin.idv.tw/article/nfs-automount.htm
Auto Mount
/etc/auto.master
/etc/exports
(/testnfs -rw,root=p630,access=p630)
mknfs -N
exportfs -a
/etc/hosts
mount host:/mp /mp
showmount -e host
http://www.l-penguin.idv.tw/article/nfs-automount.htm
Auto Mount
/etc/auto.master
Tuesday, October 13, 2009
Check CPU info at AIX
# pmcycles -m
Cpu 0 runs at 1500 MHz
Cpu 1 runs at 1500 MHz
Cpu 2 runs at 1500 MHz
Cpu 3 runs at 1500 MHz
# sar -u -P ALL 1 2
AIX erprp1 3 5 00C9565E4C00 02/03/06
System configuration: lcpu=4
Cpu 0 runs at 1500 MHz
Cpu 1 runs at 1500 MHz
Cpu 2 runs at 1500 MHz
Cpu 3 runs at 1500 MHz
# sar -u -P ALL 1 2
AIX erprp1 3 5 00C9565E4C00 02/03/06
System configuration: lcpu=4
Tuesday, September 29, 2009
Unix copy problem
There are too many levels of symbolic links to translate...
cp -prh (source) (destination)
where -h to solve symbolic copy problem
cp -prh (source) (destination)
where -h to solve symbolic copy problem
Thursday, September 24, 2009
Wednesday, September 9, 2009
HP-UX LVM problem
pvcreate -f /dev/rdsk/c9t0d7
pvcreate -f /dev/rdsk/c7t0d7
vgcreate ohredovg02 /dev/dsk/c9t0d7 /dev/dsk/c7t0d7
-f force creation!
pvcreate -f /dev/rdsk/c7t0d7
vgcreate ohredovg02 /dev/dsk/c9t0d7 /dev/dsk/c7t0d7
-f force creation!
Wednesday, August 19, 2009
Disks
As the number of Input-Output operations per second (IOPS) increases so does the latency of response from the disk. Fibre Channel (FC) and Serial Attached SCSI (SAS) disks deliver significantly more IOPS than Fibre Attached Technology Adapted (FATA) or Serial Advanced Technology Attachment (SATA) for the same latency penalty.
(Spindles)
(Spindles)
Subscribe to:
Posts (Atom)