Operating System - HP-UX
1755285 Members
3564 Online
108831 Solutions
New Discussion

How to check the Server Configuration

 
SOLVED
Go to solution
Md. Minhaz Khan
Super Advisor

Re: How to check the Server Configuration

Dear Suriya

Please see below, this can help you to know the server information:


# echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm
------------------------------------------------------------------------------
For Memory:

# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm
------------------------------------------------------------------------------------
For CPU
#echo "selclass type "Processor" qualifier "CPU";info;wait;infolog" | /usr/sbin/cstm
OR
# echo "selclass qualifier CPU;info;wait;infolog" | /usr/sbin/cstm
------------------------------------------------------------------------------------
# echo "selclass qualifier SCSI;info;wait;infolog" | /usr/sbin/cstm
-------------------------------------------------------------------------------------

For an Integrity server information the command is:

#/usr/contrib/bin/machinfo


Thanks
Minhaz
Patrick Wallek
Honored Contributor

Re: How to check the Server Configuration

*****
I'm getting the following error

# cd /opt
# cd ignite
# cd bin
# ls
print_manifest
# print_manifest
sh: print_manifest: not found.
*****

That's because /opt/ignite/bin is not in your PATH environment variable.

In this case you must do:

# ./print_manifest