sunos man page for asadmin-list-instances

Query: asadmin-list-instances

OS: sunos

Section: 1as

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

asadmin-list-instances(1AS)					   User Commands				       asadmin-list-instances(1AS)

NAME
asadmin-list-instances, list-instances - lists all the instances in the server
SYNOPSIS
list-instances [--user admin_user] [--password admin_password] [--host localhost] [--port 4848] [--domain domain_name] [--local=false] [--passwordfile filename] [--secure|-s] Use the list-instances to list all the instance in the server. The list-instances command can be run both locally and remotely. To list remote instances, the named administration server must be running on the hostname and port number specified. The user authenticates using the password identified for the administration server.
OPTIONS
--user administrative user associated for the instanace. --password administrative password corresponding to the administrative user. --host host name of the machine hosting the administrative instance. --port port number associated with the administrative host. --domain name of the domain. --local determines if the command should delegate the request to administrative instance or run locally. --passwordfile file containing passwords appropriate for the command (e.g., administrative instance). --secure if true, uses SSL/TLS to communicate with the administrative instance. Example 1: Using list-instances in local mode asadmin> list-instances --domain1 --local admin-server running server1 running Where: the server1 and admin-server instances for the domain1 domain is listed. Example 2: Using list-instances in remote mode asadmin> list-instances --user admin --passwordfile passwords.txt --host localhost --port 4848 server1 [mayank:80] running Where: the server1 instance associated with the specified user, passwords, host, and port number specified is listed for the remote machine.
EXIT STATUS
0 command executed successfully 1 error in executing the command
INTERFACE EQUIVALENT
Server Instance page asadmin-show-instance-status(1AS) J2EE 1.4 SDK March 2004 asadmin-list-instances(1AS)
Related Man Pages
asadmin-list-instances(1as) - sunos
asadmin-stop-instance(1as) - sunos
list-instances(1as) - sunos
stop-instance(1as) - sunos
asadmin-restart-instance(1as) - x11r4
Similar Topics in the Unix Linux Community
unix create instance
How to select only the most frequent instances of a variable string in a file?
scp files that are 3 days older from remote server-
Central authentication server
How to Append the output of a script running in remote server to a file in local server?