- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring new StorageWorks MSA 30 SB
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-14-2006 05:02 AM
07-14-2006 05:02 AM
Configuring new StorageWorks MSA 30 SB
Looking for some help getting a new rp3440 running. Im trying to configure the external drive array. It seems like I must use Verita Ent Admin, is this true? I can run it, but it will not connect, asking for "host" but never connecting.
I would much prefer to use SAM to configure this, or saconfig. It should be easy enough. I have four drives in this c4t0d0-c4t3d0, and want a simple raid 5 config.
Any help would be welcome.
Thanks
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 05:40 AM
07-14-2006 05:40 AM
Re: Configuring new StorageWorks MSA 30 SB
In case of a "normal" controller you see every single disk and have to configure it using a volume manager like LVM or VxVM.
In case of a smartarray you need to create LUNs first using saconfig.
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-14-2006 06:04 AM
07-14-2006 06:04 AM
Re: Configuring new StorageWorks MSA 30 SB
Turns out to be a "normal" SCSI. I had asked for a smartarray controller, but somewhere in the mix, it got replaced with the standard.
"In case of a "normal" controller you see every single disk and have to configure it using a volume manager like LVM or VxVM."
Yes I see each drive. c4t0d0... etc.
So, now I have VxVM volume group rootdg. Im lost. I think I just need to distroy this group, and use LVM. Should I? How do I? Or, should I go forward with the VxVM? If so, from the group, how do I now create logical volumes?
My overall plan, now, is span two drives, and mirror to the other two.
Thoughts? Help?
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 06:22 AM
07-14-2006 06:22 AM
Re: Configuring new StorageWorks MSA 30 SB
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 06:25 AM
07-14-2006 06:25 AM
Re: Configuring new StorageWorks MSA 30 SB
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-14-2006 06:34 AM
07-14-2006 06:34 AM
Re: Configuring new StorageWorks MSA 30 SB
http://docs.hp.com/en/B2355-90950/ch06.html
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-14-2006 06:41 AM
07-14-2006 06:41 AM
Re: Configuring new StorageWorks MSA 30 SB
Thanks
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 07:29 AM
07-14-2006 07:29 AM
Re: Configuring new StorageWorks MSA 30 SB
I'm sure you read the documentation already.
Fitsz do an "ioscan -fnCdisk" to see all available disk devices.
The devices
0/1/1/0.0.0 /dev/dsk/c2t0d0
0/1/1/0.1.0 /dev/dsk/c2t1d0
0/1/1/1.2.0 /dev/dsk/c3t2d0
are the internal disks - don't touch!
All others, you told me c4t0d0-c4t3d0, are in the MSA30.
Now open "sam" and go to disk devices. Select the first 2 disks (c4t0d0, c4t1d0) and create a volume group "vg01", create a LVOL in a certain size you need and name it lvol1. Select a mount point (e.g. data01) and confirm. If sam has finished the tasks, you can exit and list the new directory "ll /data01". That's it.
Advanced course - mirroring:
create physical volumes on the other 2 disks.
pvcreate /dev/rdsk/c4t2d0 (c4t3do)
and add them to your vg:
vgextend vg01 /dev/dsk/c4t2d0
and mirror:
lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/c4t2d0
Almost expert! ;-)
In case of doubt - ask!
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-14-2006 07:42 AM
07-14-2006 07:42 AM
Re: Configuring new StorageWorks MSA 30 SB
The internal (c2t0d0&c2t1d0) are using LVM. The OS was installed, but the mirror was not. I setup a mirror for the l-volumes.
I started getting going with the externals, so the "rootdg" is somthing I did.
"Fitsz do an "ioscan -fnCdisk" to see all available disk devices."
All used "CLAIMED"
"Now open "sam" and go to disk devices. Select the first 2 disks (c4t0d0, c4t1d0) and create a volume group "vg01", create a LVOL in a certain size you need and name it lvol1. Select a mount point (e.g. data01) and confirm. If sam has finished the tasks, you can exit and list the new directory "ll /data01". That's it."
I think I need to distroy the rootdg.
So, Im not really sure where I am. How can I get the GUI to work? When I go to it (throught the x-window sam) it is asking for a host, but nothing seems to make it happy. I really don't care if i use the gui, but cant get seem to get it going, or know what Im doing with the vx???? stuff.
Again, back to LVM would make me happy at this point.
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 07:46 AM
07-14-2006 07:46 AM
Re: Configuring new StorageWorks MSA 30 SB
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 07:50 AM
07-14-2006 07:50 AM
Re: Configuring new StorageWorks MSA 30 SB
Did you mirror the boot disk?
Did you create a VxVM on the MSA30 disks?
Please provide this first (capture and attach):
vgdisplay -v
lvlnboot -v
How do you connect to your server? SAM also runs on a "telnet-like" session, GUI isn't really needed.
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-14-2006 07:59 AM
07-14-2006 07:59 AM
Re: Configuring new StorageWorks MSA 30 SB
Yes
Did you create a VxVM on the MSA30 disks?
Yes
Please provide this first (capture and attach):
vgdisplay -v
lvlnboot -v
Will do Hold.
How do you connect to your server? SAM also runs on a "telnet-like" session, GUI isn't really needed.
I use the telnet (text) version of SAM. The only reason for messing with the x-window was the stupid Veritas thing.
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 08:14 AM
07-14-2006 08:14 AM
Re: Configuring new StorageWorks MSA 30 SB
What is the OS on the system in front of you?
In case of linux it will be easy, in case of windows you need an X-server emulation to get the GUI.
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-14-2006 08:21 AM
07-14-2006 08:21 AM
Re: Configuring new StorageWorks MSA 30 SB
Im just trying to get it unconfigured now, and use LVM. I give up. The Veritas thing SUCKS!!!
What a waste of time. Why would they bother with the x-window version?
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 08:40 AM
07-14-2006 08:40 AM
Re: Configuring new StorageWorks MSA 30 SB
If
vxdiskunsetup -C c4t0d0
gives an "in use" message, try
vxdg â g rootdg rmdisk c4t0d0
and again
vxdiskunsetup -C c4t0d0
Hope this helps - sorry, because of my locale time I'll do a break ;-)
Good luck Toby, I'll come back to this thread!
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-18-2006 05:03 AM
07-18-2006 05:03 AM
Re: Configuring new StorageWorks MSA 30 SB
Thank-you soo much for the help. I got the VxVM removed and recreated with LVM. I think using the Veritas tools could be useful, but I don't know that I will ever know. The LVM works fine for me, and unless someone insists that I use it, I don't see going that direction again.
For anyone future reference. I used lvdiskadm to remove 3 of the 4 drives from the volume group. Then I had make a file to stop the Veritas starting, reboot, and destroy the other drive. I will try and document a bit better and update this later. Just under the gun right now.
TBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 05:04 AM
07-18-2006 05:04 AM