- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can we get SAM LVM reports from the command li...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-19-2001 03:50 PM
тАО10-19-2001 03:50 PM
Does anyone know if there is anyway to get any of SAM's LVM reports from the command line? (I am specifically interested in the disk devices report).
All hints and helps are greatly appreciated!
thanks,
B.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2001 04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2001 06:22 PM
тАО10-19-2001 06:22 PM
Re: Can we get SAM LVM reports from the command line?
#/opt/ignite/bin/print_manifest > /tmp/manifest
Edit this file and search for "Disk Layout"
There is no explicit command used by SAM to generate the report you want. Some of the commands are in /usr/sam/lbin directory. But I don't think they will be of good help to you.
You need to write a script using text parsing if you want similar report using a combination of LV commands.
print_manifest should give you pretty decent output though.
There is also a supported "sysinfo" script provided by HP. You can search for this string in this forum.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2001 02:53 AM
тАО10-20-2001 02:53 AM
Re: Can we get SAM LVM reports from the command line?
This script should provide what you require.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2001 05:01 PM
тАО10-20-2001 05:01 PM
Re: Can we get SAM LVM reports from the command line?
If print_manifest doesn't suffice your needs, there are some scripts which are available.
1. LVMcollect
(Paula has already attached the script )
2. VGcollect which is part of Xvg
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/xvg/
3. Ofcourse there are some commands in /usr/sam/lbin , but if none of the above works ffor your environment, you could modify or write a script from scratch using some of commands like (ioscan, vgdisplay, lvdisplay, pvdisplay etc..)
If you are looking for system documentation scripts, there are plenty of them
1. cfg2html
http://members.tripod.com/rose_swe/cfg/
2. sysinfo
http://www.magnicomp.com/sysinfo
3. nickel
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/inventory/nickel/
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2001 01:35 AM
тАО10-21-2001 01:35 AM
Re: Can we get SAM LVM reports from the command line?
You can find an attachment of sysinfo script in the following thread. Curtesy of Deshpande Prashant.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x1a6646ff9277d511abcd0090277a778c,00.html
I am sure you will enjoy it as it gives html output also if you want.
Have fun,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2001 09:43 AM
тАО10-22-2001 09:43 AM
Re: Can we get SAM LVM reports from the command line?
Babak