Copyright © 2010, Juniper Networks, Inc.
rm -rf netscreen
For systems running Solaris:
5.
a. Locate and remove all packages related to NSM in the netscreen subdirectory. For
example, run the following commands:
pkginfo | grep -i netscreen
application NSCNhasv Network and Security Manager HA Server
application NSCNguisv Network and Security Manager GUI Server
application NSCNdevsv Network and Security Manager Device Server
root# pkgrm -R / NSCNdevsv
The following package is currently installed:
NSCNdevsv Network and Security Manager Device Server
(sparc) 1.3.2
Do you want to remove this package? [y,n,?,q] y
## Removing installed package instance <NSCNdevsv> ## Verifying package
dependencies.
## Processing package information.
## Removing pathnames in class <none>
/usr/netscreen/DevSvr/utils/policy_compiler
/usr/netscreen/DevSvr/utils/nacnUpdateCAnml
/usr/netscreen/DevSvr/utils/nacnLoadPKCS12
...
/usr/netscreen/DevSvr/bin/.devSvrDataCollector
/usr/netscreen/DevSvr/bin
/usr/netscreen/DevSvr <non-empty directory not removed> ## Updating system
information.
Removal of <NSCNdevsv> was successful.
b. Repeat this step for each package.
c. Remove the netscreen subdirectory.
d. Remove the startup script links. For example, run the following commands:
cd /etc/rc3.d
/etc/rc3.d root# ls *Svr
S32haSvr S33guiSvr S34devSvr
/etc/rc3.d root# rm -f *Svr
/etc/rc3.d root#
e. Remove the actual scripts. For example, run the following commands:
cd ../init.d
etc/init.d root# ls *Svr
devSvr guiSvr haSvr
etc/init.d root# rm -f *Svr
etc/init.d root#
Remove the nsm user and group:
6.
userdel nsm
groupdel nsm
Chapter 8: Maintaining NSM
189
Need help?
Do you have a question about the NETWORK AND SECURITY MANAGER 2010.4 - INSTALLATION GUIDE REV1 and is the answer not in the manual?