1826419 Members
3645 Online
109692 Solutions
New Discussion

machinfo "FLAVOR"

 
Paul Tibbitts
Advisor

machinfo "FLAVOR"

What is the significance of the "FLAVOR=" value, as seen in machinfo output? Thanks

Paul
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: machinfo "FLAVOR"

I ran this command on HP-UX 11i v1 and Linux. I got nothing. The command was not found.

Perhaps this is an add in product. Perhaps post the output and get some more assistance.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Paul Tibbitts
Advisor

Re: machinfo "FLAVOR"

Sorry, this is only, as far as I know, (HP-UX) 11i v2.

I'm guessing this might be a compiler directive with which the kernel was compiled, but I haven't found it documented anywhere in relation to the kernel. Sample machinfo output:

@(#) $Revision: vmunix: B11.23_LR FLAVOR=perf Fri Aug 29 22:35:38 PDT 2003

Paul
Paul Tibbitts
Advisor

Re: machinfo "FLAVOR"

Sorry again, but I just realized that due to a problem with the account I originally posted with, I can't assign any points for replies to this post. Maybe I'll repost eventually, using another account.

Paul
Russ Park
Frequent Advisor

Re: machinfo "FLAVOR"

The machinfo is an Itanium specific command according to the man page. Does anyone know if there is an equivalent command for HP-UX on PA-RISC?

-Russ
Bjoern Gothe_1
Occasional Advisor

Re: machinfo "FLAVOR"

Hi Russell,

there is no direct equivalent on PA-Risc systems, but you can use a command-line script, when you have installed STM (Support Tools Manager) or commonly known as Diagnostics:

echo "sall ; info ; wait ; il"|cstm

There you got all information about cpus, memory and devices including disks etc.

Hope this helps...

Regards, Bjoern Gothe