Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by markuscj

  1. markuscj

    How to decrease the size of the Disk

    Probably easier to allocate another LUN to the VG, migrate and remove the original LUN
  2. markuscj

    Adding space to a file systeme

    How much more space are you trying to give it? If you are trying to increase it by 68GB it will probably fail - try a lower number.
  3. markuscj

    cplv question

    Can you not add the disk into the same VG and use migratepv?
  4. markuscj

    boot lpar up w/bootp using etherchannel-enabled ethernet adapter

    Speed/duplex set correctly? bootp can be a bit fussy about that......
  5. markuscj

    uptime of 15000 days

    What does 'last reboot' say?
  6. markuscj

    HMC - memory management

    You also have to take into account that you are restricted to what you can dynamically assign by the 'maximum' values for cpu/memory you have set in the profile.
  7. markuscj

    HMC - memory management

    If you dynamically assign it, you don't need to reboot. However if you want it to be permanent you will need to change the profile for that lpar, shut it down and then activate it from the HMC - a reboot will not activate the new profile, it has to be shutdown and then activated.
  8. markuscj

    increase size rootvg hdisks of vio server

    I've used this method with SAN disks (but not rootvg), the problem is you have to varyoff/on the VG. How about assigning bigger SAN disks to rootvg then migratepv old to new, then remove old?
  9. markuscj

    cp command

    I'm using the following to backup a directory" ^ There, you've just said it, use the backup command :) find /dir/to/backup|backup -ivqf /dirtobackupto/filename.bak restore -xdqvf /dirtobackupto/filename.bak would restore it back exactly as it was.
  10. markuscj

    fiber connection problem

    Double check the zoning - make sure you have the WWPN's/aliases for the tape device and the fibre channel card for that server in the same zone.
  11. markuscj

    mksysb restore questions?

    I have recently migrated LPAR's from Power5 (dedicated resources) to Power6 (VIOS clients) using mksysb with no problems. The only difference to your scenario was that the LPAR's were upgraded to AIX 6.1 beforehand - this was because we are using TSM and the IBM TSM support team only support...
  12. markuscj

    Unable to go to TL7 from TL6 on AIX 5.3

    What is the output of instfix -icqk 5300-07_AIX_ML | grep :-: ??
  13. markuscj

    How to remove "bos_" prefix

    There is only one way I know to get it 'back to normal': Run multibos -R to remove standby LV's (multibos -Rp to preview). If it removes the normal hd5 etc (and leaves bos_hd5) you will need to run multibos again: multibos -sX (sXp to preview) set bootlist to the new hd5, reboot, and then...
  14. markuscj

    nimadm alt migration 5.3 to 6.1 phase8 bosboot failed

    You need to make sure you only have hd5 as the boot logical volume on your root disk. For instance if you had previously used multibos and had hd5 and bos_hd5, alt disk would fail on that as it's hard coded to only use hd5 (and cannot rename bos_hd5), cleaning up multibos to leave just hd5...
  15. markuscj

    Find LUN ID's with MPIO

    Thanks sbix I have written a script now to get it from the unique_id - the problem was the LUN ID would appear differently depending on whether it was ESS or DS. The storage unit identifer appears in the unique_id field as well, so my script looks for that and does one thing for ESS and...

Part and Inventory Search

Back
Top