10-14-2011 01:05 AM
I have license configured in SRX 5600 box. But when I configure logical system, commit is throwing the following error
error: Check-out failed for Network security daemon (/usr/sbin/nsd) without details
error: logical-system lr1 has no profile assigned
error: configuration check-out failed
Appreciate any help on this!
Thanks
10-14-2011 05:17 AM
Hi,
You need to configure a security profile with associated ressources and then assign your LSYS to it. Don't forget to configure resource values (policy, zone, nat, ...) otherwise, your LSYS won't be able to do much.
edit system security-profile <profile-name>
set policy reserved ...
set policy maximum ...
set zone reserved ...
set zone maximum ...
...
set logical-system lr1
top
Thanks,