Operating System - HP-UX
1833776 Members
2334 Online
110063 Solutions
New Discussion

Re: getconf MACHINE_IDENT

 
SOLVED
Go to solution
Jacques Carriere
Regular Advisor

getconf MACHINE_IDENT

uname -i or getconf MACHINE)IDENT produces no value required for a new software install.
environment:
hpux 11.11
model:9000/800/rp7410

Does anyone know what is missing to get this value?
8 REPLIES 8
Shah Sahib
Frequent Advisor

Re: getconf MACHINE_IDENT

Did you try # machinfo

This will give you info on your server env?
1 Strike of the Ironsmith equals 1000 strikes of a Gold smith
Jacques Carriere
Regular Advisor

Re: getconf MACHINE_IDENT

The command does not exist in hpux.
Jacques Carriere
Regular Advisor

Re: getconf MACHINE_IDENT

Sorry... the command does not exist on hpux v1 11.i. It exist on itanium hpux 11.23 V2.
F Verschuren
Esteemed Contributor

Re: getconf MACHINE_IDENT

hi dit
/sbin/inid.d/hostname start
gave erors in /etc/rc.log?
F Verschuren
Esteemed Contributor

Re: getconf MACHINE_IDENT

sorry pervius anser was not finisched:

I believe you will have to get an HP CE to reset your machine ID. The tools to do so are not available to ordinary customers.

James R. Ferguson
Acclaimed Contributor
Solution

Re: getconf MACHINE_IDENT

Hi:

Did you have a board replacement recently?

If I recall correctly, only an HP engineer can set this value, using the 'ssconfig' tool.

Regards!

...JRF...
Sandman!
Honored Contributor

Re: getconf MACHINE_IDENT

Your best bet is to open a support call with HP and also look at the description of _CS_MACHINE_IDENT in the confstr(3C) manpage.

# man 3C confstr

~cheers
Jacques Carriere
Regular Advisor

Re: getconf MACHINE_IDENT

thanks for your help.