- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- doubt in after creating ASM disks in oracle 10g
Operating System - HP-UX
1821638
Members
3085
Online
109633
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-05-2007 03:59 AM
тАО10-05-2007 03:59 AM
doubt in after creating ASM disks in oracle 10g
Hi,
i have created volumes for ASM disks in oracle 10g using the following command
/etc/init.d/oracleasm createdisk vol1 /dev/sdf1
MY Question:
After creating a volume for ASM disk how list out disk information using os commands.
kindly help me out.
Thanks,
Nirmal.
i have created volumes for ASM disks in oracle 10g using the following command
/etc/init.d/oracleasm createdisk vol1 /dev/sdf1
MY Question:
After creating a volume for ASM disk how list out disk information using os commands.
kindly help me out.
Thanks,
Nirmal.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2007 04:13 AM
тАО10-05-2007 04:13 AM
Re: doubt in after creating ASM disks in oracle 10g
Hello Nirmal,
Is this a Linux server (it looks like it as you mention /dev/sdf1)?
Do you have the ASMLib stuff installed (it looks like you might)?
If so, all you need to run is;
service oracleasm listdisks (to see all disks)
service oracleasm querydisk /dev/sdf1 (to see header information on that specific disk)
Note: instead of using the 'service oracleasm' command you can use '/etc/init.d/oracleasm'.
Usage: /etc/init.d/oracleasm {start|stop|restart|enable|disable|configure|createdisk|deletedisk|querydisk|listdisks|scandisks|status}
Is this a Linux server (it looks like it as you mention /dev/sdf1)?
Do you have the ASMLib stuff installed (it looks like you might)?
If so, all you need to run is;
service oracleasm listdisks (to see all disks)
service oracleasm querydisk /dev/sdf1 (to see header information on that specific disk)
Note: instead of using the 'service oracleasm' command you can use '/etc/init.d/oracleasm'.
Usage: /etc/init.d/oracleasm {start|stop|restart|enable|disable|configure|createdisk|deletedisk|querydisk|listdisks|scandisks|status}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2007 04:22 AM
тАО10-05-2007 04:22 AM
Re: doubt in after creating ASM disks in oracle 10g
>> how list out disk information using os commands.
What kind of information?
Once you give a disk to Oracle ASM it is owned by, and managed by, Oracle.
Any information, other then its size, can only come from Oracle after that point.
For example /etc/init.d/oracleasm scandisks
And with everytign operational use SQLplsu commands like:
SQL> show parameter diskgroup
SQL> select name,total_mb from v$asm_diskgroup;
:
The createdisk command writes the tag "ORCLDISK" to the raw devive. I suppose you can 'see' that with dd and/or od, but why bother?
A google for "oracleasm createdisk" will of course reveal several reference. One I though was interesting is:
http://www.oracle.com/technology/tech/linux/asmlib/raw_migration.html
Cheers,
Hein.
What kind of information?
Once you give a disk to Oracle ASM it is owned by, and managed by, Oracle.
Any information, other then its size, can only come from Oracle after that point.
For example /etc/init.d/oracleasm scandisks
And with everytign operational use SQLplsu commands like:
SQL> show parameter diskgroup
SQL> select name,total_mb from v$asm_diskgroup;
:
The createdisk command writes the tag "ORCLDISK" to the raw devive. I suppose you can 'see' that with dd and/or od, but why bother?
A google for "oracleasm createdisk" will of course reveal several reference. One I though was interesting is:
http://www.oracle.com/technology/tech/linux/asmlib/raw_migration.html
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2007 09:10 PM
тАО10-07-2007 09:10 PM
Re: doubt in after creating ASM disks in oracle 10g
Hi all,
Thanks for your reply
Thanks,
Nirmal.
Thanks for your reply
Thanks,
Nirmal.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP