HP-UX Overview and Command Summary - page 9

March 07, 2011

Changing the Server Name and the IP Address
  • Using set_parms  --> may not work correctly for multiple nics
    • set_parms hostname  ( a reboot is required for the change to take effect)
      • It will prompt you for the new hostname
      • It will prompt you to reboot (answer no if you are also changing the ip address)
    • set_parms ip_address   ( a reboot is required for the change to take effect)
      • It will prompt you for the new ip address
      • It will prompt you to reboot
  • Manually makiing the change:
    • vi /etc/hosts
    • vi /etc/rc.config.d/netconf   <-- ** Make sure that no extra files are in the /etc/rc.config.d directory - it gets sourced on bootup
    • reboot
  • Other files that may need to checked/changed
    • /etc/resolv.conf
    • /etc/nsswitch.conf

System Tuning
Extract Current System File
  • cd /stand/build
  • /usr/lbin/sysadm/system_prep -s /stand/build/system
    • file is called system
    • section called "Tunable Parameters"

kmtune - displays the tunable parameters
kmtune -l  <-- This displays a detailed report of the parameters (current, planned, default, minimum, etc)
sam allows you to tune the kernel
Manual Kernel Build (not using sam)  -->  /usr/sbin/mk_kernel -s /stand /build/system
STM
diaglogd

/var/opt/resmon/log

Procedure to use STM to determine memory configuration
  • Type stm at the command line
  • Type o to select ok
  • Press the down arrow in the displayed map and select memory by hitting the space bar
  • Press tab to go to menus and arrow over to Tools and hit enter
  • Select Information -> and hit enter
  • Select Information Log and hit enter
  • Information Tool Log for Memory will be displayed
  • To print either select Print or SaveAs (to save the log to file for later printing)

Page 10
Page 8


Find HP-UX Overview and Command Summary All pages 
Page 12    |||    Page 11    |||   Page 10   |||   Page 9   |||
Page 8      |||    Page 7      |||   Page 6     |||   Page 5   |||
Page 4      |||    Page 3      |||   Page 2     |||    Page 1  |||

Related Posts

  • Hp-Ux BackupsBackupsCreate a Golden Image – use make_tape_recovery to create a bootable system recovery tape for an LVM or whole dis ...
  • Hp-Ux Network TuningNetwork TuningReconfigure various network parameters to reduce your vulnerability to smurf attacks, SYN floods and ARP ...
  • HP-UX Modification of the Boot ProcessModification of the Boot ProcessClosely review the startup scripts and identify all unnecessary services. You will then ...
  • HP-UX Overview and Command Summary - page 37400 Disk Arrayarmdsp -a va7400   <-- real time display of the disk arrayarmmgr -D va7400 HPA6189A00SG218H0024a ...
  • HP-UX Overview and Command Summary - page 6Remote Accessrcp remote_machine:remsh rlogin .rhosts file needs to be configured or else you will be prompted for user ...
Next Article
« Prev Post
Previous Article
Next Post »

No comments