- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Find CPU-ID number for PA-RSIC hP9000
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 01:05 AM
03-22-2007 01:05 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 01:12 AM
03-22-2007 01:12 AM
Re: Find CPU-ID number for PA-RSIC hP9000
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 01:24 AM
03-22-2007 01:24 AM
Re: Find CPU-ID number for PA-RSIC hP9000
# echo "selclass qualifier cpu;info;wait;infolog" | cstm
Look for 'Serial Number'.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 01:29 AM
03-22-2007 01:29 AM
Re: Find CPU-ID number for PA-RSIC hP9000
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 01:31 AM
03-22-2007 01:31 AM
Re: Find CPU-ID number for PA-RSIC hP9000
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 01:34 AM
03-22-2007 01:34 AM
Re: Find CPU-ID number for PA-RSIC hP9000
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 01:35 AM
03-22-2007 01:35 AM
Solutionuname -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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 07:25 AM
01-31-2008 07:25 AM
Re: Find CPU-ID number for PA-RSIC hP9000
Thanks,
Jody