Sun Java System Federation Manager 7.0 User's Guide

ProcedureTo Delete an Instance of Federation Manager from Application Server

  1. Type the following command replacing the variables with information regarding your deployment:


    # ApplicationServer-base/bin/asadmin undeploy --user AS-administrator 
    --passwordfile filename --host host --port port
     --target instance-name deployment-URI
    

    where:

    ApplicationServer-base

    Defines the Application Server installation directory. 

    AS-administrator

    Defines the administrator of the Application Server 

    filename

    Defines the file that holds the Application Server administrator password. 

    host

    Defines the server that is hosting Federation Manager. 

    port

    Defines the port number used. 

    instance-name

    Defines the instance of Application Server to which the application is deployed. 

    deployment-URI

    Defines the Federation Manager URI (with leading slash). 

    For example:


    # /opt/SUNWappserver/appserver/bin/asadmin undeploy --user admin 
    --passwordfile /tmp/pwdfile --host samplehost.sun.com 
    --port 4849 --target server1 /fm
    
  2. Hit Enter.