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!

Search results for query: *

  1. jdrankos

    network card how to disable it

    ifconfig en# down ifconfig en# detatch
  2. jdrankos

    How do I enlarge my paging space?

    With root authority enter # chps -s'N' hd6 where N is the number of partions you need to increase. lsps -a will display what you currently have. usally paging space is in 32mb partions so add one partion for each 32mb... Example: chps -s'4' hd6 Would be equal to 128 mb of increase space.
  3. jdrankos

    PVID inconsistency across hdiskpower devices

    I had this same issue I removed all of the hdisks on both nodes and readded them. In AIX 5.1 and 5.2 Deactivate both nodes 1st, this will not work if another node has control of the disks. # rmdev -dl hdisk# Re-ran cfgmgr # cfgmgr Then reassigned all of pvids. chdev -l $H -a pv=yes Now if...
  4. jdrankos

    Crontab commad

    Use "crontab -e file_name" when editing a crontab file it will automatically move the new cron sched in. You can also run "crontab file_name" after editing your cron file. Things to look for read only permissions "for the user" on your cron file in...

Part and Inventory Search

Back
Top