Link to home
Start Free TrialLog in
Avatar of mikeleahy
mikeleahy

asked on

vmware storage issue

hi

im fairly new to storage and was wondering if someone could provide me answers please

1. when you go into /vmfs/volumes and do an ls  i get the lun names e.g. lun1, lun2 etc and then i also get numbers like 4db34dgfs and a lot more digits etc. what are these? are they vml's from the luns to the actual volumes they see?

2. if i do a hexdump -c on a vmfs volume - what is this magic number i hear people on about and what does it mean ?//
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
e.g.

lrwxr-xr-x    1 root     root                 35 Sep 29 17:45 iSCSI-lun1 -> 4e79251f-de887b6c-f3e5-984be108a569
lrwxr-xr-x    1 root     root                 35 Sep 29 17:45 iSCSI-lun2 -> 4e7b4ff6-78633f91-9737-984be106c904
lrwxr-xr-x    1 root     root                 35 Sep 29 17:45 iSCSI-lun3 -> 4e82209c-7fa9e707-3ed6-984be106c904
lrwxr-xr-x    1 root     root                 17 Sep 29 17:45 nfs -> 892c4679-1a95feb0
you should also be able to access the contents of the datastore using the friendly name you have given the datastore or the datastore GUUID

by using

e.g.
cd "4e79251f-de887b6c-f3e5-984be108a569"

or

cd" iSCSI-lun1"
as for 2. if i do a hexdump -c on a vmfs volume - what is this magic number i hear people on about and what does it mean ?//

you'll need to expand?
maybe you are referring to Partition Alignment or Offset?

in what context have you seen the hexdump used?
Avatar of mikeleahy
mikeleahy

ASKER

thanks for that = what i mean is if i do a hexdump of a lun how can i tell if its a vmfs partition ?
and also how do i find the links between /dev/sda / b /c etc to the guuid and friendlly name ?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks
very fast response and excellent knowledge