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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LeDam
  • Order by date
  1. LeDam

    setting up a NIM server

    Have a look at "/usr/sbin/nim_update_all"...
  2. LeDam

    HACMP upgrade from 4.5 to 5.1

    Ip-aliasing : your service IP address is an alias on your interface. You will have 2 IP for the same interface (en0 for example). Ip-replacement : you switch service IP address with the boot address and in case of failover, with the stand_by addess on the other node. In HA 5.1, you have also a...
  3. LeDam

    HACMP upgrade from 4.5 to 5.1

    Personally, i would start with the deinstallation of HACMP 4.5. Pay attention, the new typical configuration in HA 5.1 is now IP takeover via IP-aliasing and not IP takeover via IP-replacement...
  4. LeDam

    Oracle Rac on Aix5L(5.2)

    Hello, I can help you, i already installed it on AIX 5.2 and have 2 docs to send you... please, contact me at d_vancutsemAhotmail.com I will send you these docs...
  5. LeDam

    HACMP doesn't deactivate a VG when falling back

    Nothing.... But you were right, one VG was autovaryon. This is very strange because when i setup this VG, i put it with autovaryon off...Without that, HACMP synchronization doesn't work isn't it?
  6. LeDam

    HACMP doesn't deactivate a VG when falling back

    yes i can...
  7. LeDam

    HACMP doesn't deactivate a VG when falling back

    There is no more problem if we do a varyoffvg... but normaly, HACMP do it itself...
  8. LeDam

    HACMP doesn't deactivate a VG when falling back

    Hello everybody, I had a very strange problem when testing HACMP failover-fallback on a AIX 4.3.3 cluster: Sometimes, when doing a fallback, the only one VG from the only one ressource group stay online (but all FS are unmounted). In hacmp.out, all EVENTs are completed. No one failed. On the...
  9. LeDam

    Openssh installation anybody help.

    I can't remember if this was a .bff but if you have this kind of file, yes install it by smit...
  10. LeDam

    Openssh installation anybody help.

    Hello! I installed the last version two months ago. Follow this step : 1)Install binaries package from www.bullfreeware.com chmod 777 Package_name ./Package_name 2) all files are under /usr/local First, you need to set up an sshd_config: # $OpenBSD: sshd_config,v 1.59 2002/09/25...
  11. LeDam

    Performing file backups to another AIX server or Windows server

    Here you have : #!/usr/bin/ksh #------------------ # # makesysbak # #----------------- # description : Make a system backup (mksysb) of the system # on /vol/backup ( NFS on backserv:/backup ) # remarks : # history : # #============== MAILUSER="root&quot...
  12. LeDam

    Performing file backups to another AIX server or Windows server

    Hello, we do the following for all our mksysb (6 serveurs) : One server has a /backup filesystem that can be export by NFS on the other server. The others servers perform there mksysb on this Filesystem by mounting it with automount. This is done really quickly (about +- 2 hour) and some of thi...
  13. LeDam

    Redo log and performance....

    Ok, thanks everyone... I will do this and tell you if this work...
  14. LeDam

    Redo log and performance....

    Hello all... I have a question : I have a single database Oracle 8i running on an AIX server. When looking with "topas", i can see that the "user CPU time" is all the time very high (+80%)!! It is strange because there are 4 CPUs in this server... There are 3 redo logs that...
  15. LeDam

    system performance script

    I have one script that do this... but it's complicate to explain... Can you send me a email to d_vancutsem on hotmail.com ? i willgive you all information...
  16. LeDam

    Syncvg in varyonvg

    Ok thanks Here is the error : 0516-068 lresynclv: Unable to completely resynchronize volume. Run diagnostics if neccessary. 0516-932 /etc/syncvg: Unable to synchronize volume group vg01. 0516-068 lresynclv: Unable to completely resynchronize volume. Run diagnostics if...
  17. LeDam

    Syncvg in varyonvg

    Ok thanks... Could you explain me a little more about "PP that are not current" ? What's exactly this kind of PP?
  18. LeDam

    Syncvg in varyonvg

    Hello all, I have a question : When trying to synchronise stale PPs with syncvg -v VGname, i had an error. But when using varonvg, it's ok... What's the difference between the syncvg command and the syncvg command using with varyonvg ???
  19. LeDam

    filesystem performance

    Hello, Does anyone know of any AIX utility that would allow me to get the io statistics that iostat give, but at the filesystem level? I know the "filemon" command but is it possible to use to collect infos during a complete day?
  20. LeDam

    Adding a VG or extend it in HACMP

    So if i add a new shared VG, i haven't to stop HACMP?

Part and Inventory Search

Back
Top