- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding extra hard disk space to system
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
05-07-2008 12:28 AM
05-07-2008 12:28 AM
If i attached 80 GB hard disk to system which step to be follow to activate the same Hard disk.
Many Thanks,
Pratibha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 12:44 AM
05-07-2008 12:44 AM
Re: Adding extra hard disk space to system
Assuming its supported disk.
insf -C disk
ioscan -fnCdisk
Get the device.
pvcreate
vgcreate a new volume group on it or vgextend an old volume group to include it.
lvcreate
newfs
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 12:46 AM
05-07-2008 12:46 AM
Re: Adding extra hard disk space to system
once u added a disk in u system
check it is loaded or not
ioscan -fnc disk
if it is claimed that means it is useble
otherwise use insf -e diks
then if u want to create physical volume
u can create by using pvcreate
if u want to add this one in existing volume group
u can extend that volume group
so please clear what do u want with this disk u want to add in an exisiting volume group
or u want to create new column etc...
that menas it depends on u
if u are giving specification
we can give u step by step procedure
pls revert back
Thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 12:57 AM
05-07-2008 12:57 AM
Re: Adding extra hard disk space to system
Thanks Sep and Sajjat,
but i dont want to add in volume group.
There is no LVM.
Its simple connected disk, and want to activated it .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 01:05 AM
05-07-2008 01:05 AM
Re: Adding extra hard disk space to system
u can do insf -e disk command then
check with
ioscan -funC disk
please assign points
thanks once again
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 01:19 AM
05-07-2008 01:19 AM
Re: Adding extra hard disk space to system
should be sufficient.
Use SAM for whole disk partition.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 01:22 AM
05-07-2008 01:22 AM
Re: Adding extra hard disk space to system
Thanks Sajjid,
but have some doubts,
Is there file system required on that hard disk?
how to assign name to hard disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 01:28 AM
05-07-2008 01:28 AM
Re: Adding extra hard disk space to system
Really sorry for that it was by typing mistake.
thanks for reminding, Simple mistake will bring down alot of troubles
Thanks once again
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 01:31 AM
05-07-2008 01:31 AM
Re: Adding extra hard disk space to system
I asked u what do u want with that disk
it is very funny, u just want to add a disk in u system thats all????????????????????
u want to create new volume group or u want to extend an existing one ? clear
the picture. Here peoples will support u no problem but u have to clear u questions
pls don't forget to assign points
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 01:38 AM
05-07-2008 01:38 AM
Re: Adding extra hard disk space to system
(There is no LVM).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 01:44 AM
05-07-2008 01:44 AM
Re: Adding extra hard disk space to system
Dear Prathibha
u want to extend an existing volume group
u can use vgextend command for extending volume group
steps
1.create physical volume -pvcreate command
2.extend the volume group -vgextend command
example pvcreate /dev/rdsk/c0t3d0
vgextend vg03 /dev/dsk/c0t3d0
ok
before doing pvcreate confirm the exact physical disk
ok
thanks and regards
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 02:04 AM
05-07-2008 02:04 AM
Re: Adding extra hard disk space to system
What file system you are using there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 02:37 AM
05-07-2008 02:37 AM
Re: Adding extra hard disk space to system
/stand - HFS
others- JFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 02:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 02:46 AM
05-07-2008 02:46 AM
Re: Adding extra hard disk space to system
also for u clarificaiton
u told hfs and jsf
u know stand file system will always hfs
any how give us clear picture regarding u volume group
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2008 02:51 AM
05-07-2008 02:51 AM
Re: Adding extra hard disk space to system
cat /etc/fstab and post
bdf and post
indicate where (VG) you want to add the disk.
Or if you want it as a completely separate independent VG.
The more info the better.
Cheers