HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DC Chain DS2120 with SCSI Enclosure
Operating System - HP-UX
1834639
Members
2427
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-01-2005 07:06 PM
04-01-2005 07:06 PM
Hi Experts,
I am not sure anyone did this before. rp3410 server connect with DS2120. DS2120 connect with another SCSI Disk Enclosure. I have few questions to ask.
1. Does DC Chain physcial connection work? Can rp3410 detect out?
2. If I want see the DS2120 external Disk, I need do
#ioscan -funC disk
#pvcreate -f /dev/rdsk/cxtxdx(assume cxtxdx is external disk)
# mkdir vg01
#mknod /dev/vg01/group c 64 0x010000
#lvcreate -L 1400 -n lvol1 /dev/vg01 (assume want create 140GB File system)
#newfs -F vxfs /dev/vg01/lvol1
#cd /
#mkdir data
#mount /dev/vg01/lvol1 /data
edit entry in /etc/fstab
Please correct me if my command wrong
regards
Leon
I am not sure anyone did this before. rp3410 server connect with DS2120. DS2120 connect with another SCSI Disk Enclosure. I have few questions to ask.
1. Does DC Chain physcial connection work? Can rp3410 detect out?
2. If I want see the DS2120 external Disk, I need do
#ioscan -funC disk
#pvcreate -f /dev/rdsk/cxtxdx(assume cxtxdx is external disk)
# mkdir vg01
#mknod /dev/vg01/group c 64 0x010000
#lvcreate -L 1400 -n lvol1 /dev/vg01 (assume want create 140GB File system)
#newfs -F vxfs /dev/vg01/lvol1
#cd /
#mkdir data
#mount /dev/vg01/lvol1 /data
edit entry in /etc/fstab
Please correct me if my command wrong
regards
Leon
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2005 04:53 PM
04-02-2005 04:53 PM
Solution
Hi,
Daisy chian is OK, bit make sure the SCSI ID are set unique. In DS2100 there is switch to set if ID's. Refer to coresponding document prior to chain it to another SCSI systems. Also make sure all the devices in the bus set same SCSI params. (E.g wide, ultra, lvd..etc). Is it connected to standard SCSI adapter or Internal RAID controller(like 4Si).
If it's standard SCSI, then the your procedure ok with few modifications.
vgcreate is missing, lvcreate -L
If it's 4Si RAID, then run irm to create LUNs before you can use them.
TT
Daisy chian is OK, bit make sure the SCSI ID are set unique. In DS2100 there is switch to set if ID's. Refer to coresponding document prior to chain it to another SCSI systems. Also make sure all the devices in the bus set same SCSI params. (E.g wide, ultra, lvd..etc). Is it connected to standard SCSI adapter or Internal RAID controller(like 4Si).
If it's standard SCSI, then the your procedure ok with few modifications.
vgcreate is missing, lvcreate -L
If it's 4Si RAID, then run irm to create LUNs before you can use them.
TT
Attitude (not aptitude) determines altitude.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 01:30 PM
04-03-2005 01:30 PM
Re: DC Chain DS2120 with SCSI Enclosure
HI Thayanidhi,
Thanks for the help. The environment i want copy all the data from scsi data enclosure to DS2120. When I create the file systyem for DS2120, I will create vg02. since vg01 already use for scsi data enclosure. After I do the data copy, how I remove the vg01 from the rp3410 ? do I just do vgreduce and pvremove?
best regards
Leon
Thanks for the help. The environment i want copy all the data from scsi data enclosure to DS2120. When I create the file systyem for DS2120, I will create vg02. since vg01 already use for scsi data enclosure. After I do the data copy, how I remove the vg01 from the rp3410 ? do I just do vgreduce and pvremove?
best regards
Leon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 08:57 PM
04-05-2005 08:57 PM
Re: DC Chain DS2120 with SCSI Enclosure
After copying the data, umount the original file systems and mount the new file systems in same name (modify /etc/fstab).
vgchnage -a n
vgexport
is enough.
Regds
TT
vgchnage -a n
vgexport
is enough.
Regds
TT
Attitude (not aptitude) determines altitude.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP