![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LPAR processor/virtual processor settings | guttew | AIX | 1 | 02-01-2007 10:52 AM |
| How to get Processor Id | atul.saxena | Shell Programming and Scripting | 1 | 04-06-2006 07:37 AM |
| checking no of processor | abi | UNIX for Dummies Questions & Answers | 3 | 02-07-2006 08:59 AM |
| Processor bits | anuragbirje | UNIX for Dummies Questions & Answers | 1 | 02-06-2006 09:54 PM |
| Processor | jwbrown | UNIX for Dummies Questions & Answers | 5 | 06-13-2001 06:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
CPU Processor ID
Hallo,
does anybody knows a trick to change the Processor ID in AIX 4.3.3. Thanks a lot |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I don't know what you mean by "processor ID", please clarify.
In case you want to change the output of "lsattr -El proc0": The information comes from the ODM (probably the tables CuAt and PdDv, maybe others too), so it should in principle be possible to change them to some arbitrary values with a finite amount of "odmput ...."-statements. (man odmput) Even if that is possible (i have never tried it) you might end up ruining the installation and having to reinstall the machine. It might also be, that every time you run cfgmgr the values are being "corrected" to their original values because cfgmgr does exactly this: store information about devices into the ODM. bakunin |
|
#3
|
|||
|
|||
|
Hello,
i am getting with uname -a the ID of the machine. On earlyer Versions it was possible to change with uname itselfe this identification. Thank you for your help, Bakunin |
|
#4
|
|||
|
|||
|
Having no 4.x system at hand at the moment (regrettably I have upgraded my PC at home to 5.2) I can't find out, but to my knowledge uname was never able to change anything, just to display it.
The informaton you are after seems to be the machine ID, displayed by "uname -m". This, I'm pretty sure, can be found somewhere in the ODM, so prepare a list of ODM tables (/etc/objrepos is where they reside, you can leave out any file with a ".vc" ending) and try a odmget <tablename> | grep -p "$(uname -m)" to find the table where the information is stored. It is most likely that it is stored in more than one file. From there you could write a script which changes this information (perhaps it has to be changed in every table simultaneously) around odmput. Another possiblity to change that is the "bootinfo" command (man bootinfo), but be extremely careful when using it. Its parameters have changed several times since 3.2.5 therefore please consult your documentation, I'm not sure if you could use the info my own manpage is giving me. Sorry for being so general and unspecific, but perhaps finding the solution to your problem is a longer effort. bakunin |
|
#5
|
|||
|
|||
|
Hello Bakunin,
thank you for your Help again, you have given me good ideas. Now i will look for this you explained. But isn't there any easier way to fix it Thanks a lot for your Help |
|
#6
|
|||
|
|||
|
Hello again,
i remembered that some cloned the harddisk and so they had the same installation on different computers, but each of them got different ID's. Is the ID written each time of booting to that files? UXNI |
|
#7
|
|||
|
|||
|
Quote:
It may very well be that the machine ID is such a piece of information. bakunin |
|||
| Google The UNIX and Linux Forums |