- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unix command
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
07-10-2007 10:22 PM
07-10-2007 10:22 PM
unix command
what are the commands in UNIX to check the following:
1) # of disk
2) check if they are mirrored or in RAID
thanks,
ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 10:31 PM
07-10-2007 10:31 PM
Re: unix command
This will include removable media, so be aware of it.
2) do a man on vgdisplay and lvdisplay. e.g.
vgdisplay -v
Also you can use SAM if you feel more confy.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 12:18 AM
07-11-2007 12:18 AM
Re: unix command
2) vgdisplay -v & lvdisplay -v will give you information about LVM mirrors
If you have hardware mirror you will need special commands!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 12:22 AM
07-11-2007 12:22 AM
Re: unix command
2) SAM->Disks and file system->Logical Volumes->Look for "Mirror Copies."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 02:47 AM
07-11-2007 02:47 AM
Re: unix command
and vgdisplay -v vg# and get the logical volumes
lvdisplay /dev/vg#/lvol# and look for Mirror copies
if it's 0 it's not mirrored if more then it is mirrored
regards
Aussan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 08:54 AM
07-11-2007 08:54 AM
Re: unix command
#vgdisplay vgxx|grep "Cur PV " ---- This will give the current no. of physical disks in the VG.
#lvdisplay /dev/vg00/lvol3|grep "Mirror copies" -- If it is 1 then it is mirrored.
regards
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 01:44 PM
07-11-2007 01:44 PM
Re: unix command
how to check if they are on RAID5?
- Tags:
- RAID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 01:58 PM
07-11-2007 01:58 PM
Re: unix command
Do you have any RAID card on the system?
do a diskinfo.if it is SAN disk check with the storage which raid group it belongs to.
You can find out if you have root access and the commands depends on the whihc storage you use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 02:15 PM
07-11-2007 02:15 PM
Re: unix command
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 05:26 PM
07-11-2007 05:26 PM
Re: unix command
Use a windows/inux server with ACU or the serial connection to check the MSA config.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
