1753417 Members
5048 Online
108793 Solutions
New Discussion юеВ

Re: Getting Sam error

 
Trojan36
Frequent Advisor

Getting Sam error

I am getting the following SAM error when I try to create a new volumne group:

Create New Volume Group(sqmdesa) тФРтФВ
тФВ тФМ Error (sqmdesa) тФР тФВтФВ
тФВ CoтФВ тФВ тФВтФВ
тФВ тФВ The command used to create physical volume alternate links, тФВ тФВтФВ
тФВ [тФВ /sbin/vgextend, has failed. The stderr output from the command is тФВ тФВтФВ
тФВ тФВ shown below. Note that the volume group has been created and will тФВ тФВтФВ
тФВ [тФВ function normally, although the Logical Volume Manager will not have тФВ тФВтФВ
тФВ тФВ the ability to automatically switch to an alternate connection in тФВ тФВтФВ
тФВ [тФВ case the primary connection should fail. тФВ тФВтФВ
тФВ [тФВ vgextend: Physical Volume "/dev/dsk/c8t0d1" contains no LVM information
Can anyone let me know how to get around this?Thx in advance
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Getting Sam error

Shalom,

There apears to be two paths to the disk.

The Volume group is going to work but pvlinks may not work correctly.

pvcreate the disk and try again.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
sujit kumar singh
Honored Contributor

Re: Getting Sam error

>>vgextend: Physical Volume "/dev/dsk/c8t0d1" contains no LVM information


hi perhaps you will need to do a pvcreate on this PV ..."/dev/dsk/c8t0d1"

do a pvcreate and then vgextend.

#pvcreate /dev/rdsk/c8t0d1
#vgextend /dev/sqmdesa /dev/dsk/c8t0d1


regards
sujit

post the O/P of the above comands as you execute them.
Basheer_2
Trusted Contributor

Re: Getting Sam error

When this happend to me.

I updated the patches. After this everything was OK