Testing the integrity of a mksysb image
Hello everyone, This is my first post here on developerWorks Community and I'm expect that I can help you with my tips =). I'm starting with a little tip about testing the integrity of a mksysb image file. So, why this is necessary? I've faced a problem on the last year during a restore process of a LPAR through NIM and when the restore were finishing (around 70%~80% I guess) the AIX showed the follow message Please insert volume 2. To avoid this, after start a restore process you can execute the following command $ restore -Tqvf... [More]
Tags:  image mksysb aix backup |
Solving the "System call error number -1" when you try to mount a NFS
Sometimes, when you try to mount a NFS on your server (even using the IP instead of hostname) you get the following error: I'm trying to mount a NFS on my server (hostname: server02 / IP: 10.0.10.16), that are exported by another server (hostname: server01 / IP: 10.0.10.15 ) torator@server02:/home/torator # sudo mount 10.0.10.15:/tmp/TL12SP07 /TL nfsmnthelp: 1831-019 10.0.10.15: System call error number -1. mount: 1831-008 giving up on: 10.0.10.15:/tmp/TL12SP07 System call error number -1. torator@server02:/home/torator # How to solve this?... [More]
Tags:  call nfs aix number linux -1" mount system erro |