<?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 Re: Error while running hostsetup when installing LSF in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978462#M30421</link>
    <description>&lt;P&gt;After editing &lt;SPAN&gt;&amp;nbsp;lsf.cluster.sas_cluster&amp;nbsp;&lt;/SPAN&gt;did you run&amp;nbsp;&lt;EM&gt;lsadmin reconfig&lt;/EM&gt; and &lt;EM&gt;badmin reconfig&lt;/EM&gt;? I believe these are required to recognize the new name defined.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Nov 2025 16:27:38 GMT</pubDate>
    <dc:creator>MrSantos</dc:creator>
    <dc:date>2025-11-06T16:27:38Z</dc:date>
    <item>
      <title>Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978456#M30417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed&amp;nbsp;Platform_Process_Manager (LSF). When I go to execute this command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo /usr/share/lsfm8/10.1/install/hostsetup --top="/usr/share/lsfm8" --boot="y" --profile="y" --start="y"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I go this error:&lt;/P&gt;&lt;P&gt;Logging installation sequence in /usr/share/lsfm8/log/Install.log&lt;/P&gt;&lt;P&gt;------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; L S F&amp;nbsp;&amp;nbsp;&amp;nbsp; H O S T S E T U P&amp;nbsp;&amp;nbsp;&amp;nbsp; U T I L I T Y&lt;/P&gt;&lt;P&gt;------------------------------------------------------------&lt;/P&gt;&lt;P&gt;This script sets up local host (LSF server, client or dynamic host) environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Wed Nov&amp;nbsp; 5 15:38:23 EST 2025:hostsetup:ERROR_6012]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Host "xxx" is not defined in the cluster&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When setting the host name in the install.config I set these settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JS_HOST=xxx.yyy.zzz&lt;BR /&gt;LSF_MASTER_LIST="xxx.yyy.zzz"&lt;/P&gt;&lt;P&gt;No where did I set the host name to just the short name xxx.&lt;/P&gt;&lt;P&gt;Please advise how I might fix this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 14:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978456#M30417</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T14:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978458#M30418</link>
      <description>The script runs the "hostname" command to acquire the local host name and strips the domain if present, so that's where the short name is coming from. The script is checking that hostname against the contents of the lsf.cluster file and not finding a match, causing the error.&lt;BR /&gt;&lt;BR /&gt;You could modify the lsf.cluster file to use the short name to resolve the issue.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2025 15:51:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978458#M30418</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-06T15:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978459#M30419</link>
      <description>&lt;P&gt;I see this file:&amp;nbsp;"lsf.cluster.sas_cluster"&lt;/P&gt;&lt;P&gt;Is this the file you are referring to?&lt;/P&gt;&lt;P&gt;I tried adding the host name as just:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Begin Host&lt;BR /&gt;HOSTNAME model type server RESOURCES #Keywords&lt;BR /&gt;#apple Sparc5S SUNSOL 1 (sparc bsd) #Example&lt;BR /&gt;#peach DEC3100 DigitalUNIX 1 (alpha osf1)&lt;BR /&gt;#banana HP9K778 HPPA 1 (hp68k hpux)&lt;BR /&gt;#mango HP735 HPPA 1 (hpux cs)&lt;BR /&gt;#grape SGI4D35 SGI5 1 (irix)&lt;BR /&gt;#lemon PC200 LINUX 1 (linux)&lt;BR /&gt;#pear IBM350 IBMAIX4 1 (aix cs)&lt;BR /&gt;#plum PENT_100 NTX86 1 (nt)&lt;BR /&gt;#berry DEC3100 ! 1 (ultrix fs bsd mips dec)&lt;BR /&gt;#orange ! SUNSOL 1 (sparc bsd) #Example&lt;BR /&gt;#prune ! ! 1 (convex)&lt;BR /&gt;xxx.yyy.zzz ! ! 1 (mg)&lt;/P&gt;&lt;P&gt;xxx ! ! 1 (mg)&lt;BR /&gt;End Host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that did not help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I temporarily change the host name to the short name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 16:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978459#M30419</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T16:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978460#M30420</link>
      <description>I did change the lsf.cluster.sas_cluster to use just the short name but got the same error.</description>
      <pubDate>Thu, 06 Nov 2025 16:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978460#M30420</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T16:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978462#M30421</link>
      <description>&lt;P&gt;After editing &lt;SPAN&gt;&amp;nbsp;lsf.cluster.sas_cluster&amp;nbsp;&lt;/SPAN&gt;did you run&amp;nbsp;&lt;EM&gt;lsadmin reconfig&lt;/EM&gt; and &lt;EM&gt;badmin reconfig&lt;/EM&gt;? I believe these are required to recognize the new name defined.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 16:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978462#M30421</guid>
      <dc:creator>MrSantos</dc:creator>
      <dc:date>2025-11-06T16:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978463#M30422</link>
      <description>&lt;P&gt;Well :),&lt;/P&gt;&lt;P&gt;I just installed this yesterday and this is my first install.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The processes are not running so of course I get this error:&lt;/P&gt;&lt;P&gt;xxx:/usr/share/lsfm8/conf&amp;gt; badmin reconfig&lt;/P&gt;&lt;P&gt;Checking configuration files ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There are fatal errors.&lt;/P&gt;&lt;P&gt;Do you want to see detailed messages? [y/n] Do you want to see detailed messages? [y/n] y&lt;BR /&gt;Nov 6 11:30:09 2025 124685 3 10.1 getClusterData: ls_getclustername() failed. LIM is down; try later.&lt;BR /&gt;Nov 6 11:30:09 2025 124685 3 10.1 minit: getClusterData() failed. LIM is down; try later.&lt;BR /&gt;Nov 6 11:30:49 2025 124685 3 10.1 main(): Failed to contact LIM: LIM is down; try later; quit master&lt;BR /&gt;---------------------------------------------------------&lt;BR /&gt;There are fatal errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The server has not been rebooted yet. I may have that done and then try to get the processes running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 16:34:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978463#M30422</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T16:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978464#M30423</link>
      <description>What's in this file? &lt;BR /&gt;/usr/share/lsfm8/log/Install.log</description>
      <pubDate>Thu, 06 Nov 2025 16:49:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978464#M30423</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-06T16:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978465#M30424</link>
      <description>&lt;P&gt;If you're installing the first node (or a single one) you probably don't need&amp;nbsp;&lt;EM&gt;hostsetup.&amp;nbsp;&lt;/EM&gt; This link mentions&amp;nbsp;&lt;EM&gt;hostsetup&amp;nbsp;&lt;/EM&gt;as optional following an install:&amp;nbsp;&lt;A href="https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=reference-lsfinstall" target="_blank"&gt;lsfinstall - IBM Documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can find more information on LSF installation here:&amp;nbsp;&lt;A href="https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=install-upgrade" target="_blank"&gt;Install or upgrade IBM Spectrum LSF - IBM Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 16:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978465#M30424</guid>
      <dc:creator>MrSantos</dc:creator>
      <dc:date>2025-11-06T16:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978466#M30425</link>
      <description>Not much, just the same output after running the hostsetup command.</description>
      <pubDate>Thu, 06 Nov 2025 17:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978466#M30425</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T17:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978471#M30426</link>
      <description>&lt;P&gt;Some of the files do not have the setuid set on them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will this command set them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;sudo /usr/share/lsfm8/10.1/install/hostsetup --top="/usr/share/lsfm8" --setuid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is top normally set to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I run this for /usr/local/pm too?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 19:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978471#M30426</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T19:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978478#M30429</link>
      <description>You could add "set -x" to the top of the hostsetup file under "#!/bin/sh", which would write out all the actions the script is performing.&lt;BR /&gt;&lt;BR /&gt;From what I can tell, error 6012 is thrown when the value of $LOCAL_HOST is not in the list of servers and clients it reads from lsf.cluster.cluster-name, if it can find it. If it can't find it, it does check also the LSF configuration directory's hosts file  for aliases, if the file exists (e.g. /usr/share/lsfm8/conf/hosts.&lt;BR /&gt;So if you changed the lsf.cluster.cluster-name file such that XXX is present there that would make me think that the script is failing to read it at all, or is reading a different file.</description>
      <pubDate>Thu, 06 Nov 2025 21:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978478#M30429</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-06T21:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978479#M30430</link>
      <description>&lt;P&gt;I was never able to run badmin reconfig because I cannot get lim to start. I run lsfstartup and it runs a long time. I keep killing it. No log files are created. I am going to let it run with the hope it will finally complete and create a lim.log file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to compare the files with an existing installation to determine which files needed the setuid bit set and had the sysadmin manually set them. I did see in the hostsetup script what files to have that set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hardcoded the hostsetup&amp;nbsp;LOCAL_HOST to the fqdn but I still get the same error about the host name not defined in the cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fyi, I am installing this on the same server as an older LSF install exists. I use a different admin account and different paths for the files.&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 21:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978479#M30430</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T21:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978480#M30431</link>
      <description>&lt;P&gt;I do see when I run lsfstartup this error but it does not exit:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;scc8111:/usr/share/lsfm8/conf&amp;gt; sudo -E /usr/share/lsfm8/10.1/sparc-sol10-64/bin/lsfstartup&lt;BR /&gt;Starting up all LIMs ...&lt;BR /&gt;Do you really want to start up LIM on all hosts ? [y/n]y&lt;BR /&gt;&lt;STRONG&gt;Start up LIM on &amp;lt;scc8111.its.state.nc.us&amp;gt; ...... rsh: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 21:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978480#M30431</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T21:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978481#M30432</link>
      <description>The LOCAL_HOST variable is set by the script, setting it beforehand wouldn't change the behavior.</description>
      <pubDate>Thu, 06 Nov 2025 21:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978481#M30432</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-06T21:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978482#M30433</link>
      <description>By default, lsfstartup uses the "rsh" command to run commands on other hosts. This error is saying that you don't have rsh installed for that to work.&lt;BR /&gt;You can change this command to ssh using the LSF_RSH option in lsf.conf.&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=lsfconf-lsf-rsh" target="_blank"&gt;https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=lsfconf-lsf-rsh&lt;/A&gt;</description>
      <pubDate>Thu, 06 Nov 2025 21:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978482#M30433</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-06T21:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978484#M30434</link>
      <description>&lt;P&gt;I tried that but I get prompted for the root password which I do not have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 21:53:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978484#M30434</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-06T21:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978513#M30439</link>
      <description>The lsfstartup command remotely executes the startup commands on each defined server, so your options here would be to set up the lsf sudoers so a non-root account can start LSF services and run lsfstartup using the normal account where you know the password. You could also setup passwordless SSH between the hosts for that account so you are not prompted for a password.&lt;BR /&gt;&lt;BR /&gt;Alternatively you could SSH to each host in your grid and run the individual startup commands as root (e.g. lsadmin limstartup &amp;amp;&amp;amp; lsadmin resstartup &amp;amp;&amp;amp; badmin hstartup).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=files-lsfsudoers" target="_blank"&gt;https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=files-lsfsudoers&lt;/A&gt;</description>
      <pubDate>Fri, 07 Nov 2025 15:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978513#M30439</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-07T15:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978517#M30441</link>
      <description>&lt;P&gt;thx for the help.&lt;/P&gt;&lt;P&gt;If the lsfsudoers file is set up correctly would this allow the lsfadmin account to run any of the lsf commands? It looks like it does.&lt;/P&gt;&lt;P&gt;I have been having issues with running the lsfstartup. It was running for hours and not completing. I started up the daemons individually and they are all running. I have been asking the sysdamin to grant sudo privs for each command.&lt;/P&gt;&lt;P&gt;Do you have a sample&amp;nbsp;lsfsudoers file with dummy data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was told that I could have two installations of LSF on the same server using different paths and different admin accounts. The other LSF daemons were running while I was running lsfstartup, so not sure if that conflicted, will test. I have changed all the ports that I am aware of.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 16:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978517#M30441</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2025-11-07T16:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running hostsetup when installing LSF</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978520#M30442</link>
      <description>Yes, the lsf.sudoers file allows the defined non-root users to run LSF commands.&lt;BR /&gt;&lt;BR /&gt;The documentation I linked provides an example of the contents and details about the various options you can set there.&lt;BR /&gt;&lt;BR /&gt;LSF_STARTUP_USERS and LSF_STARTUP_PATH are I think all you'd need to allow a non-root user to start LSF.&lt;BR /&gt;&lt;BR /&gt;Running multiple instances of LSF should be fine if you've changed all the ports in lsf.conf and ego.conf.</description>
      <pubDate>Fri, 07 Nov 2025 17:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Error-while-running-hostsetup-when-installing-LSF/m-p/978520#M30442</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-11-07T17:56:58Z</dc:date>
    </item>
  </channel>
</rss>

