1833513 Members
2926 Online
110061 Solutions
New Discussion

Asset Checking

 
SOLVED
Go to solution
kumar82
Occasional Advisor

Asset Checking

Hi,

How do i check the configuration in my hp-ux server like cpu speed, memory, disk, serial number, Model...
3 REPLIES 3
Jollyjet
Valued Contributor
Solution

Re: Asset Checking

Kumar

Try the below command.

/opt/ignite/bin/print_manifest


which will give you the output of model serial No, Disk Space, softwares,Cpus,Memory etc.

if not ioscan will help you to find the hardwares, and dmesg and syslog will help you to find the memory space.
jaivinder
Frequent Advisor

Re: Asset Checking

For the inventory and cconfiguration checking in HP UX you can use the /opt/contrib/bin/nickle. It will generate a Zip file in the same directory by checking the Index.html link in this zip file you can find the reqd. answers regarding ur server.


kumar82
Occasional Advisor

Re: Asset Checking

thank's