Category Archives: Stuff
Anything else
6570b bitlocker tpm enable
I was having a lot of trouble enabling the TPM in my task sequence in SCCM for the 6570b. Using the biosconfigutility part of SP52095 I discovered that HP have for some inexplicable reason, changed the command to enable the TPM.
OLD:
Activate Embedded Security On Next Boot
Disable
*Enable
NEW
Activate TPM On Next Boot
Disable
*Enable
To be safe, I’d do a /getconfig and makesure that everything else is right. They’ve changed a few other “Embedded security” tags to be simply “TPM” instead.
manage-bde device is not ready
Bitlocker was prompting me fro the recovery each time I booted. The solution to this is the following:
manage-bde -protectors c: -disable
manage-bde -protectors c: -ENABLE
However I was then told that the device was not ready when enabling it. The solution is to fire up disk management, assign a drive letter to the hidden partition and then give it a go. This worked for me and I was able to enable it fine. I then removed the drive letter.
Netapp Oncommand login “Null”
Have been having a random problem with oncaommand. Despite saving my username and passowrd, after a while ity will stop saving it and show my logon name as being “NULL”. It appears this stems from an encryption key that oncommand uses. From what I gather this is corrupt in someway or oncommand can’t use it. It’s stored (on my win7 machine) in c:\users\%username%\netapp\systemmanager. Delete the three files that are in there (the key, the config and a backup) and you should be good to go next time you open it.
SMVI Frozen
Had a problem recently where SMVI backups freeze at 89% with the vcenter showing “Netapp create backup” for eternity. Due to the lack of logging until the task actually completes there’s no way to tell what it’s doing. After a bit of googling I discovered that it’s due to the “snapmirror update” option in the backup. The chances are it’s sat there trying to update the snapmirror, but your destination is too small or there’s another problem.