- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Steps for replacing drives in a G30 and E55
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
06-07-2002 06:13 AM
06-07-2002 06:13 AM
I do have the new drives I need already....I am just looking for a good plan to follow.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 06:21 AM
06-07-2002 06:21 AM
Re: Steps for replacing drives in a G30 and E55
Are you looking for suggestion from a hardware or a OS point of view.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 06:23 AM
06-07-2002 06:23 AM
Re: Steps for replacing drives in a G30 and E55
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 06:26 AM
06-07-2002 06:26 AM
Re: Steps for replacing drives in a G30 and E55
1) Always wear your anti-static tools (wrist band), before you touch the hardwares.
2) Before replacing the disks, check the SCSI ids of the existing disks and devices and plan to configure your new disk, so that it will not clash on the SCSI IDs.
For G30:
1) Remove the front pannel
2) The disks will be in two side bay.
3) Unscrew the bay you want to fix the new drive and remove it by pulling it out (remove the SCSI and power cables from the existing disks).
4) Find out the free SCSI cable connector and power cable connector.
5) Fix the new disk in the bay using screws
6) Fix the disks back to the cables
7) Fix the bay and the front pannel cover back
8) Start the system and interrupt the boot process and check whether all disks are detected ("sea")
For E55:
1) Remove the front pannel
2) Unscrew the bay and pull it out (remove the SCSI and power cables from the existing devices).
4) Find out the free SCSI cable connector and power cable connector.
5) Fix the new disk in the bay using screws
6) Fix the disks back to the cables
7) Fix the bay and the front pannel cover back
8) Start the system and interrupt the boot process and check whether all disks are detected ("sea")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 06:34 AM
06-07-2002 06:34 AM
SolutionFor both systems:
1) Once the disks are identified, start the system in normal mode.
2) You can either configure it through SAM or command line. For SAM, disk and file systems -> disk devices -> Find the unused one -> Actions and configure new VG, LVs and file systems.
3) For command line:
# ioscan -fnC disk (find out the new drive device file)
# pvcreate /dev/rdsk/cxtydz
# mkdir /dev/vg02 (for eg: vg02)
# mknod /dev/vg02/group c 64 0x020000
# vgcreate /dev/vg02 /dev/dsk/cxtydz
# vgdisplay, pvdisplay (for checking)
# lvcreate -L 2048 /dev/vg02 (create 2GB LV)
# newfs -F vxfs /dev/vg02/rlvol1 (FS create)
# edit /etc/fstab and add entries for new FS
# mkdir /mount_point
# mount -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 07:19 AM
06-07-2002 07:19 AM
Re: Steps for replacing drives in a G30 and E55
I think shiju has already covered all the bases, though i doubt i could have given you the hardware replacement in such details. you see i'm not using G30 or E55 at present, and have forgotten how they look like. Have a rough idea but not something i would bet on.
good Luck.
Regards