cancel
Showing results for 
Search instead for 
Did you mean: 

BMR server setup fail with code "V-127-67" Windows 2008

hytham_fekry
Level 4
Partner Accredited Certified

BMR server setup fail with code "V-127-67"  Windows 2008 , no other error messages ..

running bmrsetupmaster.exe -redo failed with the same code .. 

Any ideas ?

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified
Is UAC turned off on this master server? Or cmd opened with Run as Administrator?

View solution in original post

7 REPLIES 7

sdo
Moderator
Moderator
Partner    VIP    Certified

What do these commands show:

1) First check, list and understand what your default debug and diag levels are:

> vxlogcfg -l -p 51216 -o Default | findstr /i "debug diag"
 

2) Then list all OIDNames, debug and diag levels - AND - look for an OIDName related to BMR setup:

> for /f "tokens=1" %a in ('vxlogcfg -l -p 51216') do (vxlogcfg -l -p 51216 -o %a | findstr /i "oidnames debug diag")

3) List the BMR setup events since before the time period of the error:

> vxlogview -p 51216 -o 127 -b "12/31/2014 23:59:59"

Marianne
Level 6
Partner    VIP    Accredited Certified
Is UAC turned off on this master server? Or cmd opened with Run as Administrator?

hytham_fekry
Level 4
Partner Accredited Certified

It started CMD as admin , started DB and registred the server ... 

After creating the SRT , Creating boot image fails with "An error occure while attemping to create the bootable ISO image" .. BMR boot server assistant is started as Asmin ..

sdo
Moderator
Moderator
Partner    VIP    Certified

Did you look for an OID related to BMR SRT?

If not, it's OID 125, so why not try:

> vxlogview -p 51216 -o 125 -b "12/31/2014 23:59:59"

Marianne
Level 6
Partner    VIP    Accredited Certified
Tell us first of all the exact steps you have followed to create the SRT. We need confirmation that all required steps were followed to create SRT. PS: It sounds as if your initial problem was solved and this is now a new issue?

hytham_fekry
Level 4
Partner Accredited Certified

It was insufficient previllages for the user granted in this sepecefic task ... 

I'm re-creating the BMR anyway as we upgraded to the latest ..

Thanks Marianne and sdo 

sdo
Moderator
Moderator
Partner    VIP    Certified

Exactly how did you determine it was related to insufficient priviledges?

Did any of the log listing/viewing tips help you too?