<?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: Make_sys_image execute permissions denied in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475179#M520984</link>
    <description>Sorry to insist, but your last contribution could be misunderstood.&lt;BR /&gt;&lt;BR /&gt;If you want to do a Golden Image of a station, you DON'T need to install Ignite-UX software on this station. Only to copy locally the script make_sys_image, which is self-sufficient.&lt;BR /&gt;(of course, if Ignite_UX is installed, it works as well)</description>
    <pubDate>Thu, 04 Jan 2001 15:47:47 GMT</pubDate>
    <dc:creator>marc seguin</dc:creator>
    <dc:date>2001-01-04T15:47:47Z</dc:date>
    <item>
      <title>Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475172#M520977</link>
      <description>I am trying to use the make_sys_image command with HP_UX 10.20 and it gives me an "execute permissions denied" error.  I tried running the file directly from a shared drive and then copied it to the /tmp directory on the local machine.  I am getting the same error with both.&lt;BR /&gt;&lt;BR /&gt;I am trying to run the command as root, however I did see that the file originally had 'bin' as owner.  I 'su'ed to bin and used chmod to change the permissions with no luck.  I eventually tried 'chmod 777 make_sys_image' which (as I understand it) should allow all users full access to it.  I still got the execute denied error.&lt;BR /&gt;&lt;BR /&gt;I then changed the ownership of the copied file (/tmp) to root, used 'chmod 777 make_sys_image' from root and then tried to run the command as root and still got the same error.&lt;BR /&gt;&lt;BR /&gt;What am I missing.  I am new to UNIX and Ignite.  Thanks in advance for the help!&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 18 Dec 2000 23:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475172#M520977</guid>
      <dc:creator>Mike Rightmire</dc:creator>
      <dc:date>2000-12-18T23:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475173#M520978</link>
      <description>On a 10.20 machine I have make_sys_image in /opt/ignite/data/scripts/&lt;BR /&gt;&lt;BR /&gt;# pwd&lt;BR /&gt;/opt/ignite/data/scripts&lt;BR /&gt;# ll&lt;BR /&gt;total 154&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           1024 Jun 17  1999 examples&lt;BR /&gt;-r-xr--r--   1 bin        bin           1216 Oct 20  1998 findholes&lt;BR /&gt;-r-xr--r--   1 bin        bin          47033 Oct 20  1998 make_sys_image&lt;BR /&gt;-r-xr--r--   1 bin        bin          13407 Oct 20  1998 os_arch_post_c&lt;BR /&gt;-r-xr--r--   1 bin        bin          14004 Oct 20  1998 os_arch_post_l&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;make_sys_image is a script which is only executable by root.  You said you are running this from a shared directory.  As you are the root user on the local machine, not on the machine sharing the directory, you are not allowed to run it or change the permissions.&lt;BR /&gt;&lt;BR /&gt;Perhaps your /.rhosts and /etc/hosts.equiv settings are not quite correct?  I am not very familiar with ignite-UX, so I am afraid I cannot offer much more.</description>
      <pubDate>Tue, 19 Dec 2000 01:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475173#M520978</guid>
      <dc:creator>Matt Livingston</dc:creator>
      <dc:date>2000-12-19T01:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475174#M520979</link>
      <description>dr-xr-xr-x   3 bin        bin           1024 Feb 18  2000 .&lt;BR /&gt;dr-xr-xr-x   8 bin        bin           1024 Feb 18  2000 ..&lt;BR /&gt;-r-xr--r--   1 bin        bin          50032 Jul 22  1999 make_sys_image&lt;BR /&gt;dr-xr-xr-x   3 bin        bin           1024 Feb 18  2000 scripts&lt;BR /&gt;Here is what i have on our servers. Check the permissions for . &amp;amp; .. scripts dir. The only time i have found these error is when running it as non root user. Here is what i got when ruuning as a normal user.&lt;BR /&gt; $ /opt/ignite/data/scripts/make_sys_image&lt;BR /&gt;sh: /opt/ignite/data/scripts/make_sys_image: Execute permission denied.&lt;BR /&gt;You can use make_recovery to creates a bootable system recovery tape. do a man for details.</description>
      <pubDate>Tue, 19 Dec 2000 07:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475174#M520979</guid>
      <dc:creator>Vincente Fernandes</dc:creator>
      <dc:date>2000-12-19T07:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475175#M520980</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Depending on how your filesystem is exported, root could be mapped to user 'nobody'.&lt;BR /&gt;(Check the /etc/exports file on the nfs server)&lt;BR /&gt;&lt;BR /&gt;This could explain why you cannot execute the program from a remote mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;If you want to make a system image of your local system, you need a LOCAL install of ignite, if you want to make a system image of the remote (server) system, you'll have to be logged in as root on that server.&lt;BR /&gt;&lt;BR /&gt;Could you please explain what are your intentions?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2000 07:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475175#M520980</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-19T07:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475176#M520981</link>
      <description>Dan, &lt;BR /&gt;&lt;BR /&gt;Thanks for the input. I think you may have hit the nail on the head in your reply, stating that ignite must be installed locally to make a local sys image.&lt;BR /&gt;&lt;BR /&gt;Tha manual was not clear and the impression I got was that you could export (or copy) the files from the server to another machine and use the make_sys_image, or make_recovery, files to create images and bootable recovery tapes respectively.&lt;BR /&gt;&lt;BR /&gt;I have an ignite server functioning, and would like to be able to create a bootable recovery tapes, as well as generate golden images to reside on the Ignite server, for remote systems.  I do not have ignite installed on the remote systems.&lt;BR /&gt;&lt;BR /&gt;If I need to install Ignite on the systems to be imaged, can I install a minimum version which will allow the make_recovery and make_sys_image files to finction.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help and the imput!&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 19 Dec 2000 19:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475176#M520981</guid>
      <dc:creator>Mike Rightmire</dc:creator>
      <dc:date>2000-12-19T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475177#M520982</link>
      <description>1- Use of make_sys_image.&lt;BR /&gt;It is a script you have to copy locally on your station, without installing Ignite product. Personnally, i copy it in /tmp directory, give execute permissions and run it as root :&lt;BR /&gt;cd /tmp&lt;BR /&gt;./make_sys_image -s ...&lt;BR /&gt;and it works alright.&lt;BR /&gt;&lt;BR /&gt;2- Use of make_recovery&lt;BR /&gt;(seen on &lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90677/B2355-90677.html)" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90677/B2355-90677.html)&lt;/A&gt;&lt;BR /&gt;You need to install part of Ignite product on your station :&lt;BR /&gt;Ignite-UX.RECOVERY&lt;BR /&gt;Ignite-UX.BOOT-KERNEL&lt;BR /&gt;Ignite-UX.FILE-SRV-release (release=10.20,11.00,...)&lt;BR /&gt;Ignite-UX.MGMT-TOOLS</description>
      <pubDate>Thu, 21 Dec 2000 16:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475177#M520982</guid>
      <dc:creator>marc seguin</dc:creator>
      <dc:date>2000-12-21T16:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475178#M520983</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Glad it helped !&lt;BR /&gt;Even if he claimed not to be an expert in Ignite-UX, matt was right as well, and his answer was posted before mine.&lt;BR /&gt;&lt;BR /&gt;I think he deserves the 10 points for his answer. &lt;BR /&gt;You should have a look at this thread from Stefan Farrelli, it could help.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x94f05f260cafd4118fef0090279cd0f9!0,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x94f05f260cafd4118fef0090279cd0f9!0,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;;-)&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Dec 2000 16:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475178#M520983</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-21T16:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475179#M520984</link>
      <description>Sorry to insist, but your last contribution could be misunderstood.&lt;BR /&gt;&lt;BR /&gt;If you want to do a Golden Image of a station, you DON'T need to install Ignite-UX software on this station. Only to copy locally the script make_sys_image, which is self-sufficient.&lt;BR /&gt;(of course, if Ignite_UX is installed, it works as well)</description>
      <pubDate>Thu, 04 Jan 2001 15:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475179#M520984</guid>
      <dc:creator>marc seguin</dc:creator>
      <dc:date>2001-01-04T15:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Make_sys_image execute permissions denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475180#M520985</link>
      <description>Dear seguin, &lt;BR /&gt;&lt;BR /&gt;GOOD POINT!  I should clear this up, although I have an additional question as well.  You are correct...to run the make_sys_image (or make_recovery and make_net_recovery) you DO NOT need to install the entire package.  The manuals state there is a minimum package which can be installed, which will allow these to be run on a client machine.&lt;BR /&gt;&lt;BR /&gt;I installed the entire package for convenience, however when I attempted to just copy the make_recovery, make_sys_image or make_net_recovery commands to the client machine, they would not run (due to the need for support files which are installed with the minimum package-I am assuming.)&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I do not remember (at this time) the actual error messages I received when trying to run the commands after just copying them, so I cannot offer and solutions, nor even guarantee that I did not simply do something wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks for spotting that, and helping me avoid confusing people :-)&lt;BR /&gt;&lt;BR /&gt;With thanks again for all the help, &lt;BR /&gt;Mike&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jan 2001 20:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-sys-image-execute-permissions-denied/m-p/2475180#M520985</guid>
      <dc:creator>Mike Rightmire</dc:creator>
      <dc:date>2001-01-04T20:15:21Z</dc:date>
    </item>
  </channel>
</rss>

