Plug-in storage in Linux

Source: Internet
Author: User
Take server 41 as an example. use SSH to ACCESS Linux. 10.117.10.41/1231231. first, go to the database and execute the command to start the database to check whether the database can be started normally. Generally, the database cannot be started normally because storage is not mounted. SQL code [root @ new-release test...
Take server 41 as an example. use SSH to ACCESS Linux. 10.117.10.41/123123 1. first, go to the database and execute the command to start the database to check whether the database can be started normally. Generally, the database cannot be started normally because storage is not mounted. SQL code [root @ new-release test/] # su-oracle -- enter the oracle User [oracle @ new-release test ~] $ Sqlplus "/as sysdba" -- enter the database www.2cto.com SQL * Plus: Release 10.2.0.1.0-Production on Sun Apr 8 17:29:54 2012 Copyright (c) 1982,200 5, Oracle as an administrator. all rights reserved. connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0-64bit Production With the Partitioning, OLAP and Data Mining options SQL> startup -- start the Database -- the following message may be prompted: no storage found/u03 SQL> quit -- exit database [oracle @ new-quit test ~] $ Exit -- exit oracle users 2. execute fdisk-l to View disk partitions (note:-l is lower case L) SQL code [root @ new-release test ~] # Fdisk-l Disk/dev/sda: 146.5 GB, 146544787456 bytes 255 heads, 63 sectors/track, 17816 cylinders Units = cylinders of 16065*512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/sda1 * 1 25 200781 83 Linux/dev/sda2 26 2065 16386300 82 Linux swap/ solaris/dev/sda3 2066 17816 126519907 + 83 Linux www.2cto.com Disk/dev/sdb: 1498.6 GB, 1498657587200 bytes 255 heads, 63 sectors/track, 182201 cylinders Units = cylinders of 16065*512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/sdb1 * 1 182201 1463529501 83 Linux 3. external storage mountSql code [root @ new-release test/] # mount/dev/sdb1/u03 -- mount storage/u03 to/dev/sdb1 author ysj5125094
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.