AM 7.1 Start Stop
I am working on this doc to setup a messaging server but its old. How do I start AM 7.1 Q4 service on solaris 10
http://docs.sun.com/source/819-2201/index.html
I am missing these steps.
# Change to the /etc/init.d directory.
# Start Access Manager:
./amserver start
[302 byte] By [
azfar] at [2007-11-26 10:33:51]

# 1
Just re- start your web server/app server where Access Manager is deployed. Sanjay
# 2
Correct, the web container (so webserver or appserver) have to be started and stopped.The amserver start/stop is only used to start (optional) authentication helpers in latest Access Manager version (6.1 and up).
# 3
I choosed Sun Java web server for access manager container now do i need to only start webserver or also access manager but where.
azfar at 2007-7-7 2:42:37 >

# 4
> I choosed Sun Java web server for access manager
> container now do i need to only start webserver or
> also access manager but where.
assuming WS was installed in default location:
/var/opt/SUNWwbsvr7/https-<fql_hostname>/bin/startserv
also stopserv
# 5
By default, webserver is installed in /opt/SUNWwbsvr. (<WSINSTALLROOT>)
The place to start your instance is
<WSINSTALLROOT>/https-<HOSTNAME>.<DOMAINNAME>/
In this directory you will find a start command (and stop and restart).
Although your webserver will probably run as nonroot, you might have to start is as root.
Another way to go is to start your webserver-admin server and start your instance from there.
<WSINSTALLROOT>/https-admin/start
# 6
thanks for help this will start/stop access manager as well ?
azfar at 2007-7-7 2:42:37 >

# 7
Yes,Access manager is just a set of web applications with amserver with contextroot of /amserver is the actual AM
# 8
What does it mean i dont understand your last words by the way after starting adminserv, webserv and slapd when i am trying to access http://mail.mydomain.com/amconsole iam getting 404 file not found error.
How do i know amserver is running I can see webservd, httpd and slapd proccesses but no amserver proccess found.
here is httpd error log file
trying to GET /amconsole, send-file reports: HTTP4142: can't find /opt/SUNWwbsvr/docs/amconsole (File not found)
And after starting the https-admserv i found that there is only one site hosted with documentroot "/opt/SUNWwbsvr/docs" and there is no "amconsole" virtual directory.
Another prove for amserver not working is when I am installing delegated administrator i got error on amserver that The file "bin/amadmin" does not exist under the directory "/opt/SUNWam".
Any suggestion.
azfar at 2007-7-7 2:42:37 >

# 9
Any one please guide me how to make amserver working correctly.EDIT:Is there a way to get Sun JES2005Q1. I want to give it a try.
azfar at 2007-7-7 2:42:38 >

# 10
Looks like your install got screwed up. You can try using the amsilent (under /opt/SUNWam/bin/amsamplesilent) file to undeploy / redeploy things, just to be sure.
Remember to have the webserver instance up and running before trying to deploy the AM wars on it.
You can download older versions if you select Show Previous Versions (P) on the download page.
# 11
I am tired of reinstalling it again again but every time amserver files missing.And there is no Sun JES 2005Q1 for download.
azfar at 2007-7-7 2:42:38 >

# 12
Perhaps the following would help.
Run prodreg (you'll need the GUI exported if logged on remotely). Get rid of anything that shows up with exclamation marks. If it doesn't let you uninstall, use pkgrm. After that, if you still see exclamation marks, edit the /var/sadm/install/productregistry file (XML kind of a file). Remove all entries that are giving you trouble.
Then try running the installer again. Best of luck!
# 13
hmm finaly I figured it out. First I just install the core compinents like access manager, messaging server, web server, delegated admin, directory server ..... They all installed succesfuly and working and my amserver problem solved automaticaly. Now I am installing other addons like ims, portal, calender bla bla.
azfar at 2007-7-7 2:42:38 >
