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 TouchToneTommy 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: *

  1. sushveer

    why 32bit kernel support more than 4GB mem

    Hi I heard 32 bit kernel cant'support more than 4gb physical memory , Inotherwords you should go to 64bit for >4gb memory for sparc and p-series hardware arch.. But Intel systems of 32 bit, can support >4gb real memory.. with segementation model concept. sushveer IBM certified...
  2. sushveer

    Maxed out PV's, how do i increase ?

    Hi Aaron7, AIX5.2 mkvg with -B option will support Max 128 PV's it has limitation.. But in AIX 5.3 mkvg has scalability, while using -S option , you can have Max PV' 1024 BY DEFAULT You may use command syntax : mkvg -S -v <#of lv's> hdiskn sushveer IBM certified specialist-p-series...
  3. sushveer

    Which lpp

    Hi Mag, All you need is : Java.rte.bin 1.1.8.11 Runtime Environment Java.rte.classes 1.1.8.11 Java Runtime Environment Java.rte.lib 1.1.8.11 Java Runtime Environment Java.samples.demos 1.1.8.1 Java Sample Demos...
  4. sushveer

    Tivoli

    Hi Johndavies Yes.you can run this command from TMR server : wep ls |grep <endpoint_name> sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
  5. sushveer

    Phantom file

    Hi jpor Did u check with ls -li <file-name>? Can you give exact file and output of this commnad? sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
  6. sushveer

    answering a question in a script

    Hi yaway Here is the simplest script to meet your requirement. #!/bin/ksh cd /path command syntax or program.ksh <<EOJ Y EOJ #End of the script OR you CAN GO WITH PHV's input for simplicity... sushveer IBM certified specialist-p-series AIX5L System Administration...
  7. sushveer

    AIX Pseries System Administrator Test

    Hi As you think boson software and redbooks will not help much. Also you need exposure and goo experience in administration and trouble shooting.Years of working will not count. The work you involve in matters alot!You should have overview of AIX concepts,Frankly speaking ...I didn't relay...
  8. sushveer

    ARP -a displays buckets!

    Hi Labman You are not wrong!arp table entries are perfect... sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
  9. sushveer

    What Tools to Use??

    Hi I suggest Tivoli management frame work(must).TEC integrated with Tivoli Netview.This is ideal solution for most of the environments.. sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
  10. sushveer

    Tivoli Workload Scheduler

    Hi sapzepp Here is the abstract of both scripts ...just copy it/paste it to your unix node and change varibales whereever necessary... SCRIPT 1: #!/bin/ksh #title of script:/tmp/tws_jobAbend_paging.ksh /maestro/bin/conman sj &quot;sappprd_100#cf@.billing_deliveries;stdlist&quot; <<EOJ...
  11. sushveer

    Tivoli Workload Scheduler

    Hi sap I am sorry please make amendment to the above script in the following piece only as follows: if [[ $STAT -ne 1 ]] then mail -s &quot;tws job $jobname failed&quot; pagenumber@abc.com </tmp/tws.job.status fi sushveer IBM certified...
  12. sushveer

    Tivoli Workload Scheduler

    Hi sapzepp Please run this unix-tws combo script on TWS master server. #!/bin/ksh #title of script:/tmp/tws_jobAbend_paging.ksh /maestro/bin/conman &quot;sj sappprd_100#cf@.billing_deliveries;stdlist&quot;>/tmp/tws.job.status STAT=`cat /tmp/tws.job.status| grep &quot;Exit Status&quot;|grep...
  13. sushveer

    Tivoli Workload Scheduler

    Hi It is simple,please write a unix shell script by using mail command and schedule it in TWS...That'what we have in place in our company.. sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
  14. sushveer

    COMMAND HISTORY WITH DATE STAMP AND IP ADDRESS

    Hi Padmaswamy You can use /usr/bin/lastcomm command after running the command /usr/sbin/acct/startup.. I answered you the same for your another poster pertaining to the same question... sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI...
  15. sushveer

    TIPS on &quot;lastcomm&quot; command

    Hi Padmaswamy lastcomm command lists out the last commands executed in reverse chronological order...those previouly executed commands will be stored in /var/adm/pacct(accounting summary files). You should run the following command before you run 'lastcomm' command. /usr/sbin/acct/startup...
  16. sushveer

    How to del individual VolHist DBB entries?

    Hi peter Just now,I got a chance to see your post in this forum...eventhough it is late , I would like to suggest you an alternate method...as follows... dsmc>set drmdbbexpiredays 7 If you set automatic expiration dbb entries tsm will take care of it...You need not delete manually later...
  17. sushveer

    need help removing files

    Hi buzz The find command does recursive search in directory tree. Your wish will not be fullfilled with this command.. Let us think for someother utility... sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
  18. sushveer

    Tivoli storage manager notification

    Hi bas1080 If your TSM is on unix servers you can use mail command for notification...I used write unix script and automate it in Tivoli workload scheduler for the same purpose... Can you provide some more details exactly what you want to do? sushveer IBM certified specialist-p-series...
  19. sushveer

    Deleting files??? files that seem to exist and not exist

    Hi chris Since your login shell is ksh and globbing is turned off you are getting this problem... Also you will have the same problem if your login shell is bourne shell(sh) METHOD(1): ALL YOU HAVE TO DO IS:run this command : set +o noglob That's it! Now try ls *.PDF (you will get all pdf...
  20. sushveer

    whatis

    Hi butter Yes.!...You can copy them...no problem...I too did like that and got fixed... sushveer IBM certified specialist-p-series AIX5L System Administration AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator

Part and Inventory Search

Back
Top