Operating System - HP-UX
1834789 Members
2916 Online
110070 Solutions
New Discussion

Find CPU-ID number for PA-RSIC hP9000

 
SOLVED
Go to solution
jmckinzie
Super Advisor

Find CPU-ID number for PA-RSIC hP9000

I need to find a processor id number for an HP-UX host running 11.11.

I am tring to run Sterling commerce connect direct software and have a license file with the wrong CPU-ID number.

I need to verify the number directly from the host.

Any ideas?
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: Find CPU-ID number for PA-RSIC hP9000

Hi,

running "uname -a" will give you the software ID among other important values on any HP-UX machine.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
spex
Honored Contributor

Re: Find CPU-ID number for PA-RSIC hP9000

Hi Jody,

# echo "selclass qualifier cpu;info;wait;infolog" | cstm

Look for 'Serial Number'.

PCS
Jaime Bolanos Rojas.
Honored Contributor

Re: Find CPU-ID number for PA-RSIC hP9000

Jody,

Also from this link finding the system serial number:

What's my system's serial number?
a5:/ 107 > echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm | grep "System Serial Number"
System Serial Number...: AB12345678
a5:/ 108 >

http://mirrors.develooper.com/hpux/faq.html

Regards,

Jaime.
Work hard when the need comes out.
jmckinzie
Super Advisor

Re: Find CPU-ID number for PA-RSIC hP9000

Team,

I do not need the serial number...i need the processor id number...

I am not sure what that is but, that is what the license file is looking for.

Thanks in Advance,
Peter Godron
Honored Contributor

Re: Find CPU-ID number for PA-RSIC hP9000

Jody,
please see page 8 of https://support.sterlingcommerce.com/content/documentation/connectdirect/cd_unix_3800/output/pdf/cdun3800rn.pdf

Have you run the hostid.sh file ?


Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
Torsten.
Acclaimed Contributor
Solution

Re: Find CPU-ID number for PA-RSIC hP9000




uname -i


This will give you the unique machine ID


This is what you want.

See my earlier post too.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
jmckinzie
Super Advisor

Re: Find CPU-ID number for PA-RSIC hP9000

uname -i did the trick.

Thanks,

Jody