<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Security Privileges Required for Reboot in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009549#M29720</link>
    <description>I've been reviewing the 'HP OpenVMS Guide to System Security', but can't determine the&lt;BR /&gt;minimal privileges required to perform &lt;BR /&gt;a system reboot ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Oct 2006 12:36:13 GMT</pubDate>
    <dc:creator>Pete Maurer</dc:creator>
    <dc:date>2006-10-19T12:36:13Z</dc:date>
    <item>
      <title>Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009549#M29720</link>
      <description>I've been reviewing the 'HP OpenVMS Guide to System Security', but can't determine the&lt;BR /&gt;minimal privileges required to perform &lt;BR /&gt;a system reboot ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009549#M29720</guid>
      <dc:creator>Pete Maurer</dc:creator>
      <dc:date>2006-10-19T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009550#M29721</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;have a look in SYS$SYSTEM:SHUTDOWN.COM&lt;BR /&gt;&lt;BR /&gt;$privs = "AUDIT, CMKRNL, EXQUOTA, LOG_IO, NETMBX, OPER, SECURITY, " -&lt;BR /&gt;+ "SYSNAM, SYSPRV, TMPMBX, WORLD"&lt;BR /&gt;$saved_privs = f$setprv(privs)&lt;BR /&gt;$if .not. f$privilege(privs)&lt;BR /&gt;$then&lt;BR /&gt;$say ""&lt;BR /&gt;$say "%SHUTDOWN-F-NOPRIV, the following privileges are required:"&lt;BR /&gt;$say "-SHUTDOWN-F-NOPRIV, ''privs'"&lt;BR /&gt;$exit %x10360004&lt;BR /&gt;$endif&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 19 Oct 2006 12:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009550#M29721</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-19T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009551#M29722</link>
      <description>SYS$SYSTEM:SHUTDOWN.COM looks authoritative.&lt;BR /&gt;&lt;BR /&gt;$say f$fao("!/!/!_SHUTDOWN -- Perform an Orderly System Shutdown")&lt;BR /&gt;$privs = "AUDIT, CMKRNL, EXQUOTA, LOG_IO, NETMBX, OPER, SECURITY, " -&lt;BR /&gt;+ "SYSNAM, SYSPRV, TMPMBX, WORLD"&lt;BR /&gt;$saved_privs = f$setprv(privs)&lt;BR /&gt;$if .not. f$privilege(privs)&lt;BR /&gt;$then&lt;BR /&gt;$say ""&lt;BR /&gt;$say "%SHUTDOWN-F-NOPRIV, the following privileges are required:"&lt;BR /&gt;$say "-SHUTDOWN-F-NOPRIV, ''privs'"&lt;BR /&gt;$exit %x10360004&lt;BR /&gt;$endif&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009551#M29722</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-19T12:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009552#M29723</link>
      <description>Looks like a consensus.</description>
      <pubDate>Thu, 19 Oct 2006 12:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009552#M29723</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-19T12:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009553#M29724</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;it always amazes me, how experienced OpenVMS people use to think and act alike ;-)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 19 Oct 2006 12:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009553#M29724</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-19T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009554#M29725</link>
      <description>&lt;BR /&gt;In addtion to Volker's response, if you can touch the console or system, you can reboot it.  &lt;BR /&gt;&lt;BR /&gt;If Availablity Manager or AMDS has control access enabled, you can crash a node, reboot depends on the value of AUTO_ACTION.  No user id or privs required on the target node.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 19 Oct 2006 12:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009554#M29725</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-10-19T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009555#M29726</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;The privileges required are what will allow the privileges specified in the command extract that has previously been posted (e.g., AUDIT, CMKRNL, EXQUOTA, LOG_IO, NETMBX, OPER, SECURITY, SYSNAM, SYSPRV, TMPMBX, WORLD) to succeed.&lt;BR /&gt;&lt;BR /&gt;While it is not mentioned, and I DO NOT RECOMMEND IT, SETPRIV (the ability to set any privilege bit) should also work (reference to the "OpenVMS Guide to System Security" to the effect that the SET PRIVILEGE command will succeed if SETPRIV is enabled).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009555#M29726</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-10-19T12:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009556#M29727</link>
      <description>SETPRIV -&amp;gt; SETPRV</description>
      <pubDate>Thu, 19 Oct 2006 12:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009556#M29727</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-19T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009557#M29728</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;reboot depends on the value of AUTO_ACTION&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Please let me clarify this common misconception:&lt;BR /&gt;&lt;BR /&gt;If a system crashes, it automatically reboots by default. This behaviour is controlled by the BUGREBOOT SYSGEN parameter (default = 1).&lt;BR /&gt;&lt;BR /&gt;AUTO_ACTION only comes into play, if a HALT instruction or an error resulting in a CPU HALT (like kernel stack not valid) results in halting the current CPU:&lt;BR /&gt;&lt;BR /&gt;If AUTO_ACTION is set to HALT, the CPU just HALTs. In case of an SMP system, this may cause a CPUSPINWAIT or CPUSANITY crash and reboot, if it's not the primary CPU.&lt;BR /&gt;&lt;BR /&gt;If AUTO_ACTION is set to RESTART, the SRM firmware restarts the CPU and the system will take a bugcheck dump and reboot (depending on the setting of BUGREBOOT).&lt;BR /&gt;&lt;BR /&gt;If AUTO_ACTION is set to BOOT, the system will just boot without creating a dump.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 19 Oct 2006 12:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009557#M29728</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-19T12:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009558#M29729</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Agreed, SETPRV. I was typing fast and not proof-reading enough.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009558#M29729</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-10-19T12:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009559#M29730</link>
      <description>Thanks!&lt;BR /&gt;&lt;BR /&gt;I'm just looking to setup an operator account to reboot the system using 'SHUTDOWN.COM' and wanted to limit their authority.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 19 Oct 2006 14:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009559#M29730</guid>
      <dc:creator>Pete Maurer</dc:creator>
      <dc:date>2006-10-19T14:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009560#M29731</link>
      <description>Thanks!</description>
      <pubDate>Thu, 19 Oct 2006 14:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009560#M29731</guid>
      <dc:creator>Pete Maurer</dc:creator>
      <dc:date>2006-10-19T14:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009561#M29732</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;to express your thanks, please review&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 19 Oct 2006 15:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009561#M29732</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-10-19T15:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009562#M29733</link>
      <description>&lt;BR /&gt;Volker,&lt;BR /&gt;&lt;BR /&gt;Looking at the ES-45 Owner's guide, section 3.1.2:&lt;BR /&gt;&lt;BR /&gt;The factory setting for auto_action is halt. The halt setting causes the system to stop in the SRM console. You must then boot the operating system manually.&lt;BR /&gt;&lt;BR /&gt;For maximum system availability, auto_action can be set to boot or restart.&lt;BR /&gt;&lt;BR /&gt;- With the boot setting, the operating system boots automatically after the SRM init command is issued or the Reset button is pressed.&lt;BR /&gt;&lt;BR /&gt;- With the restart setting, the operating system boots automatically after the SRM init command is issued or the Reset button is pressed, and it also reboots after an operating system crash.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 19 Oct 2006 16:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009562#M29733</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-10-19T16:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009563#M29734</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;- With the RESTART setting ... it also reboots after an operating system crash.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;If we are talking about OpenVMS here, this is NOT correct. After an OpenVMS crash, the BUGREBOOT system parameter controls, whether the OpenVMS kernel will send a reboot command to the console firmware. This does NOT depend on the AUTO_ACTION setting. By default (i.e. BUGREBOOT=1), OpenVMS will also reboot after a crash, if AUTO_ACTION is set to HALT - just try it on your favourite test system ;-)&lt;BR /&gt;&lt;BR /&gt;See SYSGEN HELP SYS_P BUGREBOOT&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2006 01:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009563#M29734</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-10-20T01:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Security Privileges Required for Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009564#M29735</link>
      <description>It's unlikely, but if you call the site specific shutdown procedure (syshutdwn, typically unused) for any 3rd party apps, dbs, etc, to shutdown 1st.. they might require additional privs or identifies for the oper account.</description>
      <pubDate>Fri, 20 Oct 2006 01:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/security-privileges-required-for-reboot/m-p/5009564#M29735</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-10-20T01:33:51Z</dc:date>
    </item>
  </channel>
</rss>

