3.5 Stopping and Restarting the Framework

The Framework services and processes start automatically after installation and system reboot, so there is normally no need to stop and restart them. If you need to stop and restart the services and processes manually, follow the instructions below for your platform:

3.5.1 AIX

To stop the Framework process:

stopsrc -s npum

To start the Framework process:

startsrc -s npum

3.5.2 HP-UX

To stop the Framework process:

/sbin/init.d/npum stop

To start the Framework process:

/sbin/init.d/npum start

To check the status:

/sbin/init.d/npum status

3.5.3 Linux

The following instructions apply to all distributions.

To stop the Framework process:

/etc/init.d/npum stop

To start the Framework process:

/etc/init.d/npum start

To check the status:

/etc/init.d/npum status

3.5.4 Solaris

The following instructions apply to all supported distributions.

To stop the Framework process:

/etc/init.d/npum stop

To start the Framework process:

/etc/init.d/npum start

To check the status:

/etc/init.d/npum status

Solaris 10 also uses the SMF (Service Management facility). Example commands are:

svcs | grep npum

legacy_run Apr_21 lrc:/etc/rc3_d/S99npum

online Apr_21 svc:/application/security/npum:default

Then, to enable the Framework process:

svcadm enable npum

To disable the Framework process:

svcadm disable npum

To restart the Framework process:

svcadm restart npum

To clear the Framework process:

svcadm clear npum

Please refer to your Solaris documentation for full SMF instructions.

3.5.5 Tru64

To stop the Framework process:

/sbin/init.d/npum stop

To start the Framework process:

/sbin/init.d/npum start

To check the status:

/sbin/init.d/npum status

3.5.6 Windows

To stop the Framework service:

  1. Select the Start button.

  2. Select Control Panel.

  3. Select Administrative Tools.

  4. Select Services.

  5. Select the Framework Manager service.

  6. Select Stop.

To start the Framework service, follow the above instructions and select Start.