by admin

Change Volume Serial Number Linux

Fdasd – Partition a DASD Use the fdasd command to manage partitions on ECKD™-type DASD that were formatted with the compatible disk layout. With fdasd you can create, change, and delete partitions, and also change the volume serial number. I have software that working only see harddisk serial number but virtual disk not send serial number help me.

  1. Change Hard Disk Serial Number Linux
Active4 years, 5 months ago

I'm virtualizing a Rockwell AssetCentre Server and I'm looking at Disaster Recovery scenarios. This server contains a lot of other Rockwell Software like RSLinx, Logix 5000, Logix 500, and more..

Software activations for Rockwell work in a very strict manner, so much so that I'm concerned about whether its going to be viable to restore the AssetCentre server Virtual Machine to a different host in the event of a system failure.

The software activations are locked to the virtual machine using the serial number of the hard drive. You can also choose to lock it to the MAC address of the virtual machine. Are either of these two things something that can be customized and edited using VMWare? Will they automatically change if I host the virtual machine using a different Virtual Server?

I've looked inside the .vmx files (currently using a mix of VMWare Workstation 7 and VMware ESXi 4.1) and I didn't see anything in either of the files that looked like a MAC addresss or a Hard Disk serial number.

LucretiusLucretius
3841 gold badge2 silver badges14 bronze badges

5 Answers

The UUID of the disk is in the .vmdk file. For example:

The MAC address can be edited under 'Advanced properties' of your network adapter. It should also be in the .vmx file. I found this is mine:

It's possible that it's only saved there once you edit it though.

Change Hard Disk Serial Number Linux

If you move your VM to another location VMWare usually asks you if you moved or copied the VM when you start it. If you say you moved it then all ID's stay the same. If you say you copied it then VMWare will change the ID's to prevent conflicts.

Windows
Sander SteffannSander Steffann

I am also dealing with AssetCentre which we have virtualized in VMware and have bound to the disk serial number. I've been trying to figure out how to display the disk serial number. Thanks for the information on how to do that within FactoryTalk. I also finally found that just doing a DIR in a command prompt in any folder on that drive shows it at the top.

I just cloned our server to another Cluster and it appears that the disk serial number stayed the same. Also, Microsoft Sysinternals provides a free tool VolumeID to change the disk serial number http://technet.microsoft.com/en-us/sysinternals/bb897436.aspx. I tested it and it did successfully change the serial number which FactoryTalk noticed after rebooting. Based on my testing of the clone I don't think that I will need it, but I wanted to see if it worked.

TroyTroy

Can you clarify what you mean by the serial number of the disk ? How would you normally read it ?

MAC addresses for the ethernet adaptors are stored in the .vmx file as


So I found out that VMware changes Hard Disk serial number (8 character Alpha-Numeric code somehow bound to a Hard Drive or Volume) when you make a clone, and I haven't found a way to manually change it back. So.. using the 'DISK_SERIAL_NUM' for the Host ID is a bad idea for Rockwell products running on VMware (even though they will still recommend it).

In FactoryTalk Activation Manager, if you click 'Get New Activations' and then click the [..] button under 'Host ID Information' it will show you MAC Address and the 'DISK_SERIAL_NUM' and ask you to choose a Host ID to bind your activation's.

Since the MAC Address is the only thing I know of that you can manually configure in ESXi on a virtual machine, we reworked our activation's and now they're all bound to the MAC address of the primary network adapter.

Been running..
- AssetCentre
- RSLogix 500 (make sure you get the activation Node-Locked)
- RSLogix 5000
- RSLinx Classic
..with no issues since reworking the activation's.

LucretiusLucretius
3841 gold badge2 silver badges14 bronze badges

There is a simple way around this. Clone the VM Factory Talk Activation is locked to with VirtualBox (keeps the same UUID). Launch the clone and restore/return the license. Paula cole harbinger rarlabs. Now you have the license in the cloud in case you need it for a future recovery situation and it is still on your original VM.

Larrin HabegerLarrin Habeger

Not the answer you're looking for? Browse other questions tagged vmware-esxivmware-workstationdisaster-recovery or ask your own question.

Serial
Command prompt of Windows XP showing volume serial number of drive C:.

A volume serial number is a serial number assigned to a disk volume or tape volume. It originated in 1950s in mainframe computer operating systems. In OS/360 line it is human-configurable, has a maximum length of six characters, is in uppercase, must start with a letter, and identifies a volume to the system in unique manner. For example, 'SYSRES' is often used for a system residence volume.

In FAT and NTFSfile systems, a volume serial number is a feature used to determine if a disk is present in a drive or not, and to detect if it was exchanged with another one. This identification system was createdby Microsoft and IBM during their development of OS/2.[1] It was introduced in MS-DOS 4.01 in 1988.

The volume serial number is a 32-bit number determined by the date and time on the real-time clock on the current computer[2] at the time of a disk's formatting. Previously, the method used to discern whether a disk was swapped was identified by reading the drive's volume label (much similar in concept to OS/360). However, even at that time the volume label was not required to be unique and was optional. Therefore, many users had not given disks any meaningful name and the old method failed.

References[edit]

  1. ^Letwin, Gordon (1988). Inside OS/2. Microsoft Press. ISBN1-55615-117-9.
  2. ^'28. Volume Serial Numbers'. Retrieved 2010-05-11.
  3. ^Glass, Brett (1998-02-06). 'Changing a Disk's Volume Serial Number'. Brett Glass To The Rescue. Retrieved 2006-07-28.


Retrieved from 'https://en.wikipedia.org/w/index.php?title=Volume_serial_number&oldid=786628321'