Set the Serial Number in HPUX?


 
Thread Tools Search this Thread
Operating Systems HP-UX Set the Serial Number in HPUX?
# 1  
Old 03-09-2009
Set the Serial Number in HPUX?

Hi,

I have a refurbished HP C3750 workstation that my company recently bought. We have a need to be able to retrieve its serial number through software, and I found instructions at HP's Website on how to do this. Unfortunately, the machine does not return a serial number using any of the methods described there.

I am guessing that because we bought this refurbished, the serial number got scrubbed somehow when they re-installed HPUX 11i onto it. Unfortunately, they haven't been very responsive to my inquiries, and I can't seem to find any information on how you would go about setting the serial number, only how to retrieve it.

So, does anyone here know how to do this?
# 2  
Old 03-10-2009
What serial number are you looking for?
On a PA-RISC there are 2 serial numbers:
a) The Hardware...
b) Software ID

If its for licensing a product software Id should suffice (my case for SAS and other softs for example...)
This number you get by
Code:
 $ getconf MACHINE_IDENT 
168921511
$ uname -i
168921511

The other is written somewhere on the box (or inside...) or can be obtained by using the command (as root...) print_manifest (/opt/ignite/bin/print_manifest) look the man pages
But is it installed?
# 3  
Old 03-10-2009
Or, just try below

Code:
getconf  CS_MACHINE_SERIAL

-DB
# 4  
Old 03-10-2009
I agree with you DB but our friend here is having nothing returned (1rst post) I tried on my favorite box and:
Code:
ant:/home/vbe/wks $ getconf  CS_MACHINE_SERIAL

ant:/home/vbe/wks $

So have you a better solution ( or confirm that print_manifest will always work...)?
Although I believe the b) should do the job unless we got it all wrong, because it was for a HP HW support contract...
# 5  
Old 03-10-2009
I've watched HP techs change serial numbers and they have always done it at the ISL prompt. They all used an app on their laptops to generate a key that verified that had permission to change the serial number.
# 6  
Old 03-11-2009
Oops.. Sorry Vbe.. I forgot to have a look at the link and command he posted (He initially used).. Also, I don't think print_manifest should help him in this case. Perhaps, it might pull up.. Actually, it should. But, it is not showing up serial number on my server. Don't know why.. Smilie

Lurch,

Below link has lot of such methods to pull out serial number.

IT Resource Center forums - how to find serial no on hp-ux?

I believe, there is a corruption on serial number here and whatever we discuss here are just to pull out the serial number from the server and not to change it..

However, we CAN change the serial number of the server. There is a procedure and a utility to do it. I can, as well.. However, its a HP ONLY stuff and we are not supposed to do it at any chance.

Its strongly recommended to log a case with HP and have a CE sent online to do it. He'd be coming there with the utility and do it. It would not even take that much time I took to type in here.

Moreover, your Serial Number is more important and is being linked to a lot of things, even with a contract if one. So, its not good to change it in any time. Please do call HP is what can say.

-DB
# 7  
Old 03-11-2009
Thanks for everyone's replies. Unfortunately, since we bought the workstation refurbished through a 3rd party reseller of used HP computers, and we are not an HP shop, we don't have a contract with HP. So, it sounds like it would be rather expensive to get a maintenance contract just to have an HP technician set the serial number correctly. Oh well, I suppose we'll have to live without it.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help about bind serial number

Hello folks. Please let me understand the bind serial number. I am confuse. 13011321 ---------- Post updated at 08:32 AM ---------- Previous update was at 07:55 AM ---------- Thanks problem is solved. (1 Reply)
Discussion started by: learnbash
1 Replies

2. UNIX for Advanced & Expert Users

How to set block size for CPIO in HPUX

Hi, One of our internal tool runs cpio command to archive certain files, but I receive an error as follows. CPIO Failure (operation would block) When i debugged, i assume that this an error due to block size.. My question are, How to find the block size in HP-UX?? How to set... (1 Reply)
Discussion started by: vj8436
1 Replies

3. Solaris

Anyone know how to get Serial number with 1 command?

Solaris8 Anyone help? (27 Replies)
Discussion started by: frustrated1
27 Replies

4. Solaris

how to set the variales for serial port

Hi, I am working with Solaris 9 Sun Blade-100.I am doing some changes for serial port and by mistaken I changed the serial port /dev/term/a variables. So I need to make the changes fro /dev/term/a same as /dev/term/b. So please tell me how can I do that ?? (1 Reply)
Discussion started by: smartgupta
1 Replies

5. Solaris

Serial number

Hi Solarizer ;) I have face the difficulties of gathering information about the serial number of sun machine. i think its can do so easy while the machine is just one or two. But i have to administrate hundreds of sun machine. Any body knows how to gather this information by the command ? ... (4 Replies)
Discussion started by: tpx99
4 Replies

6. Solaris

Display Serial Number

Hello, I am running Solaris 9 and I need to display the serial number of my machine. How can I do this? Here is my machine info: SunOS birch 5.9 Generic_118558-09 sun4u sparc SUNW,Sun-Fire-V240 Thank you, David (5 Replies)
Discussion started by: dkranes
5 Replies

7. UNIX Desktop Questions & Answers

HPUX 10.2 number pad

I have a keyboard that the number pad will not work. I cannot find the location of the configuration file to get it to work. I have to say, I have not tried another keyboard as my location is remote. Any suggestions? (0 Replies)
Discussion started by: esimeroth
0 Replies

8. UNIX for Advanced & Expert Users

How to set baude rate of Serial port using setserial or other command

Hello, I am encountering problems when I use termios structure to set my baud rate of serial port. Pls give me a way by which I can set the same using a different command (1 Reply)
Discussion started by: zaheer031
1 Replies

9. Shell Programming and Scripting

Tape Serial Number

Hello Experts, I've got a shell script that makes the backup of the files that i want. I also have this script showing the amount of files backed up and in witch folders they are. It's only missing one thing. I got all the information beeing stored in a text file and all i've got to do is to... (6 Replies)
Discussion started by: jorge.ferreira
6 Replies
Login or Register to Ask a Question