HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System boot from a EMC array drive.
Operating System - HP-UX
1834165
Members
2969
Online
110064
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
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
02-05-2004 03:22 AM
02-05-2004 03:22 AM
System boot from a EMC array drive.
I have question about booting HP-9000 system from EMC array.
I am planning to have one internal boot drive mirrored to a drive on EMC
symmetrix array.
In case of internal drive failure,
1. Is it possible to boot RP7410 running HP-UX 11.i MC , from EMC drive.
2. If so are there any restrictions/constraint on this?
3. How widley is this practiced in production environment?
Thanks
Ashish Palkhiwala
I am planning to have one internal boot drive mirrored to a drive on EMC
symmetrix array.
In case of internal drive failure,
1. Is it possible to boot RP7410 running HP-UX 11.i MC , from EMC drive.
2. If so are there any restrictions/constraint on this?
3. How widley is this practiced in production environment?
Thanks
Ashish Palkhiwala
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 03:27 AM
02-05-2004 03:27 AM
Re: System boot from a EMC array drive.
Hi,
1. It is possible to boot from EMC. Make sure you are upto-date with PDC on your 7410.
2. If you have the internal boot drive mirrored, then you are ok. Otherwise, you will need to halt your server whenever there is a problem|maintenance on EMC subsystem. However, the performance will be as good as the internal drive.
3. I used it in my past experience but was through FastWide SCSI to EMC than fiber. I don't think it is widely used.
My personal preference goes to exactly what you are intended to do. With this I can duplicate the OS disks and with some LVM intervention, I can clone the systems.
-Sri
1. It is possible to boot from EMC. Make sure you are upto-date with PDC on your 7410.
2. If you have the internal boot drive mirrored, then you are ok. Otherwise, you will need to halt your server whenever there is a problem|maintenance on EMC subsystem. However, the performance will be as good as the internal drive.
3. I used it in my past experience but was through FastWide SCSI to EMC than fiber. I don't think it is widely used.
My personal preference goes to exactly what you are intended to do. With this I can duplicate the OS disks and with some LVM intervention, I can clone the systems.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 03:29 AM
02-05-2004 03:29 AM
Re: System boot from a EMC array drive.
Hi Ashish,
We are also thinking about booting from XP disks. I do not know if the same applys for EMC.
1. If you have A6684A,A6685A,A5158A,A6795A FC controller devices you should be able to boot from them.
2. I have a bad feeling about putting swap space on a SAN, so we like to keep SWAP on our local disks.
3. Do not know. I think it is widly used in Superdome systems.
HTH,
Gideon
We are also thinking about booting from XP disks. I do not know if the same applys for EMC.
1. If you have A6684A,A6685A,A5158A,A6795A FC controller devices you should be able to boot from them.
2. I have a bad feeling about putting swap space on a SAN, so we like to keep SWAP on our local disks.
3. Do not know. I think it is widly used in Superdome systems.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 03:31 AM
02-05-2004 03:31 AM
Re: System boot from a EMC array drive.
1. Yes, that system can boot off a fiber card.
To check for bootable devices, interupt the 10 second prompt at the console
sea
See if the drive you want to boot off of shows up.
2. I know of none, you should if available mirror to a local disk in case your fiber network goes down.
3. I don't like it, because I don't control the fiber switch. I like to be able to at least control the environment until the boot is done. But this is done. Pretty widely.
I'm including my instructions for mirroring a boot partition in case you need them.
pvcreate -B /dev/rdsk/c1t0d0 #use real disk
mkboot -l /dev/rdsk/c1t0d0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk
# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
If you are running 64-bit OS:
# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0
# real disk. repeat for other lvols
lvlnboot -r /dev/vg00/lvol3 # root fs /
lvlnboot -s /dev/vg00/lvol2 #swap
lvlnboot -d /dev/vg00/lvol2 #swap/dump
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
lvlnboot -v
setboot
setboot -a 52.1.0 # second disk
SEP
To check for bootable devices, interupt the 10 second prompt at the console
sea
See if the drive you want to boot off of shows up.
2. I know of none, you should if available mirror to a local disk in case your fiber network goes down.
3. I don't like it, because I don't control the fiber switch. I like to be able to at least control the environment until the boot is done. But this is done. Pretty widely.
I'm including my instructions for mirroring a boot partition in case you need them.
pvcreate -B /dev/rdsk/c1t0d0 #use real disk
mkboot -l /dev/rdsk/c1t0d0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk
# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
If you are running 64-bit OS:
# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0
# real disk. repeat for other lvols
lvlnboot -r /dev/vg00/lvol3 # root fs /
lvlnboot -s /dev/vg00/lvol2 #swap
lvlnboot -d /dev/vg00/lvol2 #swap/dump
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
lvlnboot -v
setboot
setboot -a 52.1.0 # second disk
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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