If you try to install the Sun N1 Service Provisioning System master server software in a non-global zone on a Solaris 10 system, the installation fails. The following error is displayed.
Checking your Shared Memory and Semaphore configuration. Checking for module 'shmsys' Module 'shmsys' is not loaded. Attempting to load the module. Insufficient privileges to load a module Load module 'shmsys' and then restart the N1 SPS Master Server Installer (try this: modload /kernel/sys/shmsys) Checking for module 'semsys' Module 'semsys' is not loaded. Attempting to load the module. Insufficient privileges to load a module Load module 'semsys' and then restart the N1 SPS Master Server Installer (try this: modload /kernel/sys/semsys) |
Workaround: Manually load the shmsys and semsys modules, then retry the installation.
# modload /kernel/sys/shmsys # modload /kernel/sys/semsys |