• Share
  • ?
  • Profiles ▼
  • Communities ▼
  • Apps ▼

Blogs

  • My Blogs
  • Public Blogs
  • My Updates

Rafael Torato's Blog

  • Log in to participate

About this blog

This is my blog. Here I'll be posting some tips/tutorials and more about Unix/Linux systems
  • Facebook
  • Twitter
  • Google
  • LinkedIn
  • RSS

Archive

  • February 2013
  • January 2013

Tags

All posts
  • Sort by:
  • Date ▲
  • Title
  • Likes
  • Comments
  • Views

Testing the integrity of a mksysb image

Torato 27000543R2 | | Comments (2) | Visits (14808)

Tweet
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

Torato 27000543R2 | | Comment (1) | Visits (38266)

Tweet
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
  • Show:
  • 10
  • 20
  • 30
  • Previous
  • Next
1