Sponsored Content
Operating Systems AIX How to take the vg data back? Post 302926395 by bobochacha29 on Monday 24th of November 2014 04:31:32 AM
Old 11-24-2014
How to take the vg data back?

Hi

I would like to take back the data from datavg ( 4 lv : fslv00, fslv01, tuxedo_lv and oracle_lv ), but I don't know what to do SmilieSmilieSmilie.

Code:
lsvg -l datavg
datavg:
LV NAME             TYPE       LPs     PPs     PVs  LV STATE      MOUNT POINT
loglv00             jfslog     1       1       1    closed/syncd  N/A
fslv00              jfs2       400     400     2    closed/syncd  /export/spot6166
fslv01              jfs2       240     240     2    closed/syncd  /u01
tuxedo_lv           jfs2       20      20      1    closed/syncd  N/A
loglv01             jfs2log    1       1       1    closed/syncd  N/A
oracle_lv           jfs2       28      28      1    closed/syncd  N/A

Code:
test02:/]mount /u01
mount: 0506-323 Cannot get information about log device /dev/loglv03.

test02:/]mount /export/spot6166
Replaying log for /dev/fslv00.
mount: 0506-324 Cannot mount /dev/fslv00 on /export/spot6166: The media is not formatted or the format is not correct.

Code:
test02:/]df -g
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/hd4           2.00      0.43   79%    16222    14% /
/dev/hd2           7.00      1.21   83%    62904    18% /usr
/dev/hd9var        1.00      0.79   21%     6700     4% /var
/dev/hd3           7.00      3.68   48%     5421     1% /tmp
/dev/hd1           1.00      0.77   23%     2705     2% /home
/dev/hd11admin      0.50      0.50    1%        5     1% /admin
/proc                 -         -    -         -     -  /proc
/dev/hd10opt       4.00      0.98   76%     4996     3% /opt
/dev/livedump      0.25      0.25    1%        4     1% /var/adm/ras/livedump

 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

help with back up please

Can anyone please tell me how safe is the following backup script? Does it really backing up the WHOLE system or just part of it? I do that with the system running an oracle database. Will I be able to restore the system in case of a fault? <pre> Here is the output of 'df -k' ... (11 Replies)
Discussion started by: guest100
11 Replies

2. Shell Programming and Scripting

Back up of multiple data files

I have filesi in a direcotry that start with different names but have dates in the format 01212006. Along with these files there are also files with different dates. What i want to do is copy all the files that have 01212006 in them to 01072007 and move the old files to different directory. ... (1 Reply)
Discussion started by: dsravan
1 Replies

3. AIX

back to back printing in UNIX

Hi , Can you suggest me how to back to back printing in UNIX? Is there any way? Kindly advise. Regards Vijaya Amirtha Raj (3 Replies)
Discussion started by: amirthraj_12
3 Replies

4. IP Networking

Back-to-Back Connection using HBAs

Hi every body, Is it possible to connect two servers Back-to-Back (Point-to-Point) using HBA adapters & using Fiber. Note it is direct connection & there is no switches between the servers. I'm concern about using HBA adapters, it is possible or not. Thanks in advance. :) (3 Replies)
Discussion started by: aldowsary
3 Replies

5. Shell Programming and Scripting

Extract data based on match against one column data from a long list data

My input file: data_5 Ali 422 2.00E-45 102/253 140/253 24 data_3 Abu 202 60.00E-45 12/23 140/23 28 data_1 Ahmad 256 7.00E-45 120/235 140/235 22 data_4 Aman 365 8.00E-45 15/65 140/65 20 data_10 Jones 869 9.00E-45 65/253 140/253 18... (12 Replies)
Discussion started by: patrick87
12 Replies
FDESCFS(5)						      BSD File Formats Manual							FDESCFS(5)

NAME
fdescfs -- file-descriptor file system SYNOPSIS
fdescfs /dev/fd fdescfs rw 0 0 DESCRIPTION
The file-descriptor file system, or fdescfs, provides access to the per-process file descriptor namespace in the global file system names- pace. The conventional mount point is /dev/fd. The file system's contents appear as a list of numbered files which correspond to the open files of the process reading the directory. The files /dev/fd/0 through /dev/fd/# refer to file descriptors which can be accessed through the file system. If the file descriptor is open and the mode the file is being opened with is a subset of the mode of the existing descriptor, the call: fd = open("/dev/fd/0", mode); and the call: fd = fcntl(0, F_DUPFD, 0); are equivalent. Flags to the open(2) call other than O_RDONLY, O_WRONLY and O_RDWR are ignored. Note: /dev/fd/0, /dev/fd/1 and /dev/fd/2 files are created by default when devfs alone is mounted. fdescfs creates entries for all file descriptors opened by the process. FILES
/dev/fd/# EXAMPLES
To mount a fdescfs volume located on /dev/fd: mount -t fdescfs null /dev/fd SEE ALSO
devfs(5), mount(8) HISTORY
The fdescfs file system first appeared in 4.4BSD. The fdescfs manual page first appeared in FreeBSD 2.2. AUTHORS
The fdescfs manual page was written by Mike Pritchard <mpp@FreeBSD.org>, and was based on the manual page written by Jan-Simon Pendry. BSD
September 18, 2010 BSD
All times are GMT -4. The time now is 11:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy