1847027 Members
4188 Online
110258 Solutions
New Discussion

Re: Ignite Problem

 
SOLVED
Go to solution
Ali Imran Abbas
Regular Advisor

Ignite Problem

I am having problem with ignite backup on one of servers.
The process is getting terminated with the following error code:

* Checking Versions of Ignite-UX filesets
ERROR: Failed to open tape device /dev/rmt/0mn:Permission denied (errno =
13).
ERROR: Check tape device failed.

Can any one give me clue how to solve this problem.

Regards,

Ali Imran
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor
Solution

Re: Ignite Problem

Hi:

I hope that you are running as 'root'. That said, your device file should have read/write permissions:

crw-rw-rw- 2 bin bin 205 0x030040 Mar 11 12:17 /dev/rmt/0mn

Make sure, too, the your tape is write-enabled.

Regards!

...JRF...
Kenan Erdey
Honored Contributor

Re: Ignite Problem

Hi,

you can check if it's write protected. Related to permission error, check permissions of /dev/rmt/0mn.

Kenan.
Computers have lots of memory but no imagination
Ali Imran Abbas
Regular Advisor

Re: Ignite Problem

Yea the tape was write protected. Now I am having another proble, I am attaching the error mesg here:

/opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2008-06-12,15:56/system_cfg vg00
lvlnboot: Couldn't query physical volume "/dev/dsk/c16t7d0":
The specified path does not correspond to physical volume attached to
this volume group
save_config: Error - The command "lvlnboot" returns a non-zero value. You may u.
ERROR: /opt/ignite/bin/save_config failed

======= 06/12/08 15:57:31 EDT make_tape_recovery completed unsuccessfully
The VPO Message Command is not configured on this system.
Contact your VPO Administrator to configure it. (OpC30-913)


Can some one help me to sole this pronem
Patrick Wallek
Honored Contributor

Re: Ignite Problem

It appears as if the disk c16t7d0 has failed.

Check the disk and replace it if necessary.
Bill Hassell
Honored Contributor

Re: Ignite Problem

Just a note about Ignite: it is one of the best tools to verify basic integrity of the system. Problems with disks, configurations, mountpoints, etc, all will cause Ignite to quit. This means that you aren't taking a copy of a broken system.


Bill Hassell, sysadmin
Avinash20
Honored Contributor

Re: Ignite Problem

With regards to the following error if you are running make_tape_recovery and getting the below error

var/opt/ignite/recovery/2008-06-12,15:56/system_cfg vg00
lvlnboot: Couldn't query physical volume "/dev/dsk/c16t7d0":
The specified path does not correspond to physical volume attached to
this volume group
save_config: Error - The command "lvlnboot" returns a non-zero value. You may u.
ERROR: /opt/ignite/bin/save_config failed


>> I would suggest you to install the latest version of Ignite, to resolv all the know issue

Download it from

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
James R. Ferguson
Acclaimed Contributor

Re: Ignite Problem

Hi (again):

The message '"lvlnboot: Couldn't query physical volume "/dev/dsk/c16t7d0"' suggests a bad disk, as already noted by Patrick.

There is nothing (at this level) wrong with the version of Ignite and installing a new version isn't going to solve anything!

Try:

# lvlnboot -v

...and I'll bet that you get the same error.

Regards!

...JRF...