Browse Community
Help
Log In
Responses(1)
Solutions(0)
bhowen
3 Posts
0
June 24th, 2015 08:00
I've seen lockbox issues and have had to run through something like this to resolve them...
cd /smas/SMAS/jboss/standalone/bin
./cstadmin initialize -overwrite ../data/cst -passphrase=xxxxxx
./cstadmin sign-file SmcLocalDirectory -cstdir=../data/cst -passphrase=xxxxx
If the cstadmin command fails, verify that you are pointing to the following libraries:
Linux: export LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH
Windows: set PATH=..\lib;%PATH%;
Dell Support Resources
View All
Top
bhowen
3 Posts
0
June 24th, 2015 08:00
I've seen lockbox issues and have had to run through something like this to resolve them...
cd /smas/SMAS/jboss/standalone/bin
./cstadmin initialize -overwrite ../data/cst -passphrase=xxxxxx
./cstadmin sign-file SmcLocalDirectory -cstdir=../data/cst -passphrase=xxxxx
If the cstadmin command fails, verify that you are pointing to the following libraries:
Linux: export LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH
Windows: set PATH=..\lib;%PATH%;