Server Management - Systems Insight Manager
1753518 Members
5087 Online
108795 Solutions
New Discussion юеВ

Old system with new OS, but OS data not updated

 
SOLVED
Go to solution

Re: Old system with new OS, but OS data not updated

Hello Pierre-Marie,

with the 3 check boxes I've 8 possible combinations, but I've more values, and in none of them is any of the check boxes flagged!
48, 60, 304, 496, 511, 32828, 33087, 1090482687

Regards
Holger
shocko
Honored Contributor

Re: Old system with new OS, but OS data not updated

Here's where we ask any HP employees to dig this out from the source code :)
If my post was helpful please award me Kudos! or Points :)
pmlb
Frequent Advisor

Re: Old system with new OS, but OS data not updated

Hello Holger,

Definitely the mask is also used for other things, but I can't tell you which.
Remember this is a mask and the hex value you are looking for seems to be 0x00FF7000 that is binary xxxx xxxx 1111 1111 x111 xxxx xxxx xxxx.
To select just the equipment you want you have to do some maths, for instance :
((value to test)bitwise and (0x00FF7000))bitwise exclusive or (0x00FF7000) == 0

Regards,
Pierre-Marie