Operating System - HP-UX
1833606 Members
3191 Online
110061 Solutions
New Discussion

How to check the Server Configuration

 
SOLVED
Go to solution
Suriya Prakash
Regular Advisor

How to check the Server Configuration

Hi,

We are having HP integrity rx2660 server OS: HP-UX 11i V3, i want to check the configuration of the server, like processor speed, ram spec, network card details and hdd details, how to check that, any commands to check, i cant restart the server.

Regards,
Suriya
11 REPLIES 11
James R. Ferguson
Acclaimed Contributor

Re: How to check the Server Configuration

Hi:

Start with:

# machinfo

Regards!

...JRF...
Michal Kapalka (mikap)
Honored Contributor

Re: How to check the Server Configuration

hi,

machinfo is included directly in HP-UX
or install from depot
SysInfo or cfg2html.

mikap
Mel Burslan
Honored Contributor

Re: How to check the Server Configuration

/opt/ignite/bin/print_manifest is the command you are looking for I believe. I am not exactly sure about availability of this command and its location on 11.31 as I do not have such system available to me, but it won't hurt to check. It is at this location on 11.11 and 11.23

Hope this helps
________________________________
UNIX because I majored in cryptology...
Michal Kapalka (mikap)
Honored Contributor

Re: How to check the Server Configuration

hi,

print_manifest

mikap
sujit kumar singh
Honored Contributor

Re: How to check the Server Configuration

Hi


You can run cstm/mstm/xstm also.

CSTM:

#cstm -- shall take you to cstm prompt.
#cstm>
cstm> sel all
cstm> info;wait
cstm>wait

you can also use teh command

#print_manifest

OR

can download nickel script, FTP in BI mode to server, execute that and download resulting .gz file, which you can open with a Net Browser.


regards
sujit


sujit kumar singh
Honored Contributor
Solution

Re: How to check the Server Configuration

Hi

extremely sorry ,please do not assign any points to this post.

"""""#cstm -- shall take you to cstm prompt.
#cstm>
cstm> sel all
cstm> info;wait
cstm>wait""""""

should actually read

#cstm -- shall take you to cstm prompt.
#cstm>
cstm> sel all
cstm> info;wait
cstm> infolog

capture the screen O/P.

regards
sujit

Suriya Prakash
Regular Advisor

Re: How to check the Server Configuration

Hi

I'm getting the following error

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

Regards,
Suriya
Suriya Prakash
Regular Advisor

Re: How to check the Server Configuration

Hi

Thank u all expecially sujit.

regards,
Suriya
Suriya Prakash
Regular Advisor

Re: How to check the Server Configuration

Thanks
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