- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- HP Asset tag
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-02-2009 06:31 AM
тАО06-02-2009 06:31 AM
I got 64 HP blades to commission next week. I use a bash script where I set partition/hostname/IP via asset name (On boot).
How can I set the asset tag ?
The 2 other major competitors provide a Linux command line tool to do so. Is there such approach at HP ?
Thanks a lot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 07:04 AM
тАО06-02-2009 07:04 AM
Re: HP Asset tag
Proliant Service Pack for Linux might have a tool to provide this information.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 07:10 AM
тАО06-02-2009 07:10 AM
Re: HP Asset tag
Thanks for your reply.
Quote : "provide this information"
I am not actually trying to get the information but want to get the value.
To get the asset tag on an HP machine use the following :
dmidecode | grep -A 10 'Chassis Information' | grep Asset
You should get an :
Asset Tag:
(Mine is empty right now)
Before installing that pack, I would like a confirmation. The pack is big and contain a lot of stuff (sometimes dirty stuff ..)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 08:32 AM
тАО06-02-2009 08:32 AM
Re: HP Asset tag
PSP is no doubt bloatware.
It does however provide granularity, the ability to pick and choose components for installation.
It also provides a lot of management options to make your life easier.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2009 06:49 AM
тАО06-03-2009 06:49 AM
Re: HP Asset tag
To set HP asset tag under Linux you need to :
- Download the "SmartStart Scripting Toolkit for Linux" (Look at http://h18000.www1.hp.com/products/servers/proliantessentials/foundationpack/downloads.html )
- Be sure to be root.
- I think its a simple tar archive. Uncompress it on the target machine.
- Move to directory "utilities".
- Create a file with any name (ex : setasset.dat) that contain :
- Don't forget to replace INSERT_TAG_HERE with the content you want to put in asset tag. Note that there is a way to get 2 lines of asset tag with the XML
- Execute :
./conrep -l -fsettag.dat ; echo $?
NOTE : There is _no_ space between -f and the file name.
NOTE1 : The echo $? will tell you if it did work.
NOTE2 : Be happy, there is no obscure library needed by this tool. Here what you need :
linux-gate.so.1 libxml2.so.2 libstdc++.so.6 libm.so.6 libgcc_s.so.1 libc.so.6 libpthread.so.0 libz.so.1 /lib/ld-linux.so.2
- Important step : reboot the machine
- After reboot, execute :
dmidecode | grep -A 10 'Chassis Information' | grep Asset
- Enjoy the result.
Thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2009 06:52 AM
тАО06-03-2009 06:52 AM
Re: HP Asset tag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2009 03:28 AM
тАО06-06-2009 03:28 AM
Re: HP Asset tag
I guess the intention is to have you mention that a solution solved your problem or say why you closed it. Which you added before you knew you had another chance.