Wednesday, December 16, 2009

System Information

Commands to gather system information :


1. To view OS Version:
# uname –r

2. To find the memory details :
# glance
Look for the physical memory size in the output.

3. To list the processors :
# ioscan -C processor


4. To display the system architecture :
# uname –m

5. To display machine model :
# model
# getconf MACHINE_MODEL

6. To display Operating Environment and OS Version.Update :
# swlist HPUX*OE*

6. To show Hw(CPU) bit :
# getconf HW_CPU_SUPP_BITS

7. To show Kernel bit:
# getconf KERNEL_BITS

8. To get the serial number: (Use any of the below):
# echo "sc product system;info;wait;il" | cstm | grep -i "system serial"
# echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial"
# getconf MACHINE_SERIAL
# machinfo | grep "machine serial"

9. To see the system information:
# print_manifest

Commands to modify system information :

1. To set hostname, ip addres , date/time, dns/nis server details, default gateway after the OS installation :
This command will run automatically after the OS installation.
# set_parms initial

2. To change the date and time :

# set_parms date_time

3. To change the timezone :
# set_parms timezone

4 comments:

  1. Vijay here Rajarathinam brother. I really appreciate your work keep it up.

    ReplyDelete
  2. Hi Raja.. Looking more contributions towards HPUX .. This brings high motivation to all UNIX admins

    ReplyDelete
  3. Hi Rajarathinam,

    I would Appreciate your work Highly. Good Collections of HP-UX Documents. Iam a HP-UX L1 admin. I would be thankful to you if you could please send HP_UX New Cluster detail configuration procedure.

    Thanks Again!!!

    Ashish
    8978001443

    ReplyDelete