- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: For Hp-Ux how is the corrisponding command Sol...
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
05-20-2004 08:56 PM
05-20-2004 08:56 PM
For Hp-Ux how is the corrisponding command Solaris "hostid"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:02 PM
05-20-2004 09:02 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
echo `uname -i` 16op | dc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:03 PM
05-20-2004 09:03 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:15 PM
05-20-2004 09:15 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:21 PM
05-20-2004 09:21 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
On hpux you can get the ethernet address using lanscan.
i4target can also be taken which is not the hostid but is unique and can be used to get the license for a product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:23 PM
05-20-2004 09:23 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
That's an interesting one. Does anyone know the difference between the outputs. I know that "echo `uname -i` 16op | dc" is a direct equivalent of Solaris "hostid" but TG's solution gives us a completely different answer. hmmm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:28 PM
05-20-2004 09:28 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
Infact your answer would be the right one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:50 PM
05-20-2004 09:50 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
Propably there is no command in hp similar to hostid in solaris. In solaris it's used to tie the license (same as in clearcase license). where as in hp license is floating it's not tied to hostname/hostid/serial number.
you can use any of the posted answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 09:58 PM
05-20-2004 09:58 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
Although hostid in Solaris and uname -i in HPUX returns Machine Identification Number but significance of the same is different on this two platforms.
In HP what matter is the Serial No./Model/ProdcutNo in order to reveal the identity of any particular machine.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 11:01 PM
05-20-2004 11:01 PM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
similar stuff in HP is i4ls
run
/opt/ifor/ls/bin/i4target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:35 AM
05-21-2004 01:35 AM
Re: For Hp-Ux how is the corrisponding command Solaris "hostid"?
http://www.bhami.com/rosetta.html
It was posted here a while back, I wish I could give credit to who had posted it before =)
Dave