Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Frequently asked questions (FAQ)

This topic provides answers to frequently asked questions for BMC Server Automation.

The topic contains the following sections:

General questions

The BMC Documentation portal gives you the ability to generate PDF and Microsoft Word documents of single pages, and to create PDF exports of multiple pages in a space.  

Creating PDF and Word exports

You can create a PDF of a page or a set of pages. (Non-English page exports are not supported.) You can also create a Word document of the current page.

To export to PDF or Word

  1. From the Tools menu in the upper-right, select a format:
    • Export to Word to export the current page to Word format
    • Export to PDF to export the current page or a set of pages to PDF
  2. If exporting to PDF, select what you want to export:
    • Only this page to export the current page
    • This page and its children to export a set of pages
    For example, selecting This page and its children from the home page exports the entire space to PDF.


Depending on the number of topics included in the export, it might take several minutes to create the PDF. Once the export is complete, you can download the PDF.

For supported version information, see the following BMC Support Support page:
http://webapps.bmc.com/support/faces/az/prodallversions.jsp?seqid=164625
Note that as of June 26, 2012, version 7.x releases are no longer supported.

You can find information about the supported platform for BMC Server Automation on BMC Support Central, under Product Availability and Compatibility.

The BMC Knowledge Base (which includes answers for common problems with BMC Server Automation) is located at https://kb.bmc.com/infocenter/index?page=answers.

See the ports and protocols list.

You can find the build number for the various 8.3 releases (base version, SPs, and patches) in the "Current build information" section of the Preparing for upgrade topic.

See the following documentation resources:

Installation and upgrade questions

You can find information about the supported upgrade paths for BMC Server Automation in the Upgrading section of the online technical documentation (in the Preparing for upgrade topic).

You can find deployment architecture recommendations in the following Planning section: Deployment architecture

Product usage

Use the following process:

  1. Start by looking at the rscd.log. Who are your requests currently mapping to? If it is someone who does not exist in your users or users.local file, consider adding a temporary definition for them.
  2. Remove the "nouser" line from the users file.
  3. Change the contents of the exports file so that it contains a single line: "* rw,user=root" or "* rw,user=Administrator" (or the name of your local admin account).

Once you have finished troubleshooting, make sure to restore the original configuration.

The following list shows some common causes for this issue:

  • Review the Application Server log and look for a Java stack trace; this usually indicates the issue.
  • A few common things can cause problems with the Application Server start up:
    • The File Server RSCD Agent is not licensed (for pre-8.2 versions).
    • ACLs were pushed to the File Server agent.
      • Add a 'System:System  rw,map=<root|Administrator>' to the users.local on the File Server agent.

In this case, you need to synchronize the bladelogic.keystore across all Application Server deployments.

See To synchronize keystore files of multiple Application Servers and KA322144 for more information.

See the following Knowledge Article for information on this issue:
https://kb.bmc.com/infocenter/index?page=content&id=KA373609

You can find recommendations for sizing Application Servers in the following topics:

You can find a list of user contributed tutorial information in the BMC Contributor topics topic.

In addition, the taking the reins article on Communities includes additional videos and "how to" information.

Troubleshooting

On UNIX, look in /etc/lib/rsc/HOME or /usr/lib/rsc/HOME. If that file does not exist, you are running a local or self-contained installation, and will need to derive the installation location from running processes. For example:

Linux:

ls -la /proc/`ps -ef | grep rscw | grep -v grep | awk '{print $2}'` | grep exe | awk '{print $11}'

Solaris:

pargs -l `ps -ef | grep rscd | head -1 | awk '{print $2}'`

On Windows: INSTALL_DIR\RSCD\rscd.log

On UNIX: INSTALL_DIR/[NSH|RSCD]/log/rscd.log

<INSTALLDIR>\Transactions\log\bldeploy-xxxx.log

<INSTALLDIR>\br\<deployment name>.log
 
The default deployment name is appserver, while other common deployments have names such as job-1.

For detailed instructions on analyzing the Trace.txt file, see How to analyze Trace.txt generated by a Windows Patch Analysis Job (user contribution).

Was this page helpful? Yes No Submitting... Thank you

Comments