Global device issue in sun cluster3.2

In my 2 node cluster (sun cluster3.2) running on x86 VMs. One of my nodes VM1 does not have the global devices populated due to which i cannot failover my file system to node VM1 , what could be the reason for this and how can i rectify it ?

VM1:/>cd /dev/global
-bash: cd: /dev/global: No such file or directory
VM1:/>
VM2:/>cd /dev/global
VM2:/dev/global>ls
admin  dsk    rdsk   rmt
VM2:/dev/global>

VM2:/>clnode status

=== Cluster Nodes ===

--- Node Status ---

Node Name                                       Status
---------                                       ------
VM2                                             Online
VM1                                             Online

VM2:/>clq status

=== Cluster Quorum ===

--- Quorum Votes Summary from latest node reconfiguration ---

            Needed   Present   Possible
            ------   -------   --------
            2        3         3


--- Quorum Votes by Node (current status) ---

Node Name       Present       Possible       Status
---------       -------       --------       ------
VM2             1             1              Online
VM1             1             1              Online


--- Quorum Votes by Device (current status) ---

Device Name       Present      Possible      Status
-----------       -------      --------      ------
d3                1            1             Online

VM2:/>cldev status

=== Cluster DID Devices ===

Device Instance               Node              Status
---------------               ----              ------
/dev/did/rdsk/d2              VM1               Ok
                              VM2               Ok

/dev/did/rdsk/d3              VM1               Ok
                              VM2               Ok


not really enough infomation there but i'd hazard a guess that you didnt create the /globaldevices filesystem on VM1. Perhaps you used lofs instead when you set up the cluster? the info you've provided is a bit vague.

did you set it up or did someone else? if you did, what instructions did you use? did you follow them exactly?