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 biv343 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: madra
  • Content: Threads
  • Order by date
  1. madra

    WAS and databases and MQs

    What files can list the backend connections to a WAS server ? I'm a Websphere beginner. thanks I only ask stupid questions because I'm thick
  2. madra

    ldap account - how to unlock

    How do you unlock an ldap account ? Do you use ldappasswd or ldapmodify ? Being new to linux and ldap, a full example would be nice. OS version: [lscpjl0:root@gbrdsr000000455]# uname -a Linux blah 2.6.18-274.3.1.el5 #1 SMP Fri Aug 26 18:49:02 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux thanks...
  3. madra

    extract lines from a file

    I want to search for text in a file, when the text is found display that line and the following two lines (format of the file), then continue searching for the next hit. eg. search for 'help' display the 'help' line disply the next two lines in the file continue the search for 'help' Anyone...
  4. madra

    uptime of 15000 days

    box rebooted last week anyone know as to why it states as being up for 15042 days ? thanks, madra I only ask stupid questions because I'm thick
  5. madra

    change hostname from lowercase to uppercase

    I can't find the reason as to why root won't convert the hostname to uppercase, but my ordinary ID will. NODE="`hostname| tr [a-z] [A-Z]`"; echo $NODE thanks, madra I only ask stupid questions because I'm thick
  6. madra

    HMC - memory management

    After I assign/move memory from one lpar to another, do I need to reboot the lpar it was moved to for that lpar to keep the memory ? thanks, madra I only ask stupid questions because I'm thick
  7. madra

    HBA firmware - 2 lpars

    I'm about to update the firmware on an HBA assigned to one lpar. The lpar is one of two on a p570 server. The question is, will I need to reboot both lpars, and/or reboot the server as a whole, or just reboot the lpar the HBA is assigned to ? thanks in advance, madra I only ask stupid...
  8. madra

    landscape printing

    Has anyone managed to produce a report that prints 198 chars landscape on a HP laser or any other laser printer. We've tried and tried but cannot get it to succeed. If we get an answer so that it works from the op.sys then we can send it back to the apps team (again!). thanks in advance...
  9. madra

    database template design and replica

    It's been a while since I've dealt with Notes. We need to replace the design of our room reservation from R5 to R8 We have this clustered across two servers. If we update on serverA, will the design be replicated across to serverB ? thanks in advance madra I only ask stupid questions...
  10. madra

    landscape on hp4500

    Has any one created a print queue the produces landscape ? Created the queue, and changed the page orientation to landscape but not having any joy. thanks in advance madra I only ask stupid questions because I'm thick
  11. madra

    workload manager - how resource intensive is it ?

    we nmon and sar already gathering stats will WLM add more pressure on the server resources, or should we stop one/both of the other ? thanks madra I only ask stupid questions because I'm thick
  12. madra

    telnet and memory error....

    anyone come across this before: inetd[172878]: Running server /usr/sbin/telnetd. The error number is There is not enough memory available now. This occurred about 45 minutes after the server was rebooted, and has not re-occurred. So, I'm hoping it was when I was running the perfpmr command to...
  13. madra

    command line access from a menu

    I'm trying to add an option to our Ops bespoke menu (I'm not a great scripter!), whereby they can be given command line access. Similar to the F9 in smit. How is this done ? thanks in advance, madra I only ask stupid questions because I'm thick
  14. madra

    nmon - swap-in & page-out - connection

    I've looked at our nmon stats and noticed an increase in both I'm not even going to try to explain how I understand the connection, as I'll lose myself and everyone else but needless to say, I have an idea that I can't legibly produce. Can someone tell me in layman terms the connection between...
  15. madra

    hacmp & 64-bit or 32-bit kernel

    I'm of the understanding that HACMP when started checks what kernel is running and loads the correct parts of HACMP for that kernel. Can you confirm this ? thanks in advance, madra I only ask stupid questions because I'm thick
  16. madra

    Firmware Upgrade - HMC & pSeries - which first ?

    We're about to embark on upgrading our kit; firmware and operating systems for p570s and p520s We'll be upgrading the pSeries to AIX 6.1 Which would you upgrade first, the HMC or the pSeries; or, does it matter ? thanks madra I only ask stupid questions because I'm thick
  17. madra

    if syntax error

    I need to resolve the if check as the field contains two values, and is causing a syntax error. A noddy test script was set up and your help is appreciated thanks madra The script: #!/bin/ksh BLAH="12345 67890" if [[ BLAH -eq "" ]] then echo "oh no not me" else echo "no its me" fi the...
  18. madra

    housekeeping /

    / is at 98% and I can't find anything to delete without other filesystems (/tmp /var /usr etcetera....) getting in the way How do I found what is just relevant to / filesystem thanks madra I only ask stupid questions because I'm thick
  19. madra

    restvg from a file

    Has anyone restored a volume group from that was saved to a file using savevg ? savevg -i -X -f /directory/server.VG thanks madra I only ask stupid questions because I'm thick
  20. madra

    HAMCP 5.4 and AIX TL

    What's the lowest level AIX can be to install HACMP 5.4 ? I've not found any definitive info. thanks, madra I only ask stupid questions because I'm thick

Part and Inventory Search

Back
Top