Invoke the post installation script from the directory where Perl is installed.
./sm_perl <BASEDIR>/smarts/script/mpls-tma/server_config.pl -o <OldGroupName> -n <NewGroupName> -b <BASEDIR>
Invoke the command line script server_config.pl options from the BASEDIR/smarts/bin/ directory as follows:
-
Install services with default name if they have not been installed previously (see Example ).
server_config.pl -i -o <OldGroupName> -n<NewGroupName> -b<BASEDIR>
-
Rename services that have been installed previously (see Example ).
server_config.pl -o <OldGroupName> -n<NewGroupName> -b<BASEDIR>
-
Generate a list of services that have been installed previously (see Example ).
server_config.pl -s -b <BASEDIR>
-
Display information on how to run the script with examples (see Example ).
server_config.pl -h