Do ifconfig eth0 and look at the value of the HWaddr address. Then look at the file backend_resume.BB000*.xml. The rest of that filename should be the same as the HWaddr address (minus the ':'). If they are not, that is probably the problem.
This can be avoided when you download the Simulator, unzip it into it's own directory and never move it. The HWaddr is derived by Vmware when it boots up for the first time, there is a script in the Simulator that syncs up all the data and filenames that should agree with the HWaddr. If it is moved, the filenames and data will no longer agree.
jimg5
90 Posts
0
March 2nd, 2009 10:00
Sorry I didn't reply to this earlier.
Try this:
Do ifconfig eth0 and look at the value of the HWaddr address. Then look at the file backend_resume.BB000*.xml. The rest of that filename should be the same as the HWaddr address (minus the ':'). If they are not, that is probably the problem.
This can be avoided when you download the Simulator, unzip it into it's own directory and never move it. The HWaddr is derived by Vmware when it boots up for the first time, there is a script in the Simulator that syncs up all the data and filenames that should agree with the HWaddr. If it is moved, the filenames and data will no longer agree.
Jim
MJ991
32 Posts
0
March 17th, 2009 10:00
[root@localhost ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:29:5D:91:2F
inet addr:169.172.182.27 Bcast:169.172.182.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe5d:912f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
RX packets:2521619 errors:0 dropped:0 overruns:0 frame:0
TX packets:237711 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:435591708 (415.4 MiB) TX bytes:44163218 (42.1 MiB)
Interrupt:10 Base address:0x1400
[root@localhost ~]# cd /nas/sbin
[root@localhost sbin]# ./setup_clariion -init
Found CLARIION(s) BB000C295D912F
Setup CLARiiON BB000C295D912F storage device...
Clariion Array: BB000C295D912F Model: CX600 Memory: 3965
Enclosure(s) 0_0,1_0 are installed in the system.
Enclosure info:
----------------------------------------------------------------
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
----------------------------------------------------------------
1_0: 146 146 146 146 146 146 146 146 146 146 146 146 146 146 146
FC 9 9 9 9 9 10 10 10 10 10 11 11 11 11 11 R5
----------------------------------------------------------------
0_0: 146 146 146 146 146 146 146 146 146 146 146 146 146 146 146
FC 0 0 0 0 0 200 8 8 8 8 8 8 8 8 8 R5
----------------------------------------------------------------
Enclosure Configuration Menu:
1. Add New Enclosure
2. Delete Existing Enclosure
3. Continue to Diskgroup Template Menu
Please select a choice in the range of 1-3 or 'q' to quit [3]: 1
Enter Enclosure as "BUS_ENCL" (where BUS=0 to 3; ENCL=0 to 7) [2_0]: 2_0
Can't read /nas/log/backend_status.BB000C295D912F.xml!
Failed
Setup of CLARiiON BB000C295D912F storage device not completed.
CockneyUSA
1 Rookie
•
60 Posts
0
April 26th, 2009 23:00
CockneyUSA
1 Rookie
•
60 Posts
0
April 27th, 2009 07:00
backend.status.XXXXXXXXXXXXXXXX
backend.resume.XXXXXXXXXXXXXXXX
so that the XXXXXXXXXXXX matches the HW address.