1751937 Members
4624 Online
108783 Solutions
New Discussion юеВ

Re: Ignite issue

 
Anoop Sivan
Frequent Advisor

Ignite issue

When we try to take iux backup, below error getting. Please help if any one encountered same.



# /opt/ignite/bin/make_net_recovery -s dhpd6300.na.kl.com -x inc_entire=vg00 -x exclude=/var/adm/crash
* Creating NFS mount directories for configuration files.

======= 06/09/11 03:52:49 METDST Started /opt/ignite/bin/make_net_recovery. (Thu Jun 09 03:52:49 METDST 2011)
@(#)Ignite-UX Revision C.7.10.472
@(#)ignite/net_recovery (opt) Revision: /branches/IUX_RA1003/ignite/src@80528 Last Modified: 2010-01-22 11:40:24 -0700 (Fri, 22 Jan 2010)

* Checking Versions of Recovery Tools
* Scanning system for IO devices...
* Boot device is: 0/0/14/1/0.0x50060e8005bde501.0x40c3000000000000
* Creating System Configuration.
WARNING: The volume group /dev/vg00 will be only partially included in the System Recovery Archive. This means that not all files and directories on this volume group will be restored when the archive is
installed. This message can be suppressed using the "-P s" option for make_net_recovery. See make_net_recovery(1M) for more details.

* /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x001E0B887D0C/recovery/2011-06-09,03:52/system_cfg vg00
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
mkfs: The appropriate fileset may not have been installed
mkfs: Unable to invoke vxfs-specific module for the command mkfs
at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs
mkfs: No such file or directory
6 REPLIES 6
g3jza
Esteemed Contributor

Re: Ignite issue

Hi,
give the output of :
#which mkfs

As stated above, the mkfs command is missing at /sbin/fs/vxfs/mkfs or /usr/lbin/fs/vxfs/mkfs

Has someone accidentally removed those binaries?
Anoop Sivan
Frequent Advisor

Re: Ignite issue

for FYI

# which mkfs
/sbin/mkfs
g3jza
Esteemed Contributor

Re: Ignite issue

hmm,
what if you try to make symbolic links to point to /sbin/fs/vxfs/mkfs and /usr/lbin/fs/vxfs/mkfs ?

What does
#whereis mkfs
say?

One more thing, do the Ignite version of the client and server match? Make sure they do...

Try:

#ln -s /sbin/mkfs /sbin/fs/vxfs/mkfs



Sajjad Sahir
Honored Contributor

Re: Ignite issue

yes it should be the same to perform make_net_recovery archive creation.
otherwise it will fail, )Ignite-UX Revision C.7.10.472 i understand u are using this version
please apply same version in all u clients
and try it

thanks and regards

Sajjad Sahir
Anoop Sivan
Frequent Advisor

Re: Ignite issue

It was linked, and aserver and client version is same.


# whereis mkfs
mkfs: /usr/sbin/mkfs /sbin/mkfs /usr/share/man/man1m.Z/mkfs.1m

[root@:/root]
# ls -l /sbin/fs/vxfs/mkfs
lrwxr-xr-x 1 root sys 10 Jun 9 11:46 /sbin/fs/vxfs/mkfs -> /sbin/mkfs

g3jza
Esteemed Contributor

Re: Ignite issue

ok now that it is linked,
did you try to run the make_net_recovery again?