1832592 Members
2932 Online
110043 Solutions
New Discussion

SAM error

 
kk_4
New Member

SAM error

hi,
I am facing one problem in hpux 11.0.Whenever i execute sam and reach up to "Disks and Filesystem" and after that i click logical volumes i get the following error

.............................................
ERROR
could be caused by a number of strange occurrences. It is best to
remove the file and attempt the operation again. The error occurred
in the file "(filename unknown)" on or before line number 1.

.................................................



any clue which file is having a problem.

thnks
9 REPLIES 9
Michael Tully
Honored Contributor

Re: SAM error

Hi,

A couple of things to try first.

Can you run these without any errors:

# vgdisplay -v

# lvdisplay -v /dev/vgXX/yourlv
for each logical volume in the group you were trying to look at.

Failing any errors, suggest you load the latest SAM cumulative patch and any dependencies as well as LVM patches for your
operating system version.

-Michael

Anyone for a Mutiny ?
kk_4
New Member

Re: SAM error

Hi,
Let me give you one more info.I think somebody has deleted or trimmed some file /var/sam....can this be the reason of the error.Plus where i can find the info about sam patches.. i am using os version 11.0.


thnks
Michael Tully
Honored Contributor

Re: SAM error

Hi,

If someone has removed files under
/var/sam there is not telling what
could occur. Please post a copy of
the contents of /var/sam so it can
be viewed and compared. It could be
that the /var/sam/log directory or
the samlog file underneath have been
removed.

You can find the patches from this
starting point.

http://us-support2.external.hp.com/common/bin/doc.pl/distrib_redir=1+985580381|*


-Michael
Anyone for a Mutiny ?
kk_4
New Member

Re: SAM error

Fine ,i am putting a file varsam.tar.Z which is the copy of /var/sam.
Michael Tully
Honored Contributor

Re: SAM error

That won't work....

From /var/sam do this

# ls -R

and list the contents

-Michael
Anyone for a Mutiny ?
kk_4
New Member

Re: SAM error

here is the o/p attached



thnks
kk_4
New Member

Re: SAM error

Hi,
I just moved the file boot.config under /var/sam.After that it did not give any error and boot.config got created again.Can you tell me ..for what this file is used foor in SAM.

thnks
Printaporn_1
Esteemed Contributor

Re: SAM error

Hi,

check /var/sam/log/samlog for last command sam executing.
install sam cumulative patch , find out information about patch in individual patch section under maintenance and support.
enjoy any little thing in my life
Michael Tully
Honored Contributor

Re: SAM error

The boot.config file is used by SAM to make references into the kernel. It could be that during the start of your SAM session of LVM, the program was trying to utilise this file, hence the error.
Anyone for a Mutiny ?