99 lines
6.6 KiB
HTML
99 lines
6.6 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="APIs that question system status" />
|
|
<meta name="abstract" content="These APIs tell about system status." />
|
|
<meta name="description" content="These APIs tell about system status." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmcontrolapi.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapicpmhere.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapicpmon.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapikey.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapipwrhere.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapilite.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapispcnhere.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapigetmode.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapigettype.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapigetspeed.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapigetmodel.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapigetspcn.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatmapiget1119.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzatmapistatus" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>APIs that question system status</title>
|
|
</head>
|
|
<body id="rzatmapistatus"><a name="rzatmapistatus"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">APIs that question system status</h1>
|
|
<div><p>These APIs tell about system status.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzatmapicpmhere.htm">Is CPM present? (GetCPMPresent)</a></strong><br />
|
|
You can have your program find out if the continuously powered
|
|
main storage (CPM) is present on the system. To do this, use the API <span class="uicontrol">GetCPMPresent</span> (use
|
|
the uppercase and lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapicpmon.htm">Is CPM enabled? (GetCPMEnabled)</a></strong><br />
|
|
You can have your program find out if the system has continuously
|
|
powered main storage (CPM) enabled. To do this, use the API <span class="uicontrol">GetCPMEnabled</span> (use
|
|
the uppercase and lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapikey.htm">Is the key inserted? (GetKeyInserted)</a></strong><br />
|
|
To have your program find out if the system has a keystick inserted,
|
|
use the API <span class="uicontrol">GetKeyInserted</span> (use the uppercase and
|
|
lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapipwrhere.htm">Is the power on? (GetPowerOn)</a></strong><br />
|
|
To have your program find out whether you have the system powered
|
|
on, use the API <span class="uicontrol">GetPowerOn</span> (use the uppercase and
|
|
lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapilite.htm">Is the attention light lit? (GetAttentionLight)</a></strong><br />
|
|
To have your program find out if the attention light is on, use
|
|
the API <span class="uicontrol">GetAttentionLight</span> (use the uppercase and lowercase
|
|
shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapispcnhere.htm">Is SPCN present? (GetSPCNPresent)</a></strong><br />
|
|
You can have your program find out if the system powered control
|
|
network (SPCN) is present on the system. To do this, use the API <span class="uicontrol">GetSPCNPresent</span> (use
|
|
the uppercase and lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapigetmode.htm">Get the IPL mode (GetIPLMode)</a></strong><br />
|
|
To have your program find out the system IPL mode, use the API
|
|
<span class="uicontrol">GetIPLMode</span> (use the uppercase and lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapigettype.htm">Get the IPL type (GetIPLType)</a></strong><br />
|
|
To have your program find out the system IPL type, use the API
|
|
<span class="uicontrol">GetIPLType</span> (use the uppercase and lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapigetspeed.htm">Get the IPL speed (GetIPLSpeed)</a></strong><br />
|
|
To have your program find out the system IPL speed, use the API
|
|
<span class="uicontrol">GetIPLSpeed</span> (use the uppercase and lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapigetmodel.htm">Get type and model information (GetType&Model)</a></strong><br />
|
|
To have your program find out the system type and model numbers,
|
|
use the API <span class="uicontrol">GetType&Model</span> (use the uppercase and
|
|
lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapigetspcn.htm">Get the SPCN SRC (GetSPCNSRC)</a></strong><br />
|
|
To have your program return the system powered control network
|
|
(SPCN) SRC, if available, use the API <span class="uicontrol">GetSPCNSRC</span> (use
|
|
the uppercase and lowercase shown).</li>
|
|
<li class="ulchildlink"><strong><a href="rzatmapiget1119.htm">Get all SRCs 1 - 9 (GetSRCs)</a></strong><br />
|
|
To have your program return all the SRCs in word 1 through word
|
|
9, if available, use the API <span class="uicontrol">GetSRCs</span> (use the uppercase
|
|
and lowercase shown).</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzatmcontrolapi.htm" title="Use these APIs to write a program that can access the control panel remotely. Your program can access many commands and queries using these APIs.">Use remote control panel APIs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |