- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IGNITE-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 06:07 AM
11-23-2008 06:07 AM
IGNITE-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 06:17 AM
11-23-2008 06:17 AM
Re: IGNITE-UX
> How do I create the rest of the user application file systems so I can restore them using frecover?
From scratch. That is, 'pvcreate', 'vgcreate', 'lvcreate', and 'newfs' to build what you need where you need it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 06:18 AM
11-23-2008 06:18 AM
Re: IGNITE-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 06:32 AM
11-23-2008 06:32 AM
Re: IGNITE-UX
but, its upto you my opion better follow has below, if you are not ok with commands you can use SAM
# pvcreate /dev/rdsk/cxtxdx
# vgcreate /dev/vgxx /dev/dsk/cxtxdx
# lvcreate -L
# mount /dev/vgxx /mount_point
# frecover
can you post the output of "/etc/fstab" so that we can suggest better for your application file_system mount point,
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 06:34 AM
11-23-2008 06:34 AM
Re: IGNITE-UX
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
#/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
#/dev/vgora2/oralv5 /oratmp vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
/dev/vgora/oralv1 /u0 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
/dev/vgora/oralv2 /u1 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
/dev/vgora/oralv3 /u2 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
/dev/vgora/oralv4 /u3 vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
/dev/vgora/oratmp /tmp vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
/dev/vgora/oralvtmp /oratmp vxfs defaults 0 2
/dev/vg00/lvol9 ... swap pri=0 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 06:53 AM
11-23-2008 06:53 AM
Re: IGNITE-UX
# strings /etc/lvmtab --> output will show you what are the disk assciated to /dev/vgora
# vgdisplay -v /dev/vgora |more --need output, using this out put we can find what are associatred "Pshyical_volume"
Than start pvcreate,vgcreate,lvcreate,frecover,
Thanks,
Johnson