<?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: SAM is not running in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841269#M393417</link>
    <description>&lt;P&gt;fsck -y -o full /dev/vg00/rlvol9&lt;/P&gt;&lt;P&gt;Since it is unmounted, I believe you can run it without going to single user mode.&lt;/P&gt;&lt;P&gt;Your lvol2 is most likely swap space and thus would not show in fstab (verify by running "swapinfo -tam").&amp;nbsp; As far as lvol6 is concerned, check /etc/fstab with "strings /etc/fstab |grep lvol6" to see what might supposed to be there (possibly /tmp?).&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2011 11:48:09 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2011-07-27T11:48:09Z</dc:date>
    <item>
      <title>SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4838775#M393340</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I holds HP-UX B.10.20.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running SAM I receives the following messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/var/sam/log: no such file or directory&lt;/P&gt;&lt;P&gt;/usr/sbin/sam[196]: var/sam not found&lt;/P&gt;&lt;P&gt;Sam main could not open the directory /var/sam (errno=2, "No such file or directory")&lt;/P&gt;&lt;P&gt;#bdf shows no VAR directory exists,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plese advice,&lt;/P&gt;&lt;P&gt;Yali.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 12:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4838775#M393340</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-25T12:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4838801#M393341</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1199215"&gt;@Yaroki&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;#bdf shows no VAR directory exists,&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So '/var' isn't mounted.&amp;nbsp; Did you just reboot, and if so why?&amp;nbsp; What happens if you do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# mount -a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is '/var' present in '/etc/fstab'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What last happened before this or what did you do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...JRF...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4838801#M393341</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-07-25T13:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4838805#M393342</link>
      <description>&lt;P&gt;The "bdf" command lists mount points, not directories. /var is a standard HP-UX mount point: it may be possible to create a custom installation of HP-UX that has /var as a regular directory instead of a mount point, but the default installation should always have /var as a mount point. Without /var, many system services and daemons, including sam, will not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like your /var filesystem is currently not mounted for some reason.&lt;/P&gt;&lt;P&gt;Run "grep /var /etc/fstab" to see which disk device contains your /var filesystem: it's typically /dev/vg00/lvol7, but might be different on a HP-UX 10.20.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure the /var directory exists: if it does not exist, mounting your real /var filesystem will not be possible.&lt;/P&gt;&lt;P&gt;Run "ll -d /var" to see if the directory exists. If it does not, create it (mkdir /var).&lt;/P&gt;&lt;P&gt;When /var directory exists, you should be able to mount the filesystem with a simple "mount /var" command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If these commands display error messages, please copy&amp;amp;paste the errors to this thread.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4838805#M393342</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-07-25T13:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4839081#M393353</link>
      <description>&lt;P&gt;&amp;gt;bdf shows no /var directory exists,﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If /var/ doesn't exist, your system is completely broken and you need to restore from a backup.&lt;/P&gt;&lt;P&gt;If it is just /var/sam, then you should just "mkdir /var/sam".&amp;nbsp; If you have another system, copy the permissions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When was the last time your ran sam(1m)?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 18:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4839081#M393353</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-07-25T18:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841227#M393414</link>
      <description>&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var directory exists:&lt;/P&gt;&lt;P&gt;# grep /var /etc/fstab gives&lt;/P&gt;&lt;P&gt;/dev/vg/00/lvol9 /var hfs defaults 0 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# mount /var gives&lt;/P&gt;&lt;P&gt;mount: /dev/vg00/lvol9 needs to be fsck'ed before mounting&lt;/P&gt;&lt;P&gt;mount: warnning : if the device /devvg00/lvol9 is mounted to another system then do not run fsck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I run the fsck? what commands to use? what mode (Single user, other run level)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;also noticed that /lvol2 /lvol6 and are not mounted (actually I can't see /lvol6 at all).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yali&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 11:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841227#M393414</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-27T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841269#M393417</link>
      <description>&lt;P&gt;fsck -y -o full /dev/vg00/rlvol9&lt;/P&gt;&lt;P&gt;Since it is unmounted, I believe you can run it without going to single user mode.&lt;/P&gt;&lt;P&gt;Your lvol2 is most likely swap space and thus would not show in fstab (verify by running "swapinfo -tam").&amp;nbsp; As far as lvol6 is concerned, check /etc/fstab with "strings /etc/fstab |grep lvol6" to see what might supposed to be there (possibly /tmp?).&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 11:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841269#M393417</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-27T11:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841273#M393418</link>
      <description>&lt;P&gt;/dev/vg/00/lvol9 /var hfs defaults 0 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;How should I run the fsck? What commands to use? what mode (Single user, other run level)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since it isn't mounted, you can run it now.&amp;nbsp; Read fsck_hfs(1M)﻿.&lt;/P&gt;&lt;P&gt;# fsck /dev/vg00/rlvol9﻿﻿&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 11:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841273#M393418</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-07-27T11:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841299#M393419</link>
      <description>&lt;P&gt;Thanks Dennis, I hadn't noticed that it was HFS!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 11:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841299#M393419</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-27T11:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841329#M393421</link>
      <description>&lt;P&gt;Indeed, /lvol2 is swap space.&lt;/P&gt;&lt;P&gt;Regarding /lvol6 I ran&lt;/P&gt;&lt;P&gt;# /etc/fstab | grep /lvol6 and it gives&lt;/P&gt;&lt;P&gt;/sbin/sh: /etc/fstab: Execute permission denied (???)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841329#M393421</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-27T12:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841343#M393423</link>
      <description>&lt;P&gt;"strings /etc/fstab", though I probably should have just said "grep lvol6 /etc/fstab"&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841343#M393423</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-27T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841371#M393425</link>
      <description># fsck /dev/vg00/rlvol9&lt;BR /&gt;** dev/vg00/lvol9&lt;BR /&gt;** Last mounted on /var&lt;BR /&gt;** Phase 1 - Check Blocks and size&lt;BR /&gt;&lt;BR /&gt;CANNOT READ: BLK 212000&lt;BR /&gt;CONTINUE?&lt;BR /&gt;y&lt;BR /&gt;CANNOT READ: BLK 212000&lt;BR /&gt;CONTINUE?&lt;BR /&gt;y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841371#M393425</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-27T12:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841385#M393427</link>
      <description>&lt;P&gt;&amp;gt;CANNOT READ: BLK 212000﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like your disk is bad.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841385#M393427</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-07-27T12:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841391#M393428</link>
      <description>ok,&lt;BR /&gt;anthing to do regarding this?&lt;BR /&gt;The system is still running and perform the job,but I guess it soon be crushed.</description>
      <pubDate>Wed, 27 Jul 2011 12:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841391#M393428</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-27T12:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841393#M393429</link>
      <description>&lt;P&gt;This document will guide you through the disk replacement process:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf"&gt;http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf&lt;/A&gt;﻿&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841393#M393429</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-27T12:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841413#M393430</link>
      <description>Thanks,&lt;BR /&gt;I have few questions:&lt;BR /&gt;1. Does it support B.10.20 and B.11.11 as well?&lt;BR /&gt;2.What hardware do I need (DISK, OS CD and so on)?&lt;BR /&gt;3. What is the estimated time to replace the disk and bring back the system?</description>
      <pubDate>Wed, 27 Jul 2011 12:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841413#M393430</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-27T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841415#M393431</link>
      <description>&lt;P&gt;&amp;gt; I have few questions:&lt;BR /&gt;&amp;gt; 1. Does it support B.10.20 and B.11.11 as well?&lt;BR /&gt;&amp;gt; 2.What hardware do I need (DISK, OS CD and so on)?&lt;BR /&gt;&amp;gt; 3. What is the estimated time to replace the disk and bring back the system? ﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; I've used this document for years on 11.11 and I think even back on 10.20, so yes.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Depends on your system (for the replacement disk) and the procedure required (read the doc)&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Depends on how fast you work and how many bosses you have breathing down your neck - could be done in a couple of hours (without bosses) or a couple of days (with bosses).&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841415#M393431</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-27T12:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841423#M393432</link>
      <description>Well says :)&lt;BR /&gt;&lt;BR /&gt;Thanks a lot, I hope to solve it soon.</description>
      <pubDate>Wed, 27 Jul 2011 12:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841423#M393432</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2011-07-27T12:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841445#M393433</link>
      <description>&lt;P&gt;&amp;gt;The system is still running and perform the job, but I guess it soon be crushed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure how it can be up if /var/ isn't mounted?&lt;/P&gt;&lt;P&gt;If you don't have a backup of /var, you can't ever patch the system.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 04:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841445#M393433</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-06-28T04:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841449#M393434</link>
      <description>&lt;P&gt;And "can't never" is a really, really long time!!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 13:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841449#M393434</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-27T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAM is not running</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841453#M393435</link>
      <description>&lt;P&gt;&amp;gt;3.&amp;nbsp; Depends on how fast you work and how many bosses you have breathing down your neck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if they promise to bring you a beer(s) when you are done?&amp;nbsp; :-)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 13:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-is-not-running/m-p/4841453#M393435</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-07-27T13:06:05Z</dc:date>
    </item>
  </channel>
</rss>

